/* generic styles */
a:focus {
  outline-style: none;
}
object {
  outline-style: none;
}
form {
    margin: 0;
	padding: 0;
}
input, select, textarea {
    padding: 0;
    margin: 0;
}
input.radio {
    margin-bottom: -2px;
}
body {
	margin: 0;
	padding: 0;
	background:#ffffff url('../template_images/bg_2.jpg') repeat-x;	
	
	
}
/* text/link styles */
p, li, div, input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	color:#898989;
	font-size:11px;
}
a {
	color:#5B9E24;
	text-decoration: none;
}
p {
	margin: 0;
	padding: 0;
}
li {
	color: #898989;
}
h2 {
	font-size: 16px;
	color: #686868;
	
}
h5 {
	font-size: 12px;
	color: #686868;
	
}
h1 {
	font-size: 16px;
	color: #5b9e24;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	margin-top: 2px;
}

/* div styles */
div {
	float:left;
}
#container {
	width:100%;
	
}
div#site_holder {
	width:886px;
	float: none;
	margin-left:auto;
	margin-right:auto;
	border-left:2px solid #DEDEDE;
	border-right:2px solid #DEDEDE;
	background:#FFF;
	/*background: url(../template_images/body_bg.gif) repeat-y;*/
}
#holder {
	width:832px;
	float: none;
	margin-left:auto;
	margin-right:auto;
}
#headerSection {
	width: 832px;
	height: 68px;
	float: left;
	background: url(../template_images/header_bg.gif) no-repeat;
}
#leftHeader {
	float: left;
	width: 280px;	
}
#rightHeader {
	float: left;
	width: 542px;	
	
}
#logo {
	width: 216px;
	height: 33px;
	float: left;
	margin-top: 20px;
	margin-left: 30px;
	position: relative;
	display: inline;
}
#slogan p {
	color: #fff;
	font-size: 18px;
	padding-left: 317px;
	padding-top: 26px;
}

#topSection_menu {
	width: 832px;
	height: 68px;
	float: left;
}
#topSection_mainNav {
	width:616px;
	float:left;	
	padding-left: 13px;
	*padding-left: 10px;
	margin-top: 16px;
}
#topSection_mainNav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#topSection_mainNav ul li {
	height:31px;
	position:relative;
	float:left;
	font-size:12px;
	margin:7px 0 0;
	padding:0;
}
#topSection_mainNav li a {
	color:#8a8a8a;
	text-decoration:none;
	display:inline;
	padding:0 12px 9px 11px;
	*padding:0 10px 9px 12px;
	border-bottom:2px solid #bee1a3;
}
#topSection_mainNav li a:hover {
	text-decoration:none;	
	border-bottom:2px solid #76be3b;
}
#topSection_mainNav li.current a {
	text-decoration:none;	
	border-bottom:2px solid #76be3b;
}

#topSection_navi {
	width: 622px; 
	float: left;
	
}
#searchBox {
	width: 190px; 
	float: right;
	margin-top: 25px;
}
#searchBoxInput input {
	width: 135px;
	background: url(../template_images/search_input.gif) no-repeat;
	font-size: 12px;
	color: #777878;
	padding: 2px 5px 0px 5px;
	border: 0;
	height: 19px;
}
#searchBoxPic {
	float: left;
}
#helpSearchBox {
	width: 300px; 
	float: left;
}
#helpSearchBoxInput input {
	width: 135px;
	background: url(../template_images/search_input.gif) no-repeat;
	font-size: 12px;
	color: #777878;
	padding: 2px 5px 0px 5px;
	border: 0;
	height: 19px;
}
#helpSearchBoxPic {
	float: left;
}

#pce {
	width: 832px; 
	float: left;
	background-color: #FFF;
}
#leftContent {
	width: 591px; 
	float: left;
	
}
#rightContent {
	width: 555px; 
	float: left;
	margin-left: 36px;
	color: #898989;
	display: inline;
	position: relative;	
}
#leftInnerContent {
	width: 236px;
	float: left;
	margin-top: 0px;
}
#rightInnerContent {
	width: 573px; 
	float: left;
	margin-left: 14px;
	margin-top: 2px;
	color: #898989;
	display: inline;
	position: relative;	
}
#rightInnerContent p {
	color: #898989;
	padding-bottom: 10px;
}
#rightInnerContent p a {
	color: #5b9e24;
}
#rightInnerContent p a:hover {
	color: #5b9e24;
}
.newProducts {
	float: left; 
	width: 555px;
}
.popProducts {
	float: left; 
	width: 555px;
}
.sitemap ul {
	clear: both;
    margin: 0px;
    padding: 0px;
}
li.sitemap{
	color: #898989;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 15px;
	list-style-type: none;
	background: url(../template_images/bulletpoint.gif) no-repeat left 2px;
	
}
li.sitemap a{
	color: #5b9e24;
	text-decoration: none;
}
li.sitemap a:hover{
	color: #5b9e24;
	text-decoration: underline;
}
.innerContent {
	width:260px;
	float:left;
	margin:5px 13px 20px 0px;
	*margin:5px 15px 20px 0px;
	font-size: 11px;
	color: #898989;
	line-height: 14px;
}
#rightInnerContent h1 {
	font-size: 16px;
	color: #5b9e24;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	margin-top: 2px;
}
.innerContent span {
	width:260px;
	float:left;
	margin:25px 13px 0 0px;
	*margin:25px 0px 0 0px;
	font-size: 12px;
	color: #5b9e24;
	line-height: 14px;
}
.innerContent span a {
	color: #5b9e24;
	text-decoration: underline;
}

.innerContent a {
	font-size: 11px;
	color: #79bf41;
	text-decoration: underline;
}
.latestProducts {
	width:100%;
	height:auto;
	margin: 10px 0 5px 0;
}

