

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

body {
	background: #111 url(../images/bg.jpg) repeat-y center top;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #9F9777;
	text-align: center;
}

p,ul,ol {
	font-size: 1.25em;
	padding-bottom: 1.25em;
}

ol.med {
	font-size: 1.3em;
	margin-left: 100px;
	}
	
ul.med	 {
	font-size: 1.3em;
	margin-left: 90px;
	}
	
.med li {
	padding-bottom: 4px;
	padding-top: 4px;
}



.container .main .left .content p {
	font-size: 1.5em;
	line-height: 150%;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


blockquote {
	margin-right: 40px;
	margin-left: 40px;
	font-size: .85em;
}
blockquote p {
	padding-bottom: 1em;
}


p.indent {
	margin-left: 40px;
	line-height: 100%;
	padding-bottom: 5px;
}


code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {border: none;}

ul {margin-left: 2em;}
h1 {
	font-family: Verdana, sans-serif;
	font-size: 2.4em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: .1em;
}
h2 {
	padding-bottom: 10px;
	font-family: Verdana, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}



/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(../images/stripe.gif);
	height: 6px;
}
.left {
	float: left;
}
.right {float: right;}

/* header */
.header {
	background: #111;
	border-bottom: 1px solid #333;
	height: 120px;
	font-family: Verdana, sans-serif;
	font-size: 2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.container .header2 p {
	padding-bottom: 10px;
	padding-top: 50px;
	margin-bottom: 0px;
}

.header a {
	color: #6F684E;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.header span {
	padding-left: 32px;
}
.header a:hover {
	background: #191919;
	color: #BBB;
}




.header2 {
	background: #111;
	border-bottom: 1px solid #333;
	font-family: Verdana, sans-serif;
	font-size: 2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	height: 120px;
}
.header2 a {
	color: #958C68;
	text-decoration: none;
	width: 100%;
}
.header2 span {
	padding-left: 32px;
}
.header2 a:hover {
	background: #191919;
	color: #AAA384;
}

.container .header2 p {
	padding-bottom: 10px;
	padding-top: 50px;
	margin-bottom: 0px;
	color: #958c68;
}

.container .header2 p.small {
	font-size: 12px;
	color: #958c68;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 32px;
	text-align: right;
}
/* structure */
.container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3F3A2A;
	border-right-color: #3F3A2A;
	border-bottom-color: #3F3A2A;
	border-left-color: #3F3A2A;
		text-align: left;
}

.main {
	background: #303030;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #3F3A2A;
	border-left-color: #3F3A2A;
}
.main .left {width: 75%;}
.main .right {
	width: 25%;
}
.content {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	padding: 16px;
}

