@charset "utf-8";
body {
	color: #000;
	background-color: #a5d40a;
	background-attachment: fixed;
	background-image: url(/images/background.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:link{
color:#FF6600;
text-decoration:none;
}
a:hover{
color:#FF3300;
text-decoration:underline;
}
a:visited{
color:#666600;
text-decoration:none;
}
#wrapper{
	margin-right: auto;
	margin-left: auto;
	width:850px;
	height:100%;
}

#main-head {
	background-image: url(/images/header.gif);
	display: block;
	clear: both;
	float: left;
	height: 56px;
	width: 803px;
}
#main-head h2 {
	display: none;
	visibility: hidden;
}
#box {
	background-color: #FFF;
	float: left;
	width: 773px;
	margin-left:10px !important;
	margin-left: 5px;
	height: 100%;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align:left;
}
#logo {
	background-image: url(/images/Gecko-Tots_logo.gif);
	background-repeat: no-repeat;
	height: 189px;
	width: 189px;
	margin-left: 20px;
	margin-right:-100px;
	top: 100px;
	position:relative;
	float:left;
	margin-bottom:-120px;
}
#logo h1 {
	display: none;
}
#main {
	background-repeat: no-repeat;
	background-position: -1px bottom;
	width: 804px;
	text-align: right;
	padding-bottom:26px;
	position:relative;
	top:165px;
	left:0;
}
#footer{
clear:both;
width:800px;
margin: 0 auto;
text-align:right;
text-align:right;
position:relative;
padding-top:180px;
padding-right:70px;
bottom:0px;
height: 40px;
font-size:11px;
color:#FFFFFF;
}
#footer a:link{
color:#FFF;
text-decoration:none;
}
#footer a:hover{
color:#FC3;
text-decoration:underline;
}
h3 {
	padding: 0px;
	font-family: "Comic Sans MS", "Century Schoolbook", cursive;
	font-weight: normal;
	text-transform: capitalize;
	font-size: large;
}
h4 {
	color: #669900;
	font-size: 15px;
	font-family: "Comic Sans MS", "Century Schoolbook", cursive;
	margin: 0px;
	padding: 0px;
}


#content {
	margin-left: 0px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	width:99%;
}
#tagline {
	display: block;
	clear: both;
text-align:right;	padding-top: 0px;
}
#navigation {
	position:absolute;
	top:10px;
	left: auto;
	clear:both;
	height: 195px;
	width: 816px;
	list-style-type: none;
	text-align: left;
	display:block;
	margin: 0 auto;
	padding:0;
}
#navigation li{
	float:left;
	position: relative;
	height: 91px;
	width: 91px;
	display:block;
}
li.home {
	left: 0px;
	top: 76px;
}
li.about {
	left: 100px;
	top: 54px;
}
li.shop {
	left: 155px;
	top: 87px;
}
li.contact {
	left: 160px;
	top: 0px;
}
li.testimonials {
	left: 200px;
	top: 82px;
}
li.markets {
	left: 250px;
	top: 27px;
}

a img{
border:none;
}
 hr {
	color:#000;
}

/*front page colors */
.front hr {
	color:#FFFFFF;
}

body.front {
	color: #FFFFFF;
	background-color: #fc660f;
	background-image: url(/images/background-front.gif);
}
 

.front #main-head {
	background-image: url(/images/header-index.gif);
}
.front #box {
	background-color: #BF5086;
	}
.front h4{
color:#FC3;

}
.front p{
margin-top:2px;
padding-bottom:10px;
background-image: url(/images/dotLine.jpg);
background-repeat: no-repeat;
background-position: bottom right;
}
.front p img {
margin-top:20px;
}
.right{
float:right;
margin:0 0 5px 10px;
width: 270px;
}
.description{
font-size:80%;
margin-top:2px;
color:#333;
}
#content .heading td{
padding:0 6px;
}
#content td{
padding:2px;
}

.heading {
background-color:#B9CD38;
}