/*	Main - Fuel Industries Stylesheet
======================================================================*/


/*	Global
----------------------------------------------------------------------*/

body {
	 background-color: #000000;
	 color: #7d7d7d;
	 text-align: left;
	 border-top: 3px solid #000000;
	 }
	
p   { 
	 margin: 0 0 15px 0; 
	 text-align: left;
	 }

h2.sectitle {
	display: block;
	padding-bottom: 14px;
	margin-bottom: 25px;
	border-bottom: 4px solid #990200;
	}

.divider {
	background: transparent url(../../images/div_grey.gif) repeat-x 0 0;
	height: 1px;
	overflow: hidden;
	margin-bottom: 15px;
	}

#content .img {
	margin-bottom: 15px;
	}
	
#content p {
	padding: 0 16px;
	}

#content h3 {
	padding: 4px 16px;
	}
	
#leftbar .text h3{
	padding-bottom: 5px; 
	}
	
/*	Links
----------------------------------------------------------------------*/

a:link { 
	color: #9a0000;
	text-decoration: none;
	}
a:visited { 
	color: #9a0000;
	text-decoration: none;
	}
	
a:active  { color: #9a0000; }

a:hover   {
 color: #990000; 
 text-decoration: underline;
 }

/*	Font Styles
----------------------------------------------------------------------*/

body { font-size: 11px; font-family: Tahoma, Verdana, Arial, Sans-Serif; }

h1 { font-size: 14px; font-weight: bold; }
h2 { font-size: 12px; font-weight: bold; }
h3 { font-size: 11px; font-weight: bold; }
h4 { font-size: 11px; font-weight: bold; }

input, select, th, td { font-size: 11px; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; }

#sidebar { font-size: 10px; }

/*	List Styles
----------------------------------------------------------------------*/

#content ul {
	float: left;
	text-align: left;
	margin: 10px 0 10px 0;
	}

#content ul li {
	width: 100%;
	padding: 1px 0 2px 0;
	}
		
#content ul li span, #rightbar ul li span {
	padding: 6px 0 6px 15px;
	display: block;
	}
	
#content ul li a {
	text-decoration: none;
	padding: 6px 0 6px 15px;
	display: block;
	color: #666666;
	}
	
#content ul li a:hover {
	background-color: #dadada;
	color: #990000;
	}
	
#content ul {
	clear: both;
	}
	
ul.bullet-red li a, ul.bullet-red li span {
	background: transparent url('../../images/bullet_red.gif') no-repeat 5px 50%;
	}

ul.bullet-redarrow li a, ul.bullet-redarrow li span {
	background: transparent url('../../images/ico_arrowred.gif') no-repeat 5px 50%;
	}
	
ul.bullet-greyarrow li a, ul.bullet-greyarrow li span {
	background: transparent url('../../images/ico_arrowgrey.gif') no-repeat 5px 50%;
	}
	
ul.border-dotted li {
	background: transparent url(../../images/dotted_border.gif) repeat-x 0 100%;
	}
	
ul.border-dotted {
	background: transparent url(../../images/dotted_border.gif) repeat-x 0 0;
	padding: 1px 0 0 0;
	width: 100%;
	display: block;
	}

ul.bullet {
	margin-top: 16px;
	}

ul.bullet li{
	background: transparent url(../../images/div_grey.gif) repeat-x 0 0;	
	padding-top: 1px;
	}


/*	Main
----------------------------------------------------------------------*/

#main {
	width: 940px;
	margin: auto;
	}

#midsection {
	width: 100%;
	clear: both;
	margin: 20px 0 20px 0;
	padding-bottom: 30px;
	}
	
	
/*	Header
----------------------------------------------------------------------*/

#header {
	border-top: 1px solid #eb0000;
	background: #000000 url('../../images/header_bg.gif') repeat-x 0 0;
	position: relative;
	}

#header #topbg {
	background: transparent url('../../images/header_topbg.jpg') no-repeat 50% 0;
	}

#header #videobg {
	background: transparent url('../../images/header_videobg.jpg') no-repeat 50% 0;
	}

#header #logobox {
	width: 940px; height: 76px;
	margin: auto;
	clear: both;
	}

