* {
	margin: 0;
	padding: 0;
}

body {
background: #e1f2d0 url(/images/bg.jpg) repeat-y top center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #222;
}

a {
text-decoration: none;
color: #75B03C;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 0 auto;
width: 800px;
}

#header {
height: 80px;
background: #e1f2d0 url(/images/header.jpg) no-repeat;

}

#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 15px 0 0 20px;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #000;
}
#header h2 {
font-size: 19px;
color: #b59f04;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#menu {
height: 30px;
line-height: 30px;
background: #e1f2d0 url(/images/menu.jpg) no-repeat;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 12px;
color: #fff;
}
#menu ul li a:hover {
color: #000;
text-decoration: none;
}

#content {
background-color: #e1f2d0;
padding: 0 20px;
}

.right {
float: right;
width: 570px;
text-align: justify;
padding-top: 20px;
}

.rightProd {
float: right;
text-align: justify;
padding-top: 20px;
}

.rightProd2 {
float: right;
width: 100%;
text-align: justify;
padding-top: 20px;
}

.right h2, .right h1, .rightProd h2, .rightProd h1, .rightProd2 h2, .rightProd2 h1 {
font-size: 18px;
font-weight: bold;
color: #498111;
margin: 0px 0px 15px 0px;
padding: 0px 0px 5px 0px;
border-bottom: 1px solid #93c265;
}

.right h2 a, .right h1 a, .rightProd h2 a, .rightProd h1 a {
text-decoration: none;
color: #498111;
}

.right h2 a:hover, .right h1 a:hover, .rightProd h2 a:hover, .rightProd h1 a:hover {
color: #111;
}

.left {
float: left;
width: 180px;
padding-top: 10px;
}
.left h2, .left h1 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #E9CF16 url(/images/menuh2.jpg) no-repeat;
color: #fff;
font-size: 13px;
}
.left ul {
padding: 10px 0 15px 20px;
list-style-type: square;
color: #75B03C;
line-height: 110%;
}
.left ul li {
padding: 0px 0px 8px 0px;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}

.footer {
text-align: center;
font-size: 11px;
color: #aaa;
margin-top: 40px;
border-top: 1px dotted #aaa;
padding-top: 10px;
}
.footer a { color: #aaa; }
.footer a:hover { color: #111; }

.tooltip{
position:absolute;
left:-2000px;
top:0px;
border: 5px solid #315d04;
background-color:#ffffff;
padding:10px;
width:350px;
color: #152a00;
}

.tooltip p{
margin:0;
padding:0;
}

.tooltip img{
	width: 140px;
	height: 140px;
	margin: 0px 10px 10px 0px;
}

hr {
	border: 0px;
	color: #f1f5f5;
	background-color: #f1f5f5;
	height: 1px;
}

#outInput{
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
}

a{
	outline: none;
}

.pagination {
	font-size: 10px;
}

.pagination a {
	border: 1px solid #b3de59;
	padding: 2px 4px;
	margin: 0px 3px;
}

.pagination .current {
	background-color: #eeeeee;
	border: 1px solid #2f373a;
	padding: 2px 4px;
	margin: 0px 3px;
}

.pagination a:hover {
	background-color: #eeeeee;
}

.floatSafeWrapper{
	width: 100%;
	border: 0px solid white;
	overflow: hidden;
}

.prodSummaryWrapper{
	width: 100%;
	border: 0px solid white;
	overflow: hidden;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #d5d5d4;
}

.prodSummaryWrapper h2{
	border-width: 0px;
	font-size: 14px;
	margin: 0px;
}

.prodPicThumb{
	float: left;
	padding: 9px;
	border: 1px solid #dedbd1;
	margin: 0px 25px 0px 0px;
}

.prodPicThumb img{
	width: 100px;
	height: 100px;
	border: none;
}

.prodPicThumb a, .prodPicThumb a:hover{
	border: none;
}

.larger{
	font-weight: bold;
	font-size: 14px;	
}

#search{
	position: relative;
	height: 45px;
}

#search #searchButton {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 30px;
	width: 32px;
}

#search #searchBox {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(/images/search-box-back.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 148px;
	padding: 1px;
}

#search #searchBox form {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#search #searchBox input {
	border-width: 0px;
	margin: 0px;
	padding: 6px 0px 0px 8px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
	width: 130px;
}

.fineprint{
	font-size: 10px;
	line-height: 120%;
}

a.sale{
	font-size: 20px;
	color: #E20000;
	font-weight: bold;
	text-decoration: none;
}
