/* DVD Fuel - June 2007

   Table of Contents:
		- Global Reset
	    - Structure
		- Header and Top Nav
		- Content
		- Homepage Details
		- Footer
		- Common
_______________________________________________________________________________*/

/* Global Reset
_______________________________________________________________________________*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;border:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
h1,h2,h3,h4,h5,h6 {font-size: 100%; font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}

* {
	margin : 0;
	padding : 0;
}

/* Structure
_______________________________________________________________________________*/

body {
	background: url(../images/main_bg.jpg) top center no-repeat #000;
	color : #fff;
	font-size : 62.5%;
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
}
#wrapper {
	margin : 0 auto;
	width : 760px;
	font-size : 1.1em;
	line-height : 1.1em;
}

/* Header and Top Navigation
_______________________________________________________________________________*/


#header {
	width: 760px;
	height: 120px;
	background: url(../images/header_bg.jpg) top center no-repeat;
}
#nav {
	width: 760px;
	height: 120px;
	background: url(../images/nav_btm.gif) bottom center no-repeat;
}
#nav ul {
	margin: 0;
	list-style: none;
}
#nav ul li {
	float: left;
}
#nav ul li a { 
	display: block; 
}
#nav_home a { height: 24px; width: 42px; margin:86px 0 0 0; background: url(../images/nav_home1.jpg) top left no-repeat; }
#nav_home a:hover { background: url(../images/nav_home2.jpg) top left no-repeat; }

#nav_about a { height: 24px; width: 61px; margin:86px 0 0 0; background: url(../images/nav_about1.jpg) top left no-repeat; }
#nav_about a:hover { background: url(../images/nav_about2.jpg) top left no-repeat; }

#nav_demo a { height: 24px; width: 41px; margin:86px 0 0 0; background: url(../images/nav_demo1.jpg) top left no-repeat; }
#nav_demo a:hover { background: url(../images/nav_demo2.jpg) top left no-repeat; }

#nav_hdProd a { height: 24px; width: 93px; margin:86px 0 0 0; background: url(../images/nav_HDProd1.jpg) top left no-repeat; }
#nav_hdProd a:hover { background: url(../images/nav_HDProd2.jpg) top left no-repeat; }

#nav_postProd a { height: 24px; width: 104px; margin:86px 0 0 0; background: url(../images/nav_post1.jpg) top left no-repeat; }
#nav_postProd a:hover { background: url(../images/nav_post2.jpg) top left no-repeat; }

#nav_dvd a { height: 24px; width: 90px; margin:86px 0 0 0; background: url(../images/nav_DVD1.jpg) top left no-repeat; }
#nav_dvd a:hover { background: url(../images/nav_DVD2.jpg) top left no-repeat; }

#nav_streaming a { height: 24px; width: 102px; margin:86px 0 0 0; background: url(../images/nav_streaming1.jpg) top left no-repeat; }
#nav_streaming a:hover { background: url(../images/nav_streaming2.jpg) top left no-repeat; }

#nav_contact a { height: 24px; width: 74px; margin:86px 0 0 0; background: url(../images/nav_contact1.jpg) top left no-repeat; }
#nav_contact a:hover { background: url(../images/nav_contact2.jpg) top left no-repeat; }

#nav_login a { height: 24px; width: 80px; margin:86px 0 0 0; background: url(../images/nav_login1.jpg) top left no-repeat; }
#nav_login a:hover { background: url(../images/nav_login2.jpg) top left no-repeat; }

/* Content
_______________________________________________________________________________*/

#content_block {
	width: 758px;
	background: url(../images/content_block.gif) top center repeat-y;
	border-left: 1px solid #4e4e4e;
	border-right: 1px solid #4e4e4e;
	float: left;
}
#content {
	padding-bottom: 10px;
	width: 742px;
	background: url(../images/content_bg.jpg) top center no-repeat;
	border-left: 8px solid #313131;
	border-right: 8px solid #313131;
	float: left;
	font-size: 1.2em;
}
#content ul {
	list-style: disc;
}
#content ol {
	list-style: decimal;
}
#fuel_intro {
	margin: 0;
	padding: 0;
	width: 742px;
	height: 429px;
}

#fuel_demo {
	margin: 0;
	padding: 0;
	border-left: 8px solid #313131;
	border-right: 8px solid #313131;
	float: left;
	width: 742px;
	height: 607px;
}

#fuel_insta {
	margin: 0;
	padding: 0;
	width: 740px;
	height: 637px;
}

/* Homepage Details Blocks
_______________________________________________________________________________*/


#content ul#details {
	margin: 0;
	font-size: .8em;
	background: url(../images/details_bg.jpg) top left repeat-y;
	line-height: 120%;
	list-style: none;
	float: left;
}
ul#details li {
	width: 153px;
	float: left;
	text-transform: uppercase;
	font-size: 90%;
	color: #ff7f00;
}
ul#details li p {
	margin: 0;
	padding: 0;
}
ul#details li.details_logo {

	width: 180px;
}
ul#details li.details_left {
	padding: 10px 20px 10px 10px;
	width: 153px;
	background: url(../images/details_left.jpg) top right no-repeat;
}
ul#details li.details_middle {
	padding: 10px 20px 10px 10px;
	width: 153px;
	background: url(../images/details_middle.jpg) top right no-repeat;
}
ul#details li.details_right {
	padding: 10px 20px 10px 10px;
	width: 166px;
	background: url(../images/details_right.jpg) top right no-repeat;
}
ul#details h1, ul#details h2, ul#details h3, ul#details h4, ul#details h5 {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: bold;
	line-height: 160%;
	color: #ff7f00;
	background: none;
}

/* Footer
_______________________________________________________________________________*/

#footer {
	height: 167px;
	width: 760px;
	background: url(../images/footer_bg.jpg) top center no-repeat;
	float: left;
}
#footer p {
	width: 490px;
	margin: 0;
	padding: 20px 0 0 10px;
	line-height: 130%;
	color: #685a27;
	float: left;
}
div.credit_cards {
	padding: 20px 65px 0 0 ;
	width: 35px;
	height: 35px;
	display: block;
	float: right;
	background: url(../images/twitter.jpg) bottom left no-repeat;
}

/* Common
_______________________________________________________________________________*/


p {
	margin: 15px 60px 15px 40px;
	line-height: 120%;
}
h1, h2, h3 {
	padding: 15px 60px 3px 40px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 120%;
	background: url(../images/titles_bg.png) bottom left no-repeat;
	color: #FF0F19;
}
h4, h5, h6 {
	padding: 15px 60px 3px 40px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 120%;
	background: none;
	color: #FF0F19;
}
h1 { font-size: 180%; }
h2 { font-size: 150%; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }

a { color: #BE9C43; }
a:visited { color: #BE9C43;  }
a:hover { color: #9F843B; }




ul, ol {
	margin: 15px 60px 15px 60px;
	line-height: 120%;
}
blockquote {
	margin: 15px 60px 15px 40px;
	padding-left: 20px;
	border-left: 2px solid #4e4e4e;
	font-style: italic;
	font-family: Georgia, serif;
	line-height: 120%;
}