@charset "utf-8";
/* CSS Document */
html, body{	
	margin:0px;
	padding:0px;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	scrollbar-base-color: #000000;
	scrollbar-arrow-color: #AF1100;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #AF1100;
	scrollbar-shadow-color: #AF1100;
	scrollbar-track-color: #000000;
	background:#000000;
}

#bgwrap{
	width:900px;
	height: auto;
	margin:0 auto;
	background:url(images/bg.jpg) no-repeat;
}


#pagewrap{
	width:780px;
	margin:0 auto;
	}
	
		
#header{
	width:780px;
	/*margin-top:-15px;*/
	height:370px;
	
}
		
	
#navbar{
	width:780px;
	height: 44px;
	margin:0 auto;
	float:left;
		
}
	
/* --------------------start of content sections------------------ */	
#content{
	width:780px;
	margin:0 auto;
	height: auto;
	background:url(images/bg_contentmain.png) no-repeat;
	float:left;
}

#leftside{
	width: 260px;
	height: auto;
	float:left;
	}
	
#rightside{
	width: 510px;
	height: auto;
	float:right;
	}

#contactsection{
	width: 220px;
	height: 125px;
	float: left;
	margin-top:43px;
	padding-top:20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

#gallerysection{
	width: 220px;
	height: 325px;
	float: left;
	margin-top: 53px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

#welcomesection{
	width: 470px;
	height: 545px;
	float: left;
	margin-top: 60px;
	margin-left: 19px;

}

/* --------------------end of content sections------------------ */	
/* --------------start of subpage content sections---------------- */	


#subcontentabout{
	width:780px;
	margin:0 auto;
	height: auto;
	background:url(images/bg_about.png) no-repeat #FFF;
	float:left;
}

#subcontentcontact{
	width:780px;
	margin:0 auto;
	height: auto;
	background:url(images/bg_contact.png) no-repeat #FFF;
	float:left;
}

#subcontentconversion{
	width:780px;
	margin:0 auto;
	height: auto;
	background:url(images/bg_conversion.png) no-repeat #FFF;
	float:left;
}

#subcontentgallery{
	width:780px;
	margin:0 auto;
	height: auto;
	background:url(images/bg_gallery.png) no-repeat #FFF;
	float:left;
}
#subcontentparts{
	width:780px;
	margin:0 auto;
	height: auto;
	background:url(images/bg_parts.png) no-repeat #FFF;
	float:left;
}
#subcontentstock{
	width:780px;
	margin:0 auto;
	height: auto;
	background:url(images/bg_stock.png) no-repeat #FFF;
	float:left;
}
#subcontentfinance{
	width:780px;
	margin:0 auto;
	height: auto;
	background:url(images/bg_finance.png) no-repeat #FFF;
	float:left;
}
/*-------------------------------------*/

#subleftcontent{
	width: 250px;
	height: auto;
	float: left;
	margin-top:70px;
	margin-left: 20px;
	text-align:left;
}

#subrightcontent{
	width: 450px;
	height: auto;
	float: left;
	margin-top: 70px;
	margin-left: 20px;
	text-align:justify;
}

#subleftside{
	width: 290px;
	height: auto;
	float:left;
	}
	
#subrightside{
	width: 490px;
	height: auto;
	float:right;
	}
	
	#subrightsidefin{
	width: 760px;
	height: auto;
	float:left;
	}
	
	#subrightcontentfin{
	width: 740px;
	height: auto;
	float: left;
	margin-top: 70px;
	margin-left: 20px;
	text-align:justify;
}
	
/* --------------end of subpage content sections---------------- */	

#footer{
		width:780px;
		margin:0 auto;
		height: 40px;
		background:url(images/bg_footermain.png) no-repeat;
		float:left;
		padding-top: 25px;
		color:#666;
		font-size:9px;
		font-weight: normal;
}

#subfooter{
		width:780px;
		margin:0 auto;
		height: 40px;
		background:url(images/bg_footersub.png) no-repeat;
		float:left;
		padding-top: 25px;
		color:#666;
		font-size:9px;
}
#subfooter .footer a {
	color: #666;
}
