@charset "utf-8";
/* CSS Document */

/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* Lightbox  */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#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-image: url(data:image/gif;base64,AAAA); /* 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; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



/* MAIN  */

body {
	background-color:#d5af76;
}

#home-container {
	width:1000px;
	margin: 0 auto;
	background-image:url(images/home-container-bg.jpg);
	background-repeat:no-repeat;
	border: solid;
	border-width:1px;
	border-color:#000000;
}

#interior-container {
	width:1000px;
	margin: 0 auto;
	background-image:url(images/interior-container-bg.jpg);
	background-repeat:no-repeat;
	border: solid;
	border-width:1px;
	border-color:#000000;
}


/* HEADER  */

#logo {

	float:left;
	margin-left:45px;

}

#social {
float:right;
margin-right:5px;
  margin-top:5px;

}




#tagline {
  
    margin-left: 300px;
    margin-top: 120px;
    position: absolute;

}

#tagline h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:36px;
	color:#6c0404;
	text-align:center;


}
#nav {

	background-image:url(images/nav-bg.png);
	background-repeat:no-repeat;
	width:785px;
	height:27px;
	float:right;
	position: relative;
	margin-top:-75px;
}

#nav ul {
	list-style-type:none;
	margin:5px 15px 0 0;
	padding:0;
	overflow:hidden;
	float:right;
}

#nav li {
	display:inline;

}

#nav a {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
	padding-right:32px;

}

#nav a:hover {
	color:#c56c4d;
}

#home-body {
	width:759px;
	margin-left:210px;
	min-height: 528px;

}

#about-body {
	width:900px;
	margin: 0 auto;
	min-height: 528px;
}

#products-body {
	width:900px;
	margin: 0 auto;
	min-height: 528px;
}

#gallery-body {
	width:900px;
	margin: 0 auto;
	min-height: 528px;
}

#gallery-body h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	color:#6c0404;
	text-align:center;
	padding-bottom:20px;
}

#gallery-body img  {
border:2px solid #6c0404; 
}

#gallery-body .gallery-caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#6c0404;
	text-align:center;
	padding: 5px 0;
}

#home-body h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:36px;
	color:#6c0404;
	text-align:center;

}



#home-body h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:20px;
	color:#6c0404;
	text-align:left;

}
#home-body p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: #000000;
	text-align:left;
	line-height: 22px;
}

.bold {
	font-weight:bold;
}

#home-body li {
	list-style: disc;
	list-style-position:inside;
	color:#6c0404;
	line-height: 20px;
	padding-left:35px;
  	text-align:left;

}

#home-body hr {
	background-color:#221100;
	color:#221100;
	height:1px;
	width:503px;
	border:0;
}

#about-left {
    float: left;
    margin-left: 170px;
	margin-top: 10px;
    width: 715px;
}

#about-left h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:36px;
	color:#6c0404;
}

#about-left h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:20px;
	color:#6c0404;
	text-align:center;
}

#about-left p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: #000000;
	line-height: 18px;
}

#about-left li {
	list-style: disc;
	list-style-position:inside;
	color:#6c0404;
	text-align:left;
	line-height: 20px;

}

#about-left a {
	color:#6c0404;
	text-decoration:underline;
}

#contact-left {
    float: left;
    margin-left: 115px;
	margin-top: 10px;
    width: 715px;
}

#contact-left h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:36px;
	color:#6c0404;
	margin-left: 65px;
}

#contact-left h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:20px;
	color:#6c0404;
	text-align:center;
}

#contact-left p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: #000000;
	line-height: 18px;
}

#contact-left li {
	list-style: disc;
	list-style-position:inside;
	color:#6c0404;
	text-align:left;
	line-height: 20px;

}

#contact-left a {
	color:#6c0404;
	text-decoration:underline;
}

#products-left {
	float:left;
	width:520px;

}

#products-left h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:16px;
	color:#6c0404;
}

#products-left h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:36px;
	color:#6c0404;
}

#products-left p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color: #000000;
	line-height: 15px;
}

#products-left li {
	list-style: disc;
	list-style-position:inside;
	color:#6c0404;
	text-align:left;
	line-height: 20px;

}

#about-right {
	float:right;
	margin-top: 45px;

}

#about-right h1 {
 color: #6C0404;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
	font-style:italic;
	margin-top: 75px;
	text-align:center;
}

#products-right {
	float:right;


}

#products-right h1 {
 color: #6C0404;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 15px;
    font-weight: bold;
	padding-top:5px;
    text-align: center;
	font-style:italic;
	text-align:center;
}

#products-image {
	background-color:#3e0700;
	height:226px;
	width:350px;
}

#products-image img {
	margin:20px 0 0 75px;
}

#products-image .caption {
	font-family: Georgia,"Times New Roman",Times,serif;
	color:#FFFFFF;
	size:12px;
	 margin-left:20px;
  margin-top:10px;
  position:absolute;
}

#products-image .caption a {
	font-family: Georgia,"Times New Roman",Times,serif;
	color:#FFFFFF;
	size:12px;
	text-decoration:underline;
}


#contact-numbers {
font-size:17px;
  line-height:25px;
  margin-left:660px;
  margin-top:70px;
  position:absolute;

}

#footer {
	background-image:url(images/footer-bg.gif);
	background-repeat:repeat-x;
	width:1000px;
	height:99px;
}

#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color: #000000;
	text-align:center;

}

#phone-numbers {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	padding: 20px 0 0 35px;
	line-height:15px;
	width: 135px;
}

#copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	color:#FFFFFF;
	padding-left: 34px;
	padding-top: 15px;
	width: 345px;

}

#copyright a {
font-family:Arial, Helvetica, sans-serif;
font-size:8px;
color:#FFFFFF;
text-decoration:none;
	
}

#copyright a:hover {
text-decoration: underline;
	
}

.tagline {
 	color: #FFFFFF;
    float: right;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 24px;
    font-style: italic;
    margin-right: 95px;
    margin-top: -63px;
    width: 638px;
	
}

#button {
	background-color: #3e0700;
	border:0;
	color:#ffffff;
}

input {
	border-style:solid;
	border-color:#3e0700;
	border-width:thin;
	margin-bottom:3px;
	margin-left:10px;
}

textarea {
	border-style:solid;
	border-color:#3e0700;
	border-width:thin;
	margin-left:10px;
}
