body 
{ 
	font-family: "Times New Roman", Helvetica, serif;
	font-weight: normal;
	font-size: 12pt;
	text-decoration: none; 
	margin: 0px;
	padding: 0px;
	background-image: url('../images/bodybg.gif');
}
.wrapper
{
	padding: 0;
	text-align: center;
}
.leftShadow
{
	background-image: url('../images/left.png');
	background-repeat: repeat-y;
	width: 10px;
	color: white;
}
.rightShadow
{
	background-image: url('../images/right.png');
	background-repeat: repeat-y;
	width: 10px;
}
h1, h2, h3
{
	margin: 0px;
	padding: 0px;
}
ul, ol, li
{
	font-family: "Times New Roman", Helvetica, serif;
	font-weight: normal;
	font-size: 12pt;
	color: black;
}
p
{
	font-family: "Times New Roman", Helvetica, serif;
	font-weight: normal;
	font-size: 12pt;
	padding: 0;
}
a
{
	color: #9D3538;
	text-decoration: none;
}
a:hover
{
	color: #9D3538;
	text-decoration: underline;
}
img
{
	border: 0px;
}
ul
{
	list-style-type: square;
}
.header
{
	text-align: center;
	background-color: white;
	padding-top: 5px;
	width: 800px;
	margin: 0 auto;
}
.navigation
{
	padding: 3px 0;
	background-color: white;
	text-align: center;
	font-family: "Times New Roman", Helvetica, serif;
	text-transform: uppercase;
	width: 800px;
	margin: 0 auto;
}
.navigation a
{
	color: #184180;
	text-decoration: none;
	font-size: 14pt;
	padding: 0 10px;
	font-family: "Times New Roman", Helvetica, serif;
}
.navigation a:hover
{
	text-decoration: none;
	color: #9D3538;
}
.subnav
{
}
.subnav a
{
	color: #AAAAAA;
	font-size: 11pt;
	text-decoration: none;
}
.subnav a:hover
{
	text-decoration: underline;
}
.content
{
	background-color: #E1E1E6;
	color: #AAAAAA;
	text-align: center;
	font-size: 11pt;
	font-weight: normal;
	width: 790px;
	margin: 0 auto;
	padding: 15px 0;
}
.content p
{
	text-align: left;
	padding: 0 15px;
	color: black;
}
.items
{
	height: 170px;
	width: 170px;
	background-image: url('../images/productbg.gif');
	background-position: center;
	background-repeat: no-repeat;
	padding: 0 5px;
}
.itemsName
{
	text-align: left;
}
.itemsName a
{
	color: #9D3538;
	background-image: url('../images/star.gif');
	background-position: 15px;
	background-repeat: no-repeat;
	padding-left: 35px;
	text-align: left;
}
input
{
	font-family: "Times New Roman", Helvetica, serif;
	font-size: 10pt; 
}
textarea
{
	font-family: "Times New Roman", Helvetica, serif;
	font-size: 10pt; 
}
form
{
	padding: 0 15px;
	margin: 0;
	color: black;
}
.contactLeft
{
	float: left;
	width: 49%;
	padding-top: 7px;
	border-right: 1px solid #c1c1c1;
	text-align: left;
}
.contactLeft .title
{
	color: black;
	font-weight: bold;
	text-align: left;
	padding: 0px;
}
.contactLeft td
{
	color: black;
	padding: 3px 10px 20px 0;
	text-align: left;
}
.contactRight
{
	float: right;
	width: 50%;
}
.contactRight th
{
	text-align: right;
	color: black;
	font-weight: normal;
	padding-right: 5px;
}
.contactRight td
{
	text-align: left;
}
.footer
{
	padding: 9px 0;
	background-color: white;
	color: black;
	font-size: 8pt;
	text-align: center;
	width: 800px;
	margin: 0 auto;
}
.logos
{
	text-align: center;
}
.logos img
{
	margin: 0 10px;
}
.bot
{
	margin: 0 auto;
	width: 818px;
	height: 9px;
	background-image: url('../images/bot.png');
	background-position: center;
	background-repeat: no-repeat;
}
.detailTop
{
	height: 9px;
	background-image: url('../images/detailTop.png');
	background-position: bottom center;
	background-repeat: no-repeat;
}
.detailBot
{
	height: 9px;
	background-image: url('../images/detailBot.png');
	background-position: top center;
	background-repeat: no-repeat;
}
.credit
{
	padding: 10px; 
	margin: 10 auto;
	text-align: center;
	font-size: 10pt;
	color: #666666;
}