@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 400;
  src: local('Bitter-Regular'), url('../fonts/Bitter-Regular.ttf') format('truetype');
}

* {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: underline;
	color: #C33C13;
}

a:hover {
	text-decoration: none;
}

body {
	background: #68B2C8 url('../images/background.png') top left repeat-x;
	font-size: 13pt;
	line-height: 1.75em;
	color: #CEE1E6;
}

body, input {
	font-family: Tahoma, sans-serif;
}

br.clearfix {
	clear: both;
}

h1, h2, h3, h4 {
	font-weight: normal;
	letter-spacing: -1px;
}

h2 {
	font-size: 1.9em;
}

h2, h3, h4 {
	margin-bottom: 25px;
	color: #FFFFFF;
	font-family: Bitter, serif;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

img.alignleft {
	margin: 5px 20px 20px 0;
	float: left;
}

img.aligntop {
	margin: 5px 0px 20px 0px;
}

p {
	margin-bottom: 1.5em;
}

ul {
	margin-bottom: 1.5em;
}

ul h4 {
	margin-bottom: 0.35em;
}

#wrapper {
	width: 980px;
	margin: 0px auto 0px auto;
	position: relative;
}

#topbar {
	margin: 15px 0px 5px 0px;
	font-size: 0.7em;
	line-height: 0.7em;
	text-align: right;
}

#topbar .phone {
	display: block;
	width: 490px;
	height: 25px;
	line-height: 25px;
	float: left;
	text-align: left;
	padding-left: 5px;
}

#topbar .mess {
	display: block;
	width: 480px;
	height: 30px;
	line-height: 25px;
	float: right;
	text-align: right;
	padding-right: 5px;
}

#topbar .mess a.person, #topbar .mess a.person:link, #topbar .mess a.person:visited {
	display: inline-block;
	height: 25px;
	margin: 0px 10px 0px 0px;
	background: transparent url('../images/emoticon.png') center left no-repeat;
	padding: 0px 0px 0px 22px;
	color: #FFF;
	text-decoration: none;
}

#topbar .mess a.person:hover, #topbar .mess a.person:active {
	
	border-bottom: 1px solid #ccc;
	
}

#topbar .phone span {
	color: orange;
	font-weight: bold;
}

#header {
	height: 140px;
	padding: 45px;
	color: #FFFFFF;
	position: relative;
	background: #934B07 url('../images/header-background.png') repeat-y top left;
	border-bottom: solid 1px #8E4602;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#logo {
	position: absolute;
	left: 40px;
	bottom: 0px;
	height: 168px;
	width: 500px;
}

#properties {
	
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 168px;
	width: 430px;
	padding-top: 40px;
	
}

#admin {
	
	position: absolute;
	display: block;
	right: 0px;
	bottom: 0px;
	background: #FFF;
	text-decoration: underline;
	padding: 5px 10px 5px 10px;
}

#properties p {
	padding: 8px 0px 8px 0px;
	margin: 0px;
	line-height: 1.5em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo h1 {
	font-family: Bitter, serif;
	font-size: 2.8em;
	margin-top: 0.9em;
}

#logo h2 {
	font-family: Bitter, serif;
	font-size: 1.2em;
	color: #333;
	margin-top: 0.6em;
}

#menu {
	font-family: Bitter, serif;
	width: 890px;
	height: 62px;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px 0px 45px 0px;
	padding: 0px 45px 0px 45px;
	background: #B42D04 url('../images/header-background.png') repeat-y top left;
	border-top: solid 1px #F06940;
	border-bottom: solid 1px #CF8743;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	line-height: 62px;
}

#menu a {
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: lowercase;
	color: #FFFFFF;
}

#menu ul {
	list-style: none;
}

#menu ul li {
	padding: 0px 20px 0px 20px;
	display: inline;
}

#menu ul li.first {
	padding-left: 0;
}

#header .stock {
	font-family: Helvetica, serif;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 63px;
	line-height: 63px;
	background: #9ABB38 url('../images/stoc.png') 20% 50% no-repeat;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	padding: 0px 10px 0px 60px;
	border-left: 1px solid #708714;
	border-top-right-radius: 10px;
	border-top-left-radius: 80px;
}

#page {
	width: 890px;
	position: relative;
	margin: 0px;
	padding: 45px 45px 0px 45px;
	background-color: #FFF;
	color: #606060;
	border-bottom: solid 1px #DCDCDC;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#page .section-list {
	list-style: none;
	padding-left: 0;
}

