/* Reset all */

*{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

/* Basic */

body {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#848484;
}
ul,li{
	margin: 0;
	list-style-type: none;
	position: relative;
}
table,tr,td {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#587E8B;
}
FORM {
	font-size:11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	
SELECT {
	font-size:11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	border:solid 1px #848484;
	color: #848484;
	}

INPUT,TEXTAREA {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	background-color: #ffffff;
	border:solid 1px #848484;
	color: #848484;
	}

/* Layout */
#wrapper {
	display:block;
	width: 1024px;
	margin: 0 auto;
	padding: 0px;
}

#footer {
	margin: 0px;
	padding: 0px;
	height:100px;
	width:1024px;
	background: url("images/bg_03.gif") left bottom no-repeat;
}
#footcont{
	padding: 40px 20px 0px 20px;
	float:right;
}
/*Top Line*/

#topline{
	margin-left:0px;
	margin-top:0px;
	height:99px;
	width:1024px;
	background: url("images/bg_01.gif") left top no-repeat;
}
.lang{
	padding-left:600px;
	margin-top:18px;
	color:#0091cd;
}
.lang A{
	color:#0091cd;
	text-decoration: none;
}


/*Content*/
#bigbox{
	width:1024px;
	margin:0px;
	padding:0px;
	background: url("images/bg_02.gif") top left no-repeat;
	}

/*Left Menu*/
#leftmenu{
	float: left;
	margin:0px;
	padding:0px;
	width:235px;
}

/*Main Menu*/
#mainmenu{
	width: 180px;
	padding:0px;
	margin:10px 10px 0px 45px;
	}	

#mainmenu ul{
	padding:0px;
}

#mainmenu li{
	font-weight:normal;
	height:25px;
	line-height:25px;
	color:#ffffff;
	padding:0px;
	background:url("images/m_red_02.gif") no-repeat left top;
}	
#mainmenu li a{
	padding:0px 0px 0px 20px;
	text-decoration:none;
	color:#ffffff;
}
#mainmenu .firstline{
	font-weight:normal;
	height:45px;
	line-height:45px;
	color:#ffffff;
	background:url("images/m_red_01.gif") no-repeat left top;
}	
#mainmenu .last{
	font-weight:normal;
	height:46px;
	line-height:20px;
	color:#ffffff;
	padding:0px;
	background:url("images/m_red_03.gif") no-repeat left top;
}	
#mainmenu .last a{
	padding:0px 0px 0px 20px;
	color:#ffffff;
}	

/*Dealer Menu*/
#dealmenu{
	width: 180px;
	padding:0px;
	margin:0px 10px 0px 45px;
	}	

#dealmenu ul{
	padding:0px;
}

#dealmenu li{
	font-weight:normal;
	height:23px;
	line-height:23px;
	color:#d30003;
	background:url("images/m_yelow_02.gif") no-repeat left top;
}	
#dealmenu li a{
	text-decoration:none;
	color:#d30003;
	padding:0px 0px 0px 20px;
}
#dealmenu .firstline{
	font-weight:normal;
	height:29px;
	line-height:29px;
	color:#d30003;
	background:url("images/m_yelow_01.gif") no-repeat left top;
}	
#dealmenu .firstline h1{
	padding:0px 0px 0px 20px;
	color:#d30003;
	font-size:12px;
}
#dealmenu .last{
	font-weight:normal;
	height:35px;
	line-height:20px;
	color:#d30003;
	background:url("images/m_yelow_03.gif") no-repeat left top;
}	
#dealmenu .last li p{
	padding:0px 0px 0px 20px;
}

		
#dealmenu .login{
	font-weight:normal;
	height:60px;
	color:#d30003;
	background:url("images/m_yelow_02_deal.gif") no-repeat left top;
}		
#dealmenu .login p{
	padding:0px 0px 0px 20px;
}
/*Content*/
#bigright{
	margin:0px 0px 0px 235px; 
	width:552px;
	padding:0px;
}

#contttl{
	padding:0px 0px 0px 20px;
	margin:0px;
	width:552px;
	height:22px;
}

