body {
	background: url('/assets/images/header.jpg') no-repeat top center #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 13px;
	color: #000;
}

a, a:visited, a:active {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 13px;
	color: #0E4F98;
	text-decoration: underline;
}

a:hover {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 13px;
	text-decoration: none;
}

img {
	border: 0;
}

.alert {
	color: #990000;
}

.right {
	float: right;
}

.left {
	float: left;
}

.small {
	font-size: 12px;
}

p {
	margin: 0 0 20px 0;
}

h1 {
	font-family: georgia, serif;
	color: #7F2324;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 30px 0;
	letter-spacing: -1px;
}

h2 {
	font-family: georgia, serif;
	color: #0E4F98;
	font-size: 18px;
	font-weight: normal;
	margin: 20px 0 5px 0;
	letter-spacing: -1px;
}

.clear {
	clear: both;
}

#wrapper {
	background: transparent;
	width: 866px;
	margin: 70px auto;
}

#logo {
	float: left;
}

#custom-quote {
	float: right;
}

#navigation {
	background: url('/assets/images/navigation.jpg') no-repeat top center #000;
	height: 60px;
	margin: 50px 0 0 0;
}

#navigation  ul {
	list-style-type: none;
	background: transparent;
	width: 530px;
	margin: 0 auto;
	padding: 15px 0 0 0;
}

#navigation  ul li {
	float: left;
	background: transparent;
	color: #d37a7a;
	font-size: 16px;
}

#navigation ul li a, #navigation ul li a:visited, #navigation ul li a:active {
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
	font-size: 16px;
}

#navigation ul li a:hover {
	color: #d37a7a;
}

#content {
	background: url('/assets/images/content.jpg') repeat-y top left #000;
	padding: 25px;
	line-height: 20px;
	min-height: 300px;
	height: auto;
}

* html #content { /* For Internet Explorer */
	height: 300px;
}

#footer {
	background: url('/assets/images/footer.jpg') no-repeat top left #000;
	height: 46px;
	font-size: 12px;
	color: #E8CB9F;
	padding: 15px 15px 0 0;
	text-align: right;
}

#footer span { 
	float: left;
	margin: -5px 0 0 10px;
}

.homepageExperience {
	background: url('/assets/images/icons/experience.gif') no-repeat top left transparent;
	padding: 0 0 0 60px;
}

.homepageBrand {
	background: url('/assets/images/icons/brand.gif') no-repeat top left transparent;
	padding: 0 0 0 60px;
}

.homepageCompetition {
	background: url('/assets/images/icons/competitors.gif') no-repeat top left transparent;
	padding: 0 0 0 60px;
}
.homepagePrice {
	background: url('/assets/images/icons/price.gif') no-repeat top left transparent;
	padding: 0 0 0 60px;
}

#priceTable {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	background: transparent;
	margin: 20px 0;
	width: 750px;
	border-collapse: collapse;
	text-align: left;
}

#priceTable th {
	font-size: 16px;
	font-weight: normal;
	color: #000;
	padding: 10px 8px;
	border-bottom: 2px solid #A97741;
}

#priceTable tfoot td {
	border-bottom: none;
}

#priceTable td {
	border-bottom: 1px solid #A97741;
	color: #000;
	padding: 6px 8px;
}

#priceTable tbody tr:hover td {
	color: #8A6235;
}

.orderButton {
	width: 116px;
	height: 38px;
}
.price {
	color: #990000;
	font-size: 20px;
	line-height: 50px;
	padding: 0 0 0 10px;
}

.contactsBox {
	background: url('/assets/images/contactsBg.jpg') repeat-y top left;
	width: 300px; 
	margin: 50px 0 0 460px;
	padding: 15px;
	color: #000;
}

/* Green Alert Box */

.alertBox {
	background: #fff6a3;
	border: 1px solid #9c8900;
	padding: 15px;
	position: relative;
	width: 720px;
}

.yellowTopLeft {
	background: url('/assets/images/yellowTopLeft.gif') transparent no-repeat top left;
	width: 10px;
	height: 10px;
	position: absolute;
	top: -1px;
	left: -1px;
	font-size: 1px;
}

.yellowTopRight {
	background: url('/assets/images/yellowTopRight.gif') transparent no-repeat top right;
	width: 10px;
	height: 10px;
	position: absolute;
	top: -1px;
	right: -1px;
	font-size: 1px;
}

.yellowBottomLeft {
	background: url('/assets/images/yellowBottomLeft.gif') transparent no-repeat bottom left;
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: -1px;
	left: -1px;
	font-size: 1px;
}

.yellowBottomRight {
	background: url('/assets/images/yellowBottomRight.gif') transparent no-repeat bottom right;
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: -1px;
	right: -1px;
	font-size: 1px;
}


/* Form Style */

.label {
	vertical-align: top;
}

div.row {
	clear: both;
	padding-top: 20px;
}

div.row span.label {
	float: left;
	width: 205px;
	text-align: right;
}

div.row span.formw {
	float: right;
	width: 235px;
	text-align: left;
} 

.formbutton {
	cursor: pointer;
	border: 0;
	background: url('/assets/images/submitButton.gif') no-repeat;
	width: 116px;
	height: 36px;
}

.formfield {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	width: 200px;
	border: none;
	border-bottom: 1px solid #AD874E;
	padding: 5px;
	color: #000000;
	font-size: 13px;
	background: url('/assets/images/tableBg.jpg') repeat-y;
}

textarea {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
}

select {
	width: 210px;
	padding: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	background: #EFDFC5;
	border: none;
	border-bottom: 1px solid #AD874E;
}