/* =Reload 
-----------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, 
kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{margin: 0;	padding: 0;	border: 0;	outline: 0;	font-weight: inherit;	font-style: inherit;	font-size: 100%;	font-family: inherit; vertical-align: baseline;}
/* remember to define focus styles! */
:focus {outline: 0;}

body {
	background-color: #006f3a;
	background-image: url(images/BG.jpg);
	background-repeat: repeat-x;
	color: #000;
  	font: 62.5% Arial, Helvetica, sans-serif;
	line-height: 1;
}

ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;	border-spacing: 0;}
caption, th, td {	text-align: left;	font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/* =General
-----------------------------------------------------------------------------------------*/
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
		
/* =Typography
-----------------------------------------------------------------------------------------*/
p{
	color: #000;
	font: normal 1.2em/1.4em Arial, Helvetica, sans-serif;
	margin: 10px;
}

ul{
	font: normal 1.0em/1.0em Arial, Helvetica, sans-serif;
	list-style: disc;
	margin: 10px 10px 10px 50px;
}

ol{
	font: normal 1.2em/1.2em Arial, Helvetica, sans-serif;
	list-style: decimal;	
	margin: 10px 10px 10px 50px;
}

strong, b{font-weight: bold;}

em, i{font-style: italic;}

#news .art-date{font-size: .8em;}

#news .art-ttl a{
	font-weight: bold;
	text-decoration: none;
}

/* =Headings
-----------------------------------------------------------------------------------------*/
h1{
	color: #006f3a;
	font-size: 2.0em;
	font-weight: normal;
	margin: 10px 0 0 10px;
}

h2{
	color: #006f3a;
	font-size: 1.8em;
	font-weight: normal;
	margin: 10px 0 0 0px;
}

h3{
	color: #006f3a;
	font-size: 1.6em;
	font-weight: normal;
	margin: 10px 0 0 10px;
}

h4{
	color: #006f3a;
	font-size: 1.4em;
	font-weight: normal;
	margin: 10px 0 0 10px;
}	

h5{
	color: #006f3a;
	font-size: 1.2em;
	font-weight: normal;
	margin: 10px 0 0 10px;
}	

h6{
	color: #006f3a;
	font-size: 1.2em;
	font-weight: normal;
	margin: 10px 0 0 10px;
}				

/* =Links
-----------------------------------------------------------------------------------------*/
a:link, a:visited{
	color: #006f3a;
	cursor: pointer;
}

a:hover, a:active{color: #545454;}

h2 a:link, h2 a:visited{
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

h2 a:hover, h2 a:active{color: #fff;}

#myFooter a:link, #myFooter a:visited{color: #fff;}

#myFooter a:hover, #myFooter a:active{color: #000;}		

#myRightContent a:link, #myRightContent a:visited{color: #fff;}

#myRightContent a:hover, #myRightContent a:active{color: #000;}		

/* =Menu
-----------------------------------------------------------------------------------------*/
#myNav ul{
	list-style: none;
	margin: 0px;
}

#myNav ul li{float: left;}

#myNav ul li a:link, #myNav ul li a:visited{
	background-image: url(../images/topNavBG.jpg);
	background-position: 0 30px;
	border: solid 1px #fff;
	border-left: 0;
	color: #fff;
	display: block;
	font-size: 1.2em;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	width: 114px;
}

#myNav ul li a:hover, #myNav ul li a:active{background-position: 0px 1px;}

/* =subMenu
-----------------------------------------------------------------------------------------*/
#mySubNav{
	background-color: #b7dccb ;
	background-image: url(../images/subNavBG.jpg);
	background-repeat: repeat-x;
	font-size: 1.2em;
}

#mySubNav ul{	
	list-style: none;
	margin: 0;
}

#mySubNav ul li{margin: 0px;}

#mySubNav ul li a:link, #mySubNav ul li a:visited{
	color: #000;
	display: block;
	padding: 6px 15px;
	text-decoration: none;	
	width: 174px;
}

#mySubNav ul li a:hover, #mySubNav ul li a:active{
	background-color: #545454;
	color: #fff;
}

