/* Univ CSS Document */
html{	
	background: black url(../images/bgHeader.jpg) center top;
	color: white;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body{		
}

.clear{
	clear: both;
}

.allcaps{
	text-transform: uppercase;
}

.floatleft{
	float: left;
}

.floatright{
	float:right;
}

.date{
	line-height: 20px;
	margin: 9px 0 0 6px;
	color: #3CA9D5;
	font-size: 13px;
}

a:link,
a:visited,
a:active{
	color: #3ca9d5;
	text-decoration: underline;
}

.bold{
	font-weight: bold;
}

a:hover{
	color: #fff;
}

h1{
	font-size:28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 5px 0;
}

p	{	margin-bottom: 5px;}
ul li { line-height: 1.3em;}

input[type=text],
textarea { margin: 3px 0 0 0;}


#container{	
	background: black url(../images/bgHtml.jpg) no-repeat center bottom;
}

#header{
	width: 900px;
	margin: 0 auto;
}

/* ADDRESS */
#address{
	float: right;
	text-align:right;
	top: 5px;
	position: relative;
}

	#address p{
		line-height: 1.2;
	}

/* LOGO */
#logo{
	float: left;
	position: relative;
	width: 405px;
	height: 140px;
	background: url(../images/logo.jpg) no-repeat;
}

	#logo a{
		text-indent: -999em;		
		width: 315px;
		height: 55px;
		display: block;
		position: relative;
		left: 50px;
		top: 38px;
	}
	
/* NAVIGATION */
#navbg{
	background: url(../images/bgBody.jpg) repeat-x 0px 140px;
}

#nav{
	width: 900px;
	margin: 0 auto;
	border-top: 1px solid #d01c23;
	height: 46px;
	display:block;
	background: url(../images/bgNav.jpg) repeat-x;
}

	#nav li{
		list-style-type: none;
		display: inline;
		height: 45px;
		float: left;		
		border-right: 1px dashed white;
		font-size: 0.9em;
		line-height: 1.0em;
	}
	
	#nav li:first-child	{ border-left: 1px dashed white;}
	#nav a			{ text-decoration: none; color: white; text-size: 14px; height: 30px; display: block; padding: 16px 28px 0; text-transform: uppercase;}		
	#nav a:hover	{ background: url(../images/bgNavHover.jpg) repeat-x; }
		
		.active{			
			background: url(../images/bgNavHover.jpg) repeat-x;
		}

.blog{
	padding:16px 35px 0!important; 
}

/* MAIN CONTENT */
#maincontent{
	margin: 0 auto;
	width: 900px;
	background: black;
	display: block;
	padding: 20px;
}

#bottom{
	margin: 0 auto;
	height: 110px;
	background: #000 url(../images/bgFooter.jpg) no-repeat bottom center;
}

#footer{
	border-top: 1px solid #424242;
	height: 70px;
}

.activeFooter{
	text-decoration: underline !important;
}

#bottomnav{
	width: 900px;
	margin: 0 auto;
}

#bottomnav ul{
	margin: 10px 0 0 0;
}

#bottomnav li{
	display: inline;
	margin: 0 0 0 5px;
}

	#bottomnav li a{
		text-decoration: none;
		color:#999;
	}
	
		#bottomnav li a:hover{
			text-decoration: underline;
		}

.copy{
	font-size: 10px;
	color: #666;
}

.cartel{
	background: url(../images/wcLogo.png) no-repeat;
	width: 107px;
	height: 29px;
	text-indent: -999em;
	margin: 5px 0 0 0;
}

	.cartel a{
		display: block;
		width: 107px;
		height: 29px;
	}

#ota{
	color: #960101 !important;
}