.latestProducts h1 {
	font-size: 14px;
	font-weight: bold;
	color: #686868;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	*margin-bottom: 0px;
}
.line {
	width: 235px;
	border-bottom: 1px solid #e0e0e0;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}
.seperation {
	width: 172px;
	border-bottom: 1px solid #e0e0e0;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}
.productsNew {
	float: left; 
	width: 175px; 
	margin-top: 25px;
		margin-left: 5px; 
		margin-right: 4px; 
		position: relative;
		display: inline;
		 

}
.productsNewLast {
	float: left; 
	width: 175px; 
	margin-right: 15px; 
	margin-top: 25px;
}
.productDet {
	float: left; 
	width: 116px;
}
.prodText {
	float: left; 
	text-align: left;
	width: 111px; 
	padding-left: 5px;
}
.readBuy {
	float: left; 
	width: 52px;
}
.productsNewImg {
	width: 173px; 
	text-align: center;
}
.productsNew1 {
	float: left; 
	width: 175px; 
	margin-top: 25px;
}
.productsNewLast1 {
	float: left; 
	width: 175px; 
	margin-right: 15px; 
	margin-top: 25px;
}
.productDet1 {
	float: left; 
	width: 116px;
}
.prodText1 {
	float: left; 
	text-align: left;
	width: 111px; 
	padding-left: 5px;
}
.prodText1New {
	float: left; 
	text-align: left;
	width: 105px; 
	padding-left: 5px;
}

.readBuy1 {
	float: left; 
	width: 52px;
}
.productsNewImg1 {
	width: 173px; 
	text-align: center;
}
.aboutUs {
	width: 555px; 
	float: left;
}
.aboutUs p {
	width: 555px; 
	float: left; 
	color: #999999;
	margin-top: 10px;
}
.onlineShopping {
	float: left;
	width: 235px;
	height:145px;
	background:url(../template_images/onlineshopping_bg.jpg) repeat-x top;
	color:#686868;
	
}
.onlineShopping h1 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	margin-left: 12px;
	margin-bottom: 10px;
}

.onlineShopping p.login {
	font-size: 12px;
	font-weight: bold;
	color:#686868;
	line-height: 30px;
	margin-left: 12px;
	margin-right: 20px;
	/*background: url(../template_images/arrow.jpg) no-repeat right;*/
	border-bottom: 1px solid color: #686868;
}
.onlineShopping p.login:hover {

	color:#CCCCCC;

}

.onlineShopping p.shpcart {
	font-size: 12px;
	font-weight: bold;
	color: #686868;
	line-height: 30px;
	margin-left: 12px;
	margin-right: 20px;
	/*background: url(../template_images/arrow2.jpg) no-repeat right;*/
	border-bottom: 1px solid #686868;
}
.onlineShopping p.shpcart a {
	color: #686868;
	text-decoration: none;
}
.onlineShopping p.shpcart a:hover {
	color: #cccccc;
	text-decoration: none;
}

.onlineShopping p.checkout {
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	margin-left: 12px;
	margin-right: 20px;
	margin-bottom: 5px;
	/*background: url(../template_images/arrow1.jpg) no-repeat right;*/
}
.onlineShopping p.checkout a {
	color: #686868;
	text-decoration: none;
}
.onlineShopping p.checkout a:hover {
	color: #cccccc;
	text-decoration: none;
}
.online_Shopping {
	float: left;
	width: 235px;
	background: url(../template_images/onlineshopping_bg.jpg) repeat-x top;
	margin-top: 5px;
	margin-bottom:10px;
	color: #686868;
	
}
.online_Shopping h1 {
	font-size: 16px;
	font-weight: bold;
	color: #686868;
}

.online_Shopping p.login {
	font-size: 12px;
	font-weight: bold;
	color: #686868;
	line-height: 30px;
	margin-left: 12px;
	margin-right: 20px;
	/*background: url(../template_images/arrow.jpg) no-repeat right;*/
	border-bottom: 1px solid #CECECE;
}
.online_Shopping p.login a {
	color: #686868;
	text-decoration: none;
}
.online_Shopping p.shpcart {
	font-size: 12px;
	font-weight: bold;
	color: #686868;
	line-height: 30px;
	margin-left: 12px;
	margin-right: 20px;
	/*background: url(../template_images/arrow2.jpg) no-repeat right;*/
	border-bottom: 1px solid #CECECE;
}
.online_Shopping p.shpcart a {
	color: #686868;
	text-decoration: none;
}

.online_Shopping p.checkout {
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	margin-left: 12px;
	margin-right: 20px;
	color: #686868;
	margin-bottom: 5px;
	/*background: url(../template_images/arrow1.jpg) no-repeat right;*/
}
.online_Shopping p.checkout a {
	color: #686868;
	text-decoration: none;
}

.travelTip {
	float: left;
	width: 235px;
	background: #78ae4d url(../template_images/traveltip_bg.jpg) repeat-x top;
	margin-top: 5px;
}
.travelTip h1 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin-top: 15px;
	margin-left: 12px;
}
.travelTip p {
	font-size: 11px;
	color: #fff;
	line-height: 14px;
	margin-left: 12px;
	margin-right: 20px;
}
.travelTip p a {
	font-size: 11px;
	color: #fff;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;	
}
.travelTip p a:hover {
	color: #fff;
	text-decoration: underline;
}

.newsLetter {
	float: left;
	width: 235px;
	background-color: #f6f6f6;
	margin-top: 5px;
	
}
.newsLetter h1 {
	font-size: 14px;
	font-weight: bold;
	color: #686868;
	margin-top: 15px;
	margin-left: 12px;
	margin-bottom: 15px;
	padding: 0;
}
.newsLetter p {
	font-size: 11px;
	color: #6d6d6d;
	line-height: 14px;
	margin-left: 12px;
	margin-right: 20px;
}
.news_Letter {
	float: left;
	width: 235px;
	background-color: #f6f6f6;
	margin-top: 5px;
}
.news_Letter h1 {
	font-size: 16px;
	font-weight: bold;
	color: #686868;
}
.news_Letter p {
	font-size: 11px;
	color: #6d6d6d;
	line-height: 14px;
	margin-left: 12px;
	margin-right: 20px;
}

