@charset "utf-8";
/* CSS Document */


/*------------------- main layouts ---------------------*/
body {
	background-color: #191919;
	background-image: url(../images/bg_pattern.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin: 0px; 
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	height: 100%;
}

#wrapper {
	width: 963px;
	height: 100%;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding-left: 20px;
}

.clear { 
	clear:both;
}




/*------------------- header layouts ---------------------*/
#header {
	width: 963px;
	height: 163px;
	margin:0px;
	padding: 0px;
	
}

#header img {
	margin:0px;
	padding: 0px;
	float: left;

}

#navigation {
	width: 784px;
	height: 163px;
	margin:0px;
	background-image: url(../images/header_02.jpg);
	background-repeat:no-repeat;
	float:right;
}

#nav {
	width: 542px;
	height: 26px;
	margin:0px;
	padding-top: 28px;
	float:right;
	
	
}


/*------------------- content layouts ---------------------*/

#content {
	width: 963px;
	margin: 0px;
	padding: 0px;
	background-color: #404040;
	background-image: url(../images/bg_top_01.jpg);
	background-repeat:no-repeat;
}


#content-left {
	width: 616px;
	margin: 0px;
	padding-left: 20px;
	float:left;
}

#content-right {
	width: 291px;
	float: right;
	margin: 0px;
	padding-right: 20px;

}

#flash {
	width: 616px;
	height: 229px;
	margin: 0px;
	padding: 0px;
}


/*------------------- subpage layouts ---------------------*/
#content-sub {
	width: 943px;
	margin: 0px;
	padding-left: 20px;
	background-color: #404040;
	background-image: url(../images/bg_top_01.jpg);
	background-repeat:no-repeat;
}

#subpage {
	width: 925px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/subpage_sliver.jpg);
	background-repeat:repeat-y;
}

#bg-line {
	width: 925px;
	min-height:360px;
	margin: 0px;
	padding: 3px 20px 0px 20px;
	background-image: url(../images/bg_subpageA_line.jpg);
	background-repeat:no-repeat;
}


#subpage-reg {
	width: 100%;
	min-height:360px;
	padding: 3px 20px 0px 20px;
	float: left;
	background-image: url(../images/bg_subpageA_01.jpg);
	background-repeat:no-repeat;
}

#sub-left {
	width: 520px;
	margin: 0px;
	padding: 0px;
	float:left;
}

#request-form {
padding-top: 30px;
}

#thumbnail-left {
	width: 550px;
	margin: 0px;
	padding-top: 20px;
	float:left;
}


#sub-regcopy {
	width: 880px;
	margin: 0px;
	padding-top: 20px;
	float:left;

}

#box-area {
	margin: 0px;
	padding: 20px 40px 0px 0px;
	width: 292px;
	float: right;

}

#sub-box {
	width: 262px;
	height: 69px;
	padding-bottom: 5px;
	
}

#thumbnail {
	width: 262px;
	height: 149px;
	padding-bottom: 5px;
	
}



/*------------------- sidebar layouts ---------------------*/
#bg-target-rep {
	background-image: url(../images/bg_target_repeat.jpg);
	background-repeat:repeat-y;
	margin:10px 0px 0px 0px;
}

#bg-target{
	background-image:url(../images/bg_target_industries_01.jpg);
	background-repeat:no-repeat;
	height:400px;
	overflow-x:hidden;
	overflow-y:scroll;
}




/*------------------- left infobox layouts ---------------------*/

#vehicle_graphics {
	width: 299px;
	margin: 0px;
	padding: 0px;
	float:left;
	
}

#bg-info-left {
	margin: 0px;
	padding: 0px;
	width:299px;
	height:79px;
	background-image:url(../images/infobox_04.jpg);
	background-repeat:no-repeat;

}

#bg-box-left {
	margin: 0px;
	padding: 0px;
	width:299px;
	background-image: url(../images/bg_infobox.jpg);
	background-repeat:repeat-y;

}

/*------------------- right infobox layouts ---------------------*/

#banners {
	width: 298px;
	margin: 0px;
	padding: 0px;
	float:right;
}

#bg-info-right {
	margin: 0px;
	padding: 0px;
	width:298px;
	height:79px;
	background-image:url(../images/infobox_04.jpg);
	background-repeat:no-repeat;

}

#bg-box-right {
	margin: 0px;
	padding: 0px;
	width:298px;
	background-image: url(../images/bg_infobox.jpg);
	background-repeat:repeat-y;

}


/*------------------- bottom/portfolio layouts ---------------------*/
#bottom {
	width: 963px;
	margin: 0px;
	padding: 0px;
	background-color: #353535;
	background-image: url(../images/bg_bottom_01.jpg);
	background-repeat:no-repeat;
}

#bottom-main{
	width: 927px;
	margin: 0px;
	padding: 20px 0px 0px 15px;}

#bottom-left {
	width: 616px;
	margin: 0px;
	padding: 20px 0px 0px 20px;
	float:left;
}

#bottom-right {
	width: 291px;
	margin: 0px;
	padding:20px 20px 0px 0px;
	float:right;
}


#portfolio {
	width: 927px;
	margin: 0px;
	padding: 0px;
	background-color: #242424;
	background-image:url(../images/portfolio_scroll_01.jpg);
	background-repeat:no-repeat;
	
}


/*------------------- footer layouts ---------------------*/
#footer {
	width: 963px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
	margin: 0px;
	padding: 15px 0px 70px 0px;
	text-align: right;
	
}

.footer-left {
	float: left;
}

.footer-right {
	text-align: right;
	
}