/* START STANDARD STYLES */
/* These styles need to be appear on every site but you can adjust as necessary (the only things you should need to adjust are the foreground and background colours */
/* These styles should define how the content section looks */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #666;
	background: #fff;
	font-family: tahoma, arial, helvetica;
	font-size: 75%;
	margin: 5px;
}

body.site {
	margin: 0;
	background: #666;
}

span.blue {
	color: #498797;
}

span.red {
	color: #d85441;
}

span.large {
	font-size: 120%;
}

span.small {
	font-size: 90%;
}

h1 {
	color: #498797;
	margin: 0 0 0.5em 0;
	font-size: 175%;
	font-weight: normal;
}

h2 {
	color: #d85441;
	margin: 0.5em 0 0.5em 0;
	font-size: 150%;
	font-weight: normal;
}

h3 {
	color: #498797;
	margin: 0.5em 0 0.5em 0;
	font-size: 125%;
	font-weight: normal;
}

hr {
	border: 0;
	border-top: 1px dashed #d85441;
	background: transparent;
	color: #fff;
	clear: left;
}

p {
	margin: 1em 0 1em 0;
	line-height: 150%;
}

ul, ol {
	margin-left: 20px;
}

body.site ul, body.site ol {
	margin-left: 0;
}

#content ul, #content ol {
	margin-left: 20px;
}

li {
	line-height: 150%;
}

q {
	font-style: italic;
}

blockquote {
	font-style: italic;
	border-left: 1px solid #000;
	padding-left: 10px;
	margin-right: 0;
}

img {
	border: 0;
}

table {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

th {
	background: #498797;
	color: white;
	font-weight: bold;
}

td {
	line-height: 150%;
}

abbr, acronym { 
	border-bottom: 1px dotted #498797; 
	cursor: help; 
}

caption {
	text-align: left;
}

a:link {
	color: #498797;
	text-decoration: underline;
}

a:visited {
	color: #498797;
	text-decoration: underline;
}

a:hover {
	color: white;
	background: #498797;
	text-decoration: none;
}

a:active {
	color: white;
	background: #498797;
	text-decoration: none;
}

a:focus {
	color: white;
	background: #498797;
	text-decoration: none;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

p.indent {
	margin-left: 25px;
}

span.underline {
	text-decoration: underline;
}

img.left {
	float: left;
	margin: 5px;
}

img.right {
	float: right;
	margin: 5px;
}

label {
	cursor: pointer;
}

input.button {
	background: #a6a5a0;
	color: #fff;
	border: 1px solid #000;
}

input.textbox, textarea.textbox {
	color: #000;
	border: 1px solid #a6a5a0;
	padding: 2px;
	font-family: arial, helvetica;
}

div.clear {
	clear: both;
}

p.image {
	margin: 0;
	padding: 0;
}

/* END STANDARD STYLES */










/* START PAGE SPECIFIC STYLES */

#skipLinks, #printTitle {
	display: none;
}

#container {
	width: 786px;
	padding: 8px 35px 0 29px;
	margin: auto;
	background: #fff url(../images/bg-container.gif) 0 0 repeat-y;
}

#header {
	border-top: 10px solid #d85441;
}

#logo {
	width: 541px;
	height: 424px;
	margin-top: 3px;
	float: left;
	border-bottom: 3px solid #d85441;
}

#logo a:hover, #logo a:active, #logo a:focus {
	background: transparent;
}

#logo img {
	display: block;
}

div.home {
	background: #fff url(../images/bg-header1.jpg) 0 0 no-repeat;
}

div.bedroom {
	background: #fff url(../images/bg-header2.jpg) 0 0 no-repeat;
}

div.dining {
	background: #fff url(../images/bg-header3.jpg) 0 0 no-repeat;
}

div.upholstery {
	background: #fff url(../images/bg-header4.jpg) 0 0 no-repeat;
}

div.carpets {
	background: #fff url(../images/bg-header5.jpg) 0 0 no-repeat;
}

div.contact {
	background: #fff url(../images/bg-header6.jpg) 0 0 no-repeat;
}

div.sale {
	background: #fff url(../images/bg-header7.jpg) 0 0 no-repeat;
}

#menu {
	width: 243px;
	height: 424px;
	margin: 3px 0 0 2px;
	float: left;
	background: #b8af9c;
	border-bottom: 3px solid #b8af9c;
}

#menu li {
	height: 69px;
	list-style-type: none;
	border-top: 2px solid #fff;
}

#menu li.first {
	border: none;
}

#menu li.home {
	background: url(../images/bg-menu-home.jpg) 0 100% no-repeat;
}

#menu li.bedroom {
	background: url(../images/bg-menu-bedroom.jpg) 0 100% no-repeat;
}

#menu li.dining {
	background: url(../images/bg-menu-dining.jpg) 0 100% no-repeat;
}

#menu li.upholstery {
	background: url(../images/bg-menu-upholstery.jpg) 0 100% no-repeat;
}