.newsInput input {
	border:1px solid #dedede;
	margin:10px;
	width:209px;
	height: 20px;
	color: #2b2b2b;
	padding-top: 2px;
	padding-left: 5px;
	background: url(../template_images/inputbg.jpg) repeat-x left;
}
.submitButton {
	float: right;
	margin-right: 8px;
	margin-bottom: 8px;
	position: relative;
	display: inline;
	 
}
.refresh p {
	font-size: 12px;
	color: #76be3b;
	line-height: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
	*margin-top: 5px;
	*margin-bottom: 0px;
}
.refresh p a {
	color: #76be3b;
	text-decoration: none;
}
.refresh p span {
	font-size: 12px;
	color: #858585;
	line-height: 14px;
	margin-left: 2px;

}
.leftContWrap {
	width: 591px; 
	float:left;
}
#leftContlink {
	width: 591px; 
	background:#C6C7CB url(../template_images/bodlylinkbg.jpg) no-repeat 0 0;
	display:inline;
	margin:0 0 0 18px;
	padding:0;
	float:left;
}
#leftContlink ul {
	width:160px;
	float:left;
	margin:0;
	padding:0 0 10px 22px;
}
#leftContlink ul li {	
	color:#000;
	list-style-type:none;
	padding:0;
	margin:7px 0 0;	
}
#leftContlink ul li a {
	color:#000;	
	padding:5px 5px 0 10px;	
	background:url(../template_images/bullet.gif) no-repeat left 10px;	
	font-size:12px;
	text-decoration:none;
}
.usual {
	background-color :#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:30px;
	list-style-type: none;
	margin:0;
	width: 591px; 
}
.usual ul {
	background:url(../template_images/tabs.jpg) no-repeat;
	height:30px;
	margin:0;
	padding: 0;
	padding-left:0px;
	padding-top:0px;
}
.usual li { 
	list-style:none; 
	float:left;
	height:30px;
}
.usual li a {
	text-decoration: none;	
	color: #fff;
	width:97px;
	height:30px;
	line-height:30px;
	display:block;
	padding:0 0 0 0px;
	text-align: center;
	font-size:12px;
}
#welcome {left: 0px; width: 96px;}
#seen {left: 96px; width: 97px;}
#item {left: 193px; width: 97px;}
#stock {left: 290px; width: 97px;}
#news {left: 387px; width: 97px;}

#welcome a:hover,
#welcome a.selected {background: url(../template_images/tabs.jpg) no-repeat 0px -30px;}

#seen a:hover,
#seen a.selected {background: url(../template_images/tabs.jpg) no-repeat -96px -30px; *background: url(../template_images/tabs.jpg) no-repeat -97px -30px;}

#item a:hover,
#item a.selected {background: url(../template_images/tabs.jpg) no-repeat -193px -30px; *background: url(../template_images/tabs.jpg) no-repeat -194px -30px;}

#stock a:hover,
#stock a.selected {background: url(../template_images/tabs.jpg) no-repeat -290px -30px; *background: url(../template_images/tabs.jpg) no-repeat -291px -30px;}

#news a:hover,
#news a.selected {background: url(../template_images/tabs.jpg) no-repeat -387px -30px; *background: url(../template_images/tabs.jpg) no-repeat -388px -30px;}

a:active
{
	outline: none;
}
a:focus
{
	outline: none;
}
#contentFrame {
	float:left;
	display:inline;
	background-color :#fafafa;
	width: 484px; 
	margin-bottom:12px;
}
.tabcont {
	width:220px;
	float:left;
	margin:5px 0px 0 10px;
	*margin:5px 15px 0 10px;
	font-size: 11px;
	color: #6e6e6e;
	line-height: 14px;
}
.tabcont a {
	font-size: 11px;
	color: #79bf41;
	text-decoration: underline;
}

#contentFrame h2 {
	font-size: 16px;
	color: #686868;
	margin:15px 0px 10px 10px;
}
strong {
	display:block;
}
/* product side menu */
div.product_link_holder {
	width:235px;/*260px;*/
	background:url(../template_images/productwholebg.jpg) repeat-y;
	margin-bottom:7px;
}
div.product_link_holder h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	margin-top: 15px;
	margin-left: 12px;
	color: #fff;
}
div.sb_section_holder {
	float: left;
	width:244px;/*260px;*/
/*	padding:20px 20px 20px 12px;
	*padding:15px 19px 15px 12px;
*/	color:#fff;
	font-size: 12px;
	background:url(../template_images/productbg.jpg) no-repeat top;
}

div.sb_section_holder h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
		margin-left: 12px;

}
h1.onlineShop {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
		margin-left: 12px;
	margin-top: 15px;
}


div.sb_section_holder p {
	margin-bottom:10px;
}

div.sb_section_holder a {
	color:#fff;
	text-decoration: none;
}
div.sub1 {
	float:left; 
	width:205px; 
	height:21px; 
	padding-top:10px; 
	padding-bottom:0px; 
	color:#fff;
	font-size: 12px;
	background:url(../template_images/downarrow1.gif) no-repeat right;
}
a.sub1 {
	color:#fff;
	font-weight:bold;
}
.imgVert {
	vertical-align: -15px;
	*vertical-align: -2px;
}
div.sub2 {
	width:195px;
	margin: 0;
	padding: 0;
	margin-top: 0px;
	margin-left:10px;
	*margin-left:5px;
	font-weight:normal;
	color:#fff;
	font-size: 12px;
}

a.sub2 {
	color:#fff;
	font-weight:normal;
	padding-left: 10px;
	line-height: 22px;	

}
/*a:hover.sub2 {
	color:#fff;
	font-weight:normal;
	padding-left: 10px;
	line-height: 22px;	
	background-color: #63a535;
	display: block;
	

}
*/
/* Product */
.mainProduct {
	width: 573px; 
	float: left;
	margin-left: 18px;
	*margin-left: 0px;
	margin-top: 2px;
	position: relative;
	display: inline;

}

.mainProductDetails {
	width: 267px; 
	float: left;
}
div#rightInnerContent .mainProductDetails h1 {
	clear: both;	
	color: #6db434;
	font-size: 20px;
	margin: 0;
	margin-right: 65px;
	*margin-right: 50px;
	*margin-left: 12px;
}
.mainProductDetails h1 a {
	color: #6db434;
	text-decoration: none;
}
.mainProductDetails h1 a:hover {
	color: #6db434;
	text-decoration: none;
}

