/* CSS Document */

body {
	background-image:url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position:left top;
	background-color: #FCFFF5;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: Geneva, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #3B312F;
}
p {
	letter-spacing:1px;
}

a {
	text-decoration:none;
	color: #8A4452;
}

a:hover {
	text-decoration:underline;
}

/* Navigation */
#navcontainer {
	height: 27px;
	width: 762px;
	margin: auto;
}
#nav1 {
	margin-top:2em;
}

#nav {
	position: relative; 
	left: 7px; 
	margin:0; 
	padding:0;
	list-style: none; 
}

#nav a {
	display: block; 
	width: 95px;
}

#nav li {
	float: left;
	width: 95px;
	position:relative;
	height:27px;
	left: -5px;
	padding-top:0px;
	font-family: Georgia, Garamond, "Times New Roman", serif;
}

#nav li a {
	text-decoration:none;
	color:#875861;
	padding-top:5px;
}

#nav li a:hover {
	color: #FFF;
}

#nav li ul {
	margin:0;
	padding:0;
	position: absolute;
	left: -100em;
	top: 27px;
	z-index:910;
	width: 106px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #875861;
}

#nav li li {
	font-size:12px;
	text-align:left;
	color:#875861;
	left:-3px;
	height: auto;
	width: 100px;
	list-style-type: none;
	font-family: Georgia, Garamond, "Times New Roman", serif;
	line-height: 12px;
	margin-left:2px;
	border:none;
}

#nav li li a {
	text-decoration:none;
	color:#875861; 
	padding: 2px;
	background-color:#FCFFF5;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #875861;
	border-left-color: #875861;
	border-top:none;
	border-bottom:none;
	padding-left:3px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:2px;
	width: 100px;
}

#nav li:hover ul, #nav li.sfh ul {
	left: -0px;
}

#nav li ul ul {
	list-style: none;
	margin: -1.2em 0 0 10em; 
	padding: 0;
	z-index:920;
}

#nav li:hover ul ul, #nav li.sfh ul ul {
	left: -100em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfh ul, #nav li li.sfh ul {
	left: 0; 
	background-color:#efefef; 
	background:none;
}

#nav li li a:hover {
	background-color:#E5C4C3;
	background-image: none;
}

* html #nav {
	position:absolute;
}

#container {
	width: 762px;
	margin: auto;
	min-height: 400px;
}

/* Home Page Specific */
#homeimage {
	margin-left:310px;
	width: 450px;
	height: 600px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3B312F;
	border-left-color: #3B312F;
}

#homecontent {
	width: 310px;
	float:left;
}

#homecontent1 {
	height: 300px;
	width: 290px;
}

#homecontent1 p {
	color: #FCFFF5;
}

#homecontent1 a {
	color: #DEB1AF;
}

#homecontent2 {
	width: 290px;
}

#homecontent2 p {
	color: #3B312F;
}

/* Layout for Internal Pages */
#gallerytitle {
	height: 68px;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 400px;
	background-image: url(../images/sections/galleries.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#salesroomtitle {
	height: 68px;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 400px;
	background-image: url(../images/sections/salesroom.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#mailinglisttitle {
	height: 68px;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 400px;
	background-image: url(../images/sections/mailinglist.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#abouttitle {
	height: 68px;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 400px;
	background-image: url(../images/sections/about.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#contacttitle {
	height: 68px;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 400px;
	background-image: url(../images/sections/contact.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#commissionstitle {
	height: 68px;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 400px;
	background-image: url(../images/sections/commissions.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#mainimage {
	margin-left:310px;
	width: 450px;
	height: 600px
}

#interiorcontent {
	width: 760px;
}

#interiorcontent1 {
	min-height: 350px;
	width: 760px;
	background-color: #FCFFF5;
	padding: 15px;
	background-image: url(../images/interior_content_bg.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #875861;
	border-right-color: #875861;
	border-bottom-color: #875861;
	border-left-color: #875861;
}

#interiorcontent1 p {
	color: #3B312F;
}

#interiorcontent1 a {
	color: #8A4452;
}


#interiorcontent1 h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #875861;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	letter-spacing: 1px;
}

#interiorcontent1 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #875861;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	letter-spacing: 1px;
}
/* Footer */
#footercontainer {
	background-color: #96988C;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3B312F;
}

#footer {
	height: 40px;
	width: 762px;
	margin: auto;
}

#footer p {
	color: #FCFFF5;
	text-align:right;
}

#footer a {
	color: #FCFFF5;
}

/* Images */
.logo {
	height: 68px;
	margin-top: 10px;
}
.interiorlogo {
	height: 68px;
	margin-top: 10px;
	float: left;
	widht: 240px;
	
}

/* Text */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #DEB1AF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	letter-spacing: 1px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #875861;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	letter-spacing: 1px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #DEB1AF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	letter-spacing: 1px;
}
.display {
	font-size: 10px;
	color: #E5D1C1;
}

.image {
	float:right;
	padding-left: 20px;
}
