p, td, th { font-family: Arial, Verdana; font-size: 14px; }
a { text-decoration: none; }

.pageheader {
font-family: Lucida Console, Arial;
font-size: 64px;
color: #f71f13;
font-weight: bold;
}

.topnavbutton a {
font-size: 14px;
text-decoration: none;
color: #000000;
padding-top: 10px;
text-align: center;
display: block;
height: 39px;
width: 102px;
background-image: url(images/frosted_button.gif);
background-repeat: no-repeat;
}

.navbutton a {
font-size: 12px;
font-family: Arial, Verdana;
text-decoration: none;
color: #000000;
padding-top: 5px;
text-align: center;
display: block;
height: 25px;
width: 125px;
background-repeat: no-repeat;
}

#redbutton {
background-color: #F71F13;
background-image: url(images/red_nav_button.gif);
}

#bluebutton {
background-color: #BEC4FD;
background-image: url(images/blue_nav_button.gif);
}

#greenbutton {
background-color: #C6CFA8;
background-image: url(images/green_nav_button.gif);
}

#yellowbutton {
background-color: #EFE859;
background-image: url(images/yellow_nav_button.gif);
}

#greybutton {
background-color: #999999;
background-image: url(images/grey_nav_button.gif);
}

#colbutton1 {
background-color: #9BDBBC;
background-image: url(images/new_nav_button1.gif);
}

#colbutton2 {
background-color: #BEC4FD;
background-image: url(images/new_nav_button2.gif);
}

.valuation {
font-weight: bold;
font-size: 16px;
}

.atmagic a {
text-align: center;
display: block;
background-color: #9CC5F0;
width: 125px;
height: 110px;
font-weight: bold;
color: #000066;
text-decoration: none;
font-size: 18px;
padding-top: 12px;
border: 1px solid #000000;
}

h3 {
color: #b91806;
font-weight: bold;
font-size: 20px;
margin-bottom: 0px;
}

h3.heading {
text-align: center;
margin: 0;
padding-bottom: 15px;
}

.productname, .productname a {
color: #b91806;
font-weight: bold;
font-size: 16px;
}

/* Contact Form ===========*/

#contact-form {
	margin: 25px;
}

#contact-form label {
	width: 195px;
	display: block;
	float: left;
	padding-right: 15px;
	text-align: right;
}

#contact-form input, #contact-form textarea, #contact-form select {
	width: 195px;
}

#contact-form button {
	float: right;
	margin: 2px 12px;
}


