@charset "UTF-8";
body {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: small;
	background: #f4e3b5;
	margin: 0 auto;
	padding: 0;
}
a {
	color: #9db792;
	text-decoration: underline;
}
a:visited {
	color: #e0af2d;
}
a:hover {
	color: #dd230d;
}
a.sidebar {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
a.sidebar:hover {
	color: #dd230d;
	text-decoration: underline;
}
#wrapper {
	text-align: center;
	width: 904px;
	margin: 20px auto 0;
	padding: 0;
	background: #fff;
}
#header {
	height: 70px;
	width: 900px;
	background: #fff;
	margin: 0px auto 0;
	padding: 2px;
}
#navbar {
	width: 904px;
	height: 30px;
	margin: 0 auto 0;
	padding: 0px;
	background: #fff;
}
	
#navbar ul {
	margin: 0px;
	padding: 0 2px 0;
	list-style: none;
}
#navbar ul li {
	float: left;
	margin: 0;
	padding: 0 1px;
	width: 298px;
}
#navbar a {
	font: "Trebuchet MS", Verdana, Arial 14px;
	color: #fff;
	background: #e0af2d;
	font-weight: bold;
	display: block;
	margin: 0px;
	padding: 7px 0px 6px !important;
	padding: 7px 0px 9px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}
#navbar a:hover {
	background: #f4e3b5;
	color: #333;
}
#picturebar {
	background: #fff;
	height: 176px;
	width: 904px;
	margin: 0 auto;
	padding: 1px 0 2px;
}
#picturebar img {
	margin: 1px;
	border: none;
}
#content {
	background: #fff;
	text-align: center;
	clear: both;
	width: 904px;
	margin: 0 auto;
	padding: 2px 0;
}
#content h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #9db792;
}
#content h1 {
	font-size: 1.4em;
}
#content h2 {
	font-size: 1.3em;
}
#content h3 {
	font-size: 1.1em;
}
#content h2.sidebar {
	font-size: 1.3em;
	color: #333;
	text-align: center;
}
#content h3.sidebar {
	font-size: 1.1em;
	color: #333;
	text-align: center;
}
.section {
	margin: 0 auto;
	width: 900px;
}
.colA, .colB {
	float: left;
}
.colA {
	text-align: left;
	display: block;
	margin-right: 1px;
	margin-left: -1px;
	padding-right: 5px;
	padding-left: 10px;
	width: 617px;
}
.colB {
	text-align: left;
	display: block;
	margin: 0 0 2px 0;
	padding: 5px 7px 5px 10px;
	width: 250px;
	background: #b6c9ad;
}
#footer {
	clear: both;
	height: 35px;
	width: 904px;
	margin: 0 auto;
	padding: 5px 2px;
	font-size: x-small;
	font-family: Helvetica, Arial, sans-serif;
	background: #f4e3b5;
}
.imageleft {
	float: left;
	margin: 1px 5px 2px 0;
}
.imageright {
	float: right;
	margin: 1px 0 2px 5px;
}
fieldset.contact {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #000;
	border: none;
	width: 600px;
}
label.contactLabel {
	font-weight: normal;
	line-height: normal;
	text-align: right;
	display: block;
	margin-top: 2px;
	margin-right: 10px;
	position: relative;
	width: 125px;
	float: left;
}
label.checkout {
	font-weight: normal;
	line-height: normal;
	text-align: right;
	display: inline;
	width: 100px;
	position: relative;
	margin-top: -2px;
	margin-left: 10px;
	margin-right: 4px;
}
span.contactLabelP {
	font-weight: normal;
	line-height: normal;
	text-align: right;
	display: block;
	margin-top: 2px;
	margin-right: 10px;
	position: relative;
	width: 125px;
	float: left;
}
input.contactField {
	border: solid 1px #333;
	color: #333;
	font-size: 11px;
	margin-right: 5px;
	margin-bottom: 3px;
	padding: 1px;
	height: 18px;
	width: 200px;
}
textarea.contactArea {
	border: solid 1px #333;
	color: #333;
	font-size: 11px;
	margin-right: 5px;
	margin-bottom: 3px;
	padding: 1px;
	height: 55px;
	width: 275px;
}
input.contactRadio {
	height: 13px;
	width: 13px;
	margin-right: 0px;
}
input.contactButton {
	color: #000;
	font-size: 11px;
	padding: 1px;
	margin-left: 135px;
}
input.contactCheck {
	border: solid 1px #333;
	color: #333;
	font-size: 11px;
	margin-right: 5px;
	margin-bottom: 2px;
	padding: 1px;
	height: 18px;
	width: 100px;
}
a.design {
	color: #675AD0;
	text-decoration: none;
}
a.design:hover {
	text-decoration: underline;
}