div#rightInnerContent .mainProductDetails p {
	clear: both;
	color: #838383;
	font-size: 11px;
	margin: 0;
	margin-right: 65px;
	*margin-right: 50px;
	*margin-left: 12px;
	margin-top: 10px;
	line-height: 14px;
}
div#rightInnerContent .mainProductDetails p.amount {
	color: #6ab132;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	margin-right: 65px;
	*margin-right: 50px;
	*margin-left: 12px;
	margin-top: 20px;
}
div#rightInnerContent .mainProductDetails img {
	margin-top: 20px;
	*margin-left: 12px;
}

.mainProductImg {
	width: 290px; 
	float: left;
}
.mainProductImg img {
	border:none;
}

.relatedProduct {
	width: 573px; 
	float: left;
}
div#rightInnerContent .relatedProduct h1 {
	color: #6db434;
	font-size: 20px;
	margin: 2px 65px 10px 18px;
	*margin: 2px 50px 10px 22px;
	position: relative;
	display: inline;
}
div#rightInnerContent .relatedProduct img {
	margin: 0;
	margin-right: 4px;
}
.allProduct {
	width: 273px; 
	float: left;
	margin-bottom: 10px;
}
.productDiff {
	width: 27px; 
	float: left;
	background:url(../template_images/space.jpg) no-repeat;
	height: 2px;
}
.allProductDetails {
	float: left; 
	width: 273px;
	margin-top: 5px;
	*margin-top: 2px;
}
div#rightInnerContent .allProductDetails h1 {
	color: #6ab132;
	font-size: 14px;
	margin: 0;
	margin-right: 30px;
	margin-top: 5px;
	*margin-top: 2px;
	position: relative;
	display: inline;
	
}
.allProductDetails h1 a {
	color: #6ab132;
	text-decoration: none;
}
.allProductDetails h1 a:hover {
	color: #6ab132;
	text-decoration: none;
}
/* cart */
.cartHeading  {
	float: left;
	width: 573px;
	height: 20px;
	margin-bottom: 27px;
}
.cartHeadingRemove  {
	float: left;
	color: #686868;
	font-size:12px;
	width: 70px;
	font-weight:bold;
	padding-left: 10px;
}
.cartHeadingProducts  {
	float: left;
	color: #686868;
	font-size:12px;
	width: 113px;
	font-weight:bold;
	margin-left: 30px;
}
.cartHeadingProName  {
	float: left;
	color: #686868;
	font-size:12px;
	width: 72px;
	font-weight:bold;
}
.cartHeadingPrice  {
	float: left;
	color: #686868;
	font-size:12px;
	width: 100px;
	font-weight:bold;
}
.cartHeadingQty  {
	float: left;
	color: #686868;
	font-size:12px;
	width: 50px;
	font-weight:bold;
	margin-left: 10px;
}
.cartHeadingTotal  {
	float: left;
	color: #686868;
	font-size:12px;
	width: 90px;
	font-weight:bold;
}
.cartDetails {
	float: left;
	width: 573px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.cart {
	float: left;
	color: #97a2a6;
	font-size:12px;
	width: 100px;
}
.cartRemove {
	float: left;
	color: #97a2a6;
	font-size:12px;
	width: 70px;
	padding-left: 10px;
}
.cartQty {
	float: left;
	color: #97a2a6;
	font-size:12px;
	width: 50px;
	margin-left: 10px;
	*margin-left: 5px;
}
.cart checkbox {
 	border: 1px solid #99a2a7;	
	width: 20px;
	height: 20px;
}
.cartQty input {
	border: 1px solid #99a2a7;	
	width: 23px;
	padding: 5px 0 5px 5px;
	color: #97a2a6;
}
.cartProduct {
	float: left;
	color: #97a2a6;
	font-size:12px;
	width: 72px;
	margin-left: 10px;
}
.cartProductName {
	float: left;
	color: #97a2a6;
	font-size:12px;
	width: 113px;
	line-height: 16px;
	padding-left: 20px;
}
.cartProductName a {
	color: #97a2a6;
	text-decoration: none;
}
.cartProductName a:hover {
	color: #97a2a6;
	text-decoration: none;
}
.cartTotal {
	float: left;
	color: #97a2a6;
	font-size:12px;
	width: 75px;
}
.cartTaxTotal {
	width:563px;
	float: left;
	color: #97a2a6;
	font-size:12px;
	border-top:1px solid #B4B4B4;
	border-bottom:1px solid #B4B4B4;
	margin:10px 0px 10px 0px;
}
.taxTotal {
	float: left; 
	text-align:left;
	color: #97a2a6;
	font-size:12px;
	width:130px;
	margin-left: 300px;
	*margin-left: 150px;
	padding-top: 10px;
		padding-bottom: 10px;

}
.cartETotal {
	float: left; 
	text-align:right;
	color: #97a2a6;
	font-size:12px;
	padding-right:10px; 
	width:93px;
	padding-top: 10px;
}
.cartETotal a {
	color: #97a2a6;
	text-decoration: none;
}
.cartETotal a:hover {
	color: #97a2a6;
	text-decoration: none;
}
.taxTotal_new {
	float: left; 
	text-align:left;
	color: #97a2a6;
	font-size:12px;
	width:130px;
	margin-left: 300px;
	*margin-left: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cartETotal_new {
	float: left; 
	text-align:right;
	color: #97a2a6;
	font-size:12px;
	padding-right:10px; 
	width:93px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cartETotal_new a {
	color: #97a2a6;
	text-decoration: none;
}
.cartETotal_new a:hover {
	color: #97a2a6;
	text-decoration: none;
}

/*contact */
/*contact */
.form_left {
	clear: both;
   text-align: left;
   width: 150px;
   padding: 0px 5px 0px 5px;
   
}

.form_right input {
	width: 150px;
	font-size: 11px;
	color: #97a2a6;
	padding: 2px 5px 0px 5px;
	border: 1px solid #bdbdbd;
	height: 16px;
	margin: 2px 0 2px 0;
}   
.form_right select {
	width: 162px;
	font-size: 11px;
	color: #97a2a6;
	padding: 0px 0px 0px 5px;
	border: 1px solid #bdbdbd;
	margin: 2px 0 2px 0;
	height: 20px;
}   
.form_right textarea {
   font-size: 11px;
   color: #97a2a6;
   width: 152px;
   margin: 4px 0px 6px 0px;
   height: 150px;
	 padding:4px;
	 border: 1px solid #bdbdbd;
}  
.form_right_order textarea {
   font-size: 11px;
   color: #97a2a6;
   width: 370px;
   margin: 4px 0px 6px 0px;
   height: 50px;
	 padding:4px;
	 border: 1px solid #bdbdbd;
}  
/* order page */
.form_left_or {
	clear: both;
   text-align: left;
   width: 150px;
   padding: 4px 5px 0px 5px;
   
}

.form_right_or input {
	width: 180px;
	font-size: 11px;
	color: #97a2a6;
	padding: 4px 5px 0px 5px;
	border: 1px solid #bdbdbd;
	height: 20px;
	margin: 2px 0 2px 0;
}   
.form_right_or select {
	width: 192px;
	font-size: 11px;
	color: #97a2a6;
	padding: 0px 0px 0px 5px;
	border: 1px solid #bdbdbd;
	margin: 2px 0 2px 0;
	height: 23px;
}   
.form_right_or textarea {
   font-size: 11px;
   color: #97a2a6;
   width: 152px;
   margin: 4px 0px 6px 0px;
   height: 150px;
	 padding:4px;
	 border: 1px solid #bdbdbd;
}  




.interest {
	clear: both; 
	float: left; 
	margin-top: 15px;
	width: 500px;
}
.interestCheck {
	width:15px; 
	vertical-align: -3px; 
	margin-right: 5px;
}
.confirmation {
	vertical-align: -3px;
}
.search_form_left {
	clear: both;
   text-align: left;
   width: 66px;
   padding: 4px 5px 0px 5px;
   
}

.search_form_right input {
	width: 150px;
	font-size: 11px;
	color: #97a2a6;
	padding: 2px 5px 0px 5px;
	border: 1px solid #bdbdbd;
	height: 16px;
	margin: 2px 0 2px 0;
}   
/* help */
div#search {
	width:100%;
	margin-bottom:20px;
}

input.field_search {
	width:200px;
	height:25px;
	*margin-top:-1px;
	color:#000000;
border: 0;
padding-top:3px;
	padding-left:3px;
}

div#help_content {
    width:100%;
    margin-top:20px;
    *margin-top:15px;
}

div#back {
	clear: both;
	float: left;
	padding-bottom:2px;
}

