body {
	background: #000 url("/images/body_bg.jpg") no-repeat scroll top center;
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #fff;
	font-size: 10pt;
	text-align: center;
	margin: 0 auto;
	line-height: 1.5em;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

h1 {
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: normal;
}

h3 {
	text-transform: uppercase;
	font-weight: normal;
}

h4 {
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 15px;
}

h5 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: .75em;
	color: #222;
}

h3.date {
	color:#b7690d;
}

p {
	font-size: .9em;
	/*text-transform: uppercase;*/
	font-weight: normal;
	color: #888;
}

#header {
	width: 900px;
	height: 98px;
	margin: 0px auto;
	position: relative;
}

#nav {
	position: absolute;
	top: 40px;
	right: 0px;
}

#header #branding{
	position: absolute;
	top: 16px;
	left: 5px;
}

#main_navigation li{
	display: inline;
	float: right;
	margin-right: 30px;
}

#main_navigation li a{
	text-transform: uppercase;
}

#container {
	width: 900px;
	margin: 8px auto;
}

#main_content {
	position: relative;
	width: 874px;
	margin: 0px auto;
	height: 375px;
	border: 3px solid #0f0f0f;
	line-height: 3em;
}

#client_content {
	position: relative;
	width: 874px;
	margin: 0px auto;
	height: 125px;
	border: 3px solid #0f0f0f;
	line-height: 3em;
}

#contact_content {
	position: relative;
	width: 874px;
	margin: 0px auto;
	border: 3px solid #0f0f0f;
	line-height: 3em;
	height: 500px;
}

.sub_content {
	text-align: left;
	width: 874px;
	margin: 10px auto;
	border: 3px solid #0f0f0f;
	padding-bottom: 20px;
}

.sub_content #sub_navigation {
	padding: 20px;
}

.sub_content #sub_navigation li {
/*	float:left;*/
	width: 150px;
}

.sub_content #sub_nav_home {
	padding: 20px;
	margin-bottom: 20px;
}

.sub_content #sub_nav_home li {
	float:left;
	width: 265px;
	margin-right: 10px;
}

.grid {
	background: transparent url("/images/grid_bg.gif") no-repeat scroll top center;
}

#billboard {
	position: relative;
}

#billboard h2, #billboard h3, #billboard p {
	line-height: 3em;
}

#billboard li {
	position: relative;
	width: 874px;
}

#billboard li .copy{
	position: absolute;
	/*z-index: 3;*/
	top: 15px;
	right: 20px;
	text-align: right;
	width: 300px;
}


hr {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #0f0f0f;
}

.project_profile {
	width: 834px;
	padding: 20px;
	margin: 10px auto;
	text-align: left;
	border: 3px solid #0f0f0f;
}

.project_profile h3, .project_profile h5 {
	line-height: 1em;
}

.project_profile p {
	color: #888;
	margin-top: 5px;
	font-size: .9em;
	line-height: 2em;
	text-transform: none;
	font-weight: normal;
}

.project_profile h3 {
/*	color: #B7690D;*/
	margin-top: 15px;
	font-size: 1.25em;
}

.project_profile h2 {
/*	color: #B7690D;*/
	font-size: 1.3em;
	line-height: 1em;
}

.project_profile .left {
	float: left;
	width: 497px;
	border-right: 1px solid #0f0f0f;
	padding-right: 20px;
}

.project_profile .right {
	float: right;
	width: 267px;
	padding-right: 20px;
}

.project_profile #services_list li{
	border-bottom: 1px solid #0f0f0f;
	font-size: .9em;
	padding: 10px 0px;
}

.project_profile #services_list li#last{
	border-bottom: none;
	padding: 10px 0px 0px 0px;
}


.clear {
	clear: both;
}

#billboard li .image{
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 0px;
}

/*-------------------------| Slider Styles |-------------------------*/

#mask_big {
	position: relative;
	width: 874px;
	height: 375px;
	overflow: hidden;
}

#slider_big {
	position: absolute;
	width: 9999px;
	height: 375px;
	top: 0px;
	left: 0px;
}

