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

/* MAIN PAGE STYLES */

body {
	margin: 0 40px;
	font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #000000;
	background-image: url(/images/main/background.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #edf9e0;
	height: 100%;
}
a,a:link,a:visited,a:hover,a:active {
	color: #37832A;
	text-decoration: none;
}
a:hover {
	color: #67D34A;
}
div,ul {
	clear: both;
	display: block;
}
h1, h2, h3, th {
	font-family: "Century Gothic", "Palatino Linotype", "Trebuchet MS", "Monotype Corsiva", Arial;
	color: #57A33A;
	font-weight: bold;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 17px;
}
h3, th {
	font-size: 13px;
	color: #266F50;
	font-style: normal;
}
th,td {
	text-align: left;
	vertical-align: top;
}
input,select,textarea {
	font-size: 12px;
	font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
	background-color: #E8FFDD;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBECAA;
	border-right-color: #E7FFDD;
	border-bottom-color: #E7FFDD;
	border-left-color: #BBECAA;
}
#main {
	background-color: #FFFFFF;
	text-align: center;
	width: 750px;
	margin: 30px auto 0 auto;
}

#header,#content,#footer {
	text-align: left;
	padding: 0;
	margin: 0;
}
#header {
	text-align: center;
	padding: 0 0 15px 0;
}
#content,#footer {
	padding: 10px 20px;
}
#menu {
	width: 750px;
	text-align: center;
}
#menu ul {
	text-align: center;
	margin: 0;
	padding: 0;
}
#menu li {
	font-size: 13px;
	list-style-type: none;
	margin: 0;
	padding: 0 6px;
	display: inline;
}
#menu li a,#menu li a:link,#menu li a:visited,#menu li a:hover,#menu li a:active {
	color: #505050;
	font-weight: bold;
}
#menu li a:hover,#menu li a.current {
	color: #95909F;
}
#content {
	border-top: 2px dotted #DEFDB5;
}
#footer {
	color: #496035;
	font-size: 10px;
	border-top: 2px dotted #DEFDB5;
}

/* INTERNAL PAGE STYLES */

.hide {
	font-size: 1px;
	color: #E1EBF0;
	visibility: hidden;
}
.left_side {
	clear: left;
	float: left;
	width: 400px;
}
.right_side {
	clear: right;
	float: right;
	width: 400px;
}
.clear {
	display: block;
	clear: both;
}
div.clear {
	height: 1px;
	font-size: 1px;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.radio {
	border: none;
	background: none;
}
.submit {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #74C045;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBECAA;
	border-right-color: #15260F;
	border-bottom-color: #15260F;
	border-left-color: #BBECAA;
	font-size: 13px;
}
.product_table th, .product_table td {
	border-bottom: 1px dotted #B4EA8C;
}
.photo_right,.photo_left {
	display: block;
	margin-bottom: 15px;
}
.photo_right {
	float: right;
	margin-left: 15px;
}
.photo_left {
	float: left;
	margin-right: 15px;
}
.photo_border {
	display: block;
	border: 1px solid #1A2F06;
}
.photo_caption {
	color: #1A2F06;
	display: block;
	margin: 0;
	padding: 0 0 1px 0;
	font-size: 11px;
	line-height: 11px;
	border-bottom: 1px dotted #1A2F06;
}
.photo_caption a,.photo_caption a:link,.photo_caption a:visited,.photo_caption a:active,.photo_caption a:hover {
	color: #1A2F06;
}
fieldset {
	border-width: 1px;
	border-color: #91DD4A;
}
fieldset legend {
	font-weight: bold;
}
fieldset td {
	line-height: 100%;
}