div#filerow {
	width:540px;/*570px;*/
	height:30px;/*31px;*/
	padding:7px 15px 0px 15px;
	font-weight:bold;
	color: #6db434;
}

div#filerowalt {
	width:540px;/*570px;*/
	height:30px;/*31px;*/
	padding:7px 15px 0px 15px;
	color: #6db434;
	margin-top:-6px;
	font-weight:bold;
}

div#filerowalt a, div#filerow a {
	font-weight:bold;
	color: #6db434;
}

div.help_topten_holder {
	width:100%;
}   
div.help_topten_holder h1 {
	font-size: 12px;
	font-weight: bold;
	color: #9d9d9d;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	*margin-bottom: 0px;
}

div.help_topten_holder h2 {
	color:#ffffff;
}

p.text {
	font-size: 12px;
	color: #75bd3a;
}
p.text a {
	color: #75bd3a;
	text-decoration: none;
}
p.text a:hover {
	color: #75bd3a;
	text-decoration: none;
}
div.help_topten_holder hr, div#search hr {
	color:#000;
	background-color:#000;
	height:1px;
	border-bottom:1px dotted #ffffff;
	border-top:none;
	border-left:none;
	border-right:none;
	margin:3px 0px 3px 0px;
	*margin:0px 0px 0px 0px;
	padding:0px 0px -5px 0px;
}

div.topten_qs {
	width:80%;
}

div.question {
	width:80%;/*570px;*/
	height:24px;/*31px;*/
	padding:7px 15px 0px 15px;
	border-bottom:1px dotted #000000;
	font-weight:bold;
}

div.question a {
	color:#898989;
}

#help_answer {
	width:100%;/*570px;*/
	padding:0px;
	
		color: #7c7d7d;
		font-size: 12px;
}  

div#help_answer p {
	color: #7c7d7d;
		font-size: 12px;
		margin-left: 18px;
}
.categories {
clear: both; float: left; color: #7c7d7d; font-size: 12px; font-weight: bold; margin-top: 20px;	
}
.helpComment {
color: #7c7d7d; font-size: 12px; font-weight: normal;  
}
.helpGetName {
font-weight: bold; font-size: 12px; color: #65a431;	 margin-top: 20px;
}
/* Quicklinks */
#quick_links {
	float:left;
	width:832px;
	margin-top: 7px;
	display: inline;
	position: relative;
	border-bottom:1px solid #DEDEDE;
}

#quicklink_column {
   
	color:#7b7979;
	font-size: 11px;
	
    margin-left: 20px;
    float:left;
    padding:10px 0px;
	display: inline;
	position: relative;
}

p {
	padding: 0;
}
.msg_list {
	width: 810px;
	float:none;

}
.msg_head {
	background:url(../template_images/quicklinks.gif) no-repeat;
	width: 112px;
	height: 24px;
	cursor: pointer;
	position: relative;
	margin: 0 0 10px 0;
	
	margin:0px;
}
.msg_body {
	float: left;
	
}
/* Footer */

#footer {
	clear: both;
	width:832px;
	float: none;
	padding:18px 0 10px;
}
#footer a {
	text-decoration: none;	
}
#footer a:hover {
	text-decoration: underline;	
}

.leftFooter {
	width:172px;
	float: left;
}
.rightFooter {
	width:650px;
	float: right;
}
.leftFooter p {
	color:#7b7979;
	font-size: 11px;
}
.rightFooter p {
	color:#7b7979;
	font-size: 11px;
	text-align: right;
}
.leftFooter p a {
	color:#7b7979;
	text-decoration: none;
}
.rightFooter p a {
	color:#7b7979;
	text-decoration: none;
}

#footerWrap {
	background: url(../template_images/footer.jpg) no-repeat;
	float: none;
	height:47px;
	width:890px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}

