@charset "utf-8";

body, html {
	margin:0;
	padding:0;
	}
.twoColFixLtHdr  a:link, .twoColFixLtHdr a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.twoColFixLtHdr a:hover, .twoColFixLtHdr a:active {
	color: #FB7D00;
	text-decoration: none;
}


/* neutralize browser spacing for vertical elements */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
	}
	
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333;
	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: #CCCCCC;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background: #333;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 180px;
	position: relative;
	border-bottom: 5px solid #FB7D00;
	margin-top: 10px;
} 

#header h1 {
	text-indent: -1000em;
	height: 63px;
	width: 304px;
	position: absolute;
	left: 0px;
	top: 30px;
	background-image: url(../_images/header-logo.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	margin-top: 20px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 320px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 0px 15px 0px;
	background-color: #333333;
	font-size: 0.705em;
	line-height: 1.4em;
}
.contact-for-details {
	color: #FF9900;
}

.twoColFixLtHdr #mainContent {
	margin: 25px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 0.8em;
	line-height: 1.4em;
} 
#mainContent h1 {
	font-size: 1.5em;
	color: #FF9900;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
#mainContent h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #FF9900;
}
.mission-statement {
	font-weight: normal;
	color: #FFCC00;
}

#sidebar1 h3 {
	font-size: 1.20em;
	font-weight: normal;
	color: #FFCC00;
}

.twoColFixLtHdr #footer {
	background:#2E2E2E;
	clear: both;
	font-size: 0.75em;
	padding-top: 20;
	padding-bottom: 20;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top:1px solid #505050;
	border-bottom:1px solid #505050;
} 
#sidebar1 a:link, #sidebar1 a:visited {
	color: #CCCC00;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-decoration: none;
}

#sidebar1 a:hover, #sidebar1 a:active {
	color: #FFCC00;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-decoration: underline;
}

.twoColFixLtHdr #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 */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.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;
}

#header #logo {
	height: 76px;
	width: 460px;
	position: absolute;
	top: 59px;
	right: 0px;
	background-image: url(../_images/header-carved-beds.jpg);
	background-repeat: no-repeat;
}
#header #search {
	position: absolute;
	height: 34px;
	width: 234px;
	left: 557px;
	top: 149px;
}
#search #search-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	background-color: #4E4E4E;
	border: 1px solid #666;
	padding: 0.1em 0.5em;
}
.twoColFixLtHdr #container #header #search img {

}




/* -------------------main navigation menu -----------------------*/
#header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	position: absolute;
	right: 237px;
	bottom: 0px;
	width: 542px;
}
#header li {
	float: left;
}
#header li a:link, #header li a:visited {
	display: block;
	padding: .5em 0;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	text-decoration: none;
	color: #ccc;
	line-height: 1.2em;
	margin-right: 1.3em;
}
#header li a:hover, #header li a:active {
	color: #FB7D00;
	border-top: 1px dotted #FB7D00;
	text-decoration: none;
}
#header li a.current, #header li a.current:hover, #header li a.current:active {
	color: ##FB7D00;
	cursor: default;
	border-top: 1px dotted #FB7D00;
}
#header #header-tel {
	font-size: 0.65em;
	font-weight: bold;
	color: #CCCCCC;
	position: absolute;
	left: 392px;
	top: 14px;
	width: 405px;
	height: 16px;
}
#header-tel   #email, #header-tel  #contacts {
	color: #FF9900;
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 0px;
	padding-left: 1em;
	text-decoration: none;
}
#header     #email   a:link, #header    #email   a:visited, #header  #contacts  a:link, #header #contacts a:visited  {
	color: #FF9900;
	text-decoration: none;
}
.sidebar-img {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 10px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #666666;
	width: 320px;
}
.sale-item-name {
	color: #FFCC00;
}
.sale-price {
	font-weight: bold;
	color: #FFCC00;
}



#header     #email   a:hover, #header    #email   a:active, #header  #contacts  a:hover, #header  #contacts  a:active {
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFCC00;
}
.content a:link, .content a:visited {
	color: #CCCC00;
	text-decoration: none;
}

.content a:hover, .content a:active {
	color: #CCCC00;
	text-decoration: underline;
}

.company {
	color: #FFCC00;
}
.twoColFixLtHdr #container #header #search img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
}
#mainContent  a:link, #mainContent  a:visited {
	color: #FFCC00;
	text-decoration: none;
}
#mainContent   a:hover, #mainContent   a:active {
	text-decoration: underline;
}
.twoColFixLtHdr #container #sidebar1 p.quick-link {
	padding-left: 10px;
	font-size: 0.95em;
	line-height: 1.4em;
	padding-right: 10px;
}
#formSearch input.search-button {
	padding: 0px;
	height: 20px;
	width: 71px;
	border: 1px solid #CCCCCC;
	background-image: url(../_images/poweredby_google.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: center center;
}

#header #click-here {
	font-size: 0.7em;
	position: absolute;
	left: 1px;
	top: 132px;
	width: 350px;
	font-style: italic;
	color: #CCCCCC;
}
.twoColFixLtHdr #footer p.related-links {
	font-size: 0.85em;
	color: #CCCCCC;
	padding-top: 5px;
}
.twoColFixLtHdr #footer p.links {
	font-size: 0.95em;
	color: #CCCCCC;
}

