#wrapper {
	margin: auto;
	width: 780px;
	background-color: #FFFFFF;
}
#header {
	background-color: #000000;
	height: 131px;
	width: 780px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
}
body {
	font: 0.7em/2em Verdana, Arial, Helvetica, sans-serif;
	background-color: #282828;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.12em;
}

#strapline {
	position: relative;
	height: 23px;
	width: 250px;
	left: 530px;
	top: 20px;
}

#splash {
	background-color: #000000;
	height: 190px;
	width: 780px;
	border-top: 2px solid #FF3300;
	border-bottom: 2px solid #FF3300;
	float: left;
}
#mainarea {
	background-color: #FFFFFF;
	width: 760px;
	padding: 10px;
	float: left;
}
#hilight_strip {
	background-color: #000000;
	height: 165px;
	width: 780px;
	float: left;
	background-image: url(images/fireplace_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 20px;
}
#infostrip {
	height: 85px;
	width: 150px;
	text-align: center;
	float: left;
	background-color: #FFFFFF;
	padding-top: 20px;
}
#footer {
	width: 770px;
	font-size: 0.9em;
	float: left;
	background-color: #000000;
	padding-right: 10px;
	color: #ffffff;
}
#address {
	color: #FF3300;
	position: relative;
	width: 400px;
	top: 0px;
	left: 375px;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 3em;
}

.productarea {
	width:100%;
	float: left;
}
/*#footer ul {
	float: left;
}
#footer li {
	float: left;
	text-align: center;
}
#footer ul a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 2em;
	padding-right: 2em;
}


#footer ul a:hover {
color: #333;
}*/
#header h1 {
	text-indent: -9000px;
}
#firstcolumn {
	float: left;
	width: 355px;
	border-right: 2px solid #B7DB94;
	background-color: #FFFFFF;
}
#firstcolumn_no_divider {
	float: left;
	width: 355px;
	background-color: #FFFFFF;
}
#secondcolumn {
	float: left;
	width: 365px;
	margin-left: 20px;
	background-color: #FFFFFF;
}
#menu {
	height: 26px;
	width: 780px;
	background-color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	margin: 0px;
	padding: 0px;
	float: left;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	float: right;
	list-style: none;
	width: 780px;
}
#menu li {
	float: right;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 0px 2em;
	line-height: 20pt;
	background-color: #000000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 0px
}
#menu a:visited {
text-decoration: none;
}
#menu a:hover {
	background-color:#fff;
	color:#FF0000;
	border-top: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
}
#menu a:active {
	background-color:#ccc;
	color:#FF0000;
	border-top: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
	border-bottom: 0px}
#mainarea h1 {
	font-size: 17px;
	line-height: 22px;
	letter-spacing: .3em;
	color: #FF3300;
}
#hilight_text_container {
	background-color: #FFFFFF;
	width: 780px;
	position: relative;
	top: 50px;
	height: 30px;
	filter:alpha(opacity=70);
	opacity: 0.70;
	-moz-opacity:0.70;
}
#hilight_text {
	font-size: 14px;
	line-height: 30px;
	color: #000000;
	background-color: #FFFFFF;
	letter-spacing: .5em;
	width: 750px;
	position: relative;
	left: 15px;
	font-weight: bold;
}
#clearing {
	clear: both;
}
#sitelinks {
	float: left;
	width: 300px;
	position: relative;
}
#productlinks {
	float: left;
	width: 450px;
	position: relative;
}

/* FORM STYLING */

fieldset {
	background-color: #EFD5CF;
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #CCCCCC;
}
legend {
	font-weight: bold;
	font-size: 14px;
}
label {
	display: block;
}
input {
	width: 200px;
}
input:focus, textarea:focus {
background: #f0f0f0;
}
input[type="text"], textarea {
border-top: 2px solid #999;
border-left: 2px solid #999;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
}

textarea {
	height: 100px;
	width: 300px;
}
/* END OF FORM STYLING */
.required {
	color: #990000;
}
h2 {
	font-size: 14px;
	line-height: 18px;
	color: #ff3300;
	letter-spacing: 0.3em;
}
#fullwidthcol {
	width: 745px;
}
.productimage {
	margin: 0px 30px 0px 0px;
	border: 1px solid #000000;
	padding: 0px;
}
#fm_Contact #button {
	background-color: #EFD5CF;
	border: 1px solid #CCCCCC;
}
#address p {
	margin: 0px;
	padding: 0px;
}
#productlinks a:link, #sitelinks a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#productlinks a:visited, #sitelinks a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#productlinks a:hover, #sitelinks a:hover {
	color: #cc0000;
	text-decoration: none;
}
#productlinks a:active, #sitelinks a:active {
	color: #000000;
	text-decoration: none;
}
