* {
	font-family: "Trebuchet MS", Tahoma, helvetica, sans-serif;
}
body {
	background: #F9F9F7 url(../images/template/bodyBg.gif) repeat-x;
	font-size: 13px;
	color: #555547;
	margin: 0;
}
.float-left {
	float: left;
}
#stateLinks img,
a img {
	border: 0;
}
a {
	color: #2626c6;
	padding: 0 2px;
}
a:hover {
	text-decoration: none;
	background-color: #2626c6;
	color: #FFF;
}
/*div.page {*/
div.wrapper {
	position: relative;
	width: 747px;
	margin: 0 auto;
	background-color: #FFF;
	border: 1px solid #cfcfbe;
	border-top: none;
}
/*#inner {*/
div.page {
	position: relative;
	padding: 0 15px;
}
#header h1 {
	text-indent: -999em;
	width: 276px;
	height: 99px;
	background: url(../images/template/heading.gif) no-repeat top left;
	margin: 0;
}
#mainContent h1 {
	color: #656551;
	font-size: 17px;
	margin: 0 0 10px 0;
	padding-bottom: 5px;
	border-bottom: 1px dotted #d4d4d4;
}
#mainContent h2 {
	font-size: 14px;
	margin: 0 0 10px 0;
}
#mainContent h3 {
	font-size: 14px;
	margin: 0 0 10px 0;
	color: #939376;
}
#header {
	background: url(../images/template/headerBg.jpg) no-repeat top right;
}
#mainContent {
	margin-bottom: 20px;
	_height: 300px;
	min-height: 300px;
}
#nav {
	background: #46461F url(../images/template/navBg.gif) repeat-x;
	height: 67px;
	padding-left: 12px;
	margin: 11px 0 0 0;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	display: inline;
	line-height: 52px;
}
#nav a {
	background-color: transparent;
	background-repeat: repeat-x;
	padding: 8px 12px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}

#nav a:hover {
	background: #fff url(../images/template/navItemOver.gif) repeat-x top;
	color: #4A4A24;
	text-decoration: none;
}
#mainContent p {
	line-height: 20px;
	margin: 0 0 15px 0;
}
#mainContent ul {
	margin: -5px 0 12px 30px;
	padding: 0;
}
#mainContent li {
	margin: 0 0 7px 0;
	padding: 0;
}
#stockists,
#stateLinks {
	text-align: center;
}
#stateLinks a {
	color: #2626C6;
	font-size: 11px;
}
#stateLinks a:hover {
	background-color: #2626C6;
	color: #FFF;
}
#stateLinks img {
	margin-bottom: 10px;
}
table {
	font-size: 11px;
	text-align: left;
	width: 100%;
}
th {
	background-color: #8c8c73;
	color: #FFF;
	border-bottom: 4px solid #656551;
	padding: 3px;
	text-align: center;
}
td {
	background-color: #f4f4e1;
	padding: 3px;
	color: #656551;
}
#footer {
	clear: both;
	height: 66px;
	text-align: center;
	line-height: 66px;
	background-image: url(../images/template/footerBg.gif);
	color: #A8A88D;
	font-size: 11px;
}
#footer a {
	color: #8C8C73;
}
/* CONTACT US PAGE ************************************************************/
#contactForm fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
#contactForm label {
	float: left;
	width: 150px;
	margin-top: 5px;
}
#contactForm .input-text {
	float: left;
	width: 200px;
	border: 1px solid #CFCFBE;
	font-size: 13px;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 2px;
}
#contactForm textarea.input-text {
	height: 100px;
	width: 416px;
}
#contactForm br {
	clear: both;
}
#contactForm .button {
	background: #FFF url(../images/template/navItemOver.gif) repeat-x;
	border-width: 1px;
	border-color: #333;
	_border-color: #CCC;
	padding: 4px 6px;
	overflow: hidden;
}
hr {
	color: #CFCFBE;
	background-color: #CFCFBE;
	border-style: none;
	height: 1px;
	margin: 40px 0;
}
#contactForm .validation-advice,
#contactForm .required {
	color: #2626C6;
	font-weight: bold;
	font-size: 11px;
}
#contactForm .validation-advice {
	float: left;
	clear: both;
	margin-bottom: 10px;
}
#contactForm .validation-failed {
	border: 1px dashed #7071C6;
	background-color: #E9EAF3;
}
#mainContent .messages,
#mainContent .messages ul {
	margin: 0;
        padding: 0px;
	list-style: none;
}
#mainContent .messages {
	background-color: #DDF77A;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px dashed #859F24;
}
