@import 'reset.css';

textarea, input, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

html {
	font-size: 100.01%;
	}
html, body {
	height: 100%;
	height: auto;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	}
	
body {
	text-align: center;
	font: .7em/1.3em Arial, Helvetica, sans-serif;
	color: #000;
	}

a, a span {
	cursor: pointer;
	}
	
a {
	color: #653608;
	text-decoration: none;
	}
	a:hover {
		color: #000;
		text-decoration: underline;
		}

hr {
	display: none;
	}

.clear {
	clear: both;
	height: 1px;
	width: 100%;
	}

img {
	vertical-align: bottom;
	}
	
	
/* COLORS 
---------------------------------------- 
lines - 	#323232;
font main - #000;
link in text main - #166a9a
link:hover in text - #166a9a
in search form - #393939;
*/
	
	
/* Page 
---------------------------------------- */
#center {
	margin: 0 auto;
	width: 848px;
	text-align: center;	
	background: #fff;
	margin: 0 auto;
	/*border-left: 1px solid #323232;
	border-right: 1px solid #323232;*/
	}

	
/* Header
---------------------------------------- */
#header { position: relative; height: 200px; position: relative; width: 100%; background: url(../i/header-bg.jpg) no-repeat left bottom; }
	
/* Content
---------------------------------------- */
#generic-content { width: 100%; position: relative; }

#aside { width: 160px; float: left; text-align: right; font-size: 1.6em; }
	
	#aside ul li { line-height: 25px; }
		#aside ul li a:hover,
		#aside ul li.curr a { color: #b8852c; text-decoration: none; background: url(../i/left-menu-li.jpg) no-repeat -30px; width: 160px; display: block; }
		#aside ul li a { color: #4a2400; text-decoration: none; width: 160px; display: block; }
	
	#left-menu ul { margin: 0 0 0 25px; }
		#left-menu ul li { margin: 10px 0; list-style: url(../i/bullet.gif); }
			#left-menu ul li.curr a { color: #000; }

#content { float: right; width: 650px; text-align: left; color: #1e1607;  font-size: 1.5em; }
	#content p { margin:  0 0 15px 0; line-height: 1.3em; }
	#content h1 { font-weight: normal; font-size: 2em; margin: 0 0 15px 0; }
	#content ul { margin: 0 0 10px 20px; list-style: url(../i/bullet.gif); }
		#content ul li { margin: 10px 0; }
		
		#content .specials { font-size: 1.5em; margin-top: 20px; margin-bottom: 20px; }
		
	#content table { border-collapse: collapse; border: 1px solid #e7e7e7; width: 100%; margin: 10px 0 20px 0; }
		#content table td,
		#content table th { padding: 5px; vertical-align: middle }
		#content table th { background: #f4f4f4; }


/* footer
---------------------------------------- */
#footer { width: 848px; height: 177px; background: url(../i/footer-bg.jpg) no-repeat; margin: 0px 0 0 0; position: relative; text-align: left; }