/* Start of CMSMS style sheet 'doward_styles' */
/*
**************************************************
 CSS for http://www.doward.com.au
 Site architecture and coding by Marcus Lee-Steere
**************************************************
*/

/* Base layout
************************************************** */ 
html, body, * {
	border: 0;
	margin: 0;
	padding: 0;
	}
body {
	background: #fcfded;
	color: #000;
	font: 62.5%/2.2em "lucida grande", verdana, sans-serif;
	text-align: center;
	word-spacing: 0.1em;
	}
div#container {
	background-color: #fff;
	border: 1px solid #c5c503;
	margin: 20px auto;
	text-align: left;
	width: 800px;
	}

/* Base typography
************************************************** */ 
p, li {
	font-size: 1.1em;
}
h1 {
	color: #2c4491;
	font-size: 2em;
}
h2 {
	color: #2c4491;
	font-size: 1.6em;
	font-weight: normal;
	padding-bottom: 10px;
}
h3 {
	color: #2c4491;
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 10px;
	padding-bottom: 10px;
}
h4 {
	color: #2c4491;
	font-size: 1.1em;
}
li {
	list-style: none;
}

/* Header
************************************************** */
#sitetitle {
	background: #eff3c1;
	height: 100px;
	position: relative;
}
img.title {
	bottom: 10px;
	height: 65px;
	position: absolute;
	left: 10px;
	width: 357px;
}
img.logo {
	bottom: 10px;
	height: 65px;
	position: absolute;
	right: 10px;
	width: 39px;
}

/* Top navigation
************************************************** */ 
#topnav {
	background: transparent url(uploads/images/topnav_bg.gif) repeat-x top left;
	border-bottom: 1px solid #cfc503;
	border-top: 1px solid #cfc503;
	height: 25px;
}
ul.topnav {
	list-style-type: none;
	text-align: center;
}
ul.topnav li {
	display: block;
	float: left;
	font-size: 1.2em;
	text-align: center;
}
ul.topnav li a {
	background: transparent url(uploads/images/topnav_bg.gif) repeat-x top left;
	display: block;
	float: left; /* added */
	font-weight: bold;
	padding: 2px 20px 0 20px;
	text-align: center;
	text-decoration: none;
}
ul.topnav a {
	color: #0e2b89;
}
ul.topnav a:hover {
	background: transparent url(uploads/images/topnav_bg2.gif) repeat-x top left;
	color: #0e2b89;
}

/* Content
************************************************** */ 
#contentwrapper {
	background: #fff;
	float: left;
	min-height: 500px;
	width: 100%;
}
#content p {
	padding: 0;
	margin-top: 0;
	margin-bottom: 1em;
}
body#home #content, body#product_page #content, body#basic #content {
	margin: 20px 20px 20px 180px;
	padding: 0 0 0 20px;
}
div#major_brands {
	margin-top: 20px;
	width: 350px;
}
div#major_brands img {
	border: 1px solid #c5c503;
	margin: 0 10px 10px 0;
	height: 47px;
	width: 160px;
}
div.enquiry_footer {
	margin: 30px 0 30px 0;
}
div.enquiry_footer p {
	color: #666;
	line-height: 1.2em;
	margin: 30px 0 30px 0;
	text-align: left;
}

/* Content Homepage
************************************************** */ 
div#homepage_content {
	position: relative;
	}
div#major_brands {
	margin-top: 20px;
	width: 350px;
	margin-right: 230px;
}
div#major_brands img {
	border: 1px solid #c5c503;
	margin: 0 10px 10px 0;
	height: 47px;
	width: 160px;
}
div#newspanel {
	position: absolute;
	top: 0;
	right: 0;
	width: 220px;
}

/* Content Products Pages
************************************************** */ 
body#product_page img.product_logo {
	border: none;
	margin-bottom: 10px;
}
body#product_page img.product_pic {
	border: 1px solid #c8cfd6;
}
img.special_1 {
	float: left;
	margin-right: 20px;
}
img.special_2 {
	float: right;
	margin-left: 20px;
}
img.special_3 {
	float: left;
	margin-right: 20px;
}
body#product_page ul.product_list {
	padding-left: 14px;
}
body#product_page ul.product_list li {
	list-style-type: disc;
}

/* Content About Page
************************************************** */ 
p.address {
	font-weight: bold;
	line-height: 16px;
}

/* Content Customers Outside Australia Page
************************************************** */ 
img.special_4 {
	float: right;
	margin-left: 20px;
}

/* Content Contact Page Tables
************************************************** */ 
td {
	line-height: 1.4em;
	padding: 6px;
}

/* Left column
************************************************** */ 
body#home #leftcol, body#product_page #leftcol, body#basic #leftcol {
	float: left;
	margin: 20px 0 0 -780px;
	position: relative;
	width: 160px;
}

/* Left column - Navigation
************************************************** */ 
ul.nav {
	border: 1px solid #2c4491;
	list-style-type: none;
	margin: 0 0 20px 0;
	width: 158px;
}
ul.nav li {
	background-color: #f1f2ea;
	font-weight: bold;
}
ul.nav li.sectionheader {
	background-color: #2c4491;
	color: #fff;
	padding-left: 10px;
}
ul.nav li a {
	color: #0e2b89;
	display: block;
	padding-left: 10px;
	text-decoration: none;
	height: 100%; /* additions - this keeps the li from separating */
}
ul.nav li a:hover {
	background-color: #e2e6e2;
	border-right: 10px solid #0e2b89;
	color: #0e2b89;
	display: block;
	height: 100%; /* additions - this keeps the li from separating */
}

/* Footer
************************************************** */ 
#footer {
	background: #eff3c1;
	clear: left;
	padding: 10px 0 10px 0;
	width: 100%;
}	
#footer p {
	color: #2c4491;
	font-weight: bold;
	text-align: center;
}
#footer a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #2c4491;
}


/* End of 'doward_styles' */

