@import url("reset.css");

body {
	background: url(../images/body_bg.jpg) repeat-x center top;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	font-size: 14px;
	padding: 0 0 20px 0;
}

.clear {clear: both;/* height: 1px; overflow: hidden;*/}	

a:link, a:visited, a:active {
	color: #186531;
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;	
}

a:hover {
	text-decoration: underline;
}

h1 {
	color:#186531;
	font-size: 20px;
	font-weight: bold;
}

h2 {
	color:#186531;
	font-size: 18px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #12281c;
}

h4 {
	color: #335a91;
	font-size: 14px;
}

h5 {
	color: #000;
	font-size: 13px;
}

h6 {
	color: #000;
	font-size: 12px;
}

p {
	margin-bottom: 10px;
}

#wrapperTop {
	margin: 0 auto;
	width:  764px;
	text-align: left;
	padding-top: 15px;
} 

#header {
	height: 97px;
	position: relative;
	background: url(../images/header_bg.png) no-repeat center top;	
}

#wrapper {
	width: 752px;
	padding: 2px 6px 0 6px;
	background: #fff;
}

#header  .logo {
	width: 74px;
	height: 77px;
	float: left;
	padding: 10px 0 0 20px;
}

#header .logo a:link,
#header .logo a:active,
#header .logo a:visited {
	width: 74px;
	height: 77px;
	display: block;
	text-indent: -9999px;
}

#header .top {
	width: 500px;
	float: right;
	text-align: right;
	padding: 13px 10px 0px 0px; 
}

#header .top h1 {
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 4.5px;
	margin: 0;
	padding: 0;
}

#header .top a.call:link,
#header .top a.call:active,
#header .top a.call:visited {
	text-decoration: none;
	font-size: 23px;
	color: #accc47;
	letter-spacing: 4.5px;
}

#menu {
	width: 750px;
	background: url(../images/menu_bg.jpg) repeat-x left top;
	height: 31px;
	margin-left: 1px;
}	

#menu ul li {
	float: left;
	background: url(../images/menu_seperator.jpg) no-repeat right top;
	padding-right: 1px;
}
/*
#menu ul li.first {
	background-image: none;
}*/

#menu ul li a:link,
#menu ul li a:active,
#menu ul li a:visited {
	font-size: 14px;
	color: #fff;
	line-height: 31px;
	padding: 0 12px 0 11px;
	display: block;
	text-decoration: none;
}

#menu ul li.active a:link,
#menu ul li.active a:active,
#menu ul li.active a:visited,
#menu ul li a:hover {
	background: url(../images/menu_active_bg.jpg) repeat-x left top;
	display: block;
	text-decoration: none;
}

#container {
	width: 748px;
	padding: 4px 1px 0px 3px;
}

#leftCol {
	width: 179px;
	float: left;
}

#leftCol .module {
	background: url(../images/leftmod_repeat.jpg) repeat-y left top;
	width: 179px;
	margin-bottom: 10px;
	font-size: 12px;
}

#leftCol .module div {
	background: url(../images/leftmod_bottom.jpg) no-repeat left bottom;
	padding-bottom: 6px;
}

#leftCol .module div div div {
	background: url(../images/leftmod_top.jpg) no-repeat left top;
	padding: 0px 11px 0px 11px;
	min-height: 30px;
	height: auto !important;
	height: 30px;
}

#leftCol .module div div,#leftCol  .module div div div div {
	background-image: none;
	padding: 0;
	margin: 0;
	min-height: 0;
	height: auto;
}

#leftCol .module h3 {
	font-size: 16px;
	font-weight: bold;
	color: #20252b;
	margin: 0 0 8px -11px;
}

#leftCol .module ul li {
	background: url(../images/leftmod_li_blackborder.jpg) repeat-x left bottom;
	padding-left: 3px;
}

#leftCol .module ul li a:link,
#leftCol .module ul li a:active,
#leftCol .module ul li a:visited {
	background: url(../images/arrow_black.jpg) no-repeat left 5px;
	font-size: 11px;
	font-weight: bold;
	color: #d39510;
	text-decoration: none;
	padding: 2px 0px 1px 12px;
	display: block;
	width: 140px;
}

#leftCol .module.green ul li {
	background: url(../images/leftmod_li_greenborder.jpg) repeat-x left bottom;
	padding-left: 3px;
}

#leftCol .module.green ul li a:link,
#leftCol .module.green ul li a:active,
#leftCol .module.green ul li a:visited {
	background: url(../images/arrow_green.jpg) no-repeat left 7px;
	font-size: 11px;
	font-weight: bold;
	color: #478560;
	text-decoration: none;
	padding: 3px 0px 3px 11px;
	display: block;
	width: 140px;
}

