/* CSS Document */
body {
	background-color:#c69c6d; /* #6ca161 */
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/bkgd-gradient.jpg); 
	font-size:13px;
	background-repeat: repeat-x;
	background-position: top;
	margin:10px 0;
}
a:link    { color: #3B4D84; }
a:visited { color: #3B4D84; }
a:hover   { color: #1C2A5E; }
a:active  { color: #000000; }

#header {
	background-color:#8c6239;
	color:#FFFFFF;
	background-image: url(../images/header-bkgd.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer {
	background-color:#8c6239;
	color:#FFFFFF;
	background-image: url(../images/footer-bkgd.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#header a:link    { color: #FFFFFF; text-decoration:none; }
#header a:visited { color: #FFFFFF; text-decoration:none; }
#header a:hover   { color: #FFFF00; text-decoration:underline; }
#header a:active  { color: #FFFFFF; text-decoration:none; }

.navigation {
	background-color:#FFF;
	border-right:1px solid #8c6239;
}
.navbar {
	margin:5px 0 5px 5px;
}
.content {
	background-color:#FFFFFF;
	min-height:550px;
}
.title {
	font-size:20px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#663300;
}
.tableTitle {
	font-style:italic;
	color:#663300; /* #5F4A37 */
	font-size:20px;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-weight:bold;
}
.commercial-bkgd {
	background-image: url(../images/commercial-bkgd.jpg);
	background-repeat: no-repeat;
	background-position: 2px 2px;

}

/* small product view */
.smallProduct {   
	width:198px;
	text-align:center;
	float:left;
	margin:8px 0;
}
.smallProduct img{
	border:1px solid #996600;
}
.prodName {
	font-size:13px;
	color:#663300;
	margin:3px 0;
	font-weight:bold;
	width:190px;
}
.enlarge {
	margin-top:4px;
}
.enlarge a{
	color:#1c8052;
	text-decoration:none;
	font-size:12px;
}
.enlarge img {
	border:none;
}

/* Center Category Listings */
.centerCategories {   
	width:198px; 
	text-align:center;
	float:left;
	margin:5px 0;
}
.centerCategories a:link,
.centerCategories a:visited{
	color: #3B4D84;
	text-decoration:none;
	font-weight:bold;
}
.centerCategories a:hover{
	color: #3B4D84;
	text-decoration:underline;
	font-weight:bold;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireFrameMenu{
	border-top: 1px solid #8c6239;
	background-color: white;
	border-bottom-width: 0;
	width: 167px;
}

* html .wireFrameMenu{ /*IE only rule. Original menu width minus all left/right paddings */
	width: 161px;
}

.wireFrameMenu a{
	font-size:15px;
	font-weight:bold;
	padding: 4px 4px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #663300;
	text-decoration: none;
	border-bottom: 1px solid #8c6239;
}

.wireFrameMenu .subMenu a:link,
.wireFrameMenu .subMenu a:visited {
	font-size:12px;
	font-weight:bold;
	display: block;
	color:#333333; /* #3B4D84; */
	text-decoration: none;
	border-bottom: 1px solid #8c6239;
}
.wireFrameMenu .subMenu a:hover {
	font-size:12px;
	font-weight:bold;
	display: block;
	color:#FFFFFF; /* #663300; */
	text-decoration: none;
	border-bottom: 1px solid #8c6239;
}
.wireFrameMenu .subMenu .selected a:link, {
	background-color: #c69c6d; 
	background-image:url(../images/bkgd-arrow-on.gif);
	color: #000;
	background-repeat: no-repeat;
	background-position: right top;
}


.wireFrameMenu a:visited{
	color: #663300;
}

html>body .wireFrameMenu a{ /*Non IE rule*/
	width: auto;
}

.wireFrameMenu .roomSelected,
.wireFrameMenu .roomSelected a:visited {
	background-color: #8c6239;
	background-image:url(../images/bkgd-arrow-lrg-down.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFFFFF;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}
.wireFrameMenu .room a:link,
.wireFrameMenu .room a:visited {
	background-color: #8c6239;
	color: #FFFFFF;
	background-image:url(../images/bkgd-arrow-lrg-left.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}
.wireFrameMenu .room a:hover {
	background-color: #c69c6d;
	color: #FFFFFF;
	background-image:none;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}
.wireFrameMenu .selected,
.wireFrameMenu .selected a:visited {
	background-color: #c69c6d; 
	background-image:url(../images/bkgd-arrow-on.gif);
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right top;
}
.wireFrameMenu a:hover{
	background-color: #c69c6d; 
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right top;
}

.browseRoom a:link,
.browseRoom a:visited{
	font-size:13px;
	background-image:url(../images/bkgd-browse.jpg);
	background-color:#603913;
	color:#663300;
}
.browseRoom a:hover{
	font-size:13px;
	background-image:none;
	background-color:#c69c6d;
	color:#FFFFFF;
}

/* Contact Page Form */
.contactFormSub {
	background-color:#F9F6F2;
	padding:0 14px;
}
.borderBottom {
	border-bottom:1px solid #e6e2da;
}
.borderTop {
	border-top:1px solid #e6e2da;
}
#messageFrame {
	width:300px;
	border:1px solid #e6e2da;
	background-color:#efece6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.messageHeader {
	font-style:italic;
	color:#5F4A37;
	font-weight:normal; 
	text-align:center;
	font-size:18px;
	font-family:Georgia, 'Times New Roman', Times, serif;
	margin:3px;padding:0;
}
.messageSub {
	background-color:#F9F6F2;
	border-top:1px solid #e6e2da;
	border-bottom:1px solid #e6e2da;
	padding:0 14px;
}
.required {
	color:#C4A000;
}
.inputField {
	margin:2px 0 10px 0;
	width:270px;
	border:1px solid #d7d1ca;
	border-top:1px solid #a69b8b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.messageText {
	color:#5F5851;
}
.submitButton {
	color:#444444;
	background-color:#faf9f2;
	border-top:1px solid #dddddd;
	border-left:1px solid #dddddd;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:3px;
	margin:10px 0;
}
ul.catalog-list {
	list-style:none;
	margin:0;
	padding:5px 0 15px 0;	
}
ul.catalog-list li {
	margin:4px 0;	
}