/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #fff url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #434343;
}

h1, h2, h3, h4 {
	margin: 0;
	margin-left: 20px;
	font-weight: normal;
	color: #85C329;
}

h1 {
	font-size: 197%;
	
}

h2 {
	font-size: 125%;
	color: #888888;
}

h3 {
	font-size: 140%;
	font-weight: bold;
}
h4 {
	color: #fff;
	font-size: 115%;
	font-weight: bold;
	line-height: normal;
	margin-left: 0;
}

p, ol, ul {
	line-height: 180%;
}

p {
}

ol {
}

ul {
}
.floatLeft {
 float: left;
 margin: 5px 10px 0 0;
 padding: 0;
 border: 3px solid #ddd;
}
.floatRight {
 float: right;
 margin: 5px 0 0 15px;
 padding: 0;
 border: 3px solid #ddd;
}

blockquote {
	margin: 0;
	padding-left: 20px;
	border-left: 10px solid #E6E6E6;
	font-style: italic;
	color: #999999;
}

blockquote * {
	line-height: normal;
}

a {
	color: #6aa315;
}

a:hover {
	color: #333;
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}
div.hr {
  height: 15px;
  background: #fff url(images/hr1.gif) no-repeat scroll center;
	clear:both;
}
div.hr hr {
  display: none;
}

/* Header */

#header {
	width: 760px;
	height: 90px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	padding-top: 10px;
/* 	background: url(images/logo-small-white.gif) no-repeat left bottom; */
}

#logo h1, #logo h2 {
	margin: 0;
	font-weight: normal;
	color: #a2d940;
}

#logo h1 {
	font-weight: bold;
}

#logo h2 {
	font-size: 92%;
}

#logo a {
	text-decoration: none;
}

/* Top Menu */

#topmenu {
	float: right;
}

#topmenu ul {
	margin: 0;
	padding: 32px 0 0 0;
	list-style: none;
	line-height: normal;
}

#topmenu li {
	display: inline;
}

#topmenu a {
	color: #434343;
	padding: 0 20px;
	border-left: 1px solid #a2d941;
	text-decoration: none;
	font-size: 92%;
}

#topmenu a:hover {
	text-decoration: underline;
}

#topmenu .first a {
	border: none;
}

/* Header 2 */

#header2 {
	width: 760px;
	height: 200px;
	margin: 0 auto;
}

/* Menu */

#menu {
	background-color: #7f7f7f;
	float: left;
	width: 200px;
	height: 200px;
}

#menu ul {
	margin: 0;
	padding: 10px 10px 0 10px;
	list-style: none;
	line-height: 15px;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 7px 10px;
	margin: 4px 0;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	background: #939393;
	border: 1px solid #aab993;
}

#menu a:hover {
	background: #333333;
	color: #fff;
	border: 1px solid #85c329;
}

#menu .first a {
	background: none;
}

/* Splash */

#splash {
	float: right;
	width: 560px;
	height: 200px;
}


/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	margin-top: 10px;
	padding: 30px 0;
	background: #fff;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;  
}

/* Content */

#content {
	float: left;
	width: 500px;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#content ul li {
	margin-left: 12px;
	padding-left: 15px;
	background: url(images/img08.gif) no-repeat 0 8px;
}

#content ol {
	margin-left: 0;
	padding-left: 0;
	list-style: lower-alpha inside;
}

.title {
	padding-top: 3px;
	width: 225px;
}

.content {
	padding: 5px 12px 20px 20px;
	margin-left: 20px;
	background: url(images/img10.gif) no-repeat;
}
.content_smallbox {
	padding: 6px 4px 8px 8px;
	background: url(images/img10.gif) no-repeat;
	font-size: 90%;
	width: 200px;
	margin-left: 20px;
}
.content_smallbox p {
	padding: 0;
	margin: 0;
	line-height: 140%;
}

.twocols {
}

.twocols .col1 {
	float: left;
	width: 230px;
}

.twocols .col2 {
	float: left;
	width: 230px;
}
/* Shop Page */
#shop
{
width: 500px;
}

#shop h2 {
font-size: 140%;
font-weight: bold;
margin-left: 0px;
padding-top: 15px;
}

#shop ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#shop ul li {
	margin-left: 5px;
	padding-left: 15px;	
	background-image:none;
	
}


/* Blog Entries */
#blog_entries {
	margin: 8px 0;
	padding: 5px;
	border-bottom: 1px dotted #999;
}

