@charset "utf-8";
body {
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	font-weight:normal;
	color:#333333;
	background-color:#FFFFFF;
}

a {
	font-weight:bold;
	color:#006600;
	text-decoration:none;
}

a:hover {
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}

a img {
	border:none;
}

h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:10px 0;
}

h1 {
	font-size:18px;
	font-weight:bold;
}

h2 {
	margin-bottom:10px;
	padding:5px;
	font-size:12px;
	font-weight:bold;
	background-color:#97E3D7;
}

h3 {
	font-size:15px;
	font-weight:bold;
}

h4 {
	font-size:14px;
	font-weight:normal;
}

h5 {
	padding-top:0px;
	padding-bottom:5px;
	font-size:12px;
	font-weight:bold;
}

h6 {
	padding-bottom:2px;
	margin-bottom:0;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px dotted #CCCCCC;
}

hr {
	clear:both;
	height:1px;
	border:none;
	background-color:#97E3D7;
}

/*---------- BOF Site Structure ----------*/

.sitetop {
	margin:0 auto;
	width:980px;
	height:155px;
	background-image:url(../images/skin/bg_top.jpg);
	color:#666666;
}

.sitetop .logo {
	position:absolute;
	margin-top:45px;
	margin-left:4px;
	text-align:center;
}

.sitetop .topnav {
	position:absolute;
	margin-top:33px;
	margin-left:830px;
	text-align:center;
	font-size:12px;
}

.sitetop .topnav ul li {
	list-style-image:url(../images/skin/headernavbullet.jpg);
}

.sitetop .topnav ul li a {
	font-weight:normal;
	color:#666666;
}

.sitetop .topnav ul li a:hover {
	color:#333333;
}

.sitetop .productsearch {
	position:absolute;
	margin-top:102px;
	margin-left:588px;
	text-align:right;
}

.sitetop .productsearch label {
	display:block;
	float:left;
	margin-right:20px;
	padding-top:5px;
	width:140px;
}

.sitetop .productsearch input {
	float:left;
	padding:2px;
	width:170px;
	height:16px;
	border:1px solid #666666;
}

