/*html elements*/
/*----------------------------------------------------------------*/
/*1. body*/
body{
	font-family: Verdana;
	font-size: 11px;
	border: solid 0px;
	color: #666666;
	background-color: #CCCCCC;
	letter-spacing: 0px;
	text-align: center;
	background: #dbdbdb url(../images/bg.gif) repeat-x;
}

hr{
	height: 1px;
}

body td{
		font-family: Verdana;
		font-size: 11px;	
		letter-spacing: 0px;
}	

input{
		font-family: Tahoma;
		font-size: 10px;	
}

textarea{
		font-family: Tahoma;
		font-size: 10px;	
}

select{
		font-family: Tahoma;
		font-size: 10px;	
}

img{
	border: 0px;
}

body a:link{
	text-decoration: none;
	color: #FF0000;
	letter-spacing: 0px;
}
body a:visited{
	text-decoration: none;
	color: #999999;
	letter-spacing: 0px;
}
body a:hover{
	/*text-decoration: underline;*/
	color: #FFCC00;
}

#wrap{
	width: 750px;
	left: 50%;
	padding-left: 1em;
	padding-top: 1em;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
		
/*defined div blocks*/
/*----------------------------------------------------------------*/
/*1. header*/
.header{
	height: 85px;
	width: 100%;
	font-size: 1em;
	border:solid 0px red;
	padding-left: 20em;
	padding-bottom: 0.3em;
	background-color: #CC0000;
	color: #FFFFFF;
	Background-Image: Url(../images/headerlogo.jpg);
	Background-Repeat: no-repeat;
	Background-Position: 0% 0%;
	
}
  	
.header ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
  		    		
.header ul li{
	padding: 0 3px 0 3px;
	line-height: 2em;
}
  	
.header ul li:first-child{
	border: 0;
	padding-left: 10;
}

.header a:link{
	color: #FFFFFF;
	padding: 2px;
	font-weight: bold;
	font-size: 11px;
}		

.header a:visited{
	color: #FFFFFF;
	padding: 2px;
	font-weight: bold;
	font-size: 11px;
}		

.header a:hover{
	color: #CCCCCC;
	padding: 2px;
	font-weight: bold;
	font-size: 11px;
}		
  	
/*2. newsgap*/
.newsgap{
	top: 5em;
	left: 65em;
	width: 15em;
	height: 40em;
	padding: 2em 0em 0em 1em;
	position: absolute;
	overflow: hidden;
	color: #999999;
	border: 1px dotted red;
}


/*3. main*/		
.main{
	width: 750px;
	border: dotted 0px black;
	border-bottom: solid 1px #CCCCCC;
	text-align: left;
	padding-bottom: 0em;
}

.leftcol{
	border: 0px solid;
	width: 300px;
	padding-right: 1em;
	position: relative;
}

.prodsectioncol{
	border: 0px solid;
	padding-right: 1em;
	position: relative;
	width: 200px;
}

.prodsection{
	width: 150px;
	border-bottom: 1px solid #666666;
	padding-bottom: 3px;
}

.prodcol{
	border: 0px solid;
	padding-right: 1em;
	padding-bottom: 2em;
	position: relative;
}

.midcol{
	border-left: 1px solid #CCCCCC;
	width: 260px;
	padding-left: 1em;
	padding-right: 1em;
	position: relative;
}

.rightcol{
	border: 0px solid;
	width: 500px;
}

.main #wrap{
	border-bottom: 0px solid #0066CC;
	padding-bottom: 2em;
}

.main #wrap a:visited{
	color: #0066CC;
}
.main #wrap a:hover{
	letter-spacing: 0em;
	color: #FF3333;
}


.uppermain{
	top: 0em;
	left: 0em;
}

/*4. side_nav*/		
.side_nav{
	width: 100%;
	height: 2em;
	padding: 0.5em;
	background-color: #000000;
	color: #FFFFFF;
}


.side_nav ul{
	margin: 0px;
	text-indent: 0em;
}

.side_nav li{
	list-style-type: square;		
}


/*7. footer*/
.footer{
	width: 750px;
	text-align: left;
	border-top: 0px solid #CCCCCC;
	padding-bottom: 1em;
}
  
.footer #wrap{
	padding: 10px;
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
	border-top: 0.2em solid #FFFFFF;		
}

/*defined id blocks*/
/*----------------------------------------------------------------*/    	
  	#chosen{
		color: #FFFFFF;
		font-family: Arial;
		letter-spacing: 0em;
		padding: 0.25em;
		font-weight: bold;
		background-color: #FF0000;
  	}
		



.center{
	text-align:center;
}
.left{
	text-align:left;
}
.justify{
	text-align:justify;
}

.submain1{
	overflow: auto;
	border: 0px solid green;
    	padding: 0em 2em 2em 5em;
}

.label{
	color: #FFFFFF;
	background-color: #333333;
	font-weight: bold;
	padding: 0.1em;
}