#blog_entries h3 {
	margin: 0;
	padding: 4px 0;
	font-size: 155%; 
}
#blog_entries h3 a {
	color: #85C329;
}
#blog_entries h3 a:hover {
	color: #333;
}

#blog_entries p {
	line-height: 150%;
	margin: 0;
	padding: 5px 0 5px 5px;
	
}
#blog_entries p.blog_info {
	font-size: 94%;
	padding: 0 0 0 5px;
	color: #888888;
	line-height: 100%;
}

/* sexyform styles...
------------------------------*/
.fValidator-form fieldset {
	border: 1px solid #ccc;
	padding: 10px;
}

.fValidator-form legend {
	padding: 0 5px;
}

.fValidator-form input, select, textarea {
	font-family: Trebuchet MS, sans-serif;
	text-decoration: none;
	padding: 2px;
	text-align: left;
	border: 1px solid #666;
}
	input, select {
	font-family: Trebuchet MS, sans-serif;
	text-decoration: none;
	padding: 2px;
	text-align: left;
	border: 1px solid #666;
}

.fValidator-form input {padding: 2px;}

.full {width: 100%;}

.half {width: 50%; vertical-align: top;}

.fValidator-msg {
	background-color: #D01E1A;
	font-size: 93%;
	color: #fff;
	padding: 5px;
}

ul#errors {
	display: none;
	margin-top: 1em;
	background-color: #FFE;
	border: 1px solid #CC9;
	padding: .3em;
	color: #C00;
	font-weight: bold;
}

ul#errors li {
	margin-top: .5em;
	margin-bottom: .5em;
	padding: 0;
}

ul#errors li.heading {
	list-style-type: none;
	color: #000;
	font-weight: normal;
	font-style: italic;
	margin: .5em 0;
	padding: 0;
}
.ContactNote {
	font-size: 92%;
	line-height:normal;
}
.asterisk {
	color: #85c329;
	font-weight:bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
	margin-right: 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}

#sidebar li {
	margin-bottom: 20px;
	background: #7f7f7f;
}

#sidebar li ul {
	padding: 10px 12px;
	font-size: 93%;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	background: none;
	border-top: 1px dotted #CDCDCD;
}

#sidebar h2 {
	background: #a2d940 url(images/img06.gif) no-repeat;
	height: 30px;
	margin: 0;
	padding: 6px 0 0 10px;
	font-size: 125%;
	font-weight: bold;
	color: #2d4700;
}

#sidebar h3 {
	margin: 0;
}

#sidebar h4.post {
	font-size: 130%;
	padding: 3px;
	margin-bottom: 2px;
	background:#6f6f6f;
}

#sidebar p {
	margin: 0;
	line-height: normal;
}
#sidebar p.date {
	color: #ddd;
	font-size: 93%;
	margin-bottom: 3px;
}

#sidebar a {
	color: #d0f29e;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #e4ffbd;
}

#sidebar .first {
	border: none;
}
/*Contact */
.contact {
 color: #999999;
 font-size: 93%;
 text-align: center;
 margin: 0 auto;
 margin-top: 15px;
 padding: 0;
 border-top: solid 2px #ddd;
 width: 730px;
}

/* Footer */

#footer-wrapper {
	height: 100px;
	padding: 20px 0;
	background: #E6E6E6;
	border-top: 10px solid #CDCDCD;
}

#footer {
	width: 760px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 90%; 
}

#footer a {
	color: #666666;
}

#legal {
	float: left;
	padding: 10px 0 10px 160px;
	background: url(images/img11.gif) no-repeat left center;
}

#links {
	float: right;
	padding: 10px 0 0 0;
}
#seals {
	float: right;
	width: 295px;
}
#seals img {
	margin: 0 5px;
	vertical-align:middle;
}


/* Foxy stuff...
-------------------------------*/

div.item-row {
	padding: 5px;
	display: block;
	margin-top: 5px;
}
div.item-row img {
 float: left;
 margin: 5px 10px 0 0;
 padding: 0;
}
div.item-row p {
 line-height: 150%;
 padding: 10px 0 5px 0;
 margin: 0;
}
div.item-row h1 {
 font-size: 150%;
 color: #888888;;
 padding: 0 0 3px 0;
 margin: 0;
}
.price {
 font-weight: bold;
 color: #990000;
}


/* Breadcrumbs...
-------------------------------*/
div.breadcrumbs {
 margin: 0 0 15px 20px;
}