/*

Title:      Youngblood styles
Author:     victor@mediacontour.com
Copyright:  2009, Media Contour.  All rights resevered.

*/

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, table, tr, td, form, input, address, img {
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-family: 'Helvetica', 'Arial', sans-serif;
}

body {
	padding: 17px 0 20px;
	font-size:14px;
	font-family: 'Arial', 'Helvetica', sans-serif;
	background-color: #000	;
}

* html body {
	font-size: x-small;
	f\ont-size: small;
}

table, tr, td {
	border: none;
}

a, a:link, a:visited {
	outline: none;
}

a:hover, a:visited:hover {
}

a img, a:link img, a:visited img {
	border: none;
}

#header_container {
	margin: 0 0 21px;
	padding: 0 0 15px;
	border-bottom: 0px solid #fff;
}

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

#header h1 {
	float: left;
	width: 233px;
	height: 27px;
	margin: 0 0 0 28px;
	text-indent: -9999px;
	background-image: url(../images2/logo.gif);
	background-repeat: no-repeat;
}

#header h1 a, #header h1 a:link, #header h1 a:visited {
	display: block;
	width: 234px;
	height: 26px;
}

#nav {
	float: right;
	margin: 10px 0 0;
	list-style: none;
}

#nav li {
	float: left;
	font-size: 80%;
	text-transform: uppercase;
}

#nav a, #nav a:link, #nav a:visited {
	display: block;
	float: left;
	padding: 0 9px;
	color: #b3b3b3;
	text-decoration: none;
	border-right: 1px solid #72706f;
}

#nav a:hover, #nav a:visited:hover {
	color: #fff;
}

#nav li.last a, #nav li.last a:link, #nav li.last a:visited {
	padding-right: 0;
	border: none;
	color: #fff;
}

#container {
	width: 1005px;
	margin: 0 auto;
}

#content {
	clear: left;
	height: 499px;
	margin: 0 0 10px;
	
	background-repeat: no-repeat;
}

#sidenav {
	float: left;
	width: 171px;
	margin: 60px 0 0;
	padding: 38px 0 45px;
	background-image: url(../images2/bg-sidenav.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style: none;
}

#sidenav li {
	margin: 0 0 38px 28px;
	font-size: 80%;
	text-transform: uppercase;
}

#sidenav li.last {
	margin-bottom: 0;
}

#sidenav a, #sidenav a:link, #sidenav a:visited {
	color: #b3b3b3;
	text-decoration: none;
}

#main {
	float: right;
	width: 800px;
	height: 500px;
	background-image: url(../images/hi-definition-bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#main p{
	float: left;
	color:#FFFFFF;
	padding:186px 0 0 30px;
	font-size:19px;
	line-height:130%;

}	

#main a, #main p a:link, #main a:visited {
	outline: none;
	font-size:24px;
	color:#FF0000;
	text-decoration:none;
	
}

#main a:hover, #main a:visited:hover {
	text-decoration:underline;
	color:#FF0000;
	font-size:24px;
}


#main h2, #main h3 {
	text-indent: -9999px;
	display: none;
}

#banners {
	list-style: none;
	margin: 0 0 0 200px;
}

#banners li {
	float: left;
	margin: 20px 20px 0px 3px;
}


#banners p {
	width:470px;
	float: left;
	color: #FFFFFF;
	clear:both;
	padding:10px 10px;
	line-height:18px;
	}



#banners a, #banners a:link, #banners a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	
}

#banners a:hover, #banners a:visited:hover {
	color: #fff;
	text-decoration: none;
		
}

	
#banners h2 {
	margin: 15px 0 20px 15px;
	color: #FFFFFF;
	line-height:20px;
}
	
#banners h3 {
	margin: 0 0 20px 15px;
	color: #FFFFFF;
	line-height:20px;
	font-size:12px;
	font-weight: normal;
}
 	
#banners li.last {
	margin-right: 0;
}

#banners img {
	display: block;
	
}

#banners li.big img {
	width: 1000px;
	height: 108px;
}

#sound {
	padding: 0 20px 0 0;
	text-align: right;
	color: #fff;
	font-size: 75%;
	text-transform: uppercase;
}

#sound a, #sound a:link, #sound a:visited {
	color: #fff;
	text-decoration: none;
}

#sound a:hover, #sound a:visited:hover,
#sound a.selected {
	color: #939598;
}

#footer {
	margin: 80px 0 0;
	color: #b3b3b3;
	font-size: 70%;
}

/* CLEAR */
.clear:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html .clear {height: 1%;}
*:first-child+html .clear {min-height: 1px;}