.menu{
	background-color: #000000;
	color: #FFFFFF;
	padding: 0.3em;
	padding-left: 0em;
	padding-right: 0em;
	Background-Image: Url(../images/checker2.gif);
	Background-Repeat: repeat;
	Background-Position: 0% 0%;
	width: 100%;
	text-align: left;
	border-bottom: solid 3px #FF0000;
}

.menulink{
	font-size:11px;
	letter-spacing: 1px;
	padding-left: 0.5em;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
}

.menulink a:link{
	color: #FFFFFF;
	letter-spacing: 1px;
}

.menulink a:visited{
	color: #FFFFFF;
	letter-spacing: 1px;
}

.menulink a:hover{
	color: #FF9900;
}

.developer{
	color: #FFFFFF;
	text-align: right;
}

.developer a:link{
	color: #666666;
}

.rightalign td{
	text-align: right;
}

.normaltable td{
	vertical-align: top;
}

.bottomtable td{
	vertical-align: bottom;
}

.production{
	background-color: #CCCCCC;
	font-weight: bold;
}

.shout1{
	font-size: 3em;
	font-weight: bold;	
}

.shout2{
	font-weight: bold;
	font-size: 12px;
}

.shout3{
	font-weight: bold;
	font-size: 12px;
}

.shout4{
	font-size: 2em;
	letter-spacing: -1px;
}

.shout6{
	font-weight: bold;
	font-size: 15px;
	color: #FF0000;
}

.curl{
	font-weight: bold;
	font-size: 1.2em;
}

.hilite1{
	background-color: #FFFF00;
}

.shade{
	background-color: #CCCCCC;
}

table td{
	vertical-align: top;
}

.tablehead td{
	background-color: #999999;
	color: #FFFFFF;
	font-weight: bold;
}

.tagtable
{ 
	background-color: #FFFFFF; 
	width: 112px; 
	height: 162px; 
}

.tagtable td{
	height: 16px;
	width: 16px;
	border: 1px solid #000000;
	text-align: center;
}

.displaytag{
	background-color: #FFCC00;
}

.fillertag{
	background-color: #CCFF00;
}
.privatetag{
	background-color: #FFFF00;
}

.untagged{
}

.fullfloorplan{
	width: 100%;
	height: 290px;
	overflow: auto;
}

.fullcpanel{
	width: 100%;
	height: 110px;
	background-color: #CCCCCC;
}

.fullpage td{
	font-size: 8px;
	height: 50px;
	width: 40px;
	border: 1px solid #000000;
	overflow: hidden;
	text-align: center;
}

.fullpagecontainer td{
}

.floorplan{
	overflow: auto;
	height: 325px;
	width: 720px;
}

.sectionspace{
	width: 200px;
	border: 1px solid #999999;
	color: #666666;
	padding: 2px;
	text-align: justify;
	font-size: 12px;
}

.tagcurrent{
	background-color: #FF0000;
}

.default
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold
}

.defaultErr
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FF0000
}

.selectpage{
	background-color: #FFCC00;
}

.fullpageform{
	border: 1px solid #FFFFFF;
	padding: 2px;
}

.fullpageform2{
	border: 1px solid #000000;
	padding: 3px;
}

.fullpageform3{
	border: 1px solid #000000;
	background-color: #CCCCCC;
	padding: 3px;
}

.rightalign{
	text-align: right;
}

.box1{
	width: 16px;
	height: 16px;
	background-color: #FFCC00;
	border: 1px solid #000000;
}

.box2{
	width: 16px;
	height: 16px;
	background-color: #FFFF00;
	border: 1px solid #000000;
}

.box3{
	width: 16px;
	height: 16px;
	background-color: #FF0000;
	border: 1px solid #000000;
}

.box4{
	width: 16px;
	height: 16px;
	background-color: #CCFF00;
	border: 1px solid #000000;
}

.invisible{
	width: 1px;
	display: none;
}

.textbox1{
	padding-left: 0.5em;
	width: 120px;
}

.sectionmark{
	font-size: 1.5em;
	font-weight: bold;
}

.bgblack{
	background-color: #CC0000;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	width: 90px;
}

.shout5{
	font-size: 4em;
}

.tableissue{
	border: 1px solid #CCCCCC;
	font-weight: bold;
}

.normal{
	font-size: 1em;
	font-weight: normal;
}

.negativestyle{
	color: #FFFFFF;
	font-weight: bold;
}

.contentbold{
	font-weight: bold;
	font-size: 1.1em;
}

.contenttel{
	font-weight: bold;
}

.contentprice{
	color: #FF0000;
}

.contentcache{
	font-size: 0.8em;
}

.smalltext{
	height: 1.4em;
}

.dummytag{
	color: #FFFFFF;
}

.dummytd td{
	border: solid 1px #FFFFFF;	
}

.sectionpage{
	background-color: #FF9999;
}

.fillerpage{
	background-color: #CCFF99;
}

.tradepage{
	background-color: #CCCCFF;
}

