@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-image:url(../images/bodyBg.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#2c2d31;
}
#wrapper {
	width:852px;
	margin:0px auto;
}
#container {
	width:100%;
	background-image:url(../images/bodyBg.gif);
	background-repeat:repeat-x;
	background-position:top;
	float:left;
	background-color:#FFFFFF;
}
#logoSection {
	width:842px;
	height:75px;
	padding-right:10px;
	padding-top:7px;
	background-image:url(../images/topImg.gif);
	background-position:top;
	background-repeat:no-repeat;
	text-align:right;
}
#mainImageLeft {
	float:left;
	margin-left:11px;
	margin-bottom:20px;
	width:830px;
	height:250px;
	border:5px solid #e0e0e0;
	background-color:#a0a0a0;
	display:inline;
	padding:1px;
}
#content {
	width:831px;
	float:left;
	margin-left:18px;
	display:inline;
}
#columnLeft {
	float:left;
	width:641px;
	margin-top:27px;
}
#product1 {
	width:620px;
	float:left;
	margin-top:10px;
	margin-bottom:20px;
	padding:0px;
}
#productImage {
	width:153px;
	float:left;
}
#productImage img {
	padding:1px;
	border:1px solid #b5b4b4;
}
#productDesc {
	width:100%;
	float:right;
}
#columnRight {
	width:190px;
	float:right;
}
#linksPanel {
	width:180px;
	float:right;
	margin-top:8px;
	background-image:url(../images/navBack.gif);
	background-repeat:no-repeat;
	background-color:#e6e6e6;
	border:1px solid #d0cfcf;
}
#linksPanel ul {
	margin-top:10px;
	margin-right:10px;
	list-style-image:url(../images/arrow.gif);
	list-style-position:outside;
}
#linksPanel ul li {
	border-bottom:1px solid #b9cbad;
}
#linksPanel ul li a {
	font-size:11px;
	font-weight:bold;
	color:#2c2d31;
	text-decoration:none;
}
#linksPanel ul li a:hover {
	font-size:11px;
	font-weight:bold;
	color:#aaaaac;
	text-decoration:none;
}
#banners {
	float:left;
	width:100%;
	text-align:right;
	margin-top:8px;
}
#footer {
	width:100%;
	float:left;
	background-image:url(../images/footerBg.gif);
	background-repeat:repeat-x;
}
#footerSub {
	margin:0px auto;
	width:842px;
	font-size:11px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
}
/*		General HTML tags		*/

h1 {
	font-size:22px;
	color:#2c2d31;
	margin:0;
	padding:0;
}
h2 {
	font-size:17px;
	color:#2c2d31;
	margin:0;
	padding:0;
}
hr {
	margin:0;
	padding-top:5px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	height:1px;
	border-top:1px solid #cccccc;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
}
a {
	color:#599c35;
	font-size:11px;
	text-decoration:none;
}

a:hover {
	color:#b9cbad;
	font-size:11px;
	text-decoration:none;
}
.style1 {
	color: #2984b3;
}
.style1:hover {
	color: #bbd6e5;
}
