



/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html, body {
height: 100%;

}
body {
	background: #fff7e2  url(img/bg6.jpg) repeat-x;
	color: #666;
	font: 14px/20px Georgia, "Times New Roman", Times, serif;
	
	
}

#logo h1{font-family:Georgia, serif; font-size:46px; color:#000; font-weight:bold; line-height:50px; margin:0px; padding:0; position:absolute; top:10px; text-indent:-2000px;}
#container {
	width: 1024px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -190px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	background:url(img/masthead1.png) no-repeat}

#content{padding-top:318px;
background:url(img/s5.png) no-repeat  50% 314px  ;
color:#000;
padding-bottom:31px;
margin:0 74px;
	
}
#gallery{padding-top:326px;
	background:url(img/s6.png) no-repeat  50% 314px  ;
color:#000;
padding-bottom:34px;
margin:0 74px;
}
#home {
	background: #ccc000 url(img/bg6.jpg) repeat-x;
}

#header_home {
	padding-top: 15px;
	margin-bottom: 60px;
	
}


.clear {
	clear: both;
}

#header_home h1 {
	margin-bottom: 0px;
}

#secondary {
	background:  #000;;
}

#header_secondary {
	padding-top: 15px;
	margin-bottom: 44px;
	float: left;
	width: 920px;
}

.logo_secondary {
	float: left;
}

.logo_secondary h1 {
	margin-bottom: 0px;
}
/* Start Custom menu */




#bathroomsbutton a,
#homebutton a,
#contactbutton a  {
   background-repeat: no-repeat;
   display: block;
   height: 27px;
   background-position: 0% 0px;
   font-size: 27px;
   line-height: 27px;
}

#variousbutton a,
#kitchensbutton a  {
   background-repeat: no-repeat;
   display: block;
   height: 33px;
   background-position: 0% 0px;
   font-size: 33px;
   line-height: 33px;
}

#bathroomsbutton a:hover  {
   background-position: -129px 0%;
}

#kitchensbutton a:hover  {
   background-position: -107px 0%;
}

#contactbutton a:hover  {
   background-position: -98px 0%;
}

#variousbutton a:hover  {
   background-position: -96px 0%;
}

#homebutton a:hover  {
   background-position: -63px 0%;
}

#homebutton a  {
   width: 63px;
   background-image: url(img/homebutton.png);
}

#kitchensbutton a  {
   width: 107px;
   background-image: url(img/kitchensbutton.png);
}


#bathroomsbutton a  {
   width: 129px;
   background-image: url(img/bathroomsbutton.png);
}

#variousbutton a  {
   width: 96px;
   background-image: url(img/variousbutton.png);
}

#contactbutton a  {
   width: 98px;
   background-image: url(img/contactbutton.png);
}




#homebutton  {
   visibility: visible;
   position: absolute;
   left: -16px;
   top: 244px;
   z-index: 1;
   width: 63px;
   height: 27px;
}
#kitchensbutton  {
   visibility: visible;
   position: absolute;
   left: 62px;
   top: 240px;
   z-index: 1;
   width: 107px;
   height: 33px;
}
#bathroomsbutton  {
   visibility: visible;
   position: absolute;
   left: 180px;
   top:246px;
   z-index: 1;
   width: 129px;
   height: 27px;
}
#variousbutton  {
   visibility: visible;
   position: absolute;
   left: 318px;
   top: 240px;
   z-index: 1;
   width: 96px;
   height: 33px;
}

#contactbutton  {
   visibility: visible;
   position: absolute;
   left: 422px;
   top: 244px;
   z-index: 1;
   width: 98px;
   height: 27px;
}

#menu  {
   margin: 0px auto 0px auto;
   width: 539px;
   position: relative;
}


/* End Custom Menu */



/* Typography ////////////////////////////////////////////////////////// */

p {
	color: #3d1d13;
	font: 1em/1.7em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 1.5em;
	text-align:center;
	font-weight:bold;
}

p a {
	color: #edc959;
	text-decoration: underline;
}