/* accordion */
/* accordion */
div#category_header {
	background-image:url(../template_images/left_dark_bg.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:198px;/*212px;*/
	height:28px;
	padding-left:14px;
	margin-top:2px;
	color:#FFFFFF;
	font-weight:bold;
	
}

div#accordion {
	width:236px; 
	background: transparent;
	margin: 0;
	padding: 0;

}

div.toggler,div.togglers { 
	float:left; 
	width:205px; 
	height:21px; 
	padding-top:10px; 
	padding-bottom:0px; 
	color:#fff;
	font-size: 12px;
	background:url(../template_images/downarrow1.gif) no-repeat right;
	display:block;

}
div.mod_box div.toggler a,div.mod_box div.togglers a { 
	display:block;
	width:223px;/*215px;*/
	height:40px;/*31px;*/
	margin:0px;
	text-indent:5px;
	font-weight:bold;	
	font-size:12px;
	text-decoration:none;
	color:#fff;
/*	border-bottom:1px solid #fff;*/
	text-transform:uppercase;
	padding:0;
	/*position: relative;*/
}
div.mod_box div.toggler a:hover,div.mod_box div.togglers a:hover { 
	background-image:url(../template_images/accordin_tab_hover.jpg);
	background-repeat:repeat-x; 
}
div.mod_box div.element {
/*215px;*/
	width:195px;
	margin: 0;
	padding: 0;
	margin-top: 0px;
	margin-left:10px;
	*margin-left:5px;
	font-weight:normal;
	color:#fff;
	font-size: 12px;
}
div.mod_box div.element a {
	color:#000;
	text-decoration:none;
/*	padding: 5px 0 5px 5px;*/
	line-height:20px;
	display:block;
	margin:0;
	padding:5px 0 5px 5px;
	border-bottom:1px solid #999999;

/*	background:#fff;*/
}

div.mod_box div.element a:hover {
	text-decoration:underline;
}
/* end accordion */

.option h1 {
	font-size: 12px;
	color: #898989;
}
div.sub_nav_hr_holder {
	clear: both;
	width:100%;
	float:left;

}

div.sub_nav_hr_holder hr {
	height:1px;
	border-bottom:1px dotted #999999;
	border-top:none;
	border-left:none;
	border-right:none;
	margin:2px 0px 6px 0px;
	*margin:0px;
}
#newsSection {
	float: left;
	
	
}
#newsSection ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0;
	margin-bottom: 10px;
}
#newsSection ul li {
	font-size: 12px; 
	font-weight: bold; 
	color:#6e6e6e;
}
#newsSection ul li {
	font-size: 12px; 
	font-weight: bold; 
	color:#6e6e6e;
}
#newsSection ul li span {
	font-size: 12px; 
	font-weight: normal; 
	color:#6e6e6e;
	font-style: italic;
}
#helpSection {
	float: left;
	width: 573px;
}
#leftHelpSection {
	float: left; width: 370px;
}
#rightHelpSection {
	float: left; width: 183px; margin-left: 20px;
}




/* orderform/checkout */
div.of_left {
	width:130px;
	height:20px;/*23px;*/
	padding-top:5px;
	margin:3px 0px 3px 0px;
	float:left;
	/*background-color:#00FFFF;*/
}

div.of_right {
	width:240px;
	height:25px;
	margin:3px 0px 3px 0px;
	float:left;
	/*background-color:#ff0000;*/
}

input.of_field {
	width:236px;
	height:18px;
	padding:3px 0px 0px 2px;
	*margin-top:-1px;	

}

select.of_select {
	width:240px;
	height:23px;	
}

div.content2_orderform {
	width:436px;
	float:left;
	/*background-color:#00FF00;*/
}

div.cc_field {
	margin:3px 0px 3px 0px;	
	float:left;
}

div.cc_txt {
	width:100px; 
	float:left;
	margin:7px 0px 0px 32px;
	font-size:11px;
	color:#999;
}

div.cc_field input {
	width:211px;
	height:18px;
	padding:3px 0px 0px 2px;
	margin:0px 0px 3px 0px;
	*margin:-1pxpx 0px 3px 0px;
}

div.cc_field select {
	color:#999999;
	font-size:11px;
	height:23px;
	padding:3px;
	width:60px;
}

.order_right {
	width:415px; 
	float:left;
	position:relative; 
	border-left:1px dotted #cccccc; 
	padding-left:20px;
	
	_width:200px;
	clear:right;
}

div.content_pci {
	width:623px;/*663px;*/
	padding:20px 20px 14px 20px;

}

.viewArchive {
	width:800px; float:left; text-align: right;
}
.viewArchive a {
	color: #5B9E24;
	text-decoration: none;
}
.viewArchive a:hover {
	color: #5B9E24;
	text-decoration: underline;
}
.quickLinks {
width:850px; float:left; 
}
.newsContent {
	 width:180px; margin-top:0px; float:left; padding-bottom: 10px;
}
.hottest_products h1 {
	font-size: 16px;
	color: #5b9e24;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	margin-top: 2px;
}


#menu_top {
	width: 832px;
	height: 68px;
	float: left;
}
#mainNav_top {
	width:616px;
	float:left;	
	padding-left: 13px;
	*padding-left: 10px;
	margin-top: 16px;
}
#mainNav_top ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav_top li {
	height:31px;
	position:relative;
	float:left;
	font-size:12px;
	margin:7px 0 0;
	padding:0;
}
#nav_top li a {
	color:#8a8a8a;
	text-decoration:none;
	float: left;
	padding:0 12px 9px 13px;
	*padding:0 12px 9px 12px;
	border-bottom:2px solid #bee1a3;
}
#nav_top li a:hover {
	text-decoration:none;	
	border-bottom:2px solid #76be3b;
}
#nav_top .current a {
	text-decoration:none;	
	border-bottom:2px solid #76be3b;
}

#navigation_top {
	width: 622px; 
	float: left;
	
}
span.curr_name {
    display: block;
    font-weight: bold;
    border-bottom: 1px solid #E3E3E3;
}    

table.prod_cat {
    width: 100%;
    margin-top: 10px;
}