#menu li.carpets-and-curtains {
	background: url(../images/bg-menu-carpets.jpg) 0 100% no-repeat;
}

#menu li.contact-us {
	background: url(../images/bg-menu-contact.jpg) 0 100% no-repeat;
}

#menu li.offers {
	background: url(../images/bg-menu-offers.jpg) 0 19px no-repeat;
	height: 282px;
}


#menu a {
	color: #fff;
	font-size: 120%;
	background: url(../images/bg-menu.gif) 0 0 no-repeat;
	padding: 0 5px 1px 24px;
	display: block;
	width: 214px;
	text-decoration: none;
}


#menu a:hover, #menu a:active, #menu a:focus {
	background: #d85441;
}

#leftCol {
	width: 541px;
	margin-top: 3px;
	float: left;
	padding-bottom: 20px;
}

#content {
	padding: 0 5px;
	width: 529px;
}

div.twoColA {
	width: 262px;
	float: left;
}

div.twoColB {
	width: 262px;
	float: left;
	margin-left: 5px;
}

label.lblFrm {
	width: 100px;
	float: left;
	display: block;
	padding-top: 1px;
}

#frm {
	width: 350px;
	margin: auto;
}

#frm input.textbox, textarea.textbox {
	width: 200px;
}

#rightCol {
	width: 243px;
	margin: 3px 0 0 2px;
	float: left;
	background: url(../images/bg-rightCol.gif) 0 0 repeat-x;
	padding-bottom: 20px;
}

#search {
	width: 223px;
	margin: auto;
}

#search label {
	color: #498797;
	font-style: italic;
	font-size: 120%;
}

#search input.textbox {
	width: 123px;
}

#search input.imgBtn {
	position: relative;
	top: 5px;
}

#maps {
	padding: 0 4px;
}

#maps h2 {
	font-style: italic;
}

#maps h2 span {
	color: #498797;
	font-size: 60%;
}

#maps p {
	margin: 0;
}

#footer {
	background: url(../images/bg-footer.gif) 0 0 no-repeat;
	width: 786px;
	padding: 0 35px 0 29px;
	margin: auto;
	text-align: center;
	color: #b8af9c;
	font-size: 90%;
}

#footer ul {
	padding-top: 65px;
}

#footer li {
	display: inline;
	background: url(../images/bt-footer.gif) 0 3px no-repeat;
	padding: 0 5px 0 10px;
}

#footer li.first {
	padding-left: 0;
	background: none;
}

#footer a {
	color: #b8af9c;
	text-decoration: none;
}

#footer a:hover, #menu a:active, #menu a:focus {
	background: transparent;
	text-decoration: underline;
}

/* END PAGE SPECIFIC STYLES */











/* START LIGHTBOX STYLES */
/* You shouldn't need to edit these */

#lightbox{position: absolute;top: 40px;left: 0;width: 100%;z-index: 100;text-align: center;line-height: 0;}
#lightbox a img{ border: none; }#lightbox a:hover{ background: transparent;}
#outerImageContainer{position: relative;background-color: #fff;width: 250px;height: 250px;margin: 0 auto;}
#imageContainer{padding: 10px;}
#loading{position: absolute;top: 40%;left: 0%;height: 25%;width: 100%;text-align: center;line-height: 0;}
#hoverNav{position: absolute;top: 0;left: 0;height: 100%;width: 100%;z-index: 10;}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{width: 49%;height: 100%;background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */display: block;}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{font: 10px Verdana, Helvetica, sans-serif;background-color: #fff;margin: 0 auto;line-height: 1.4em;}
#imageData{padding:0 10px;}#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;}
#overlay{position: absolute;top: 0;left: 0;z-index: 90;width: 100%;height: 500px;background-color: #000;filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html>body .clearfix {display: inline-block; width: 100%;}
* html .clearfix {/* Hides from IE-mac \*/height: 1%;/* End hide from IE-mac */}

/* END LIGHTBOX STYLES */










/* START SEARCH RESULTS STYLES */
/* You shouldn't need to edit these */

span.highlight { background: transparent; }
div.searchheading { font-size: 100%; font-weight: bold; padding: 0 5px;}
div.summary { font-size: 80%; font-style: italic;  padding: 0 5px;}
div.results { font-size: 100%;  padding: 0 5px;}
div.category { color: #999999;  padding: 0 5px;}
div.description { font-size: 100%; color: #008000;  padding: 0 5px;}
div.context { font-size: 100%;  padding: 0 5px;}
div.infoline { font-size: 80%; font-style: normal; color: #808080; padding: 0 5px;}
div.sorting { text-align: right;  padding: 0 5px;}
div.result_title { font-size: 100%;  padding: 0 5px;}

form.zoom_searchform { font-size: 100%;  padding: 0 5px;}
span.zoom_options { font-size: 80%;  padding: 0 5px;}
input.zoom_button {  }
input.zoom_searchbox {  }

/* END SEARCH RESULTS STYLES */