#leftCol .module ul li a:hover,
#leftCol .module.green ul li a:hover {
	text-decoration: underline;
}

#leftCol .module .box {
	text-align: center;
}

#leftCol .module .box h5 {
	font-size: 12px;
	padding: 28px 0 20px 0;
}

#leftCol .module .box a:link,
#leftCol .module .box a:active,
#leftCol .module .box a:visited {
	color: #4d7050;
	text-decoration: none;
}

#leftCol .module .box a:hover {
	text-decoration: underline;
}

#leftCol .module label {
	width: 64px;
	display: block;
	float: left;
	line-height: 20px;
}

#leftCol .module .inputbox {
	width: 69px;
	padding: 1px 3px;
	border: 1px solid #adadad;
	margin-bottom: 5px;
}

#leftCol .module .button {
	background: url(../images/button_login.jpg) no-repeat left top;
	width: 54px;
	height: 18px;	
	border: none;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	margin-left: 83px;
	padding-bottom: 3px !important;
	margin-bottom: 16px;
	cursor: pointer;
}

#leftCol .module a:link,
#leftCol .module a:active,
#leftCol .module a:visited {
	text-decoration: none;
	color: #000;
}

#leftCol .module a:hover {
	text-decoration: underline;
}

#leftCol .module-img {
	width: 157px;
	padding: 0 11px 0 11px;
}

#leftCol .module-img ul {
	padding: 0 0 10px 20px;
}

#leftCol .module-img li {
	float: left;
	padding-right: 9px;
	padding-bottom: 10px;
}

#leftCol .module-img li a:link,
#leftCol .module-img li a:active,
#leftCol .module-img li a:visited {
	width: 52px;
	display: block;
	text-align: center;
}

#contentCol {
	width: 558px;
	float: right;
	margin-bottom: 10px;	
}

#contentCol .moduletable-search {
	width: 558px;
}	

.moduletable-search .searchwrap {
	float: right;
	width: 457px;
	height: 21px;
	background: url(../images/searchwrap_bg.jpg) repeat-x left top;
	padding: 7px 4px 4px 4px;
	margin-top: 1px;
	margin-left: 3px;
}	

.moduletable-search .searchwrap .inputbox {
	background-color: #fff;
	width: 150px;
	border: 1px solid #a1b2aa;
	padding: 1px 10px 2px 10px;
	float: left;
}

.moduletable-search .searchwrap select {
	background-color: #fff;
	width: 137px;
	height: 21px;
	border: 1px solid #a1b2aa;
	float: left;
	margin: 0px 1px 0 1px;
	vertical-align: middle;
}

.moduletable-search .searchwrap .button {
	background: url(../images/button_go.jpg) no-repeat left top;
	width: 27px;
	height: 16px;
	border: none;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	padding: 0px 4px 3px 4px !important;
	padding: 0px 4px 0px 4px;
	float: left;
	margin: 2px 1px 0 0px;
}

.moduletable-search .searchwrap a.advancesearch:link,
.moduletable-search .searchwrap a.advancesearch:active,
.moduletable-search .searchwrap a.advancesearch:visited {
	background: url(../images/advance_search_bg.jpg) no-repeat left top;
	width: 116px;
	height: 16px;
	line-height: 16px;
	border: none;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	display: block;
	text-decoration: none;
	text-align: center;
	float: right;
	vertical-align: middle;
	margin-top: 2px;
}

.moduletable-search .searchwrap a.advancesearch:hover {
	text-decoration: underline;
}

#contentCol .content {
	padding: 11px 6px 0 6px;
}

.small, .createdate, .modifydate {
	color: #1d5769;
	font-size: x-small;
}

.componentheading, .contentheading {
	font-size: 18px;
	font-weight: bold;
	color: #186531;
	padding-bottom: 5px;
}

.content .article_row {
	padding-bottom: 18px;
}

.content .article_row p {
	margin-bottom: 10px;
}

.content .article_row a.readon:link,
.content .article_row a.readon:active,
.content .article_row a.readon:visited {
	background: url(../images/arrow_readon.jpg) no-repeat right center;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #226434;
	padding-right: 17px;
	text-align: right;
	float: right;
	width: 90px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.content .article_row a.readon:hover {
	text-decoration: underline;
}

.content .article_row  .clear {clear: both; height: 1px; overflow: hidden;}	

#contentCol .moduletable-product {
	width: 537px;
	margin-bottom: 10px;
}

.content .moduletable-product .clear {clear: both; height: 1px; overflow: hidden;}	

.content .moduletable-product h3 {
	background: url(../images/product_title_bg.jpg) repeat-x left top;
	padding-left: 30px;
	height: 24px;
	line-height: 24px;
	font-size: 15px;
	font-weight: bold;
	color:  #ea7d04;
	margin-bottom: 1px;
}

