@charset "utf-8";
/* CSS Document */

body
{
color:#333333;
font-size: 12px;
font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana;
line-height:150%;
background-color: #FFFFFF;
background-image: url(../images/body_bg_x.gif);
background-repeat: repeat-x;
margin: 0px;
padding: 0px;
}

a img{border: none;}

#container
{
width: 980px;
position: relative;
margin: auto;
}

#banner
{
width: 980px;
height: 158px;
background-image: url(../images/banner_img.jpg);
background-repeat: no-repeat;
}

#nav
{
margin: 0px;
padding: 0px;
}

#content
{
width: 950px;
margin-left: 15px;
margin-right: 15px;
margin-bottom: 10px;
}

#content h1 {
font-size: 22px;
font-family:"Lucida Sans Unicode","trebuchet ms",verdana;
font-weight:normal;
margin-top: 0px;
padding-top: 0px;
}

#content h2 {
font-size: 16px;
font-family:"Lucida Sans Unicode","trebuchet ms",verdana;
font-weight:normal;
margin-top: 0px;
padding-top: 0px;
}


	#leftbox
	{
	float: left;
	background-image: url(../images/img_sell.jpg);
	background-repeat: no-repeat;
	padding-top: 80px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
	width: 515px;
	height: 145px;
	}
	
		#leftbox ul
		{padding-top: 0px; padding-left: 10px; margin-top: 0px; margin-left: 10px; color: #FFFFFF;font-size:19px; line-height: 180%;font-weight:bold;font-family:Tahoma,arial;}
	
	#rightbox
	{
	float: right;
	position: relative;
	background-image: url(../images/img_valuation.gif);
	background-repeat: no-repeat;
	padding-top: 47px;
	padding-left: 4px;
	padding-right: 5px;
	padding-bottom: 20px;
	margin-top: 10px;
	width: 369px;
	height: 182px; 
	}
		
			/*#rightbox form label
			{display: block; width: 150px; margin-right: 4px; float: left;}*/
			
			#online-enquiry
			{
			font-size: 12px;
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 5px;
			}
			
				#online-enquiry p
				{
				margin: 0px;
				padding: 0px;
				line-height: 100%;
				clear: both;
				}
				
				#online-enquiry label
				{
				float: left;
				width: 160px;
				font-weight: normal;
				color: #333333;
				font-weight: bold;
				line-height: 15px;
				}
				
					#oe-fields input
					{
					height: 15px;
					font-size: 12px;
					color: #000000;
					border-color: #CCCCCC;
					border-style: solid;
					border-width: 1px;
					font-weight: bold;
					}
					
					#oe-fields input:hover
					{
					border-color: #660033;
					}
					
					#oe-fields input:focus
					{
					border-color: #000033;				
					}
					
						.field {width: 130px;}
					
						#post
						{
						width: 40px;
						}
						
						#r-offer
						{
						background-color: #222536;
						background-image: url(../images/submit_small.gif);
						background-repeat: repeat-x;
						font-size: 11px;
						color: #FFFFFF;
						border: none;
						padding: 2px;
						}
						
						#r-offer:hover
						{
						background-color: #E24748;
						background-image: url(../images/submit_small_h.gif);
						background-repeat: repeat-x;
						font-size: 11px;
						color: #FFFFFF;
						border: none;
						padding: 2px;
						}						
					
					#button
					{
					width: 164px;
					height: 26px;
					}
		
		#rightbox p
		{padding: 0px; margin-top: 0px; margin-bottom: 8px;}
		
	#maincontent
	{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 25px;
	}
	
		#maincontent ul {line-height: 180%;}
	
.clear {clear: both;}

#footer-cont
{
position: relative;
width: 100%;
background-color: #5B253D;
background-image: url(../images/footer_bg_x.gif);
background-repeat: repeat-x;
}

#footer
{
color: #AB909C;
font-size: 14px;
margin: auto;
width: 830px;
min-height: 138px;
padding-left: 150px;
padding-top: 24px;
background-color: #5B253D;
background-image: url(../images/footer_img.gif);
background-repeat: no-repeat;
}

	#footer a{color: #371424; text-decoration: none; float: right; margin-right: 50px; font-size: 10px;}
	#footer a:hover{color: #FFFFFF;}

#step1, #step2, #step3 {background-image: url(../images/v_form.gif); background-repeat: repeat-x; height: 172px; width: 360px; padding: 5px; position: absolute; left: 5px; top: 57px;}	
#step2, #step3 {display: none;}
#step1, #step2, #step3 p{clear: both;}


/* Form Scroll */


/* scrollable root element */
#wizard {	
	font-size:12px;
	height:192px;
	margin: 0px;
	padding: 0px;
	width:370px;
	overflow:hidden;
	position:relative;
}  