#page .section-list li {
	padding: 25px 0px 25px 0px;
	clear: both;
}

#page a {
	color: #B42D04;
}

#page h2, #page h3, #page h4 {
	color: #242424;
}

#page strong {
	color: #171717;
}

#page ul {
	list-style: none;
}

#page ul li {
	border-top: solid 1px #C9C9C9;
	padding: 15px 0px 15px 0px;
}

#page ul li.first {
	border-top: 0px;
	padding-top: 0px;
}

#sidebar {
	width: 225px;
	padding: 0px;
	float: left;
}

#sidebar h3 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;
}

#reviews-widget {
	
	margin-bottom: 15px;

}

#reviews-widget ul {
	font-size: 0.7em;
	margin-bottom: 10px;
}

#reviews-widget ul li {
	padding: 5px 0px 5px 0px;
	font-variant: italic;
	border: none;
	border-bottom: 1px dotted #CCC;
}

#reviews-widget ul li span {
	font-variant: none;
}

#reviews-widget a, #reviews-widget a:link, #reviews-widget a:visited, #reviews-widget a:hover, #reviews-widget a:active {
	
	display: block;
	text-align: right;
	font-size: 0.7em;
	
}

#content {
	width: 630px;
	margin: 0px 0px 0px 260px;
	padding: 0px;
}

a.order-now, a.order-now:link, a.order-now:visited {
	
	display: block;
	width: 8em;
	padding: 0.7em;
	font-size: 1.4em;
	background-color: #B42D04;
	color: #FFF !important;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border: 1px solid #934B07;
	border-radius: 10px;
}

p.order_subtext {
	
	font-size: 0.8em;
	margin: -22px 0px 25px 0px;
	padding: 0px;
	
}

form#order-form fieldset {

	margin: 0.8em 0em 0em 0em;
	border: none;
	border-top: 1px solid #ccc;
	
}

form#order-form fieldset table {
	
	border-collapse: collapse;
	
}

form#order-form fieldset table tr td {
	
	height: 40px;
	
}

form#order-form fieldset table tr td input {
	
	margin-right: 8px;
	
}

form#order-form fieldset table tr td.product {
	height: 20px;
	line-height: 20px;
	padding-top: 20px;
}

form#order-form fieldset table tr.single-product td {
	background: #E6EFC2;
}

form#order-form fieldset table tr.single-product td.quantity {
	width: 50px;
	height: 50px;
}

form#order-form fieldset table tr.single-product td.quantity input {
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 22px;
}

form#order-form fieldset table tr.single-product td.description, form#order-form fieldset table tr.single-product td.total {
	line-height: 50px;
	text-align: center;
}

strong.x {
	font-size: 25px;
	padding: 0px 10px 0px 10px;
}


form#order-form fieldset table tr td {
	
	padding-left: 10px;
	
}

form#order-form fieldset table tr td {
	
	vertical-align: top;
	
}

form#order-form fieldset table tr td.discount {
	height: 60px;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
}

form#order-form legend {
	display: block;
	margin: 0em 0em 0em 0.8em;
	padding: 0em 0.8em 0em 0.8em;
	color: #934B07;
	background: transparent;
	font-weight: bold;
	
}

form#order-form label {

	float: left;
	width: 10em;
	padding: 0px 10px;
	text-align: right;
	
}

form#order-form fieldset div {

	margin: 0.8em 0em 0.8em 0em;
	padding: 0px;
	display: block;
	
}

form#order-form fieldset div input,
form#order-form fieldset div textarea {

	width: 250px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-radius: 2px;
	padding: 1px;
	color: #333;
	
}

form#order-form fieldset div textarea {
	
	height: 150px;
	
}

form#order-form fieldset div input[type="radio"] {
	
	width: auto;
	vertical-align: middle;
	
}

form#order-form fieldset div input {

	height: 1.8em;
	
}

form#order-form fieldset div select {

	padding: 1px;
	width: 251px;
	
}

form#order-form input[type="submit"] {
	
	clear: both;
	padding-top: 10px;
	text-align: center;
	
}

form#order-form input:focus,
form#order-form textarea:focus {
	
	background: #EEE;
	color: #000;
	
}

#no_county_text, #no_county_text p {
	
	margin: 0px;
	padding: 0px;
	
}

#no_county_text {
	
	background-color: #DDD;
	
}

#no_county_text p {
	
	padding: 10px;
	
}

#footer {
	margin: 0px 0px 40px 0px;
	padding: 18px 0px 0px 0px;
	text-align: center;
}

#footer a {
	color: #CEE1E6;
}