/* @override 
	http://spring.millstream.com.au/css/spring.css
	http://westernladders.millstream.com.au/css/westernladders.css
	http://www.westernladders.com.au/css/westernladders.css
*/

/* @group Reset Styles */

/* Reset all styles to be consistant cross platform */

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,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-weight: inherit;	font-style: inherit;	font-size: 100%;	font-family: inherit;	vertical-align: baseline;}
/* remember to define focus styles! */
:focus {	outline: 0;}
body {	line-height: 1;	color: black;	background: white;}
ol, ul {	list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: separate;	border-spacing: 0;}
caption, th, td {	text-align: left;	font-weight: normal;}
blockquote:before, blockquote:after,q:before, q:after {	content: "";}
blockquote, q {	quotes: "" "";}

/* @end */

/* @group Fonts */

body {
	font-size: 62.5%;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#content p, .sidebar p {
	font-size: 1.1em;
	line-height: 1.4;
	margin-bottom: 1.4em;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "pill-gothic-300mg", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h1, .sidebar h1 {
	font-size: 2.4em;
	line-height: 1.6;
	margin-bottom: 0.4em;
}

#content h2, .sidebar h2 {
	font-size: 2.0em;
	line-height: 1.6;
	margin-bottom: 0.6em;
}

#content h3, .sidebar h3 {
	font-size: 1.6em;
	font-weight: bold;
	color: #203A6D;
	line-height: 1.4;
	margin-bottom: 0.6em;
}

#content h4, .sidebar h4 {
	font-size: 1.3em;
	margin-bottom: 0.6em;
	font-weight: bold;
}

#content h5, .sidebar h5 {
	font-size: 1.2em;
	margin-bottom: 0.6em;
	font-weight: bold;
}

#content h6, .sidebar h6 {
	font-size: 1.0em;
	margin-bottom: 0.6em;
}

#content ul, #content ol {
	padding: 0 3em 1em 3em;
	list-style-type: disc;
	line-height: 1.4;
	margin-bottom: 1em;
}

#content blockquote, #content blockquote {
	padding: 1em 3em;
	line-height: 1.4;
}

#content a {
	color: #8d1717;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Panels */

body {
	background-image: url(../upload/template/westernladders/body-background-001.png);
	background-position: center top;
}

#container {
	position: relative;
	width: 660px;
	margin: 0 auto 50px auto;
	padding-top: 47px;
	background-image: url(../upload/template/westernladders/banner-001.jpg);
	background-repeat: no-repeat;
}

#banner {
	position: relative;
	height: 76px;
	background-image: url(../upload/template/westernladders/banner-002.png);
	background-repeat: no-repeat;
}

#banner h1 {
	text-indent: -1000em;
}

#main {
	position: relative;
}

#content {
	position: absolute;
	top: 0;
	left: 196px;
	min-height: 350px;
	width: 464px;
	/*background-color: #c8bfb3;*/
	padding: 15px 0;
	background-image: url(../upload/template/westernladders/content-background-001.png);
	background-position: bottom left;
}

#text {
	padding: 30px;
	width: 404px;
}

#search {
	width: 155px;
	text-align: right;
	padding: 15px;
}

#search .field {
	border: 1px solid #cac8c7;
	width: 155px;
	margin-bottom: 10px;
}

/* @end */


/* @group Sidebar Left */

#sidebar-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 185px;
}

#sidebar-left .item {
	width: 155px;
	text-align: right;
	padding: 15px;
}

#sidebar-left .item li {
	padding-bottom: 10px;	
}

#sidebar-left a {
	color: #000;
}

/* @end */

/* @group Navlist */

#navlist {
	display: block;
	padding: 15px 15px 40px 15px;
	width: 155px;
	background-image: url(../upload/template/westernladders/navigation-background-001.png);
	background-position: bottom left;
	z-index: 1000;
	font-family: "pill-gothic-300mg", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.2;
}

#navlist .d1 a {
	border-bottom: 1px solid #c8bfb3;
	display: block;
	padding: 8px 0;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	font-size: 1.6em;
}

#navlist .d2 a {
	border-bottom: 1px solid #c8bfb3;
	display: block;
	padding: 8px 0 8px 16px;
	text-decoration: none;
	color: #000;
	text-transform: none;
	font-size: 1.4em;
}

#navlist .selected>a {
	color: #8d1717;
}/* @end */

/* @group Gallery */

#content ul.gallery {
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	margin-left: 25px;
}

#content ul.gallery li {
	float: left;
	padding: 1px 0 0px 3px;	
}

#content ul.gallery li.column1 {
	/*padding-left: 0;*/	
}

/* @end */

/* @group Tables */

table {
	width: 100%;
	margin: 1em 0;
	border-collapse: collapse;
	border-top: 2px solid #ddd;
}

td, th {
	padding: 10px;
	border-bottom: 1px solid #ddd;
	background-color: #D9D3CB;
	font-size: 1.1em;
	line-height: 1.4;
}

thead td {
	font-weight: bold;
	color: #000;
	font-size: 1.2em;
	background-color: #DFD9D2;
}

td h3, td p {
	margin-bottom: 0;
	font-size: 1.0em;
}

/* @end */