table.prod_cat td {
    width: 33%;
    border: 1px solid #E3E3E3;
}    

span.prod_price {
    font-weight: bold;
    font-size: 115%;
    color: #FF0000;
}

table.prod_det {
    width: 100%;
}



td.prod_det_desc {
    text-align: left;
    padding-bottom: 5px;
    vertical-align: top
}  


td.prod_det_imgs {
    text-align: center;
    height: 50px;
    padding: 5px 0px 5px 0px;
}

td.prod_det_imgs table td {
    vertical-align: bottom;
}

td.prod_det_desc div.left {
    float: left;
    position: relative;
    font-size: 14px;
    font-weight: bold;
}

div.prod_det_desc {
    text-align: left;
    position: relative;
    clear: both;
    padding: 10px 0px 10px 0px
}   

/* PROD CAT - listing */

table.prod_listing {

}

table.prod_listing td {
    vertical-align: top
}    

table.prod_listing td p {
    color: #334A9F;
    padding: 0px;
}

td.prod_listing_img {
    text-align: center;
    width: 150px;
    background: #FFFFFF;
    padding: 5px 0px 5px 0px;
}

td.prod_listing_img img {
    margin: 0px auto 0px auto;
}    

td.prod_listing_desc {
    text-align: left;
    padding: 0px;
}

td.prod_listing_desc span {
    background: #E3E3E3;
    display: block;
    font-weight: bold;
    padding: 5px 0px 5px 5px;
}

td.prod_listing_desc p {
    padding: 5px;
}

td.prod_listing_subcat {
    text-align: left;
}

a.pc_button          {text-align:center;display:block;font-size: 11px;border: 1px solid #333333;padding: 0px 5px 0px 5px;width: 60px;color: #333333; text-decoration: none}
a.pc_button:link     {text-align:center;display:block;font-size: 11px;border: 1px solid #333333;padding: 0px 5px 0px 5px;width: 60px;color: #333333; text-decoration: none}
a.pc_button:visited  {text-align:center;display:block;font-size: 11px;border: 1px solid #333333;padding: 0px 5px 0px 5px;width: 60px;color: #333333; text-decoration: none}
a.pc_button:active   {text-align:center;display:block;font-size: 11px;border: 1px solid #333333;padding: 0px 5px 0px 5px;width: 60px;color: #333333; text-decoration: none}
a.pc_button:hover    {text-align:center;display:block;font-size: 11px;border: 1px solid #333333;padding: 0px 5px 0px 5px;width: 60px;color: #333333; text-decoration: none}

/* cart.html */

span.cart_title {
    text-align: left;
    display: block;
    line-height: 25px;
    font-weight: bold;
    font-size: 12px;
    color: #777777;
    height: 25px;
    border-bottom: 1px solid #E3E3E3;
}

table.cart td {

}


input.cont_shop {
    background: url('../../template_images/buttons/continue_shopping.jpg') no-repeat top left; 
    width: 132px; 
    height: 17px; 
    border: 0px;
    margin: 0px;
}

/* misc */

#countdown {
    display: block;
    line-height: 20px;
    background: #F8F8F8;
    height: 20px;
    border: 1px solid #CCCCCC;
    padding: 0px 2px 0px 2px;
}

.cd_num {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #E18918;
}    

.cd_let {
    font-family: Arial;
    font-size: 10px;
    color: #666666;
} 
   /* cart.html */

span.cart_title {
    text-align: left;
    display: block;
    line-height: 25px;
    font-size: 12px;
    color: #FE370B;
    height: 25px;
    border-bottom: 1px solid #E3E3E3;
}

table.cart {
    margin: 5px 0px 5px 0px
}    

table.cart th {
    font-weight: normal;
    color: #4F2700;
}

table.cart td {

}
/*
table.cart input.field {
    background: #DBDCDD;
    margin: 0px 0px 0px 0px;
}
*/
/* CHECKOUT (order.html) */

/* order process */

td.order_nav_arrow {
    padding: 0px 10px 0px 10px;
}

td.currentTab_left {
    background: url('../../template_images/tabs/currentTab_left.gif') no-repeat bottom left;
    width: 9px;
    height: 20px;
}

td.currentTab_middle {
    background: url('../../template_images/tabs/currentTab_middle.gif') repeat-x bottom left;
    height: 20px;
    color: #CC0000;
    font-weight: bold;
}

td.currentTab_right {
    background: url('../../template_images/tabs/currentTab_right.gif') no-repeat bottom left;
    width: 8px;
    height: 20px;
}

td.otherTab_left {
    background: url('../../template_images/tabs/otherTab_left.gif') no-repeat bottom left;
    width: 9px;
    height: 20px;
}

td.otherTab_middle {
    background: url('../../template_images/tabs/otherTab_middle.gif') repeat-x bottom left;
    height: 20px;
    color: #333333;
    font-weight: bold;
}

td.otherTab_right {
    background: url('../../template_images/tabs/otherTab_right.gif') no-repeat bottom left;
    width: 8px;
    height: 20px;
}

td.disabledTab_left {
    background: url('../../template_images/tabs/otherTab_left.gif') no-repeat bottom left;
    width: 9px;
    height: 20px;
}

td.disabledTab_middle {
    background: url('../../template_images/tabs/otherTab_middle.gif') repeat-x bottom left;
    height: 20px;
    color: #AAAAAA;
}

td.disabledTab_right {
    background: url('../../template_images/tabs/otherTab_right.gif') no-repeat bottom left;
    width: 8px;
    height: 20px;
}

table.nav_tabs {
    width: 100%;
    height: 20px;
}    

input.cont_shop {
    background: url('../../template_images/buttons/continue_shopping.jpg') no-repeat top left; 
    width: 132px; 
    height: 17px; 
    border: 0px;
    margin: 0px;
}

table.order_table {
    background: #FFFFFF;
    width: 100;
    padding: 0px;
    margin: 0px 0px 15px 0px;
}

table.order_table #ot_td {
    padding: 0px;
    vertical-align: top;
}

table.order_table #ot_td span.header {
    display:block;
    text-align: left;
    background: url('../../template_images/bg/h1.png') no-repeat top left;
    color: #FFFFFF;
    font-size: 11px;
    font-weight:bold;
    height: 43px;
    line-height: 40px;
    width: 480px;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 15px;
}
table.order_table #ot_td span.header_long {
    display:block;
    text-align: left;
    background: url('../../template_images/bg/h7.jpg') no-repeat top left;
    color: #FFFFFF;
    font-size: 11px;
    font-weight:bold;
    height: 43px;
    line-height: 40px;
    width: 630px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	text-indent:15px;
}
* html table.order_table #ot_td span.header {
    width: 475px;
}