#slider_big .slide { 
	position: relative;
	width: 874px;
	height: 375px;
/*	padding: 10px;*/
	margin-right: 0px;
	float: left;
}

#slider_big .mask_small {
	position: absolute;
	top: 0; left: 0;
	height: 375px;
	overflow: hidden;
	float: left;
}

#slider_big #slider_vert {
	position: absolute;
	width: 870px;
	height: 2000px;
	top: 0px;
	left: 0px;
}

#slider_big .sample {
	position: relative;
	height: 375px;
	width: 874px;
	text-align: left;
}

/*#slider_big .sample img {
	height: 335px;
}*/

.sample .copy {
	position: absolute;
	width: 350px;
	height: 320px;
	right: 20px;
	top: 55px;
	text-align: right;
}

.sample .copy {
	width: 300px;
}

h1#project {
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 99;
}

#up { position: absolute; left: -80px; top: 0px ;}
#down { position: absolute; left: -80px; top: 30px ;}

/*.left { position: absolute; bottom: 0; right: 40px; }
.right { position: absolute; bottom: 0; right: 0px;}
*/

.footer {
	margin: 0px auto;
	width: 880px;
	text-align: left;
	color: #333;
	padding: 20px;
}

.footer a {
	font-size: .85em;
}

/*-----------------| OdoClub |-----------------*/

h2.odo, h3.odo, h4.odo, h5.odo, a.odo, li.odo {
	color: #6095C3;
}

h2.t3d, h3.t3d, h4.t3d, h5.t3d, a.t3d {
	color: #778E1E;
}

h2.mrl, h3.mrl, h4.mrl, h5.mrl, a.mrl {
	color: #E4AA11;
}

h2.nascar, h3.nascar, h4.nascar, h5.nascar, a.nascar {
	color: #ef3d42;
}

h2.dmjg, h3.dmjg, h4.dmjg, h5.dmjg, a.dmjg {
	color: #c3b287;
}

h2.prevarex, h3.prevarex, h4.prevarex, h5.prevarex, a.prevarex {
	color: #005695;
}

h2.msnap, h3.msnap, h4.msnap, h5.msnap, a.msnap {
	color: #0068a8;
}

.client {
	padding: 40px 20px;
	position: relative;
	border-bottom: 1px solid #0f0f0f;
}

.client .left {
	float: left;
}

.client .left img{
	margin-right: 20px;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.client .right {
	float: right;
}

#services {
	margin: 10px 20px;
}

#services li{
	padding: 10px 0px;
	border-bottom: 1px solid #0f0f0f;
}

#services li a{
	color: #555;
	font-size: .85em;
}

a.up_arrow{
	position: absolute;
	z-index: 98;
	bottom: 44px;
	right: 28px;
	background: transparent url("/images/up_arrow.png") no-repeat scroll top left;
	height: 16px;
	width: 15px;
}

a.down_arrow{
	position: absolute;
	z-index: 98;
	bottom: 10px;
	right: 28px;
	background: transparent url("/images/down_arrow.png") no-repeat scroll top left;
	height: 16px;
	width: 15px;
}

a.right_arrow{
	position: absolute;
	z-index: 98;
	bottom: 27px;
	right: 11px;
	background: transparent url("/images/right_arrow.png") no-repeat scroll top left;
	height: 16px;
	width: 16px;
}

a.left_arrow{
	position: absolute;
	z-index: 98;
	bottom: 27px;
	right: 44px;
	background: transparent url("/images/left_arrow.png") no-repeat scroll top left;
	height: 16px;
	width: 16px;
}

a.up_arrow:hover{
	background: transparent url("/images/up_arrow_over.png") no-repeat scroll top left;
}

a.down_arrow:hover{
	background: transparent url("/images/down_arrow_over.png") no-repeat scroll top left;
}

a.right_arrow:hover{
	background: transparent url("/images/right_arrow_over.png") no-repeat scroll top left;
}

a.left_arrow:hover{
	background: transparent url("/images/left_arrow_over.png") no-repeat scroll top left;

}

#features_list li {
	padding: 10px;
	font-size: .85em;
	color: #222;
}




















