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

body, div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dd, dt, img, strong, em, a, fieldset, legend  {
	padding:0px;
	margin:0px;
	}
	
body {
	background-color: #61361F;
	background-image:url(../_layout/bg-leather-dark.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	}	

a:link, a:visited {
	color:#000;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
a:active {
	position:relative;
	top:1px;
	}	

#header-wrapper {
	background-color: #924411;
	background-image:url(../_layout/bg-leather-med.jpg);
	border-bottom: solid #000 1px;
}
#header-wrapper #header {
	width: 960px;
	height: 188px;
	margin:0 auto;
	position: relative;
}



#nav-wrapper {
	background-color: #960;
	background-image:url(../_layout/bg-nav.jpg);
	text-align: center;
	border-top: solid #C60 1px;
	border-bottom: solid #000 1px;
}
#nav-wrapper ul#nav {
	display: inline-block;
	position: relative;
	z-index:5;
	/* Below is a hack to let the nav ul be centered */ 
	zoom: 1; /* hack for IE. This must be at the end of the style. */
   *display: inline; /* hack for IE. This must be at the end of the style. */
}
#nav-wrapper ul#nav li {
	display: inline;
	float: left;
	list-style-type: none;
}
#nav-wrapper ul#nav li a:link, #nav-wrapper ul#nav li a:visited {
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 1.75em;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Impact, Arial Black, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color:#FC6;
}
#nav-wrapper ul#nav li a:hover {
	background-color: #000;
}
#nav-wrapper ul#nav li a:active {
	background-color: #336699;
}




#body-wrapper {
	border-top: solid 1px #E5E5E5;
	border-bottom: solid 1px #000;
	background-image:url(../_layout/bg-side-shadows.png);
	background-repeat:repeat-y;
	background-position:center;
}
#body-wrapper2 {
	background-image:url(../_layout/bg-top-shadow.png);
	background-repeat:repeat-x;
	background-position:top;
}
#body-wrapper #body {
	background-color: #FFF;
	background-image:url(../_layout/bg-paper.jpg);
	width: 960px;
	margin:0 auto;
	position:relative;
}
#body-wrapper #body2 {
	background-image:url(../_layout/bg-top-shadow.png);
	background-repeat:repeat-x;
	background-position:top;
	position:relative;
}
#body #body2 a.front-menu-link:link, #body #body2 a.front-menu-link:visited {
	text-decoration: none;
	color: #660000;
}
#body #body2 a.front-menu-link:hover, #body #body2 a.front-menu-link:active {
	text-decoration: underline;
	color: #CA581C;
}


#body-wrapper #body2 .body-menu {
	width: 960px;
	padding: 20px 0 40px 0;
	text-align: center;
}



#body-wrapper #body2 .body-menu .menu-col-left {
	margin: 0 10px 0 30px;
	float: left;
	width: 440px;
}
#body-wrapper #body2 .body-menu .menu-col-right {
	margin: 0 30px 0 10px;
	float: left;
	width: 440px;
}

#body-wrapper #body2 .body-menu h1.menu-head {
	font-size: 6em;
	margin-top: 0;
	margin-bottom: 0px;
	opacity:0.5;filter:alpha(opacity=50);
}
#body-wrapper #body2 .body-menu h3 {
	text-align: center;
	font-size: 1.5em;
	color:#600;
	margin-top: 1em;
	margin-bottom: .3em;
}
#body-wrapper #body2 .body-menu p {
	width: 400px; 
	font-size: 1em;
	text-align: center;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.4em;
}

#body-wrapper #body2 .body-menu p.intro {
	width: 800px; 
	font-size: 1.3em;
	line-height: 1.2em;
	margin-bottom:50px;
	color:#600;
}
#body-wrapper #body2 .body-menu p.menuhead {
	width: 700px; 
	font-size: 1em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.4em;
}
#body-wrapper #body2 .body-menu p .price {
	/*margin-left: .5em;*/
	color: #900;
}
#body-wrapper #body2 .body-menu p em {
	font-size: 0.9em;
	line-height: 1.4em;
}



#footer-wrapper {
	background-color: #930;
	border-top: solid #600 10px;
	background-image:url(../_layout/bg-wood.jpg);
}
#footer-wrapper #footer {
	width: 960px;
	margin:0 auto;
	text-align:center;
	padding-bottom:20px;
	position: relative;
}

