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

/* @group Containers */

body {
	background-color: #393c3c;
	color: #000;
	font-size: 62.5%;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}

#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	background-image: url(../upload/template/dalyandshaw/background-001.jpg);
	background-repeat: no-repeat;
	min-height: 570px;
}

#content {
	border-top: 2px solid #90c747;
	background-image: url(../upload/template/dalyandshaw/transparent-002.png);
	background-position: 0 -20px;
	margin-top: 305px;
	min-height: 200px;
}

#banner {
	position: relative;
	height: 115px;
	z-index: 2;
}

#banner h1 {
	position: absolute;
	left: 40px;
	top: 10px;
	background-image: url(../upload/template/dalyandshaw/dalyandshaw-001.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 140px;
	margin: 0;
	padding: 0;
	text-indent: -1000em;
	z-index: 2;
}

#footer {
	position: relative;
	padding: 20px 40px;
}

#content #footer h2 {
	font-size: 1.7em;
	top: 0.9em;
	position: absolute;
}

#footer p {
	text-align: right;
	text-transform: uppercase;
	font-size: 0.8em;
}

/* @end */

/* @group Navigation */

#container .depth-0 {
	position: absolute;
	top: 115px;
	height: 54px;
	width: 960px;
	background-image: url(../upload/template/dalyandshaw/transparent-001.png);
	border-bottom: 2px solid #90c747;
	z-index: 0;
}

#container .depth-0 li {
	float: left;
}

#container .depth-0 a {
	float: left;
	padding: 15px 40px 15px 20px;
	text-transform: uppercase;
	width: 100px;
	text-align: center;
	line-height: 1.2;
	color: #000;
}

#container .depth-0 a:hover {
	color: #fff;
}

#container .depth-0 .selected a {
	color: #7dae3e;
}

#container .depth-0 .selected a:hover {
	color: #7dae3e;
}

#container .depth-1 {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#container .depth-1 li {
	float: left;
}

#container .depth-1 a {
	float: left;
	padding: 0 20px 0 0;
	color: #7dae3e;
}

#container .depth-1 .selected a {
	text-decoration: underline;
}

/* @end */

/* @group Fonts */

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

#content ul {
	margin: 1em 3em;
	list-style-type: disc;
}

li li, li p {
	font-size: 1em;
}

a {
	color: #6b9535;
	text-decoration: none;
}

#content h1 {
	font-size: 1.9em;
	line-height: 1.2;
	margin-bottom: 0.5em;
	font-weight: normal;
	color: #393c3c;
}

#content h2 {
	font-size: 1.5em;
	line-height: 1.2;
	margin-bottom: 0.6em;
	font-weight: normal;
	color: #393c3c;
}

#content h3 {
	font-size: 1.3em;
	line-height: 1.2;
	margin-bottom: 0.6em;
	font-weight: normal;
	color: #393c3c;
}

/* @end */


/* @group Grid */

.row {
	overflow: hidden;
	width: 960px;
}

.column {
	float: left;
	padding: 40px 40px 10000px 40px;
	margin-bottom: -9960px;
}

.layout6 .column1 {
	width: 500px;
}

.layout6 .column2 {
	width: 340px;
	padding-left: 0;
}

.layout4 .column1 {
	width: 500px;
}

.row1.layout4 .column1 {
	width: 880px;
	padding: 20px 40px 0 40px;
	margin: 0;
}



/* @end */

/* @group Gallery */

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

.gallery li, #gallery li {
	float: left;
	padding-left: 10px;
}

.gallery img, #gallery img {
	border: 1px solid #fff;
}

/* @end */

/* @group Tables */

table {
	width: 100%;
	border-top: 1px dotted #444;
	margin: 2em 0;
}

td, tr {
	border-bottom: 1px dotted #444;
	padding: 7px 7px 7px 0;
}

/* @end */

