@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	text-align: center;
	background-image: url(../images/bg.jpg);
	background-position: 50% 0%;
	color: #585858;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#wrapper {
	position: relative;
	width: 1034px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: left;
}

#header {
	position: absolute;
	top: 0;
	width: 360px;
	height: 120px;
	margin: 0 0 0 23px;
	overflow: hidden;
	background: url(../images/h1-header.jpg) no-repeat;
}

#header h1 {
	margin: 0;
	text-indent: -9999px;
}

#search {
	position: absolute;
	top: 0;
	left: 647px;
	width: 226px;
	height: 30px;
	background: url(../images/searchBG.jpg) no-repeat;
	padding: 25px 0 0 20px;
}

#nav { /*for IE */
	position: absolute;
	top: 0;
	left: 539px;
	width: 367px;
	height: 55px;
	background: url(../images/navBG.gif) no-repeat;
	padding-top: 70px;
}
#wrapper>#nav {
	position: absolute;
	top: 0;
	left: 539px;
	width: 367px;
	height: 55px;
	background: url(../images/navBG.gif) no-repeat;
	padding-top: 57px;
}
#nav ul {
	display: block;
	list-style-type: none;
}
#nav  ul  li  {
	float: left;
	color: #83BB37;
	padding: 0 10px;
}
#nav li a:hover {
	color: #00a4e4;
}
.here     {
	color: #6a4690;
}
#cart {
	position: absolute;
	top: 0;
	left: 915px;
	width: 114px;
	height: 60px;
	background: url(../images/cartBG.gif) no-repeat;
	padding: 40px 0 0 20px;
}

#content {
	width: 100%;
	padding: 107px 0 25px 0;
	background-color: #E8F4D9;
	background-image: url(../images/contentBG.jpg);
	line-height: 20px;
	background-repeat: repeat-x;
}
#column-left {
	float: left;
	width: 450px;
	margin: 0 0 0 50px;
}
#column-left p {
	font-size: 12px;
	margin: 0;
}
#column-right {
	float: left;
	width: 410px;
	margin: 0 0 0 50px;
}

#clear {
	clear: both;
	height: 5px;
	background-color: #e8f4d9;
	text-indent: -9999px;
}
#footer {
	height: 85px;
	text-align: center;
	background-image: url(../images/footerBG.jpg);
	background-position: center;
	color: #999999;
	font-size: 85%;
	clear: both;
}
#footer a  {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #00a4e4;
}
a:hover  {
	color: #00a4e4;
}

a {
	color: #83bb37;
	text-decoration: none;
}
h2 {
	color: #00a4e4;
	font-weight: normal;
}
.highlight {
	font-size: 125%;
	color: #00a4e4;
}
img.styled {
	border: 1px solid #999999;
	padding: 6px;
	background-color: #FFFFFF;
}
.mainImage, .mainImage img {
	text-decoration: none;
	border: none;
}
