@charset "utf-8";
/* CSS Document */
td {
	font-family: tahoma, arial, helvetica;
	font-size: 11px;
	color:#333333;
}
.home{
	font-family: tahoma, arial, helvetica;
	font-size: 12px;
	color:#000000;
}

.header {
	font-family: tahoma, arial, helvetica;
	font-size: 14px;
	color:#339933;
	font-weight:bold;
}

.address {
	font-family: tahoma, arial, helvetica;
	font-size: 11px;
	color:#339933;
}
.contact {
	font-family: tahoma, arial, helvetica;
	font-size: 10px;
	color:#666666;
}
.title {
	color:#333399;
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
}
.white {
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}
.blue {
	color:#003399;
	font-weight:bold;
	font-size:14px;
}
.blue_sm {
	color:#003399;
	font-weight:bold;
	font-size:12px;
}

.product {
	color:#666666;
	font-weight:bold;
}
input.btn_close {
	background-color: #cccccc; 
	font-family: arial, verdana, tahoma, helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000;
	font-weight:bold;
}

/* Link styles */
.contact a:link {
	font-family: tahoma, arial, helvetica;
	font-size: 10px;
	color:#666666;
	text-decoration:underline;
}

.contact a:visited {
	font-family: tahoma, arial, helvetica;
	font-size: 10px;
	color:#666666;
	text-decoration:underline;
}
.contact a:hover {
	font-family: tahoma, arial, helvetica;
	font-size: 10px;
	color:#FF9900;
	text-decoration:none;
}
.footer {
	font-family:tahoma, arial, helvetica;
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
	vertical-align:text-top;
	padding-top:7px;
}
.footer a:link {
	text-decoration:underline;
}
.footer a:visited {
	text-decoration:underline;
}
.footer a:hover {
	text-decoration:none;
	color:#999999;
}

/* Navigation */


ul#nav {
list-style:none;
margin:0;
padding:0;
float:left;
}

#nav li {
	float:left;
	width:14em;
}
#nav a {
display:block;
border: 1px inset #6666cc;
border-bottom:none;
border-top:none;
border-left:none;
padding: 4px 4px 4px 4px;
text-decoration:none;
color:white;
font-weight:bold;
}

#nav a:hover {
border: 1px inset #333399;
border-bottom:none;
border-top:none;
border-left:none;
text-decoration:none;
color:#339900;
background-color:#FFFFFF;
font-weight:bold;
}
/* IE Fixes */

/* force hover on entire width of  link */
* html #mainNav a {
	height: 1px;
}

/* Colors */
.green {
	background-color:#339933;
	}
.gray {
	background-color:#666666;
	}