body  {
	/* background: url(../img/body_bg.gif); old background */
	background: #909473;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #291E11;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body #container {
	width: 898px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(../img/container_bg.png);
	border: 1px ridge #291E11;
	height: 100%;
	margin-top: -1px;
	min-height: 600px;
} 
body #header { 
	background: url(../img/header_new.jpg);
	width: 900px; 
	height: 118px;
	margin: 0 auto;
} 
body #header h1 {
	margin: 0;
}
body #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 178px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image: url(../img/menu_top.png);
	background-repeat: no-repeat;
	padding-top: 30px;
	z-index: 10;
}
body #mainContent {
	display: inline;
	float: right;
	width: 715px;
} 

strong {
	font-weight: bold;
}

a:link, a:active, a:visited {
	color: #333;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color: #291E11;
	text-decoration:underline;
}

h2 {
	font-size: 1.6em;
	font-weight: bold;
}

h3 {
	font-size: .8em;
	line-height: 1.2em;
	font-weight: normal;
}
h4 {
	font-size: .7em;
	line-height: .5em;
	font-weight: normal;
}

ul {
	list-style-type:disc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.5em;
	font-weight: normal;
}

#mainContent #contentHeader {
	position:relative;
	display: inline;
	height: 47px;
	width: 701px;
	margin-left: -6px;
	background-repeat: no-repeat;
}

.subHead {
	margin-left: 50px;
	margin-top: 25px;
	margin-bottom: 15px;
	margin-right:20px;
}

#mainContent .columnone {
	float: left;
	margin-left: 50px;
}

#mainContent .columntwo {
	margin-left: 300px;
	margin-top: 30px;
}

#mainContent .columntwo #specBox {
	width: 282px;
	border: 2px solid #291E11;
	color: #291E11;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.7em;
	line-height: 1em;
}

#mainContent .columntwo #specBox .specBoxText {
	margin-left: 10px;
	margin-right: 10px;
}

#swatchPanel {
	margin-bottom:20px;	
}

body #footer { 
	background: url(../img/footer.png); 
	height: 26px;
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-bottom:20px;
} 
body #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-left: 20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.blockText {
	width: 600px;
	color: #291E11;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.swatchListHood {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:10pt;
	padding:0pt;
	width: 600px;
	margin-top: -10px;
}

.swatchList ul, .smallSwatchList ul, .doorList ul, .hoodList ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:10px;
	padding:0px;
	width: 600px;
	margin-top: 10px;
	margin-left:15px;
}

.tabSwatchList ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	margin-left:10px;
	padding:0px;
	width: 280px;
}

.tabSwatchList li {
	height:50px;
	margin:7px 5px 10px 0px;
	padding:2pt;
	width: 40px;
	display: block;
	float:left;
}

.tabSwatchList ul li span {
	display: none;
	position: relative;
	padding:0px 4px 0px 4px;
	height: 17px;
	width: 95px;
	left: 0px;
	bottom: 12px;
	background: #EDE7CE;
	font-size: .8em;
	text-align: left;
	white-space: nowrap;
}

.tabSwatchList ul li:hover span {
	display: block;
	
}

.tabSwatchList ul li img {
	border: 1px solid #291E11;
	margin-bottom: 12px;
}

.doorList ul li {
	display: inline;
	border:medium none #FFFFFF;
	height:205px;
	float: left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:7px 5px 15px 5px;
	padding:2pt;
	position:relative;
	width: 100px;
}

.doorList ul .wishItem {
	display: inline;
	border:medium none #FFFFFF;
	height:225px;
	float: left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:7px 5px 15px 5px;
	padding:2pt;
	position:relative;
	width: 100px;
	z-index:0;
	vertical-align: baseline;
}

.doorList ul li span {
	display: block;
	padding: 0px;
	width: 85px;
	height: 15px;
	left: 3px;
	bottom: -8px;
	margin-left: 8px;
	color: #291E11;
	font-size: .8em;
	line-height:1.2em;
	white-space:normal;
}

.doorList ul li .wishSpan {
	display: inline;
	padding: 0px;
	width: 110px;
	height: 30px;
	left: 3px;
	bottom: -8px;
	padding-left: 8px;
	color: #291E11;
	font-size: .8em;
	line-height:1.2em;
	white-space:normal;
}

.doorList ul li p {
	width:85px;
	height:15px;
	bottom:-20px;
	margin-top:20px;
	margin-left:10px;
}

.doorList ul li:hover span {
	color: #8A837C;
}

.hoodList .hoodItem {
	display: inline;
	float: left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px 20px 15px 5px;
	padding:0px;
	position:relative;
	width: 125px;
	text-align:center;
}

.hoodList .hoodItem span {
	display: inline;
	padding: 0px;
	width: 125px;
	height: 70px;
	padding-left: 0px;
	color: #291E11;
	font-size: .8em;
	line-height:1.2em;
	white-space:normal;
	text-align:center;
	float:left;
}

.smallSwatchList ul li {
	display: inline;
	float:left;
	height:60px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:5px 2px 0px 3px;
	padding:2pt;
	position:relative;
	width: 40px;
}

.smallSwatchList ul li span { 
	display: none;
	position: relative;
	width: 125px;
	height: 15px;
	padding-left: 8px;
	background: #EDE7CE;
	font-size: .7em;
	line-height: 1.7em;
	vertical-align:bottom;
}

.smallSwatchList ul li:hover span {
	display: block;
}

.smallSwatchList ul li img {
	border: 1px solid #291E11;
}

.swatchList ul li {
	display: inline;
	border:medium none #FFFFFF;
	height:150px;
	float: left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:7px 5px 12px 5px;
	padding:2pt;
	position:relative;
	width: 100px;
	z-index:0;
}

.swatchList ul li span {
	display: block;
	position: absolute;
	padding: 0px;
	width: 85px;
	height: 10px;
	left: 3px;
	bottom: 15px;
	padding-left: 8px;
	color: #291E11;
	font-size: .8em;
	line-height:1.6em;
	text-align: left;
	white-space:nowrap;
}

.swatchList ul li p {
	width:85px;
	height:15px;
	bottom:-20px;
	margin-top:20px;
	margin-left:10px;
}

.swatchList ul li:hover span {
	color: #8A837C;
}

.accessoriesItem {
	margin-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #291E11;
	padding-top: 10px;
}

.accessoriesItem img {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

.swatch span {
	display: none;
}

.swatchPreview img {
	margin-bottom: 20px;
}

.swatchPreview span {
}

.hood span {
	float: left;
	display:inline;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #291E11;
	font-size: .8em;
}

label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

form br {
	clear: left;
}

