@charset "utf-8";
/* -- Site-wide Style Sheet -- */
body {
	margin: 0 0 20px;
	padding: 0;
	font: 62.5% "Futura Md", Arial, Helvetica, sans-serif;
color: #14741a;
	background: #ecfdec;
}

a {
color: #04640a;
}

h1, h2, h3 {
	margin: 0 0 .5em;
}

h1 {font-size: 2em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.4em;}

p, table, fieldset {
	margin: 1em 0;
}

legend {
	color: #14741a;
}

/* -- Site Structure -- */
#wrapper {
	margin: 0 auto;
	width: 800px;
	background-image: url(/images/backgrounds/repeat-page.png);
}

#page{
background: url(/images/backgrounds/watermark-earth.jpg) 306px 100% no-repeat;
}

#page:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
	
/* -- Header -- */
#header {
	height: 252px;
	text-indent: -9999px;
	overflow: hidden;
	background: #ecfdec url(/images/backgrounds/header.jpg);
}
	
/* -- Navigation -- */
#navigation {
height: 83px;
	background: #ecfdec url(/images/backgrounds/navigation.jpg);
}

#navigation:after {
	content: ".";
	display: block;
	clear: left;
	height: 0;
	visibility: hidden;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
	
#navigation li {
	display: block;
	float: left;
margin-right: 30px;
}

#navigation a {
display: block;
height: 38px;
	text-indent: -9999px;
overflow: hidden;
}

#navigation #link-home {
margin-left: 235px;
width: 62px;
}

#navigation #link-about {
width: 102px;
}

#navigation #link-gallery {
width: 57px;
}

#navigation #link-press {
width: 47px;
}

#navigation #link-contact {
width: 103px;
}

/* -- Categories -- */
#categories {
	float: right;
margin-right: 19px;
	width: 192px;
	font-size: 1.2em;
text-align: center;
color: #fff;
background: url(/images/backgrounds/sidebar.jpg) no-repeat;
}

#categories #header-basket {
display: none;
}

#categories #header-shopping {
margin: 0;
height: 51px;
text-indent: -9999px;
background: url(/images/backgrounds/text/shopping-clock.jpg);
}

#categories #header-more-pages {
margin: 0;
height: 51px;
text-indent: -9999px;
background: url(/images/backgrounds/text/more-pages.jpg);
}

#categories #quick-cart {
padding: 10px 95px 0 0;
height: 65px;
overflow: hidden;
background: url(/images/backgrounds/sidebar-clock.jpg) right bottom no-repeat;
}
	
#categories ul {
	margin: 0 5px;
	padding: 0;
	list-style: none;
}

#categories a {
color: #fff;
}

#categories li a {
	display: block;
	padding: .5em 0;
	font-weight: bold;
text-decoration: none;
}

#categories #product-search {
	margin: 1em 0;
}

#categories .expanded a {
	padding: 2px 0;
	font-style: italic;
	font-size: smaller;
	font-weight: normal;
}

#categories .collapsed {
	display: none;
}
	
/* -- Page Content -- */
#content {
	float: left;
margin-left: 10px;
	padding: 0 10px;
	width: 547px;
	min-height: 500px;
	font-size: 1.2em;
background: url(/images/backgrounds/content-top.png) -10px 0 no-repeat;
}
	
/* -- Footer -- */
#footer {
	clear: both;
padding-top: 37px;
	height: 52px;
	text-align: center;
	background: #ecfdec url(/images/backgrounds/footer.png);
}
	
#footer p {
	margin: 0;}
	
/* -- Wholesale -- */
#wholesale-valid {
margin: 5px;
padding: 5px;
	text-align: center;
	color: #c00;
background-color: #fff0f0;
border: 1px solid #c00;
}
	
#wholesale-valid a:link, #wholesale-valid a:visited, #wholesale-valid a:hover, #wholesale-valid a:active {
	display: inline;
	width: auto;
	height: auto;
	text-decoration: underline;
	color: #c00;
	background: none;
	border: none;}

/* -- Misc. Classes -- */
.success {
	color: #0c0;
}

.error {
	color: #f00;
}

.section-divider {
	clear: both;
}