.moduletable-product .productWrap {
	width: 517px;
	border: 1px solid #a9a9a9;
	padding: 0 9px 7px 9px;
}

.moduletable-product .productWrap .productitem {
	width: 507px;
	padding: 8px 0 4px 10px;
	border-bottom: 1px solid #cacaca;
}

.moduletable-product .productWrap .productitem .product-image {
	float: left;
	width: 85px; 
	margin-top: 11px;
} 

.moduletable-product .productWrap .productitem .product-image img {
	margin-bottom: 7px;
}

.moduletable-product .productWrap .productitem .product-image .item {
	font-size: 10px;
	color: #1b1d12;
}

.moduletable-product .productWrap .productitem .product-des {
	float: right;
	width: 410px;
	font-size: 16px;
	color: #1c211b;
}

.moduletable-product .productWrap .productitem .product-des h4 {
	margin-bottom: 3px;
}

.moduletable-product .productWrap .productitem .product-des h4 a:link,
.moduletable-product .productWrap .productitem .product-des h4 a:active,
.moduletable-product .productWrap .productitem .product-des h4 a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #305b92;
	text-decoration: underline;
}	

.moduletable-product .productWrap .productitem .product-des h4 a:hover {
	text-decoration: none;
}

.moduletable-product .productWrap .productitem .product-des .price {
	float: right;
	font-size: 12px;
	font-style: italic;
	color: #BD0100;
	text-align: right;
	margin-bottom: 11px;
	font-weight: bold;
	width: 165px;
}

.moduletable-product .productWrap .productitem .product-des .price span {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #bd0100;
}

.moduletable-product .productWrap .productitem .product-des .price span a:link,
.moduletable-product .productWrap .productitem .product-des .price span a:active,
.moduletable-product .productWrap .productitem .product-des .price span a:visited {
	font-size: 12px;
	color: #bd0100;
	text-decoration: underline;
}

.moduletable-product .productWrap .productitem .product-des .price span a:hover {
	text-decoration: none;
}

.moduletable-product .productWrap .productitem .product-des .button {
	float: right;
	background: url(../images/cart_bg.jpg) no-repeat left top;
	width: 83px;
	height: 18px;
	border: none;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	padding: 2px 4px 4px 4px !important;
	padding: 2px 4px 0px 4px;
	top: 5px;
	position: relative;
}

.moduletable-product .productWrap .productitem .product-des a.readon:link,
.moduletable-product .productWrap .productitem .product-des a.readon:active,
.moduletable-product .productWrap .productitem .product-des a.readon:visited {
	background: url(../images/readon_bg.jpg) no-repeat left top;
	width: 73px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	float: right;
	margin-left: 10px;
}

.moduletable-product .productWrap .productitem .product-des a.readon:hover {
	text-decoration: none;
}

#footer {
	background: url(../images/footer_bg.jpg) no-repeat center top;
	height: 54px;
	color: #fff;
	padding-top: 42px;
	text-align: center;
}

#footer .footerNav {
	margin-bottom: 10px;	
}

#footer .footerNav ul {
	padding-left: 27px;
}

#footer .footerNav ul li {
	background: url(../images/li_border.jpg) no-repeat left center;
	display: inline;
}

#footer .footerNav ul li:first-child {
	background: none;
}

#footer .footerNav ul li a:link,
#footer .footerNav ul li a:active,
#footer .footerNav ul li a:visited {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding-left: 6px;
}

#footer .footerNav ul li a:hover {
	text-decoration: underline;
}

#footer .copyright {
	color: #000;
}


.content h1, .content h5, .content .pageHeading {
	color:#186531;
font-size:18px;
font-weight:bold;
padding-bottom:5px;
}
.content .inputbox {
	background-color:#FFFFFF;
	border:1px solid #A1B2AA;
	margin: 3px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.inputRequirement {
	color: #990000;
	font-weight: bold;
}
.content h3 {
	font-size: 22px;
	font-weight: bold;
}
.error {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	padding: 25px;
	border: thin dotted #FF0000;
	margin-bottom: 25px;
}
.breadcrumbs {
	margin-bottom: 5px;
	display: block;
}
.module-cart {
	margin-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.module-cart .title {
	font-style: italic;
	text-align: right;
}

.content blockquote {
	padding-left: 10px;
}
#module-product h5 {
	padding-top: 10px;
}
.topic {
	font-style: italic;
	display: none;
}
.product-des div.price span.small {
	display: none;
}
#contentCol .content .pdesc ul {
	list-style-type: disc;
	margin-left: 25px;
}