#cont{
	margin:0px; 
	padding:0px;
	width:552px;
	background:url("images/bg_content.gif") no-repeat right top;
	border-left:solid 1px #DADADA;
	border-right:solid 1px #DADADA;
	border-top:solid 1px #DADADA;
}
#conttext{
	padding:20px 20px 5px 20px;
	color: #848484;
}	
#conttext H1{
	font-size: 13px;
	font-weight:bold;
	color:#d30003;
	margin-bottom:10px;
}
#conttext img {
	float:left;
	border: 1px solid #dadada;
	margin-right:10px;
	margin-bottom:10px;
}
#conttext ul{
	list-style: circle outside;
}
#conttext ul li{
	list-style: circle inside;
}
#conttext a{
	text-decoration:none;
	color:#848484;
	font-weight:bold;
}
#conttext TABLE{
	border-collapse: collapse;
	empty-cells: show;
	border: 0px;
}
#conttext TD{
	padding:4px;
}
#conttext TD a{
	text-decoration:none;
	color:#848484;
	font-weight:normal;
}
#conttext TD a:hover{
	text-decoration:underline;
	color:#848484;
	font-weight:normal;
}
#conttext TH{
	padding:4px;
	border-bottom:solid 1px #848484;
	border-top:solid 1px #848484;
}
#contsrch{
	float:left;
	margin:30px 0px 0px 0px; 
	padding:0px;
	width:340px;
	border-right:solid 2px #DADADA;
}
#srchrez{
	padding:0px 20px 5px 20px;
	color: #d30003;
}	
#srchrez H1{
	font-size: 13px;
	font-weight:bold;
	color:#d30003;
	margin-bottom:10px;
	clear:both;
}
#srchrez label{
	line-height:20px;
	width:90px;
	float: left;
	}
#conttop{
	margin-top:30px;
	margin-left:360px;
	padding:0px;
	width:140px;
}					
#contend{
	padding:0px;
	height:93px;
	width:552px;
	background: url("images/bg_content_down.gif") repeat-x left top;
	border-bottom:solid 1px #DADADA;
	border-left:solid 1px #DADADA;
	border-right:solid 1px #DADADA;
}
#contend p{
	padding:60px 10px 0px 10px;
	text-align:right;
}
#contend a{
	text-decoration:none;
	color:#848484;
	font-weight:bold;
}
.button, #conttext .button, #conttext TD .button {
	text-decoration:none;
	background-color: #d30003;
	color:#ffffff;
	font-weight:bold;
	font-size:10px;
	border-left:solid 1px #CC0000;border-bottom:solid 1px #CC0000;
	border-top:solid 1px #CC0000;border-right:solid 1px #CC0000;
	padding:2px 4px;
	height:18px;
}    
.buttonsmall {
	text-decoration:none;
	background-color: #d30003;
	color:#ffffff;
	font-weight:bold;
	font-size:10px;
	padding:0px 4px;
	height:16px;
}
 /*Admin*/
 #admhead{
	height:50px;
	line-height:50px;
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:4px;
	background-color: #F6D3B3;
	color:#D53127;
	border:solid 1px #D53127;
	font-weight:bold;
	text-align:center;	
}
#admtitle H1{
	width:150px;
	padding:3px;
	margin:1px;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #D53127;
	color:#F6D3B3;
	border:solid 1px #D53127;
	font-weight:bold;
}
#admtitle A{
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:150px;
	padding:3px;
	margin:1px;
	background-color: #FAEDCB;
	color:#D53127;
	border:solid 1px #D53127;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
#admcontent{
	margin-right:10px;
	margin-left:10px;
	color:#D53127;
}
#admcontent TABLE{
	border-collapse: collapse;
	empty-cells: show;
}
#admcontent TD{
	border: 1px solid #D53127;
	padding:4px;
}
#admcontent TH{
	border: 1px solid #FAEDCB;
	font-weight:bold;
	background-color: #D53127;
	color:#FAEDCB;
}
#admcontent H1{
	font-weight:bold;
	font-size:16px;
	padding:5px 0px;
}
#admcontent A{
	text-decoration:none;
	color: #D53127;
}
#admcontent .button{
	text-decoration:none;
	background-color: #D53127;
	color:#FAEDCB;
	border: 1px solid #FAEDCB;
	padding:4px;
}
#admnobord TABLE, #admnobord TD{
	border: 0px;
}
#nobord TABLE, #nobord TD{
	border: 0px;
	padding:0px;
}
.formimg{border:none;}
.errortxt{
font-weight:bold;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
color:#990000;
border:solid 1px #990000;
padding:0px 3px 2px 3px;
}	

.srchpane{
	font-weight:bold;
	color:#d30003;
	border:none;
	text-decoration:none;
	cursor:pointer;
}
.srchpanetxt{
	font-weight:normal;
	color:#d30003;
	border:none;
	text-decoration:none;
}	