/**
* COLOURS 
* HIGHLIGHT: #F0B036
*/

/**
* RESET STYLESHEET
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
	background-color: #F0B036;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/**
* PAGE STYLES
*/
body {
	line-height: 1.2em;
	background: url(images/bg_tile.png) repeat-x #282829;
	font-family: "Gill Sans MT", "Gill Sans",  Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	/*min-width: 1024px;*/
}

p, h1, h2, h3, h4, h5, h6{
	margin: 10px;
}

h1, h2, h3, h4{
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 10px;
}


h1{
	font-size: 1.3em;
}

h2{
	font-size: 1.2em;
}

h3{
	font-size: 1.1em;
}

a{
	text-decoration: none;
	color: #F0B036;
}

a:hover{
	text-decoration: none;
	border-bottom: 1px dotted #F0B036;
}

a:visited{
	color: #888786;
}

.right{
	float:right;
}

.border{
	border: 1px solid #333;
}

hr{
	width: 90%;
	border: 0;
	border-bottom: 1px dotted #333;
}

form{
	margin: 30px;
}

input, textarea{
	margin: 10px;
}

.button{
	border: 1px solid #333;
	background-color: #F0B036;
	color: #333;
	font-family: "Gill Sans MT", "Gill Sans",  Helvetica, sans-serif;
	font-size: 14px;
	}

/**
* LOGO STYLES
*/

div#logo{
	width: 400px;
	}

#logo img{
	margin: 20px;
}
#logo a:hover{
	border: 0;
}

/**
* NAVIGATION STYLES
*/
div#navigation, div#navigation_sub{
	position: absolute;
	top: 0;
	right: 0;
	height: 35px;
	margin-top: 80px;
 	background: #fff;
	color: #000;
	width: 640px;
	text-transform: uppercase;
}
div#navigation_sub{
	top: 40px;
	width: 600px;
	background: #f0b036;
}
#navigation_sub a:link, #navigation a:link{
	color: #333;
	text-decoration: none;
}

#navigation_sub a:hover{
	color: #fff;
	border-bottom-color: #fff;
}

#navigation_sub a:visited{
	color: #895e0d;
}
#navigation a:hover{
	color: #f0b036;
}

#navigation_sub li, #navigation li{	
	display: inline-block;
	padding: 5px;
	padding-top: 10px;
}

#navigation_sub ul, #navigation ul{
	display: inline-block;
	height: 35px;
	margin-left: 5px;
}

div#sidebar{
	float: left;
 	width: 220px;
 	height: 200px;
 	margin-left: 30px;
 	text-align: right;
}

div#centre_content{
	float: left;
	width: 600px;
	margin: 40px;
	margin-top: -40px;
	background-color: #fff;
	color: #333;
}
div#homeimg{
	float: left;
	width: 670px;
	margin: 40px;
	margin-top: -40px;
	background-color: #fff;
	color: #333;
}

#homeimg img{
	margin: 15px;
}

#centre_content p{
	margin: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#centre_content p.home{
	margin: 0 0 10px 15px;
}
#centre_content img{
	margin: 15px;
}

#centre_content quote{
	margin: 30px;
	font-style: italic;
}

#centre_content h1, #centre_content h2, #centre_content h3{
	margin: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#centre_content h4{
	background-color: #f0b030;
	padding: 4px;
	margin: 30px;
	margin-top: 15px;
	margin-bottom: 0px;
}


#centre_content h2{
	margin-top: 30px;
	border-bottom: 1px dotted #333;
}

#centre_content table{
	margin: 30px;
	margin-top: 10px;
}

#centre_content ul{
	margin: 30px;
	margin-left: 50px;
	list-style-type: square;
	}
#centre_content li{
	margin: 5px;
	}

.links a{
	font-size: 1.5em;
	margin-left: 30px;
}
.large{
	font-size: 1.2em;
}
#thumb_set{
	margin: 30px;
	text-align: center;
}
#thumb_set img{
	margin: 3px;
	border: 1px solid #333;
	padding: 2px;
}
#thumb_set a:hover{
	border: none;
}

div#footer{
	width: 100%;
	clear: both;
	text-align: right;
	font-size: 12px;
}
table#auction{
	text-align: center;
	margin-left: 5px;
}
table#home_auction{
	text-align: center;
	margin-left: 30px;
	width: 540px;
	font-size: 0.8em;
}
td#home_auction{
	width: 160px;
	
}
td#auction{
	vertical-align: top;
}
.bid img, #auction img, #home_auction img{
	border: 1px solid #333;
	padding: 5px;
	background: #fff;
}
#home_auction img{
	margin: 5px;
}
p#caption{
	margin: 0px;
	margin-left: 15px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 0.8em;
}
p.error{
	border: 1px solid #333;
	background-color: #F0B036;
	padding: 5px;
}
.error a{
	color: #333;
	border-bottom: 1px dotted #333;
}
