body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: verdana, arial, helvetica;
	color: #007856;
}

#container {
}

#header {
	background: url(/images/header_bg.jpg);
	background-color: #007856;
	height: 156px;
}

#header_logo {
	float: right;
	margin-right: 10px;
	border: 0px;
}

#header_address {
	margin-top: 5px;
	margin-right: 10px;
	text-align: right;
	float: right;
	color: #c4dfd8;
	font-size: 11px;
}

#header_address a {
	color: #c4dfd8;
	text-decoration: none;
}

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

#content {
	background: url(/images/content_bg.jpg);
	background-repeat: repeat-y;
	background-color: #ffffff;
}

#footer {
	background: url(/images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	height: 63px;
}

.footer_logo {
	float: right;
	margin-top: 8px;
	margin-right: 8px;
	border: 0px;
}

.menu_button {
	display: block;
	width: 220px;
	background: url(/images/menu_button.png);
	background-color: #007856;
	height: 40px;
	cursor: pointer;
	text-align: center;
	color: #ffffff;
	font-size: 0.85em;
	border: solid 1px #007856;
	text-decoration: none;
}

.menu_button:hover {
	display: block;
	width: 220px;
	background: url(/images/menu_button_on.png);
	background-color: #007856;
	height: 40px;
	cursor: pointer;
	text-align: center;
	color: #ffffff;
	font-size: 0.85em;
	border: solid 1px #007856;
	text-decoration: underline;
}

.menu_button_single {
	line-height: 40px;
}

.menu_button_double {
	line-height: 20px;
}

.menu_button_selected {
	display: block;
	width: 220px;
	background: url(/images/button_on.png);
	background-color: #007856;
	height: 40px;
	cursor: pointer;
	text-align: center;
	color: #ffffff;
	font-size: 0.85em;
	border: solid 1px #007856;
	text-decoration: none;
	font-weight: bold;
}

.menu_button a {
	color: #ffffff;
	text-decoration: none;
}

.spacer {
	height: 10px;
	width: 1px;
}

#content_menu {
	float: left;
	margin-right: 10px;
	width: 250px;
}

#content_main {
	margin-left: 250px;
}

.clearing {
	clear: both;
}

.title {
	background: url(/images/title_bg.png);
	background-repeat: repeat-x;
	background-color: #9dc8ee;
	color: #ffffff;
	width: 100%;
	font-size: 28px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: right;
}

.title_inner {
	margin-left: 10px;
}


.title_shadow {
	background: url(/images/title_shadow.gif);
	background-repeat: repeat-x;
	width: 99%;
	height: 5px;
	padding: 0px;
	margin: 0px;
	float: right;
	margin-bottom: 0.5em;
}

#content_main_photos {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

#content_main_photos img {
	border: solid 1px #808080;
	margin-top: 10px;
}

#content_main_body {
	margin-left: 30px;
	margin-right: 100px;
	color: #000000;
	text-align: justify;
}

#content_main_body p {
	font-size: 0.85em;
}

#content_main_body blockquote {
	font-size: 0.85em;
}

#content_main_body li {
	font-size: 0.85em;
}

#content_main_body a {
	color: #2f89de;
	text-decoration: none;
}

#content_main_body a:hover {
	color: #ffffff;
	background-color: #2f89de;
	text-decoration: none;
}

#content_main_body h3 {
	color: #007856;
	font-size: bold;
}

#content_main_body hr {
	border: dotted 1px #007856;
}

.product-attributes {
}

.product-attributes fieldset {
	font-weight: bold;
	border: 1px solid #808080;
}

.product-attributes label {
	display: block;
	float: left;
	width: 12em;
	text-align: right;
	margin-left: 1em;
	margin-right: 1em;
	font-weight: normal;
	clear: both;
}

.product-attributes input,select {
}

.required {
	color: #c00000;
	font-weight: bold !important;
}

.form_row {
	clear: both;
	margin-bottom: 5px;
}

.errorList {
	border: solid 1px #ff0000;
	background: url(/images/errorlist_bg.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-weight: bold;
	color: #ff0000;
	padding: 5px;
	margin: 5px;
	margin-right: 75px;
}

.messageList {
	border: solid 1px #0000ff;
	background: url(/images/messagelist_bg.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-weight: normal;
	color: #0000ff;
	padding: 5px;
	margin: 5px;
	margin-right: 75px;
}