#confirmation table.order_table #ot_td span.header {
    background: url('../../template_images/bg/h2.png') no-repeat top left;
    width: 240px;
}

* html #confirmation table.order_table #ot_td span.header {
    width: 225px;
}

table.order_table #ot_td input.field {
    width: 300px;
    padding: 2px 0px 2px 10px;
    margin: 0px 0px 2px 0px;
}

table.order_table #ot_td textarea {
    height: 100px;
    width: 450px;
    border: 1px solid #E3E3E3;
    margin: 0px 0px 2px 0px;
    padding: 0px;
}

#credit {
    padding-left: 5px;
}

#credit input {
    height: 20px;
    width: 137px;
    border: 1px solid #CCCCCC;
    padding: 2px 0px 2px 10px;
    margin: 0px 0px 2px 0px;
}

#credit select {
    height: 20px;
    border: 1px solid #CCCCCC;
    padding: 2px;
}

#item_err {
    font-size: 110%;
    font-weight: bold;
    color: #FF0000;
}

/* add address */

table.sel_addy td {
    padding: 2px;
}
    
div.order_next {
    text-align: right;
    margin: 10px 10px 0px auto;
    width: 100%;
}

textarea.order_comments {
    width: 350px;
    height: 50px;
}

textarea.sales_comments {
    width: 100px;
    height: 20px;
}



ul#slidemenu, ul#slidemenu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
 width:244px;
}

ul#slidemenu a {
  display: block;
  text-decoration: none;	
}

ul#slidemenu li {
  margin-top: 1px;
}

ul#slidemenu li a {
	float:left; 
	width:196px; 
	height:21px; 
	padding-top:10px; 
	padding-bottom:0px; 
	padding-left: 12px;
	padding-right: 20px;
	color:#fff;
	font-size: 12px;
	text-transform: capitalize;
	background:url(../template_images/downarrow1.gif) no-repeat right;
}


ul#slidemenu li ul li a {
width: 180px;
	background:url(../template_images/4dots.gif) no-repeat 22px 4px;
  color: #fff;
  padding-left: 35px;
  padding-top: 0px;
  margin-top: 5px;
   height: 33px;
}

ul#slidemenu li ul li a:hover {
  background-color: #609f34;
}

.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }
.menu_list_new {	
	width: 240px;
}
.menu_head_new {
	clear: both;
	width: 196px;
	padding: 5px 20px 5px 12px;
	font-size:12px;
	color:#656262;
	cursor: pointer;
	position: relative;
  	background: transparent url('../template_images/downarrow1.gif') center right no-repeat;
}
.menu_head_new:hover {
  	background: transparent url('../template_images/downarrow1.gif') center right no-repeat;
}
.menu_body_new {
		width: 235px;

	display:none;
	margin:0;
	padding:0;
}
.menu_body_new ul {
	list-style-type: none;
	margin:0;
	padding:0;
}

.menu_body_new li {
	font-size:12px;
	color:#8a8888;
	padding:0;
	margin:0;
	display:block;
}
.menu_body_new li a {
  	background: transparent url('../template_images/4dots.gif') 22px 4px no-repeat;
	font-size:12px;
	display:block;
	color:#ffffff;
	margin:0 0px;
    text-decoration:none;
	  padding-left: 35px;
  padding-top: 0px;
  margin-top: 5px;
  height: 30px;
}
.menu_body_new li a:hover {
	color:#ffffff;
  	background: #609F34 url('../template_images/4dots.gif') 22px 4px no-repeat;
}







a:link, a:visited {
color : #5B9E24;
text-decoration : none;
}
a img {
border : 0;
}
div.wrap {
width : 555px;
margin : 0 auto;
text-align : left;
}
div#top div#nav {
float : left;
clear : both;
width : 555px;
height : 52px;
margin : 22px 0 0;
}
div#top div#nav ul {
float : left;
width : 700px;
height : 52px;
list-style-type : none;
}
div#nav ul li {
float : left;
height : 52px;
}
div#nav ul li a {
border : 0;
height : 52px;
display : block;
line-height : 52px;
text-indent : -9999px;
}
div#header {
margin : -1px 0 0;
}
div#video-header {
height : 683px;
margin : -1px 0 0;
}
div#header div.wrap {
height : 198px;

}
div#header div#slide-holder {
z-index : 40;
width : 555px;
height : 198px;
position : absolute;
}
div#header div#slide-holder div#slide-runner {
left : 9px;
width : 555px;
height : 198px;
overflow : hidden;
position : absolute;
}
div#header div#slide-holder img {
margin : 0;
display : none;
position : absolute;
}
div#header div#slide-holder div#slide-controls {

width : 555px;
position : absolute;
top:150px;

}
div#header div#slide-holder div#slide-controls p.text {
float : left;
color : #fff;
display : inline;
font-size : 10px;
line-height : 16px;
margin : 15px 0 0 20px;
text-transform : uppercase;
}
div#header div#slide-holder div#slide-controls p#slide-nav {
float : right;
height : 24px;
display : inline;
margin : 11px 15px 0 0;
}
div#header div#slide-holder div#slide-controls p#slide-nav a {
float : left;
width : 24px;
height : 24px;
display : inline;
font-size : 11px;
margin : 0 5px 0 0;
line-height : 24px;
font-weight : bold;
text-align : center;
text-decoration : none;
background-position : 0 0;
background-repeat : no-repeat;
}
div#header div#slide-holder div#slide-controls p#slide-nav a.on {
background-position : 0 -24px;
}
div#header div#slide-holder div#slide-controls p#slide-nav a {
background-image : url(../template_images/silde-nav.png);
}
div#nav ul li a {
background : url(images/nav.png) no-repeat;
}
