/*
	reset & base
*/
* {
	margin: 0;
	padding: 0;
	line-height: 100%;
}
img {
	border: 0;
}
/*
	main
*/
body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	margin-top: 26px;
	background: url(images/bg.jpg) repeat-x #42000a;
}
#container {
	width: 761px;
	margin: 0 auto;
}
#header {
	background: url(images/header.gif) right center no-repeat;
	height: 80px;
}
#page {
	height: 631px;
}
#content {
	clear: both;
	overflow: hidden;
}
#index #page {
	background: url(images/middle.jpg) 0 52px no-repeat;
}
#about #page, #offer #page, #contact #page, #promotions #page, #gallery #page {
	background: url(images/middle2.jpg) 0 52px no-repeat;
}
#about #content, #offer #content, #contact #content, #promotions #content, #gallery #content {
	padding: 90px 90px 100px 90px;
}
.column {
	width: 152px;
	float: left;
	text-align: center;
	margin-top: 23px;
}
.rightcol {
	float: right;
	width: 290px;
}
.leftcol {
	float: left;
	width: 290px;
}
.promotion {
	overflow: hidden;
	margin-bottom: 15px;
}
.promopic {
	float: left;
	width: 150px;
}
.promodesc {
	float: right;
	width: 400px;
	margin-top: 30px;
}
/*
	links
*/
#content a, a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
.column a {
	font-size: 16px;
	font-weight: normal !important;
	text-decoration: none !important;
	text-transform: uppercase;
}
a.about:hover, a.offer:hover, a.promotions:hover, a.contact:hover, a.gallery:hover {
	font-weight: bold !important;
}
a.about, a.about:visited, a.about:hover {
	color: #a9cf0e;
}
a.offer, a.offer:visited, a.offer:hover {
	color: #fde905;
}
a.promotions, a.promotions:visited, a.promotions:hover {
	color: #498b16;
}
a.gallery, a.gallery:visited, a.gallery:hover {
	color: #f72042;
}
a.contact, a.contact:visited, a.contact:hover {
	color: #ff4c00;
}
/*
	typography
*/
#content p {
	line-height: 18px;
	text-align: justify;
	padding: 5px;
}
/*
	headers
*/
h2 {
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 10px;
}
/*
	gallery
*/
#content img {
	border: 1px solid #fff;
}
.item {
	overflow: hidden;
	margin-bottom: 20px;
	width: 193px;
	float: left;
}
.item > div {
	float: left;
}
.photo {
	width: 60px;
	margin-right: 10px;
}
.description {
	width: 120px;
	margin-top: 20px;
}
.photos {
	width: 600px;
	height: 290px;
	overflow-y: auto;
}
.photos img {
	margin: 5px 3px;
}
/*
	lists
*/
#content ul li {
	margin-left: 30px;
}
#content li {
	line-height: 18px;
}
#content ul li ul li {
	list-style: disc;
}
/*
	contact form
*/
form {
	overflow: hidden;
	margin-top: 20px;
}
input, textarea {
	width: 560px;
	padding: 3px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}
textarea {
	height: 80px;
}
input#submit {
	float: right;
	width: 55px;
	padding: 5px;
	border: 1px solid #832a37;
	background: #6a1824;
	color: #fff;
}