﻿/*---------------------------------------------------------------------------------default styles--*/

* {
	margin:0;
	padding:0;
}
body {
	background:#fff;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
}

/*---------------------------------------------------------------------------------centre site--*/
#outerwrapper {
	position:relative;
	width:100%;
	float:left;
}
	#outerwrapper #innerwrapper {
		position:relative;
		width:945px;
		margin:0 auto;
		float:none;
	}

/*---------------------------------------------------------------------------------header--*/
#header {
	width:945px;
	float:left;
	background:url("../images/siteobjects/bg_header.gif") no-repeat left top;
	height:139px;
}
	#header .breadcrumb {
		float:left;
		width:344px;
		padding:120px 15px 0 1px;
	}
	#header .branding {
		float:left;
		width:585px;
		padding-top:13px;
	}
	
/*---------------------------------------------------------------------------------banner--*/
#banner {
	width:945px;
	float:left;
	height:162px;
}

/*---------------------------------------------------------------------------------main content--*/
#maincontent {
	width:939px;
	float:left;
	background:url("../images/siteobjects/bg_main.gif") no-repeat left top;
	padding:0 3px;
	min-height:500px;
}
	#maincontent #navigation {
		float:left;
		width:192px;
		background:url("../images/siteobjects/bg_navigation.gif") no-repeat right top;
		padding-right:3px;
		min-height:500px;
	}
	
	#maincontent #content {
		float:left;
		width:500px;
		margin-left:20px;
		margin-bottom:20px;
		padding-top:12px;
	}
		#content .nextauction {
			float:left;
			width:498px;
			background:#015362 url("../images/pictures/p_nextauction.jpg") no-repeat top left;
			min-height:171px;
			margin:30px 0 20px 2px;
			color:#fff;
		}
			#content .nextauction .padding {
				padding:8px 300px 10px 14px;
			}
		#content .narrowcol {
			float:left;
			width:250px;
		}
	#maincontent #extras {
		float:left;
		width:186px;
		margin:0 13px 0 25px;
		padding-top:9px;
	}

.contactform {
	float:left;
	width:476px;
	border:3px solid #015362;
	padding:10px 0;
	margin:15px 0;
}	
	.contactform .row {
		width:450px;
		padding:3px 17px 3px 9px;
		float:left;
		clear:both;
	}
	.contactform .darkrow {
		background:#ededed;
	}
.contact {
	float:left;
	width:490px;
}
	.contact .details {
		float:left;
		width:318px;
		margin:14px 20px 0 0;
	}
	.contact .social {
		float:left;
		width:152px;
	}
/*---------------------------------------------------------------------------------footer--*/
#footer {
	width:945px;
	float:left;
	border-top:1px solid #034f62;
	text-align:center;
	padding:5px 0 20px 0;
	color:#999;
	font-weight:bold;
}