p a:hover {
	color: #d27972;
}
p span{color:#c46706; font-size:.9em; font-weight:bold;}

em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
}

strong, b {
	color: #ffffff;
	font-weight: bold;
}

acronym {
  border-bottom: 1px dotted #ffffff;
  color: #ffffff;
}

pre, p.pre {
	font: 1em "Courier New", Courier, mono;
	margin-bottom: 1.7em;
	color: #aec68e;
	background-color: #0e5760;
	padding: 1em;
	white-space: pre;

}

code {
	font: 1em "Courier New", Courier, mono;
	color: #aec68e;
}

hr {
	margin: 20px;
	height: 1px;
	color: #0e5760;
	background-color: #0e5760;
	border: none;
}

h1 {
	color:#661E08;
	font: bold 28px/34px "Times New Roman", Georgia, serif;
	font-variant:small-caps;
	letter-spacing: 1px;
	text-align:center; 
	margin-bottom:.7em;
	margin-top:.4em;
}

h1 a {
	color: #edc959;
	text-decoration: none;
}

h1 a:hover {
	color: #cb8676;
}

h2 {
	color: #aec68e;
	text-transform: uppercase;
	letter-spacing: -1px;
	font: bold 21px/21px "Lucida Grande", Helvetica, sans-serif;
}

h3 {
	font: italic bold 1.3em/1em Georgia, "Times New Roman", Times, serif;
	color: #cb8676;
	margin-bottom: 1em;
}




/* Contact Form ////////////////////////////////////////////////////////// */

input, textarea, select { padding:2px 3px; border:1px solid #f3e6cf ;/* to be styled */ }

form { /* to be styled */ }

img { /* to be styled */ }
img.noborder {
	border: none;
	}

/*** Form **/
.contact_form {
font-size: 1.3em;

width: 380px; 
background: none; border: 1px solid #ebdcb6;
margin: 10px 0 4px 30px;
margin-top: 30px;
float:left;
text-align:left;
}

.contact_form p{ 
text-align:left;
font-size:.7em;
margin:0 0 3px 5px;
color: #9c8365;
	
}


fieldset {
padding: 6px;
border: 1px solid #f3e6cf;
border-width: 0;
}
legend {

font-size: 1.2em;
padding: 4px;
margin-bottom: 4px;
color:#c46706;
}
fieldset.minor {
padding: 3px;
border: 1px solid #f3e6cf;
}

fieldset.minor legend {
font-style: italic;
padding: 2px;
font-size: .9em;
}
textarea { width: 90%;}

/* Explanation */
div#explanation {
font-size: 1.2em;
border: 1px solid #b79c7e;
padding: 1em;
width: 500px; margin: 20px auto;
}


/* End Contact Form */



#map{
	float:right;
	margin:30px 60px 0 0;
	padding: 0 4px 73px 12px;
	
	width: 360px; 
	background: none; 
	background: none; 
	clear:right;
}

#map p{

color:#9c8365;
font-size:.9em;
font: Georgia, serif;
line-height:18px;
padding:0 2px;
text-align:left;
font-weight:bold;}

#map h4{font-size: 1.2em;
padding: 2px;
margin-bottom: 4px;
color:#c46706;}

#footercontainer {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 50px;
	position: relative;
	background:#581908;
}


#footer {text-align:center;
height: 190px;
position: relative;
background:#581908 url(img/footer-bg.png) repeat-x}
#footer p{ font-variant: small-caps;letter-spacing:.2em; margin:0px 0 0 0; padding:2em 0 0 0;  font-family:"Times New Roman", Georgia, serif; font-size:12px; color:#fffcd5; letter-spacing:.15em;line-height:24px;  text-align:center; }
#footer small {font-variant: small-caps;margin:0px 0 0 0; padding:0px;  font-family:Arial, serif; font-size:10px; color:#fffcd5; letter-spacing:.1em;line-height:12px;  text-align:center;}
#footer small a{color:#efdf85; text-decoration:none;text-align:center;}
#footer small a:hover {color:#c46706;text-decoration:underline;text-align:center;}
.clearfooter {
height: 190px;
clear: both;
}









