/* Copyright © 2010. All rights reserved. Developed by Web Design NY */

body {
	background:#c5ac9c url(../images/middle_bg.jpg) 0 515px repeat-x;
	text-align:left;
	font:.75em Arial, Helvetica, Tahoma, sans-serif;
	line-height:1.4em;
	color:#fff;
	margin:0;
	padding:0;
}

a {
	color:#705543;
	text-decoration:underline;
	outline:none;
}

a:hover {text-decoration:none;}

p {
	margin:0;
	line-height:1.5em;
	padding:0 0 22px;
}

a img {border:0;}

div	{
	margin:0;
	padding:0;
	text-align:left;
}

small {
	color:#5e3a19;
	font-size:.9em;
}

form {
	border:none;
	margin:0;
	padding:0;
}
				
fieldset {
	border:0;
	margin:0;
	padding:0;
}

label {
	display:block;
	line-height:2em;
	margin:0;
	padding:1px 0;
}

input, textarea, select {
	border:1px solid #927c70;
	color:#68625f;
	background:#feffff url(../images/inp_bg.jpg) top left repeat-x;
	font:1em Arial, Helvetica, Tahoma, sans-serif;
	line-height:1em;
	padding:5px;
}

input:focus, textarea:focus {
	border:1px solid #010101;
	color:#010101;
}

input {width:260px;}

textarea {
	width:420px;
	height:98px;
	padding:6px;
	overflow:auto;
}

h1 {
	font:2.55em Arial, Helvetica, Tahoma, sans-serif;
	color:#fffcef;
	line-height:1.3em;
	padding:0 0 20px;
	margin:0;
}

#container {
	background:url(../images/header.jpg) top center no-repeat;
	width:100%;
	padding:0;
	position:relative;
	overflow:hidden;
}

/* ---------------------------------- Header ----------------------------------------------*/

#header {
	background:url(../images/header.jpg) top center no-repeat;
	width:942px;
	height:515px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

a.logo {
	display:block;
	width:400px;
	height:100px;
	position:absolute;
	top:0;
	left:265px;
}

ul#navigation {
	height:49px;
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
	top:106px;
	left:0;
}

#navigation li {
	font-size:.95em;
	line-height:1em;
	text-align:center;
	text-transform:uppercase;
	display:block;
	width:132px;
	height:49px;
	float:left;
	margin:0;
	padding:0;
	position:relative;
	overflow:hidden;
}

#navigation li a {
	background:url(../images/nav_bg.png) left no-repeat;
	color:#d7ae81;
	display:block;
	text-decoration:none;
	width:132px;
	height:30px;
	padding:19px 0 0;
}

#navigation li a.select, #navigation li a:hover {background:url(../images/nav_sel.png) 0 0 no-repeat;}

#middle {
	width:942px;
	padding:30px 0;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

#middle img.fl {padding:0 30px 20px 0;}

#middle .maps img.fl {padding:0 22px 40px 0;}

#middle ul {
	list-style:square inside;
	padding:0 0 20px;
	margin:0;
}

#middle li {
	padding:0 0 9px;
	margin:0;
}

#middle div.fl {padding-right:60px;}

#middle .book {
	background:url(../images/book.png) 0 0 no-repeat;
	color:#776554;
	width:610px;
	height:228px;
	padding:30px 142px 0 190px;
	margin:0 0 25px;
	position:relative;
	overflow:hidden;
}

#middle .book h1 {
	line-height:.8em;
	padding:0 0 15px;
}

#middle .book p {padding:0 0 10px;}

#middle .book .fl {width:235px;}

#middle .book .fl h1 {color:#000;}

#middle .book .fr {width:280px;}

#middle .book .fr h1 {color:#835927;}

#middle form div.fl {padding-right:30px;}

/* ---------------------------------- Content ----------------------------------------------*/

#content {
	width:530px;
	float:left;
	padding:0;
	position:relative;
	overflow:hidden;
}

/* ---------------------------------- Sidebar ----------------------------------------------*/

#sidebar {
	width:370px;
	float:right;
	padding:0;
	position:relative;
	overflow:hidden;
}

/* ---------------------------------- Store Sidebar ----------------------------------------------*/

#store_sidebar {
	width:225px;
	float:left;
	padding:0;
	position:relative;
	overflow:hidden;
}

#store_sidebar p {
	background:url(../images/cat_head.jpg) top repeat-x;
	color:#fff9d8;
	height:32px;
	font-weight:bold;
	text-transform:uppercase;
	padding:13px 25px 0;
	margin:0 0 5px;
}

#store_sidebar ul {
	border:1px solid #eee4de;
	background:#e8dad1;
	padding:25px 25px 81px;
	margin:0;
}

#store_sidebar li {
	list-style:none;
	padding:0;
	margin:0;
}

#store_sidebar li a {
	border-bottom:1px solid #d6c6bc;
	background:url(../images/cat_item.jpg) 0 12px no-repeat;
	color:#5c1d22;
	text-decoration:none;
	display:block;
	padding:7px 0 7px 18px;
}

#store_sidebar li a:hover {text-decoration:underline;}

/* ---------------------------------- Store Content ----------------------------------------------*/

#store_content {
	width:690px;
	float:right;
	padding:0;
	position:relative;
	overflow:hidden;
}

table.list {width:100%;}

table.list td {padding-bottom:20px;}

table.list td div.bd {
	border:1px solid #9b7862;
	background:#feffff;
	width:210px;
	padding:2px;
	margin:0 auto;
}

table.list td div.bd div {
	background:url(../images/item_bg.jpg) top repeat-x;
	color:#975640;
	text-align:center;
	width:170px;
	padding:20px;
}

table.list td div.bd div p {
	font-weight:bold;
	text-transform:uppercase;
}

table.list td div.bd div p img {border:1px solid #d7c1b2;}

table.list td div.bd div p span {
	font-size:1.4em;
	font-weight:normal;
	text-transform:none;
	float:left;
	padding-top:3px;
}

table.list td div.bd div p a.button {
	font-weight:normal;
	text-transform:none;
	float:right;
	padding:3px 30px 4px;
}

/* ---------------------------------- Footer ----------------------------------------------*/

#footer {
	background:url(../images/footer.jpg) top center no-repeat;
	color:#fefefe;
	width:100%;
	height:50px;
	text-align:center;
	padding:36px 0 0;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

#footer a {color:#fefefe;}

/* ---------------------------------- Other ----------------------------------------------*/

a.button {
	background:url(../images/but_bg.jpg) top repeat-x;
	color:#fefffe;
	text-decoration:none;
	padding:5px 30px;
	cursor:pointer;
}

.but {padding:20px 0;}

.but a.button {
	background:url(../images/but.jpg) top repeat-x;
	float:left;
	padding:6px 30px;
	margin:0 30px 0 0;
}

.fl {float:left;}

.fr {float:right;}
.cl{clear:both;font-size:0;line-height:0;height:0;}
.res_form{}
.res_form select{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.res_form .butt{}
.i1{width:120px;}
.i2{width:155px;}
.i11{width:330px;}
.res_form label{display:block;}
