body {
text-align: center;
margin: 0;
font-family: 'Helvetica', 'Arial', sans-serif;
font-size: 12px;
line-height:1.4em;
color: #333;
background: #8FB71D url('/images/bg-circle.png') repeat top left;
}

html { overflow-y: scroll}

.hidden {
	display: none;
}
.clear {
	clear: both;
}

#background-top {
background: transparent url('/images/bg-header.png') no-repeat top center;
width: 860px;
margin: 0 auto;
text-align: left;
}

#siteframe {
margin: 0 auto;
text-align: left;
}

#social { float: right; position: relative; top: 120px; right: 30px; }

#header { width: 810px; margin: 0 auto;}

#main { width: 500px; margin: 0 20px 0 0; }
#sidecolumn { width: 240px; float: right; position: relative; right: 0; }
#full { margin: 0 25px 0 25px; }

.linebreak {border-bottom: 1px #CCC dashed; margin: 15px 0 15px 0;}

.productlist { 
	background-color: #F8F8F8;
	border: 1px solid #DEDEDE;
	cursor: pointer;
	padding: 5px;
	margin: 2px 0 2px 0;
	text-align: left;
}
.productlist:hover {
	background-color: #F2F2F2;
	border: 1px solid #CCC;
}

/* popup stuff */
#contact-mask {position:absolute; top:0; left:0; height:100%; width:100%; background:#000; opacity:.75; filter:alpha(opacity=75); z-index:100;}
#generic-popup { z-index: 101; width: 700px; height: 400px; background-color: #FFFFFF; position: absolute; text-align: left; padding: 10px; border: solid #CCC 6px; }
.pagepopup {display: none;}
img.close {float: right; position: relative; top: -28px; right: -30px; border: 0; padding: 0;}

.details ul {
/*background-color: #F7F5E5;*/
padding: 0;
margin: 8px;
}

.details ul li {
margin-left: 22px;
padding: 0 0 6px 2px;
list-style-image: url(/images/bullet.jpg);
vertical-align: middle;
}

.faq ul {
/*background-color: #F7F5E5;*/
padding: 0;
margin: 8px;
}

.faq ul li {
margin: 0 0 12px 22px;
padding: 0;
list-style-image: url(/images/ico-question.png);
vertical-align: middle;
/*
background-color: #F2F2F2;
border: 1px dotted #CCC;
*/
}

/* GLOBAL NAV */

#globalheader #globalnav li a,#globalheader #globalsearch {
background: transparent url('/images/globalnavbg.png');
margin: 150px 0 0 0;
}

/* CONTENT */

#content {
width: 810px;
background-color: white;
text-align: left;
margin: 0 auto;
padding: 60px 0 15px 0;
min-height: 360px;
}

p {
padding: 2px 0 10px 0;
margin: 0 auto;
font-size: 1em;
line-height: 18px;
}

.alert {
size: 18px;
font-weight: bold;
color: #CC0000;
}

.small {
font-size: 11px;
color: #999;
line-height: normal;
padding: 4px 0 4px 0;
}

h1 {
font-size:26px;
font-weight:lighter;
line-height:28px;
color: #000;
margin: 0 auto;
padding: 0 0 2px 0;
}

h2 {
font-size: 20px;
line-height: normal;
color: #333;
font-weight: lighter;
margin: 5px 0 2px 0;
}

h3 {
font-size: 13px;
line-height: normal;
color: #333;
font-weight: bold;
margin: 4px 0 0 0;
}

a:link, a:visited { color: #719016; text-decoration: none; }
a:hover { color: #8FB71D; text-decoration: none; }

img {
border: 0;
}

img.logo { float: left; position: relative; top: 26px; left: 25px; }

img.right {
float: right;
padding: 0 0 12px 12px;
border: 0;
}

img.left {
float: left;
padding: 0 12px 12px 0;
border: 0;
}

img.button {
margin: 0 0 20px 0;
border: 0;
}

img.videothumb {
padding: 15px 0 0 0;
}

/* BACKGROUND */

#bottomcap {
width: 810px;
height: 10px;
margin: 0 auto;
background: transparent url('/images/bg-bottomcap.png') no-repeat top center;
}

/* COPYRIGHT */

#copyright {
width: 810px;
margin: 0 auto;
padding: 12px;
}

#copyright p {
font-size: 11px;
color: #C7DB8E;
padding: 0 0 4px 0;
}

#copyright a:link, #copyright a:visited {color: #FFF; text-decoration: none; font-weight: normal;}
#copyright a:hover {text-decoration: none; color: #FFF;}

/*navigation */

#navigation {
position: relative;
top: 50px;
left: 40px;
margin: 0 auto;
}

ul#nav, ul#nav li {
float: left;
list-style: none;
}

ul#nav {
font-family: Arial, sans-serif;
font-size: 15px;
color: #999;
font-weight: lighter;
padding: 0;
margin: 20px 0 0 0;
}

ul#nav a, ul#nav a:visited {
color: #999;
text-decoration: none;
display: block;
margin: 0 8px 0 8px;
padding: 2px;
}

ul#nav a:hover {
color: #666;
text-decoration: none;
display: block;
}

#home #nav-home a,
#projectlife #nav-projectlife a,
#blog #nav-blog a,
#recipes #nav-recipes a,
#freestuff #nav-freestuff a,
#about #nav-about a,
#faq #nav-faq a {color:#DE5A38;}


/* Returns page */

div.product-form-part {
	border-bottom: 1px dotted #ccc;
	padding: 10px 0px;
}
#call-to-action-minor {
	background-color: #f8f8f8;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
}
#returns-form p {
	padding: 0px;
}
label.description {
	display: block;
}
input[type=checkbox].month {
	float: left;
}
label.month {
	float: left;
	width: 35px;
}