/* content elements */
.content h1 {
	color: #6F684E;
	background: url(../images/bgh1.gif) repeat-x left bottom;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #9f9777;
	text-decoration: underline;
}
.content a:hover {color: #B6AF94;}
.content .descr {margin-bottom: 5px;}
.content .descr a {text-decoration: none;}
.content .descr a:hover {color: #B6AF94;}
.content h1.alt {
	background: url(../images/bgh1.gif) repeat-x left bottom;
	color: #6F684E;
	margin-bottom: 10px;
	font-size: 1.7em;
	clear: both;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	letter-spacing: .05em;
}
.content h1.alt a {
	text-decoration: none;
	color: #6F684E;
}

.content h1.alt a:hover {color: #B6AF94;}

.content h1.alt a.current {
	text-decoration: none;
	color: #B6AF94;
}


/* door styles */
.container .main .left .content .door {
	width: auto;
	float: left;
	text-align: center;
	margin-top: 15px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 18px;
	height: 280px;
}
.container .main .left .content .door p {
	font-size: 1.1em;
	text-align: center;
	padding-bottom: 0px;
}
.container .main .left .content .door img {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #111111;
	border-right-color: #111111;
	border-bottom-color: #111111;
	border-left-color: #111111;
}


/* drawer fronts */
.container .main .left .content .drawer {
	width: auto;
	float: left;
	text-align: center;
	margin-top: 15px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 18px;
	height: 120px;
}
.container .main .left .content .drawer p {
	font-size: 1.1em;
	text-align: center;
	padding-bottom: 0px;
}
.container .main .left .content .drawer img {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #111111;
	border-right-color: #111111;
	border-bottom-color: #111111;
	border-left-color: #111111;
}



/* cross-sections because they have no border */
.container .main .left .content .cross {
	width: auto;
	float: left;
	text-align: center;
	margin-top: 15px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 18px;
	height: 120px;
}
.container .main .left .content .cross p {
	font-size: 1.1em;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.container .main .left .content .cross img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}
.container .main .left .content p.asterisk {
	font-size: 1em;
	margin-left: 30px;
	padding-bottom: 0px;
}



/* moulding because no descript below and padding added */
.container .main .left .content .moulding {
	width: auto;
	float: left;
	text-align: center;
	margin-top: 15px;
	margin-right: 18px;
	margin-bottom: 0px;
	padding-bottom: 20px;
	margin-left: 18px;

}

.container .main .left .content .moulding img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}


div.top {
	float: right;
}
.container .main .left .content .top p {
	font-size: 1.1em;
	padding-bottom: 0px;
}
.container .main .left .content .top a {
	text-decoration: none;
}

.container .main .left .content .top a:hover {color: #B6AF94;}

/* navigation */
.nav {background: #191919 url(../images/nav.gif);}


.nav a {
	background: #191919 url(../images/nav.gif);
	border-right: 1px solid #161616;
	color: #958C68;
	
	float: left;
	line-height: 51px;
	padding: 0 20px;
	font-family: Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}
.nav a:hover {
	background-color: #222;
	
	color: #aaa384;
	background-image: url(../images/nav_hover.gif);
}

/* sub-navigation */
.subnav {
	background: #2A2A2A;
	border: 1px solid #1E1E1E;
	border-top-color: #444;	
	padding: 12px;
}

.subnav h1 {
	padding-top: 8px;
	font-size: 1.8em;
	letter-spacing: .1em;
	margin-left: 10px;
}

.subnav p {
	text-align: justify;
	margin-right: 10px;
	margin-left: 10px;
}

.subnav a {
	color: #9f9777;
	background-color: inherit;
	text-decoration: underline;	
}

.subnav img.thumb {
	margin-bottom: 20px;
}


.subnav ul {
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 10;
}
.subnav li {
	background: url(../images/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
	color: #9f9777;
}
.subnav li a {
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
	color: #9f9777;
}
.subnav li a:hover {color: #B6AF94;}

/* footer */

.footer {

	background: #191919;
	border-top: 1px solid #444;
	color: #958c68;
	padding: 3% 3% 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #6F684E;}
.footer a:hover {
	color: #A89F80;
	background-color: #222;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

.col4 {
	margin-left: 10%;
}
.col4,.col4left,.col4right,.col4right2 {
	float: left;
	width: 18%;
}
.col4left,.col4right,.col4right2 {
	margin: 0 0 0 3%;
}


/* bottom */
.bottom {


	clear: both;
	font-size: 1.1em;
}
.bottom a {	
	color: #9F9777;
	text-decoration: none;
}
.bottom a:visited {
	color: #9F9777;
	text-decoration: none;
}
.bottom a:hover {text-decoration: underline;}

.center {
	text-align: center;
}

.bwcaddress {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 1.1em;
	background-color: #111;
	width: 900px;
	color: #958c68;
}

.bwcaddress a {
	text-decoration: none;
	color: #958c68;
}
.bwcaddress a:visited {
	text-decoration: none;
	color: #958c68;
}
.bwcaddress a:hover {
	color: #958c68;
	text-decoration: underline;
}


/*drop down menu styles*/

#dropmenudiv{
	position:absolute;
	border-bottom-width: 0;
	line-height:16px;
	z-index:200;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6F684E;
	border-right-color: #6F684E;
	border-bottom-color: #6F684E;
	border-left-color: #6F684E;
	text-align: left;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 5px;
	border-bottom: 1px solid black;
	text-decoration: none;
	font-weight: bold;
	color: #111111;
	background-color: #958C68;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #191919;
	color: #AAA384;
}
p.indent2 {
	margin-left: 40px;
	font-size: 10px;
}
.container .main .left .content span.bold {
	color: #AFA88B;
	font-weight: bold;
}

.container .main .left .content a.bold {
	color: #AFA88B;
	font-weight: bold;
}

#minsize p {
	text-align: center;
}
#minsize {
	margin-right: auto;
	margin-left: auto;
}

.container .main .left .content #minsize p.head {
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: .1em;
	padding-bottom: 0px;
}
.container .main .left .content #minsize p.subhead {
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 0px;
}
.container .main .left .content #minsize p {
	font-size: 1.2em;
	padding-bottom: 0px;
}
.container .main .left .content #minsize tr.height {
	height: 30px;
}


.container .main .left .content .warranty p {
	font-size: 1.2em;
	line-height: 140%;
}