.sitetop .productsearch input.search_submit {
	position:absolute;
	left:336px;
/*	top:22px;*/
	padding:0;
	width:27px;
	height:22px;
	border:none;
	background-image:url(../images/skin/button_productsearch.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.sitetop .productsearch input.search_submit:hover {
	background-position:bottom left;
}

.sitenav {
	position:relative;
	clear:both;
	z-index:10;
	margin:1px auto;
	height:36px;
	width:966px;
}

.sitenav.top {
	z-index:100;
	background-color:#F3F3F3;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

.sitenav.bottom {
	clear:both;
	margin-top:40px;
	background-color:#97E3D7;
}

.sitenav ul {
	margin:0 auto;
	padding:0;
	width:966px;
	list-style:none;
}

.sitenav ul li {
	display:block;
	margin:0;
	padding:0;
	float:left;
	list-style-image:none;
}

.sitenav ul li a {
	display:block;
	float:left;
	overflow:hidden;
	margin-right:10px;
	padding:12px 14px 11px 28px;
	font-size:11px;
	color:#333333;
	font-weight:normal;
	text-decoration:none;
	background-image:url(../images/skin/navbullet.gif);
	background-position:7px 7px;
	background-repeat:no-repeat;
}

.sitenav ul li:hover a {
	background-position:7px -53px;
}

.sitenav.top ul li:hover a {
	background-color:#E3E3E3;
}

.sitenav.bottom ul li:hover a {
	background-color:#87D3C7;
}

.sitenav ul li div {
	display:none;
	position:absolute;
	overflow:hidden;
	clear:left;
	top:36px;
/*	left:0px;*/
	padding:10px;
	width:auto;
	height:auto;
	background-color:#E3E3E3;
}

.sitenav ul li div ul {
	clear:none;
}

.sitenav ul li ul {
	display:none;
	position:absolute;
	top:36px;
	clear:left;
	width:auto;
}

.sitenav.top ul li div ul {
	display:block;
	position:relative;
	top:0;
	float:left;
}

.sitenav.top ul li div ul li:hover a {
	background-color:#CCCCCC;
}

.sitenav ul li ul li {
	display:block;
	clear:left;
}

.sitenav ul li ul li a, .sitenav ul li:hover ul li a {
	float:none;
	display:block;
	padding:2px 2px 2px 25px;
	width:180px;
	height:auto;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	background-color:#E3E3E3;
	background-position:7px -3px;
}

.sitenav ul li:hover ul li:hover a {
	background-position:7px -63px;
	background-color:#CCCCCC;
}

.sitecontent {
	overflow:hidden;
	margin:0 auto;
	width:960px;
}

.sitecontent .leftcolumn {
	float:left;
	clear:left;
	margin-top:5px;
	margin-right:15px;
	width:695px;
}

.sitecontent .rightcolumn {
	float:left;
	margin-top:5px;
	width:250px;
}

.sitefooter {
	margin:0 auto;
	margin-top:1px;
	padding-top:20px;
	width:966px;
	border-top:1px solid #CCCCCC;
	color:#999999;
}

.sitefooter a {
	color:#666666;
	font-weight:normal;
}

.footerleft {
	float:left;
}

.footerright {
	float:right;
}

.footerextra {
	clear:both;
	margin-top:30px;
	padding-bottom:30px;
}

/*---------- EOF Site Structure ----------*/

/*---------- BOF General Site Content ----------*/

.pagefeature {
	float:left;
	margin-right:15px;
}

.entrypic {
	float:left;
	margin-right:15px;
	border:1px solid #CCCCCC;
}

.formfield {
	width:300px;
	border:1px solid #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.pinfield {
	width:100px;
	border:1px solid #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

form {
	padding:0;
	margin:0;
}

.pageback {
	margin-bottom:5px;
	padding:5px;
	border-bottom:1px solid #CCCCCC;
}

/*---------- EOF General Site Content ----------*/

/*---------- BOF Category/Product Listings ----------*/

.category_listitem {
	overflow:hidden;
	margin-bottom:10px;
}

.category_listitem h2 {
	margin:0;
}

.category_listitem p {
	margin:5px 0 5px 0;
	padding:0;
}

.category_listitem img {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.category_listitem .info {
	padding-left:130px;
	padding-right:210px;
}

.category_listitem .category_sublist {
	float:right;
	padding:1px;
	padding-bottom:0;
	width:200px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
}

.category_listitem .category_sublist a {
	display:block;
	margin-bottom:1px;
	padding:1px;
	font-weight:normal;
	background:#EEEEEE;
	text-align:center;
	text-decoration:none;
}

.category_listitem .category_sublist a:hover {
	background:#DDDDDD;
}

.category_head {
	overflow:hidden;
	margin-bottom:10px;
}

.category_head h2 {
	margin:0;
}

.category_head p {
	margin:5px 0 5px 0;
	padding:0;
}

.category_head img {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.category_head .info {
	padding-left:130px;
	padding-right:210px;
}

.category_head .info.noright {
	padding-right:0;
}

.category_head .category_sublist {
	float:right;
	padding:1px;
	padding-bottom:0;
	width:200px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
}

.category_head .category_sublist a {
	display:block;
	margin-bottom:1px;
	padding:1px;
	font-weight:normal;
	background:#EEEEEE;
	text-align:center;
	text-decoration:none;
}

.category_head .category_sublist a:hover {
	background:#DDDDDD;
}

.randomcategory a {
	display:block;
	padding:10px;
	border:#CCCCCC;
	text-align:center;
	font-weight:normal;
	background:#EEEEEE;
	text-decoration:none;
}

.randomcategory a:hover {
	background:#DDDDDD;
}

table.productlisting {
	width:695px;
	border-collapse:collapse;
}

table.productlisting thead tr td {
	font-weight:bold;
	border-bottom:1px solid #CCCCCC;
}

table.productlisting tbody tr td {
	padding:3px;
	vertical-align:top;
}

table.productlisting tbody tr.rows1 td {
	background-color:#CCEECC;
}

table.productlisting tbody tr.rows1:hover td {
	background-color:#BBDDBB;
}

table.productlisting tbody tr.rows2 td {
	background-color:#EEEEEE;
}

table.productlisting tbody tr.rows2:hover td {
	background-color:#DDDDDD;
}

/*---------- EOF Category/Product Listings ----------*/

/*---------- BOF News ----------*/

.news_related {
	float:left;
	margin:20px 3px 0 3px;
	width:340px;
}

/*---------- EOF News ----------*/

/*---------- BOF Whats New Pages ----------*/

table.data {
	width:695px;
}

tr.sectionhead td {
	background:#97E3D7;

}

/*---------- EOF Whats New Pages ----------*/

/*---------- BOF Contact Us ----------*/

.contactblock {
	float:left;
	width:284px;
	margin:10px 15px;
}

.contactblock h2 {
	margin-bottom:10px;
}
.contactblock p {
	padding-top:0;
	margin-top:10px;
}

/*---------- BOF Contact Us ----------*/

.rightpic {
	float:right;
	margin:5px;
	padding:1px;
	border:1px solid #999999;
}

.leftpic {
	float:left;
	margin:5px;
	padding:1px;
	border:1px solid #999999;
}

.narrowcolumn {
	float:left;
	margin-right:15px;
	padding-left:10px;
	width:292px;
	border-left:1px dotted #999999;
}