/* scrollable items */
#wizard .items {
	width: 2000em;	
	clear:both;	
	position:absolute;	
}

/* single item */
#wizard .page {	
	padding:5px;
	width:360px;
	height: 172px;
	float:left;	
}

/* title */
#wizard h2 {
	border-bottom:1px dotted #ccc;
	font-size:12px;
	font-weight:normal;
	margin:0px;
	padding: 0px;		
}

#wizard h2 em {
	display:block;
	font-size:12px;
	color:#666;
	font-style:normal;
	margin-top:5px;
}

/* input fields */
#wizard ul {
	padding:0px !important;
	margin:0px !important;
}

#wizard li {
	list-style-type:none;
	list-style-image:none;	
}

#wizard label {
	font-size:12px;
}

#wizard label strong {
	color:#789;	
	top:-1px;
}

#wizard label em {
	font-size:11px;
	color:#666;	
	font-style:normal;
}

#wizard .text {
	border:1px solid #ccc;
	color:#456;
	width: 150px;
	letter-spacing:1px;
	margin-bottom:5px;
	padding: 1px;
	height: 15px;
}


#wizard select {
	border:1px solid #ccc;
	width:94%;	
	padding:4px;
}

#wizard label span {
	font-weight:bold;
	float: left;
	width: 180px;
	margin-right: 4px;
}

#wizard .double label { 
	width:50%;
	float:left;
}

#wizard .double .text {
	width:93%;	
}

#wizard .clearfix {
	clear:left;
	padding-top:10px;	
}

#wizard .right {
	float:right;		
}

/* validation error message bar */
#drawer {
	background-color: #5B253D;
	color: #FFFFFF;
	overflow:visible;
	position:absolute;
	top: 0px;
	left: 0px;
	text-align:center;
	padding:5px;
	font-size:12px;
	border-bottom:2px solid #789;
	width:359px;
	display:none;
	z-index:2;
}

#wizard .error {
	border:1px solid red;		
}

#wizard #status {
	display: none;
	margin: 0px;
	padding: 0px;
	height:30px;
	width: 370px;
}

#wizard button {border: none; padding: none; width: 100px; height: 26px; line-height: 22px; background-color: #212434; color: #FFFFFF;}
#wizard button strong {font-size: 18px; float: right; line-height: 22px;}
#wizard button em {font-size: 18px; float: left; line-height: 22px; font-style: normal; font-weight: bold;}

#status li {
	list-style-type:none;
	list-style-image:none;
	float:left;
	color:#fff;
	line-height: 30px;
	display: block;
	text-align: left;
	padding-left: 3px;
	padding-right: 10px;
	background-color: #000033;
	margin-left: 5px;
}

#status li.active {
	background-color:#b8128f;
	font-weight:normal;		
}

#wizard .status {
	margin: 0px;
	padding: 0px;
	height:30px;
	width: 370px;
}

.status li {
	list-style-type:none;
	list-style-image:none;
	float:left;
	color:#fff;
	line-height: 30px;
	display: block;
	text-align: left;
	padding-left: 3px;
	padding-right: 10px;
	background-color: #000033;
	margin-left: 5px;
}

.status li.active {
	background-color:#b8128f;
	font-weight:normal;		
}