/* Retroplitan Style Sheet */
/* by Red Letter Design / Brenda Egeland, Fall 2006. */
/* www.redletterdesign.net */

a {outline: none;}  /* get rid of Firefox link boxes */

html {
	height: 100%; /* forces vertical scrollbars in FF to avoid horizontal shift on short pages */
}
body {
	background-image:url(../images/bkgdTile.jpg);
	background-position: center top;
	text-align: center;
	font-family: Georgia, Times, serif;
	font-size: 14px;
	color: #444444;
	margin: 0;
	padding: 0 0 20px 0;
	min-height: 101%; /* forces vertical scrollbars in FF to avoid horizontal shift on short pages */
}
h1 {
	color: #B55839;
	font-weight: normal;
	font-size: 24px;
	margin: 0 0 10px 0;
}

h2 {
	color: #586A2e;
	font-weight: normal;
	font-size: 20px;
	font-weight: normal;
	margin: 20px 0 5px 0;
} 
h3 {
	color: #823212;
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	margin: 0 0 3px 0;
}

p {
	line-height:1.6;
	margin: 0 0 10px 0;
}
li {
	line-height: 1.2;
	margin: 0 0 5px 0;
}
a {
	color: #B55839;
}
a:visited {
	color: #586A2e;
}
a:hover {
	color: #B55839;
	background-color: #EDE8D4;
}
strong {
	color: #222222;
	font-weight: bold;
}
img { 
	margin: 0; padding: 0; 
}
img.imgright {
	float: right;
	margin: 5px 0px 5px 5px;
}
img.imgleft {
	float: left;
	margin: 5px 5px 5px 0;
}
div#wrapper1 {
	background-image: url(../images/bkgdTopTile.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	margin: 0;
}
div#wrapper2 {
	position: relative;
	margin: 0 auto !important;
	margin: 0;
	padding: 0;	
	text-align: left;
	background-image: url(../images/containerBkgd.jpg);
	background-repeat: repeat-y;
	width: 760px;
}
div#wrapper3 {
	position: relative;
	margin: 0;
	padding: 200px 70px 20px 70px;	
	text-align: left;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
body#homepage div#wrapper3 {
	background-image: url(../images/headerHome.jpg);
}
h1#tagline {
	position: absolute;
	top: 120px;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: black;
	margin: 0;
	padding: 0;
	width: 620px;
}
div#nav {
	position: absolute;
	top: 162px;
	padding: 0 110px;
	margin: 0;
	width: 400px;
	z-index: 50;
}
ul#navlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#navlist li {
	display: inline;
	height: 35px;
	width: 100px;
	float: left;
	padding: 0;
	margin: 0;
}
ul#navlist li a {
	display: block;
	width: 63px;
	height: 35px;
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: black;
	text-align: left;
	padding: 6px 0 0 37px;
	margin: 0;
	background-image:url(../images/button_off.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

ul#navlist li a:hover {
	background-image: url(../images/button_over.jpg);
	background-color: transparent;
	color: black;
}
body#homepage li#homebutton a,
body#aboutpage li#aboutbutton a,
body#gallerypage li#gallerybutton a,
body#contactpage li#contactbutton a {
	background-image: url(../images/button_on.jpg);
}
div#lowerNav {
	text-align: center;
	padding: 0 70px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;

}
ul#lowerNavlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#lowerNavlist li {
	display: inline;
	padding: 0 10px;
	margin: 0;
}

div#footer {
	text-align: right;
	padding: 10px 60px 5px 70px;;
	margin: 0;
}
div#footer p {
	color: #888888;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
div#footer a {
	font-size: 10px;
	color: #888888;
	text-decoration: none;
}
div#footer a:hover {
	color: #B55839;
	background-color: transparent;
}
div#robesclear {
	float: left;
	width: 110px;
	height: 330px;
}
div#furnitureclear {
	position: relative;
	float: right;
	width: 200px;
	height: 150px;
	background-color: transparent;
}
div#furnitureclear2 {
	float: right;
	clear: right;
/*	top: 170px;
*/	width: 300px;
	height: 230px;
	background-color:transparent;
	
}
div#wraparoundpics {
	position: relative;
	z-index: 50;
}

.warning {
	color: #990000;
	font-weight: normal;
	font-style: italic;
}
div#wrapper3 table.contactFormTbl th {
	font-weight: bold;
	text-align: right;
	border: none;
	vertical-align: top;
}
div#wrapper3 table.contactFormTbl td {
	font-weight: normal;
	text-align: left;
	border: none;
	background-color: transparent;
	vertical-align: top;
}
p.tag2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
}
div#quote {
	float: right;
	padding: 10px;
	margin: 10px;
	width: 300px;
	position: relative;
	}
div#quote p.saying {
	text-align: center;
	color: #586A2e;
	font-weight: normal;
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding: 0;
}
div#quote p.author {	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
	margin: 0;
	padding: 0;
}
