@charset "utf-8";
/* CSS Document */

/* container */
#container {
	background-image: url(images/body_swirls.jpg);
	background-repeat: no-repeat;
	background-position: 260px 175px;
	width: 955px;
	background-color: #603813;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-bottom: 0px;
}

/* header */
#headertop {
	background-color: #603813;
	height: 10px;
}
#header {
	background-color: #FFF8BB;
	height: 120px;
	background-image:url(images/head_swirls.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
}
#logo {
	position: absolute;
	margin-top: 10px;
	margin-left: 75px;
	top: 9px;
}
#address1 {
	position: absolute;
	margin-top: 40px;
	margin-left: 500px;
	width: 200px;
	text-align: right;
	color: #6F1100;
	line-height: 22px;
}
#address2 {
	position: absolute;
	margin-top: 40px;
	margin-left: 710px;
	padding-left: 10px;
	width: 200px;
	text-align: left;
	color: #6F1100;
	line-height: 22px;
	border-left-width: 1px;
	border-left-style: solid;
}

/* nav bar */

#nav {
	background-color: #1A1A1A;
	background-image: url(images/nav.jpg);
	background-repeat: repeat-x;
	height: 46px;
	font-size: 12px;
	line-height: 100%;
	width: 955px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.navsep {
	display: inline;
	height: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	margin-right: 2px;
	margin-left: 2px;
}


/* main body */
.mainimg {
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #1a1a1a;
	border-bottom-color: #1a1a1a;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#offers {
	background-image: url(images/offer_box.jpg);
	background-repeat: no-repeat;
	height: 293px;
	width: 187px;
	float: right;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
	background-position: center center;
	text-align: center;
	display: inline;
}
#offers p {
	margin-top: 26px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

/* footer */
#footer {
	width: 955px;
	background-color: #FFF8BB;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 33px;
	font-size: 18px;
	color: #6F1100;
	line-height: 33px;
	text-align: center;
	padding-top: 5px;
	clear:both;
}
#copyright {
	width: 955px;
	background-color: #1a1a1a;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 15px;
	font-size: 10px;
	color: #999999;
	text-align: right;
	padding-top: 5px;
}

#content {
	margin: 0px;
	padding: 0px;
	float: none;
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #1a1a1a;
	border-right-color: #1a1a1a;
	border-bottom-color: #1a1a1a;
	border-left-color: #1a1a1a;
}
#slideshow {
	float: left;
	height: 377px;
	width: 260px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #1a1a1a;
	border-bottom-color: #1a1a1a;
	margin-right: 5px;
	display: inline;
}

<!--[if IE]>
<style type="text/css"> 
#slideshow { zoom: 1;}
</style>
<![endif]-->