@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#CCFFCC;
	margin: 0 auto;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. */
	color: #000000;
}
#container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header { 
	width: 800px;
	height: 145px;
	background-image: url(images/header2.jpg);
}
#main {
	padding: 0 20px 20px 20px;
	background:#CC9966;
}
h4 {
	padding-top: 40px;
	text-align: center;
}
h5 {
	padding-top: 40px;
}
h6 {
	margin-top: 5px;
}
h7 {text-align: center;
	font: 80%;
}

#footer {
	width:770px;
	background-image: url(images/gradient.jpg);
	background-repeat:repeat-y;
	margin-left: -20px;
	margin-bottom: -20px;
	clear:both;
	padding: 10px 10px 10px 20px;
	border-top: 1px solid #000000;
} 

/* Nav Bar*/
#navservices {
	width: 160px;
	height: 50px;
	float: left;
}
.services a {
	display: block;
	width: 160px;
	height: 50px;
	background: url(images/services.jpg);
}
.services a:hover {
background-position: 0 -50px;
}
.services a:active {
	background-position: 0 -50px;
}
#navservicescurrent {
	background: url(images/services.jpg);
	width: 160px;
	height: 50px;
	float: left;
	background-position: 0 -50px;
}

#navbuysell {
	width: 160px;
	height: 50px;
	float: left;
}
.buysell a {
	display: block;
	width: 160px;
	height: 50px;
	background: url(images/buysell.jpg);
}
.buysell a:hover {
background-position: 0 -50px;
}
.buysell a:active {
	background-position: 0 -50px;
}
#navbuysellcurrent {
	background: url(images/buysell.jpg);
	width: 160px;
	height: 50px;
	float: left;
	background-position: 0 -50px;
}


#navprice {
	background: url(images/prices.jpg);
	width: 160px;
	height: 50px;
	float: left;
}
.price a {
	display: block;
	width: 160px;
	height: 50px;
	background: url(images/prices.jpg);
}
.price a:hover {
background-position: 0 -50px;
}
.price a:active {
	background-position: 0 -50px;
}
#navpricecurrent {
	background: url(images/prices.jpg);
	width: 160px;
	height: 50px;
	float: left;
	background-position: 0 -50px;
}


#navadvice {
	background: url(images/advice.jpg);
	width: 160px;
	height: 50px;
	float: left;
}
.advice a {
	display: block;
	width: 160px;
	height: 50px;
	background: url(images/advice.jpg);
}
.advice a:hover {
background-position: 0 -50px;
}
.advice a:active {
	background-position: 0 -50px;
}

#navadvicecurrent {
	background: url(images/advice.jpg);
	width: 160px;
	height: 50px;
	float: left;
	background-position: 0 -50px;
}


#navcontact {
	background: url(images/contact.jpg);
	width: 160px;
	height: 50px;
	float: right;
}
.contact a {
	display: block;
	width: 160px;
	height: 50px;
	background: url(images/contact.jpg);
}
.contact a:hover {
background-position: 0 -50px;
}
.contcact a:active {
	background-position: 0 -50px;
}
#navcontactcurrent {
	background: url(images/contact.jpg);
	width: 160px;
	height: 50px;
	float: left;
	background-position: 0 -50px;
}

#wrapper {
	width:600px;
	margin:0 auto;
}
.message {
	color:#000;
	display:none;
	width:460px;
	padding:10px;
	margin-top:5px;
}
.contact {
	text-align:right;
}

.contact ul {
	list-style-type:none;
	width:390px;
	margin-top:5px;
}

.contact li {
	list-style-type:none;
	margin-top:5px;
}

.contact li.special {
	display:none;
}

.contact input {
	width:260px;
	margin-top:5px;
}

.contact textarea {
	width:260px;
	margin-top:5px;
}

.piclg {
	width: 420px;
	float:left;
	padding-bottom:10px;
}

.picthmb {
	float: left;
	padding: 0 5px 5px 0;
}

.clr {
	clear:both;
}

img {
border-style: none;
} 
