@charset "UTF-8";
a:link {
	color: #004F99;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #004F99;
}
a:hover {
	text-decoration: none;
	color: #E11C25;
}
a:active {
	text-decoration: none;
	color: #004F99;
}
/* CSS Document */

body {
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 22px;
	color: #333;
}
#wrapper {
	width: 962px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
}
#menu {
	background-image: url(../images/menu-bg.jpg);
	height: 41px;
}
#menu ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu ul li {
	float: left;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
#menu ul li a {
	float: right;
	padding-right: 10px;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	padding-top: 1px;
}
#menu ul li strong {
	float: left;
	padding-left: 10px;
}
#menu .current a {
	background-image: url(../images/menu-hover-bg-right.png);
	background-position: right top;
	float: right;
	padding-right: 10px;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	background-repeat: no-repeat;
}
#menu .current strong {
	background-image: url(../images/menu-hover-bg-left.png);
	background-position: left top;
	float: left;
	background-repeat: no-repeat;
	padding-left: 15px;
}
#contentPane {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 962px;
}
.productList {
	margin-bottom: 10px;
	margin-top: 20px;
}
.productList .imgBorder {
	float: left;
	margin-right: 5px;
}
.productList .thumbnail {
	float: left;
	width: 155px;
	text-align: right;
}
.productList .description {
	float: right;
	width: 555px;
	text-align: justify;
}
#contentPane #left {
	float: left;
	width: 715px;
	margin-left: 10px;
	text-align: left;
	padding-right: 10px;
}
#contentPane #left p{
	text-align: justify;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-left:3px;
	padding-right:3px;
	
}
#contentPane #right {
	float: right;
	width: 215px;
}
#contentPane #right .authorizedDistributors {
	text-align: center;
	padding-top: 10px;
}
#contentPane #right .authorizedDistributors a {
	color: #333;
}
#wrapper #contentPane #right .content {
	padding-left: 20px;
}
h1 {
	font-size: 16px;
	font-weight: normal;
	color: #E31B23;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.clear {
	clear: both;
}
#Footer {
	background-image: url(../images/footer-bg.jpg);
	padding: 10px;
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFF;
}
#Footer a , #Footer a:hover, #Footer a:link, #Footer a:visited{
	color: #FFF;
	text-decoration: none;
}
#Footer p {
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
}
