body {
	font-family: helvetica, tahoma, sans-serif;
	margin: 0;
	padding: 0;
}

a {
	color: #e11936;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #e11936;
	font-size: 44px;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 0;
	text-transform: uppercase;
}

h2 {
	font-size: 24px;
}

p {
	color: #777;
	font-size: 14px;
	line-height: 20px;
}

.small_caps {
	font-size: 30px;
}

/* Nav */

#nav_wrapper{
	background-image: url(../images/nav_bg.jpg);
	background-position: 0 37px;
	background-repeat: repeat-x;
	height: 143px;
	margin: 0 auto;
	width: 900px;
}

ul#nav {
	float: right;
	list-style-type: none;
	height: 143px;
	margin: 0;
	padding: 0;
	width: 900px;
}

ul#nav li{
	float: left;
}

ul#nav li a {
	background-repeat: no-repeat;
	display: block;
	color: #767676;
	float: left;
	font-size: 16px;
	height: 61px;
	line-height: 61px;
	margin-top: 50px;
	text-align: center;
	text-decoration: none;
}

ul#nav li a#logo {
	height: auto;
	margin: 0;
}

ul#nav li a:hover {
	color: #fff;
}

ul#nav li a#what_is_pestone {
	width: 191px;
}

ul#nav li a#what_is_pestone.active {
	background-image: url(../images/nav/what_is_pestone_active.jpg);
	color: #fff;
}

ul#nav li a#services_provided {
	width: 191px;
}

ul#nav li a#services_provided.active {
	background-image: url(../images/nav/services_provided_active.jpg);
	color: #fff;
}

ul#nav li a#members {
	width: 124px;
}

ul#nav li a#members.active {
	background-image: url(../images/nav/members_active.jpg);
	color: #fff;
}

ul#nav li a#contact_us {
	width: 135px;
}

ul#nav li a#contact_us.active {
	background-image: url(../images/nav/contact_us_active.jpg);
	color: #fff;
}

/* Body */

#body {
	clear: both;
	margin: 0 auto;
	padding-top: 40px;
	width: 900px;
}

#body #left_column {
	float: left;
	width: 490px;
}

#body #right_column {
	float: right;
}

#body ul {
	color: #777;
	font-size: 14px;
}

#body ul li {
	margin-bottom: 10px;
}

#body h3 {
	margin-bottom: 10px;
	margin-top: 0;
}

#body hr {
	margin-bottom: 20px;
	margin-top: 20px;
}

.member p {
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 0;
}

/* Footer */

#footer_wrapper {
	background-image: url(../images/footer_bg.jpg);
	background-position: 0 40px;
	background-repeat: repeat-x;
	clear: both;
	min-height: 40px;
	padding-top: 40px;
	width: 100%;
}

#footer {
	margin: 0 auto;
	width: 470px;
}

#footer img {
	float: left;
}

#footer ul {
	background-image: url(../images/footer_ul_bg.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 41px;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}

#footer ul li {
	float: left;
}

#footer ul li a {
	display: block;
	color: #767676;
	float: left;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	margin-right: 20px;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #fff;
}

#footer ul li a.last {
	margin-right: 0;
}

#footer p {
	clear: both;
	float: left;
	font-size: 12px;
	margin: 0;
	margin-top: 10px;
	text-align: center;
	width: 100%;
}

/* Forms */

label {
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 10px;
	padding-top: 2px;
	text-align: right;
	width: 120px;
}

input[type=text] {
	font-size: 12px;
	padding: 2px;
	width: 200px;
}

#area_code {
	width: 35px;
}

#phone_prefix {
	width: 35px;
}

#phone_suffix {
	width: 77px;
}

input[type=submit] {
	padding: 5px;
}

select {
	padding: 2px;
}

option {
	padding: 2px;
}

textarea {
	font-family: helvetica, tahoma, sans-serif;
	font-size: 12px;
	height: 75px;
	padding: 5px;
	width: 200px;
}

/* Yahoo Maps */


.map_popup {
	color: #e11936;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	width: 200px;
}

.map_desc {
	padding: 10px;
	width: 200px;
}

.company_name {
	color: #e11936;
	font-size: 14px;
	font-weight: bold;
}


.address {
	font-size: 12px;
}

.website {
	font-size: 12px;
}
