/*
davidnash.com.au

color: #fe7e00;
*/

body {
	background-color: #fff;
	color: #333;
	padding: 0px; margin: 0px;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	font-weight: Bold;
}

a img {	border-width: 0px; }

#head h1 {
	display: none;
}

#wrap {
	width: 755px;
	margin: 0px auto;
	padding: 0px 5px;
	background: #f2f1f1 url("img/bg.gif") repeat-y;
	color: #000;
	position: relative;
}

#main {
	height: 450px;
}

#main a {
	color: #666;
	text-decoration: none;
}

#main a:hover {
	color: #fe7e00;
}

#main .col {
	border: 0px solid #999;
	text-align: center;
	line-height: 85%;

	background: url("img/dot.gif") no-repeat top center;
	padding-top: 25px; /*space to show the dot*/

}

#main .col:hover {
	background: url("img/dot-over.gif") no-repeat top center;
}

#main .col img {
	padding-bottom: 5px;
}

#main .col span {
	display: none;
}

#main #col1 {
	position: absolute;
	top: 155px;
	left: 20px;
	width: 145px;
}

#main #col2 {
	position: absolute;
	top: 210px;
	left: 160px;
	width: 160px;
}

#main #col3 {
	position: absolute;
	top: 220px;
	left: 320px;
	width: 165px;
}

#main #col4 {
	position: absolute;
	top: 190px;
	left: 490px;
	width: 125px;
}

#main #col5 {
	position: absolute;
	top: 140px;
	left: 645px;
	width: 104px;
	height: 264px;
	border: 0px;
}

#main #address {
	position: absolute;
	left: 35px;
	top: 420px;
	width: 177px;
	height: 118px;
}

#main #address p {
	display: none;
}

#main #learnmore {
	position: absolute;
	top: 405px;
	left: 260px;
	height: 162px;
	width: 500px;
}

#b1 {
	background-color: #f6d9af;
	width: 1px;
	height: 100px;
	position: absolute;
	left: 165px;
	top: 200px;
}

#b2 {
	background-color: #f6d9af;
	width: 1px;
	height: 100px;
	position: absolute;
	left: 320px;
	top: 225px;
}

#b3 {
	background-color: #f6d9af;
	width: 1px;
	height: 100px;
	position: absolute;
	left: 481px;
	top: 215px;
}


#foot {
	background-color: #fff;
	color: #ccc;
	font-size: 0.8em;
	padding: 0.1em 1.3em 1.3em 1.3em;
}

#foot a {
	color: #fe7e00;
}

#foot a:hover {
	color: #333;
}

#wrapshadow {
	height: 5px;
	width: 765px;
	background: url("img/wrap-shadow.gif") no-repeat top;
	margin: 0px auto;
}
