/* ----------------- Global CSS Reset -------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {   
	margin: 0;
	padding: 0;
}
table {  
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
}

/* ----------------- Global Styles -------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

.float-right {
	float: right;
	clear: none;
}
.float-left {
	float: left;
	clear: none;
}

a,
a:link,
a:visited {
	color: #08628c;
}

a:hover,
a:active {
	color: #559a29;
/*	text-decoration: none; */
}

#mainframe {
	width: 1017px;
	margin: 0 auto;
	border-left: 1px solid #fafafa;
	border-right: 1px solid #fafafa;
	background-color: #fff;
}

/* --------------------- Header Styles ------------------- */
#hdr {
	width: 90%;
}
#hdr div.top-line a {
	font-size: 11px;
	line-height: 15px;
	display: block;
	float: left;
	clear: none;
	margin-right: 10px;
}
#hdr div.header {
	width: 980px;
	height: 199px;
	background: url(../images/header.jpg) no-repeat;
	margin: 10px 20px 0 20px;
}
#hdr div.header a#logo {
	width: 200px;
	height: 90px;
	display: block;
	float: left;
}
#hdr div.header div.key {
	width: 21px;
	height: 11px;
	margin: 124px 25px 0 0;
	overflow: hidden;
}
#hdr div.header div.key a {
	display: block;
	width: 21px;
	height: 11px;
	background: url(../images/key-bg.png) 0 0 no-repeat;
}
#hdr div.header div.key a:hover {
	background: url(../images/key-bg.png) 0 -11px no-repeat;
}



/* ----------------------- Main table ------------------- */
#main {
	margin-top: -26px;
}
#leftbar {
	width: 200px;
	margin-left: 20px;
	float: left;
	clear: none;
}
#content {
	margin-left: 47px;
	float: left;
	clear: none;
	width: 400px;
}
div#content.wide {
	width: 700px;
}
#rightbar {
	width: 280px;
	margin-right: 20px;
	float: right;
	clear: none;
}


/* -------------------- Left bar styles ------------------- */
h1.menu-hdr {
	color: #fc4e04;
	font-size: 13px;
	padding-left: 30px;
	margin-bottom: 10px;
	background: url(../images/orange-bit.gif) 20px center no-repeat;
}
h1.menu-hdr a {
	color: #fc4e04;
	text-decoration: none;
}
h1.menu-hdr a.active {
	font-size: 18px;
}
h1.menu-hdr a:hover {
	color: #6e9215;
}
ul.left-menu {
}
ul.left-menu li {
	margin: 0 0 5px 30px;
}
ul.left-menu li.active {
	margin-top: 10px;
	margin-bottom: 10px;
}
ul.left-menu li.active a {
	font-size: 18px;
}
ul.left-menu li a {
	font-size: 11px;
}
ul.left-menu li.active div {
	margin: 3px 0 0 10px;
} 
ul.left-menu li.active div,
ul.left-menu li.active div a {
	font-size: 11px;
}

div.tagcloud {
	margin-top: 40px;
	text-align: center;
}
div.tagcloud h1 {
	padding-left: 30px;
	font-size: 20px;
	background: url(../images/tag.gif) 12px center no-repeat;
	margin: 10px 0;
	text-align: left;
}
div.tagcloud a:link,
div.tagcloud a:visited {
	color: #6e9215;
	text-decoration: none;
	margin: 0 5px;
}
div.tagcloud a:hover,
div.tagcloud a:active {
	background-color: #6e9215;
	color: #fff;
}


/* -------------------- Main content styles ------------------- */
h1.hdr-green,
h1.hdr-magenta,
h1.hdr-red {
	background: url(../images/hdr-green.gif) 0 center no-repeat;
	margin-left: -27px;
	padding-left: 27px;
	font-size: 20px;
	position: relative;
	float: left;
}
h1.hdr-magenta {
	background: url(../images/hdr-magenta.gif) 0 center no-repeat;
}
h1.hdr-red {
	margin-left: -35px;
	background: url(../images/hdr-red.gif) 0 center no-repeat;
}
h1.hdr-red a {
	color: #000;
}
h1.hdr-red a:hover {
	color: #6e9215;
}
div.meaningful-text {
	margin-top: 20px;
	font-size: 15px;
	line-height: 20px;
}
div.horiz-line {
	margin-top: 10px;
	margin-bottom: 30px;
	border-top: 1px solid #ccc;
	width: 200px;
	height: 1px;
	font-size: 1px;
}
div.text {
	margin-top: 5px;
}
div.text1 {
	margin-top: 5px;
}
div.text p {
	padding: 5px 0;
}

h1.top-margin {
	margin-top: 25px;
}

ul#products {
	width: 450px;
}
ul#products li {
	float: left;
	clear: none;
	width: 220px;
	height: 145px;
	padding-top: 10px;
	overflow: hidden;
}
ul#products li div.price {
	float: left;
	clear: none;
	font-size: 11px;
}
ul#products li div.linker {
	font-size: 11px;
	margin: 6px 0;
}
ul#products li div.price img {
	background: #fff;
	padding: 2px;
	border: 1px solid #e7e7e7;
}
ul#products li div.price p {
	margin: 0 0 1px 5px;
	font-size: 10px;
	font-weight: bold;
}
ul#products li div.price p.label-orange,
ul#products li div.price p.label-blue {
	height: 27px;
	line-height: 27px;
	overflow: hidden;
	position: relative;
}

ul#products li div.price p.label-orange span,
ul#products li div.price p.label-blue span {
	background: url(../images/label-orange.gif) top left no-repeat;
	height: 27px;
	line-height: 27px;
	padding: 0 7px 0 14px;
	color: #fff;
	display: block;
	font-size: 12px;
}
ul#products li div.price p.label-blue span {
	background: url(../images/label-blue.gif) top left no-repeat;
}
div.catlink {
	margin: 15px 0;
}
div.catlink a {
	color: #000;
}
div.catlink a:hover {
	color: #6e9215;
}

div.text {
	margin-top: 15px;
}
div.text p {
	margin: 1px;
}


/* ------------------------------------ Right SideBar --------------------------------------- */
.news {
	margin: 10px 0 30px 0;
}
.news img {
	background: #fff;
	padding: 2px;
	border: 1px solid #e7e7e7;
}
.news h3 {
	font-size: 10px;
}
.news h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.news-short {
	margin: 10px 0;
}
.news-short h3 {
	font-size: 10px;
}
.news-arch {
	margin-top: 30px;
}
.news-arch a {
	color: #000;
}
.news-arch a:hover {
	color: #6e9215;
}


/* ----------------------------------------- Footer ---------------------------------------- */
.footer {
	float: none;
	clear: both;
	height: 125px;
	width: 1017px;
	background-color: #efefef;
	margin-top: 50px;
}
.footer div.left {
	width: 500px;
	height: 90px;
	margin: 20px 0 0 20px;
	float: left;
	clear: none;
}
.footer div.left p.phone {
	background: url(../images/phone.gif) top left no-repeat;
	height: 37px;
	padding-left: 50px;
	line-height: 37px;
	font-size: 20px;
	color: #186c94;
}
.footer div.left p.addr {
	padding-left: 50px;
	color: #606a74;
	font-size: 11px;
}
.footer div.left p.copyright {
	margin-top: 10px;
	font-weight: bold;
	padding-left: 50px;
	font-size: 11px;
}

.footer div.right {
	margin: 20px 20px 0 0;
	float: right;
	clear: none;
}
.footer div.right p.banners {
	white-space: nowrap;
}
.footer div.right p.codedby {
	font-size: 11px;
	font-weight: bold;
}