body {
	margin: 0;
	background: #8d2e02 url(../images/bg_big.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color:#333;
}

a:link {
	text-decoration: none;
	color:#d5743a;
}

a:visited {
	text-decoration: none;
	color:#c64c04;
}

a:hover {
	text-decoration: underline;
	color:#d5743a;
}


.footrights a:hover {
	text-decoration: underline;
	color:#d5743a;
}

.menu {
	width:250px;
	}

img, a {
	border:0;
	padding:0;
	margin:0;
	}
	

h1, h2, h3, h4, h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:210%;
	font-weight:normal;
	margin: 26px 0 0 0;
	}
	
	
h2 {
	font-size:280%;
	}

h3 {
	font-size:170%;
	}

h4 {
	font-size:120%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
	
h5 {
	font-size:130%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
	
h6 {
	font-size:110%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:20px 0 0 0;
	}
/* -------------=content=----------------- */

.content {
	background: url(../images/bg_middle.jpg);
	padding: 6px 20px;
	height:570px;
	vertical-align: top;
	}

.content p {
	line-height: 1.4em;
	margin: 4px 2px 8px 2px;
	}
	
.content img.rightimg {
	float: right;
	margin: 0 0 18px 18px;
	}
	
.content img.lefttimg {
	float: left;
	margin: 0 18px 18px 0;
	}
	
.content p.special {
		color: #AB9361;
	}
		
input.biginput, input.smallinput, select.bigselect {
	border: 1px solid #8B2703;
	font-size: .9em;
	}
	
input.biginput {
	width:250px;
	}
	
input.smallinput {
	width:30px;
	}

input.button {
	border: 1px solid #8B2703;
	background: #F2EAD0;
	float:right;
	margin-top:20px;
	margin-right:110px;
	
	}
.middle {
	vertical-align:middle;
	}

img.calendar {
	vertical-align:middle;
	margin-top: -2px;
	margin-left:10px;
	}
	
img.textimg {
	margin: 3px;
	}
	
table.shoptable {
	width:100%;
	margin: 2px 0 20px 0;
	text-align:left;
	}

.data {
	width: 260px;}		
	
	
table.shoptable tr td {
	padding: 2px 14px;
	}	
	
table.shoptable tr th {
	background:#fff;
	height: 2em;
	padding-left: 12px;
	color:#8b2703;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight:normal;
	}	
	
table.shoptable tr {
	background-color:#f0e2d3;
	}	
table.shoptable tr.even {
	background-color:#fde9d4;
	}
/* ----------=footer menu=---------------- */

.footer {
	text-align:center;
	margin: 17px auto 0 auto;
	font-size: .8em;

	}
	.footmenu {
		background: url(../images/footdivider1.jpg) no-repeat center top;
		width:740px;
		margin: 0 auto;
		text-align:center;
		line-height: 2em;		
		}
	
	.footmenu ul {
	padding-top:28px;
	margin:0;
	}
	
	.footmenu ul li {
		display: inline;
		list-style: none;
		margin-right: 12px;
		}
		
	.footmenu ul li a{
		text-decoration:none;
		color:#ddb080;
		white-space: nowrap;
		}		
		
	.footmenu ul li a:hover{
		text-decoration: underline;
		}		
	
	.footrights {
		background: url(../images/footdivider2.jpg) no-repeat center top;
		padding-top:15px;
		color: #b36c3e;
		}
		
	.footrights span{
		color: #ece9d8;
		}
		
.history {
	text-align: right;
	margin-bottom: 10px;
}