* {
	padding: 0px;
	margin: 0px;
}

.clearall{
	clear: both;
}

br.clearall {
	clear:both;
	height:0em;
	line-height:0em;	
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0px;
	background: #6C6E71 url(/images/branding/bg-tile.gif);
	text-align: center;
	color: #fff;
	font-size: 70%;
}
.container{
	width: 740px;
	margin: 0 auto;
	text-align: left;
	background: #757575;
}
.header{
	width: 740px;
	background: #f61821;
	border-bottom: 1px solid #D6D7D9;
	padding-bottom: 11px;
}
.header-inner{
	width: 740px;
	background: #000 url(/images/landing/fire.gif) no-repeat right top;
	border-bottom: 1px solid #D6D7D9;
	overflow: hidden; 
	height: auto !important; 
	he\ight: 1%;
	display: inline-block;
}
a.logo{
	display: block;
	float: left;
	background: url(/images/landing/logo.gif) no-repeat 30px center;
	width: 119px;
	height: 101px;
	text-indent: -999px;
	overflow: hidden;
	margin: 22px 50px 0 23px;
}
h1{
	color: #fff;
	font-weight: bold;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	margin: 10px 0 0 0;
	padding: 0;
}
h1 span{
	display: block;
	color: #f61821;
}
.header p{
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0;
	padding: 7px 209px 7px 0;
}
.dark, .light{
	float: left;
	height: 22em;
	border-bottom: 1px solid #D6D7D9;
	color: #fff;
	width: 369px;
	border-right: 1px solid #D6D7D9;
}
.dark{
	background: #262626;
}
.light{
	background: #333;
}
.dark a, .light a, .dark a:visited, .light a:visited{
	color: #fff !important;
	text-decoration: none;
}
.dark a:hover, .light a:hover{
	text-decoration: underline;
}
.right{
	width: 370px;
	border-right: none;
}
.dark:hover, .light:hover, .over{
	background: #f73b42;
	color: #fff;
	text-decoration: none;
}
h2, h3, h4, h5, h6{
	display: block;
	color: #fff;
	margin: 0;
	padding: 12px 12px 10px 12px;
	font-weight: bold;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}
.dark img, .light img{
	float: left;
	margin: 0 10px 10px 12px;
}
.dark img{
	border: 5px solid #333;
}
.light img{
	border: 5px solid #262626;
}
.dark:hover img, .light:hover img, .over img{
	border: 5px solid #f61821;
}
.dark .p, .light .p{
	display: block;
	margin: 0 12px 12px 12px;
}

#footer {
	margin: 0 auto;
	padding-bottom: 20px;
}

#footer p {
	line-height: 22px;
}

#footer span {
	display: block;
}
#footer a, #footer a:visited{
	color: #fff !important;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

/* navigation */

ul.nav
{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #D6D7D9;
	list-style-type: none;
	overflow: hidden; 
	height: auto !important; 
	he\ight: 1%;
	display: inline-block;
}
ul.nav li 
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: block;
	float: left;
	position: relative;
	width: 92px;
}
ul.nav li a
{
	display: block;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #757575;
	padding: 0px;
	border: 0px;
	border-left: 2px solid #000;
	line-height: 20px;
	text-align: center;
}
ul.nav li a:hover
{
	background-color: #999999;
}