#logo img, #textchange img, #textchange a {
		float: left;
		margin-top:35px;
	}
				
#logo {
	padding: 9px 0 0 0;
	}

#videobucket {
	border: 1px solid #d21d00;
	width: 938px; height: 319px;
	margin: auto;
	}

#contact {
	float: right;
	padding: 34px 0 0 0;
	}
	
/*	Nav
----------------------------------------------------------------------*/

#nav {
	background: #000000 url('../../images/nav/nav_bg.gif') repeat-x 0 0;
	height: 29px;
	width: 100%;
	margin-top: 1px;
	position: relative;
	border-bottom: 1px solid #000000;
	}

#nav img, #nav #linkarea, #nav li, #nav span {
	float: left;
	}
	
#nav #linkarea {
	padding-left: 10px;
	}

#nav #linkarea li {
	margin-left: 1px; 
	}
	
#nav #linkarea a {
	padding: 10px 10px 9px 14px;
	float: left;
	}
	
#nav #linkarea a:hover {
	background: transparent url('../../images/nav/nav_bg_o.gif') repeat-x 0 0;
	}


/*	Current Pages
----------------------------------------------------------------------*/

#home #home-nav a,
#work #work-nav a,
#studiotour #studiotour-nav a,
#services #services-nav a,
#back #back-nav a { 
	background: transparent url('../../images/nav/nav_bg_o.gif') repeat-x 0 0;
	}

#nav #linkarea li#back-nav {
	position: absolute;
	top: 0;
	right: 10px;
}

/*	Breadcrumbs
----------------------------------------------------------------------*/

#breadcrumbs {
	padding: 10px 0 10px 0;
	color: #808080;
	background-color: #fff;
	}

#breadcrumbs .toggle {
	float: right;
	}
	
#breadcrumbs a {
	color: #808080;
	text-decoration: none;
	}
	
#breadcrumbs .current {
	color: #990000;
	} 	
	
	
/*	Sidebar
----------------------------------------------------------------------*/

#sidebar {
	float: right;
	width: 157px;
	}
	
#sidebar ul {
	text-align: left;
	margin-top: -10px;
	}
	
#sidebar ul li {
	background: transparent url(../../images/div_grey.gif) repeat-x 0 100%;
	padding: 10px 0 10px 0;
	}

#sidebar .title {
	margin-bottom: 5px;
	font-weight: bold;
	}
	
	
/*	Call to Action
----------------------------------------------------------------------*/
		
#calltoaction {
	background: transparent url(../../images/calltoaction.gif) repeat-x scroll 0 0;
	padding: 20px 15px 40px 15px;
	width: 742px;
	clear: both;
	position: relative;
	}
	
#calltoaction .link {
	position: absolute;
	bottom: 8px; right: 15px;
	}
	
#backtotop {
	margin: 0 0 5px 6px;
	float: left;
	}
	
	
/*	Footer
----------------------------------------------------------------------*/

#footer {
	background: #750100 url('../../images/footer_bg2.gif') repeat-x 0 100%;
	height: 228px; width: 100%;
	margin-top: 20px;
	border-top: 1px solid #000000;
	position: relative;
	}

#footer #bar1 {
	background: #383839 url('../../images/footer_bg.gif') repeat-x 0 0;
	height: 49px;
	width: 100%;
	border-bottom: 1px solid #4b4b4b;
	text-align: center;
	}

#footer #bar1 .inside {
	width: 658px;
	position: relative;
	margin: auto;
	top: 20px;
	text-align: left;
	}

#footer #bar1 .inside img {
	margin-right: 50px;
	float: left;
	}

#footer #bar2 {
	background-color: #4d0000;
	height: 30px; width: 100%;
	border-top: 5px solid #000;
	text-align: center;
	color: #fff;
	}

#footer #bar2 ul {
	display: inline;
	float: right;
	text-align: center;
	}

#footer #bar2 p {
	float: left;
	margin: 0 20px 0 0;
	
	}

#footer #bar2 ul li {
	display: inline;
	cursor: default;
	}

#footer #bar2 ul li a {
	color: #fff;
	text-decoration: none;
	}

#footer #bar2 .inside {
	width: 920px;
	position: relative;
	margin: auto;
	top: 9px;
	}