/* @override http://automoves.efront.com.au/main.css */

/* @override http://automoves.efront.com.au/main.css */



* { padding: 0; margin: 0; }

img{
border: 0px;

}
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: #ccc;
}
#leftcolumn h1 {
font-size: 18px;
font-weight: bold;
padding: 5px 0px 10px 0px;
border-bottom: 1px solid #000;
width: 600px;
color: #000;
}

#rightcolumn h1 {
font-size: 18px;
font-weight: bold;
padding: 5px 0px 10px 0px;
border-bottom: 1px solid #000;
width: 220px;
color: #000;
}

#wrapper { 
 margin: 0 auto;
 width: 1100px;
 background-color: #fff;
 border-left: 1px solid #000;
 border-right: 1px solid #000;

}
#header {
 color: #333;
 width: 1100px;
 float: left;
 height: 210px;
 margin: 0px;
 background-image: url(/images/hero.jpg) repeat none;
}
#navigation-top {
 float: left;
 width: 1000px;
 padding: 10px 100px 10px 0px;
 color: #fff;
 margin: 0px 0px 0px 0px;
 text-align: right;
 background: #D21732;
}

#navigation-top a{
 color: #fff;
 text-decoration: none;
}

#navigation {
 float: left;
 width: 900px;
 color: #333;
 font-size: 15px;
 padding: 30px 100px 10px 100px;
 height:40px;
 margin: 0px;
 display: inline;
 text-align: right;
 background: #fff url("/images/logo_nav.jpg") no-repeat left center;
/*
 border-left: 1px solid #000;
 border-right: 1px solid #000;
*/
}

#content{
 width: 1100px;
/*  background: #fff url("/images/content_bg.gif") repeat-y; */
 min-height: 400px;

}
#leftcolumn { 
 color: #333;
 /* border-left: 1px solid #000; */
 margin: 0px 0px 0px 0px;
 padding: 10px 20px 10px 140px;
 min-height: 400px;
 width: 600px;
 float: left;
 
}
#rightcolumn { 
 float: left;
 color: #333;
 /* border-right: 1px solid #000; */
 margin: 0px 0px 0px 0px;
 padding: 10px 100px 10px 10px;
 min-height: 400px; 
 width: 220px;
 display: inline;
}
#footer { 
 width: 890px;
 clear: both;
 color: #666;
 border-bottom: 1px solid #000;
 /* border-top: 1px solid #000; */
 background: #fff url("/images/footer_logo.jpg") no-repeat right;
 height: 60px;
 margin: 0px;
 padding: 25px 100px 0px 110px;
 font-size: 10px;
}

#footer a{ 
 color: #666;	
 text-decoration: none;
}
#footer a:hover{ 
 text-decoration: underline;
}

#leftcolumn ul{ 
	padding-left: 20px;

}

/*NAVIGATION TOP*/

#navigation ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 15px;
	text-align: right;
	display: inline-block;
}

#mainmenu{
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	text-align: right;
	color: #666;
}
#mainmenu a{
	color: #666;
	text-decoration: none;
}
#mainmenu a:hover{
	color: #666;
	text-decoration: underline;
}
#mainmenu a.selected {
	color: #000;
	text-decoration: underline;
}


#navigation li{
	display: inline-block;
}

#navigation li a{
	display: block;
	text-decoration: none;
	margin-top: 0px;
	padding: 7px 5px;
	color: #666;
	text-transform: uppercase;
	}

#navigation li a:hover{
	color: #000;
	text-decoration: underline;

	}

#navigation li.selected a{
	color: #000;	
	text-transform: uppercase;
	text-decoration: underline;
	display: block;


}



/*NAVIGATION SIDE*/
.sidemenu ul{
	margin-top: 20px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
}
.sidemenu li{
	margin-bottom: 6px;
	list-style-type: none;
	list-style-position: inside;
}

.sidemenu li a{
	display: block;
	text-decoration: none;
	color: #666;
	margin: 0px;
	padding: 2px 0px 0px 15px;
	text-transform: capitalize;
	background: #fff url('/images/side_li.gif') no-repeat;
}

.sidemenu li a:hover{
	color: #CA2142;
	}

.sidemenu li.selected a{
	color: #CA2142;
	padding: 2px 0px 0px 15px;
	background: #fff url('/images/side_li_selected.gif') no-repeat;

}



/* FORMS */

#quoteform h2 {
font-size: 16px;
color: red;
width: 400px;
padding-bottom: 3px;
margin: 15px 0 10px 0;
border-bottom: 1px dotted red;
text-align: left;
	
}

#quoteform p{
font-size: 13px;
font-weight: bold;
color: #000;

}

.form_line{
	width:560px;
	margin-bottom: 10px;
	clear:both;
}

.form_title{
	width:120px;
	float:left;
	text-align:left;
	padding: 5px;
	height: auto;
	margin-top: 5px;
	color: #000;
}

.form_field{
	width:260px;
	float:left;
	padding-left:30px;
	margin-top: 5px;
}
.form_row{
	width:410px;
	padding-left: 5px;
	float:left;
	
}
.form_row_subscribe{
	width:290px;
	height: 40px;
	padding-top: 15px;
	padding-left: 5px;
	
}
.form_half{
	width:200px;
	padding-left: 5px;
	float:left;
	
}
.form_field_input{
	width:220px;
	padding: 4px;
	border:1px solid #666;
	
}
.form_field_input_medium{
	width:160px;
	padding: 4px;
	border:1px solid #666;
	
}
.form_field_input_short{
	width:47px;
	padding: 4px;
	border:1px solid #666;
	
}
.checkbox{
	width:50px;
	padding: 5px;
	
}

.form_field_textarea{
	width:220px;
	padding: 3px;
	height:70px;
	padding: 4px;
	border:1px solid #666;
	
}


