html{
	margin: 0px;
	padding: 0px;
}
body{
	margin: 10px;
	margin-bottom: 20px;
	background-color: #E3E3E3;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
}
h1{
	color: #FF9933;
	font-size: 14pt;
	font-weight: normal;
}
p, li{
	font-size: 10pt;
	line-height: 150%;
}
a{
	color: #CC3333;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
img{
	display: block;
	border: 0px;
}
#body{
	width: 740px;
	margin: 0px auto;
	text-align: left;
}
.content{
	width: 470px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: url(images/contentbg.gif) repeat-y;
}
#sidebar{
	width: 210px;
	text-align: center;
	font-size: 10pt;
	font-variant: small-caps;
}
#homebtn a{
	display: block;
	width: 190px;
	height: 35px;
	padding-right: 20px;
	background: url(images/homebtnbg1.gif) no-repeat top center;
	color: #CC3333;
	line-height: 28pt;
	text-decoration: none;
	text-align: right;
}
#homebtn a:hover, #homebtn_select a{
	display: block;
	width: 190px;
	height: 35px;
	padding-right: 20px;
	background: url(images/homebtnbg2.gif) no-repeat top center;
	color: #FFFFFF;
	line-height: 28pt;
	text-decoration: none;
	text-align: right;
}
#menu{
	background: url(images/menubg.gif) repeat-y center;
}
#menu ul, #menu li{
	width: 200px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu a{
	display: block;
	width: 185px;
	height: 30px;
	margin-left: 5px;
	margin-right: 5px;
	padding-right: 15px;
	background-color: #FFFFFF;
	color: #CC3333;
	text-align: right;
	text-decoration: none;
	border-top: 1px #CC3333 dotted;
	line-height: 22pt;
}
#menu a:hover, #menu .selected, .selected{
	background-color: #CC3333;
	color: #FFFFFF;
	text-decoration: none;
	border-top: 1px #FFFFFF dotted;
}
#preferredproducts{
	width: 470px;
	text-align: center;
	font-size: 10pt;
	line-height: 100%;
}
#preferredproducts td{
	padding-bottom: 20px;
}
#preferredproducts a{
	font-size: 7pt;
}
#preferredproducts img{
	text-align: center;
	border: 0px;
}
#contactform{
	font-size: 10pt;
	line-height: 100%;
}
.smalltext{
	font-size: 8pt;
}
fieldset{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.required{
	color: #CC3333;
}
input, .input, select, textarea{
	background-color: #EEEEEE;
	margin-top: 10px;
	border: 1px solid #FF9933;
	font-family: verdana, arial, helvetica, sans-serif;
}
input:focus, select:focus{
	border: 1px solid #CC3333;
}
.button{
	border: 0px;
	padding: 2px;
	background-color: #CC3333;
	color: #FFFFFF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.button:hover{
	background-color: #FF9933;
}