/* Normalises margin, padding */
body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, p, blockquote, 
th, td {
	margin: 0; padding: 0;
}

/* Normalises font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

/* Normalises font-style and font-weight to normal */
address, caption, site, code dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

/* Removes borders and spacing from tables */
table {
		border-collapse: collapse;
		border-spacing: 0;
}

/* Removes border from fieldset and img */
fieldset, img {
	border: 0;
}

/* Left aligns text in caption and th */
caption, th {
	text-align: left;
}

/* Removes quotation marks from q */
q:before, q:after {
	content:'';
}

/********** Layout styles **********************/	
body {
	background: #999999 url(../images/bg_blend.jpg) repeat-x top;
}

#container {
	position: relative;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	font-size: small;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color:#555;
	/*border: 1px solid #CCCCCC;*/
	background: #FFFFFF;
}
.clearer {
	clear: both;
}
ul {
	list-style: none;
}
#branding {
	background: #FFFFFF url(../images/large_doco.jpg) no-repeat bottom right;	
	margin: 0;
	padding: 0 0 0px 60px;
	float: left;
	width: 900px;
	min-height: 9.5em;
}
#header_logo {
	float: left;
	margin-bottom: 20px;
}
/* ============== dealer log in section ==================================*/
#dealer_log_in {
	float: right;
	margin: 0 60px 20px 0px;
	width: 240px;
	background: url(../images/btm_left_rad.png) no-repeat left bottom;	
}
#inner_log_in {
	background: url(../images/btm_right_rad.png) no-repeat right bottom;
}
#dealer_log_in p {
	padding: 4px 20px 12px 20px;
	font-size: 85%;
	line-height: 140%;
	color:#826B3A;
}
#dealer_log_in a {
	color:#826B3A;
	font-weight: bold;
}
a#log_in{
	display: block;
	text-align: right;
	margin: 0;
	padding: 6px 32px;
	background: url(../images/med_arrow.png) no-repeat right top;	
	text-decoration: none;
	color: #fff;
	font-size: 130%;
}
/* ============== main navigation ==================================*/
#nav {
	clear: both;
	float: left;
	width: 910px;
	margin: 0;
	padding: 10px 0 5px 50px;
	list-style: none;
	background-color: #E3E3E3;
	}
#nav li {
	float: left;
	margin: 0 1px 5px 0;
	padding: 0;
	text-transform: uppercase;
	background: #000000 url(../images/tab_right.gif) no-repeat right top; 
}
#nav a {
	float: left;
	display: block;
	margin: 0;
	padding: 0px 12px 0px 12px;
	min-height: 18px;
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 90%; 
	background: #E3E3E3;
}
#nav a:hover {
	color: #fff;
	background: transparent url(../images/tab_left.gif) no-repeat left top;
}
#nav a.current {
	color: #fff;
	background: transparent url(../images/tab_left.gif) no-repeat left top;
}

/* =========== the footer =======================*/
#company_info {
	float: left;
	width: 840px;
	clear: both;
	margin: 0;
	padding: 15px 60px;
	font-size: 80%;
	border-top: 1px solid #CCCCCC;
}
#company_info #copy {
	float: left;
}
#company_info #logos {
	float: right;
}
#company_info #logos li {
	float: left;
	margin-left: 30px;;
}
li#doco {
	padding-top: 5px;
}
li#sommer {
	padding-top: 5px;
}

/* ========== logged in user info ==================== */

div#user_info {
	position: absolute;
	top: 10px;
	left: 180px;
}
div#edit_link {
	position: absolute;
	top: 175px;
	left: 35px;

}

/* ========== image gallery page ==================== */

table#image_gallery td {
	margin: 0;
	padding: 0 12px 0 0;
	
}