.legendsectionpage{
	background-color: #FF9999;
	width:20px;
	height: 20px;
	border: 1px solid #000000;
}

.legendtradepage{
	background-color: #CCCCFF;
	width:20px;
	height: 20px;
	border: 1px solid #000000;
}

.legendfillerpage{
	background-color: #CCFF99;
	width:20px;
	height: 20px;
	border: 1px solid #000000;
}

.legendcenterpage{
	width:20px;
	height: 20px;
	border: 1px dashed #000000;
}

.centerpage{
	border: 1px dashed #000000;
	text-align: center;
}

.justify1{
	text-align: justify;
}

#contactleftcontent{
		width: 20em;	
}

#contactrightcontent{
		width: 40em;
		border-left: 1px solid #CCCCCC;
		padding: 0em 0em 0em 2em;	
}

.info{
	color: #FFFFFF;
	background-color: transparent;
	height: 13em;
	width: 20em;
	padding-left: 1em;
	padding-top: 1em;
	margin-top: 0em;
}	

#compressorcol{
	width: 100px;
	float: left;
	position: relative;
}

#chasiscol{
	width: 100px;
	border-left: 1px solid #FFFFFF;
	float: left;
	position: relative;
}

#interiorcol{
	width: 100px;
	border-left: 1px solid #FFFFFF;
	float: left;
	position: relative;
}

#enginecol{
	width: 100px;
	border-left: 1px solid #FFFFFF;
	float: left;
	position: relative;
}

#wheelcol{
	width: 100px;
	border-left: 1px solid #FFFFFF;
	float: left;
	position: relative;
}

.floatleft{
	float:left;
}

.floatright{
	float:right;
}

.productpic img{
	border: 2px solid #333333;
}

.intro{
	margin-top: 20em;
	width: 100%;
	border-bottom: 1px solid #333333;
}

.subsectioncol{
	border: 0px solid;
	padding-right: 1em;
	position: relative;
	width: 200px;
}

.sectioncol{
	border: 0px solid;
	padding-right: 1em;
	padding-bottom: 2em;
	position: relative;
}


.home_left_col{
	border: 0px solid;
	width: 250px;
	padding-right: 1em;
	Background-Image: Url(../images/news_sec1.jpg);
	Background-Repeat: no-repeat;
	Background-Position: 100% 100%;
}

.home_mid_col{
	border: 0px solid;
	width: 250px;
	padding-right: 1em;
	padding-top: 2em;
}

.home_right_col{
	border: 0px solid;
	width: 250px;
}

.express_search{
		Background-Image: Url(../images/express_search.jpg);
		Background-Repeat: no-repeat;
		Background-Position: 0% 0%;
		padding-left: 10em;
		padding-top: 0.2em;
		height:3em;
}

.selected_model{
	width: 150px;
	border-bottom: 1px solid #666666;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 12px;
}

.logoimg{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #333333;
	width: 150px;
}

.contact_box{
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 0px solid #333333;
	width: 200px;
}

.search_criteria{
	font-size: 12px;
	background-color: #FF0000;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.intro_page{
	background-color: #000000;
	width:100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20%;
}

.part_section{
	border-bottom: 1px solid #222222;
	width: 400px;
}

.aboutus_col{
	width: 400px;
	height: 250px;
	padding: 1em;
}

.productdetail_col{
	width: 450px;
	padding: 1em;
	padding-top: 0em;
}

.feedback_col{
	width: 350px;
}

.sms_col{
	width: 300px;
}

.contactdel_col{
	width: 250px;
}

.archive_col{
	width: 200px;
}

.news_col{
	width: 450px;
}

.smalltext{
	font-size: 0.8em;
	text-align: right;
}

.webdesign_col{
	width: 550px;
}

.webdesign_left{
	width: 300px;
	padding: 0.5em;
}

.webdesign_right{
	width: 350px;
	padding: 0.5em;
}

.bizsolution_col{
	Background-Image: Url(../images/night_1.jpg);
	Background-Repeat: no-repeat;
	Background-Position: 0% 0%;
	color: #FFFFFF;
}

.bizsolution_col td{
	color: #FFFFFF;
}

.shade_1{
	background-color: #EEEEEE;
	padding: 3px;
}

.shade_2{
	padding: 3px;
}

.alluneed_col{
	Background-Image: Url(../images/alluneed.jpg);
	Background-Repeat: no-repeat;
	Background-Position: 100% 100%;

}

.tiny1{
	font-size: 1em;
}

.insp_story{
	border: 1px solid #CCCCCC;
	padding: 3px;
	height: 110px;
	background-color: #EEEEEE;
}

.insp_story img{
	float:left;
}

.web_halloffame{
	float:left;
	border: solid 1px #CCCCCC;
}

.creino_claps{
	width: 400px;
}

.claps_rightcol{
	border-left: 1px solid #CCCCCC;
	padding-left: 1em;
}

.pagetitle{
font-family: Arial;
font-weight: bold;
font-size:16px;
}