td {

font-size : 11px;

color : #666666;

font-family : Arial, Helvetica, sans-serif

}

a.menu:link {

font-family: verdana, sans-serif;

font-weight: normal;

color: #000000; 

text-decoration: none;

font-size: 12px

}

a.menu:visited {

font-family: verdana, sans-serif;

font-weight: normal;

color: #000000; 

text-decoration: none;

font-size: 12px

}

a.menu:hover {

	font-family: verdana, sans-serif;

	font-weight: normal;

	color: #000000;

	font-size: 12px;

	text-decoration: underline;



}

a.menu:active {

	font-family: verdana, sans-serif;

	font-weight: normal;

	color: #000000;

	font-size: 12px;

	text-decoration: underline;



}

.title {  

font-size: 16px; font-weight: normal; color: #000000

}

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;

}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #B76402;
	margin: 0px;
	padding: 0px;
}

.white {  color: #FFFFFF; font-size: 14px}

.small {

	font-size: 9px;

	color: #333333;

}

.header {

	font-size: 14px;

	font-weight: normal;

	color: #000000;

}

.email {

	color: #B15C07;

	text-decoration: underline;

}

.wlink {

	font-size: 12px;

	color: #FFFFFF;

	text-decoration: underline;

}

.location {

	font-size: 11px;

	font-weight: bold;

	text-decoration: underline;

}

.blink {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #666666;

	text-decoration: underline;

}
a:link, a:active, a:visited {
	color: #73848E;
}
a:hover {
	color: #cccccc;
}


#nav {
	margin: 0px;
	padding: 15px 0px 0px 30px;
	list-style: none;
	background: url(../images/menu.jpg);
	float: left;
	width: 750px;
	height: 32px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#nav li {
	display: block;
	float: left;
	position: relative;
}
#nav li a {
	color: #000000;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0px 25px 0px 0px;
	font-size: 12px;
	height: 25px;
}
#nav li a.norightborder {
	background-image: url(../none);
}
#nav li a:hover {
	color: #B76502;

}
#nav li ul {
	left: -999em;
	position: absolute;
	width: 200px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #000000;
	background: #F1C085;
}

#nav li ul li {
	display:block;
	float: left;
}

#nav li ul li a {
	background: #F1C085;
	padding: 5px 0px 5px 10px;
	width: 190px;
	border-width: 0px;
	border-style: none;
	float: left;
	display: block;
	height: 18px;
}

#nav li ul li a:hover {
	background: #B76502;
	color: #000000;
}

#nav li:hover ul,
#nav li.sfhover ul {
	left: 0px;
	top: 20px;
}
.baseplate {
	background: #666666;
	padding: 10px;
	font-size: 11px;
	color: #333333;
}
.baseplate a {
	color: #484848;
	text-decoration: none;
}
.baseplate a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.sitemap {
	margin: 10px;
	list-style: none;
	font-size: 12px;
}
.sitemap li,
.sitemap ul li {
	padding-bottom: 3px;
}
.sitemap ul {
	margin: 0px 0px 0px 10px;
	list-style: none;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 3px;
}
h3.white {
	color: #000000;
}

/* Product display */
.productDetails {
	background: #E0E3E4;
	border: 1px solid #C8CFD2;
	border-width: 0 0 1px;
}

.productDetails img {
	border: 1px solid black;
	margin: 0 0 0 10px;
}
.productDetails img.imageLeft {
	margin: 0 10px;
}
.productDetails p {
	padding: 0 0 0 10px;
}

