/* CSS Document */

/* Default Styles */
body,td,th {font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px; color: #4E4E4E;}

a:link {color: #336699;	text-decoration: none;}
a:visited {text-decoration: none; color: #336699;}
a:hover {text-decoration: underline; color: #000000;}
a:active {text-decoration: none; color: #336699;}


#special {width: 248px; height: 100px; border: 1px solid #666666;}
	html>body #special {width: 232px; padding: 15px 8px 0px 8px; text-align: left;}

/* Header Styles */
.mast {background-image: url(images/mast-bg.jpg); height: 85px;}

.nav a {font-weight: bold; font-size:10px;}

/* Contact Form Styles */
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;
	background-color: #F8F8F8; border: 1px solid #999999; color: #333333; padding: 3px;
}

.formb {
	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;
	background-color: #F8F8F8; border: 1px solid #999999; color: #333333; padding: 5px;
}


/* Product Detail Styles */
#content {width: 600px; padding: 10px; background-color: #FFFFFF;}
#product {width: 580px; height: 20px; background-color: #E9E4D8; padding: 10px; color: #990000; font-size: 14px;}
h1 {color: #0066CC; font-size: 10px; font: normal;}

#column1 {
	float: left;
	width: 325px;
	text-align: left;
}

#column2 {
	float: left;
	width: 255px;
	text-align: left;
	padding-left: 30px;
}


/* Design ID */
#design {width: 780px; text-align: center; font-size: 9px; background-color: #E9E4D8;}