/* =Layout
-----------------------------------------------------------------------------------------*/
#myFooter{
	clear: both;
	color: #fff;
	font: normal 1.2em/1.8em Arial, Helvetica, sans-serif;
	text-align: center;
}

#myHeader{
	background-image: url(../images/headerBG.jpg);
	float: left;
	height: 194px;
	width: 588px;
}

#line{
	background-color: #000;
	display: block;
	font-size: 0px;
	height: 1px;
	line-height: 1px;
}

#myLogin{
	background-image: url(../images/loginBG.jpg);
	background-repeat: repeat-x;
	border-bottom: solid 1px #fff;
	color: #fff;
	font-size: 1.2em;
	height: 144px;
	line-height: 1.5em;
	padding: 10px 25px;
}

#myLogin input{margin: 3px 0;}

#myLogin span.login-txt{
	clear: both;
	display: block;
}

#myLogo{
	background-image: url(../images/stentenLogo.jpg);
	height: 194px;
	float: left;
	width: 191px;
}

#myPhone{
	color: #fff;
	background-image: url(../images/phoneBG.jpg);
	background-repeat: repeat-x;
	border-bottom: solid 1px #fff;
	font: normal 2.4em/1.7em Arial, Helvetica, sans-serif;
	text-align: center;
}

#myLeftContent{
	float: left;
	width: 574px;
}

* html #myLeftContent{
	width: 574px;
}

#myRightContent{
	background-color: #56ab84;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	float: right;
	width: 204px;
}

#mySearch{
	background-color: #014e2a;
	background-image: url(../images/searchBG.jpg);
	background-position: 4px;
	background-repeat: no-repeat;
	border: solid 1px #fff;
	border-left: 0px;
	border-right: 0px;
	color: #fff;
	float: left;
	font-size: 1.4em;
	height: 30px;
	line-height: 30px;
	width: 204px;
}

#mySearch .searchText{
	float: left;
	margin: 0 5px 0 7px;
}

#mySearch input{
	float: left;
	margin: 7px 0 0 0;
}

#mySearch .searchField{
	border: 0;
	height: 14px;
	width: 105px;
}

#mySearch .go{
	background-color: #014e2a;
	border: 0px;
	color: #fff;
	cursor: pointer;
	height: 18px;
	width: 28px;
}

#myWrapper{
	background-color: #fff;
	border: solid 1px #fff;
	margin: 0 auto;
	width: 780px;
}
		
/* =Forms
-----------------------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
fieldset {border: 0px solid transparent;}

input, textarea {
	font-size: 1em;
	color: #434343;
	border: 1px solid #999;
	padding: 0.2em;
	float:left;
}

input:focus, textarea:focus {
	background-color: #fff5be;
}

input#submit {
	font-size: 0.85em;
}
label {
	width:150px;
	font-weight:bold;
	color:#000000;
	font-size:1.2em;
	float:left;
}
.check {
	border:0;
}	

form br{
	clear:both;
}

/* =Filters
-----------------------------------------------------------------------------------------*/
/*[BEGIN] Clear Fix for Fire Fox*/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*[END] Clear Fix for Fire Fox*/

/* =Home Page Content
-----------------------------------------------------------------------------------------*/
.carts{
	border: solid 1px #fff;
	border-left: 0px;
	display: block;
	float: left;
	margin-bottom: 10px;
	position: relative;
}

.carts h2 a{
	font-size: .6em;
	left: 33px;
	position: absolute;
	top: 147px;
}

.noBorderRight{
	border-right: 0px;
	margin-right: -1px;
}

* html .noBorderRight{
	margin-right: -3px;
}

#myProductFeatured{
	background-image: url(../images/product2BG.jpg);	
	background-position: -1px 0px;
	float: left;
	height: 164px;
	position: relative;
	width: 287px;
}

#myProductNew{
	background-image: url(../images/product1BG.jpg);		
	background-position: -1px 0px;
	border-right: solid 1px #fff;
	height: 164px;
	float: left;
	position: relative;
	width: 286px;
}

#myProductFeatured h2 a, #myProductNew h2 a{
	font-size: .9em;
	left: 8px;
	position: absolute;
	top: 4px;
}

* html #myProductFeatured, * html #myProductNew{margin-bottom: -13px;}

a.white {
	color:#fff;
}