A {
	color: #0070E5;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

BODY {
	margin: 0px;
	padding: 0px;
	background: #1c1c1c;
	text-align: center;
}

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

IMG {
	border: 0px;
}

TD, BODY {
	font-family: Verdana, Helvetica, Arial, Sans-Serif; 
	font-SIZE: 12px;
	color: #eeeeee;
}

H1, H2, H3, P {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

H1 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: -1px;
}

H2 {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: -1px;
}


#container {
	background: url('/images/background.gif') top center repeat-y;
	width: 1000px;
	margin: auto;
	padding: 50px 0px 0px 0px;
}

#header {
	width: 890px;
	height: 385px;
	margin: auto;
	background: #3a3531;
	position: relative;
}

#header.short {
	height: 80px;
}

#header .menu {
	width: 100%;
	height: 35px;
	background: #893f12 url('/images/menubacking.gif') top left repeat-x;
	border: solid #8b7850;
	border-width: 1px 0px 2px 0px;
}

#header .menu UL {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 321px;
	background: #252525;
	height: 100%;
}

#header .menu UL LI {
	float: left;
	background: url('/images/menudivider.gif') bottom left no-repeat;
	padding: 0px 0px 0px 1px;
}

#header .menu UL LI.first {
	padding: 0px;
}

#header .menu UL LI A {
	display: block;
	background: #252525;
	padding: 10px 17px 10px 18px;
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 12px;
	font-weight: bold;
	color: #c5a966;
	text-decoration: none;
}

#header .menu UL LI A:hover {
	color: #e3cd9a;
}

#header .splash {
	float: right;
	border-left: 1px solid #8b7850;
}

#header .logo {
	position: absolute;
	top: 120px;
	left: 68px;
}

#header.short .logo {
	position: absolute;
	top: -42px;
	left: 68px;
}

#header .bigbuttons {
	list-style: none;
	padding: 0px;
	margin: 0px;

	position: absolute;
	top: 315px;
	left: 0px;
}

#header .bigbuttons LI {
	padding: 0px;
	margin: 1px 0px 0px 0px;
}

#contentcontainer {
	width: 840px;
	margin: auto;
	padding: 25px 0px 25px 0px;
}

#content {
	background: url('/images/innerbackground.jpg') top center repeat-x;
	padding: 20px 25px 10px 25px;
	text-align: left;
}

#content P {
	line-height: 20px;
	text-align: justify;
}

#featuredfooter {
	background: url('/images/featuredfinishes_backing.gif') top center no-repeat;
	position: relative;
	height: 262px;
}

#featuredfooter .heading {
	position: absolute;
	top: 1px;
	left: 75px;
}

#featuredfooter .imagelist {
	list-style: none;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 40px;
	left: 42px; /* 63 */
}

#featuredfooter .imagelist LI {
	background: url('/images/featuredfinishes_picframe.gif') top center no-repeat;
	width: 121px;
	height: 107px;
	float: left;
	position: relative;
	margin: 0px 31px 0px 31px;
}

#featuredfooter .imagelist LI IMG {
	position: absolute;
	top: 15px;
	left: 12px;
}

#featuredfooter .imagelist LI DIV {
	padding: 80px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Serif;
	text-transform: uppercase;
	font-size: 11px;
}

#featuredfooter .imagelist LI SPAN {
	color: #645534;
	background: #ffffff;

	padding: 0px 3px 0px 3px;
}

#featuredfooter .copyright {
	position: absolute;
	top: 180px;
	left: 100px;
	font-family: Georgia, "Times New Roman", Serif;
	text-transform: uppercase;
	font-size: 10px;
	color: #c5ab6c;
}



.orangetext {
	color: #e1621f;
}