body {
	background-color: #18130C;
	background-image: url(../images/pageBg.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}

body.printPage {
	background-color: #FFFFFF;
	background-image: none;
	margin: 30px;
	text-align: center;
}


body, td, p, li, h1, h2, h3, ol, ul, input, select, textarea, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E7E4E0;
}


a, a:visited {
	color: #F8D18C;
	text-decoration: none;
}

a:hover {
	color: #F8D18C;
	text-decoration: underline;
}


.topMenu {
	padding: 18px 10px 0px 22px;
	background-image: url(../images/topMenuBg.jpg);
	background-repeat: no-repeat;
}

.topMenu table td{
	padding-right: 10px;
}

.footer {
	background-color: #5F4F3B;
	background-image: url(../images/footerBg.jpg);
	background-repeat: no-repeat;
	height: 163px;
	padding: 0px 20px 0px 0px;
	text-align: right;
}

.contentIndex {
	background-color: #292B2E;
	background-image: url(../images/contentIndexBg.jpg);
	background-repeat: no-repeat;
}

.contentPage {
	background-color: #292B2E;
	background-image: url(../images/contentPageBg.jpg);
	background-repeat: no-repeat;
}

.contentNews {
	background-color: #292B2E;
	background-image: url(../images/contentNewsBg.jpg);
	background-repeat: no-repeat;
	padding-top:30px;
}


h1 {
	font-size: 26px;
	color: #F8D18C;
	margin: 0px;
	padding: 0px 0px 30px 0px;
	font-weight: normal;
}

h2 {
	font-size: 17px;
	color: #E7E4E0;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

h3 {
	font-size: 15px;
	color: #F8D18C;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

h4 {
	font-size: 15px;
	color: #78797D;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

p {
	font-size: 12px;
	color: #E7E4E0;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

p.subscribe {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #F8D18C;
	margin: -7px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	font-style: italic;
}

ul {
	margin: 0px;
	padding: 0px 0px 10px 20px;
}

ul li{
	margin: 0px;
	padding: 0px 0px 4px 0px;
	list-style-type: square;
}


.bottomBlock1 {
	background-color: #ffffff;
	background-image: url(../images/bottomBlock1.jpg);
	background-repeat: no-repeat;
	width: 180px;
	height: 67px;
	text-align: right;
}

.bottomBlock2 {
	background-color: #ffffff;
	background-image: url(../images/bottomBlock2.jpg);
	background-repeat: no-repeat;
	width: 180px;
	height: 67px;
	text-align: right;
}

.bottomBlock3 {
	background-color: #ffffff;
	background-image: url(../images/bottomBlock3.jpg);
	background-repeat: no-repeat;
	width: 180px;
	height: 67px;
	text-align: right;
}

.bottomBlock4 {
	background-color: #ffffff;
	background-image: url(../images/bottomBlock4.jpg);
	background-repeat: no-repeat;
	width: 180px;
	height: 67px;
	text-align: right;
}

.bottomBlock1 div, .bottomBlock2 div, .bottomBlock3 div, .bottomBlock4 div {
	font-size: 10px;
	color: #000000;
	padding-right: 10px;
}

.bottomBlock1 div a, .bottomBlock2 div a, .bottomBlock3 div a, .bottomBlock4 div a, .bottomBlock1 div a:visited, .bottomBlock2 div a:visited, .bottomBlock3 div a:visited, .bottomBlock4 div a:visited {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.bottomBlock1 div a:hover, .bottomBlock2 div a:hover, .bottomBlock3 div a:hover, .bottomBlock4 div a:hover {
	color: #000000;
	text-decoration: underline;
}

.bottomMenu {
	padding-top:40px;
}

.bottomMenu a, .bottomMenu a:visited{
	font-size: 12px;
	color: #C7C3BD;
	margin-left: 15px;
	text-decoration: none;
}

.bottomMenu a:hover{
	color: #C8A56C;
	text-decoration: none;
}

.bottomContact {
	font-size: 11px;
	line-height: 16px;
	color: #DAB573;
	padding-top:13px;
}

.bottomContact a, .bottomContact a:visited {
	font-size: 11px;
	color: #DAB573;
}

.copyright {
	display: block;
	float: left;
	text-align: left;
	font-size: 11px;
	color: #A39483;
	padding-left:20px;
}

.eBestMedia {
	font-size: 11px;
	color: #675744;
	text-align: right;
	padding: 10px 20px 0px 0px;
}

.eBestMedia a, .eBestMedia a:visited{
	font-size: 11px;
	color: #675744;
	text-decoration: underline;
}

.eBestMedia a:hover{
	color: #B5955F;
	text-decoration: underline;
}

div.bordered {
	border: solid 1px #78797D;
	padding: 15px;
	margin: 0px 0px 10px 0px;
}

div.bordered2 {
	border: solid 1px #78797D;
	margin: 0px 0px 10px 0px;
}

table.tbForm {
	margin: 15px;
}

.tbForm td {
	font-size: 12px;
	color: #F8D18C;
	font-weight: bold;
}

.tbForm td .comments {
	font-size: 11px;
	color: #E7E4E0;
	font-weight: normal;
}

.tbForm td b{
	color: #FFFFFF;
}

.tbForm input, .tbForm textarea {
	border: solid 1px #ffffff;
	background-color: #E7E4E0;
	color: #292B2E;
	font-size: 12px;
	font-weight: normal;
}

.formButton {
	font-weight: normal;
	color: #000000;
	font-size: 11px;
	border: solid 1px #ffffff;
	background-color: #E5B45D;
	background-image: url(../images/buttonBg.jpg);
}

.address {
	font-size: 11px;
	color: #B9BBBC;
	background-image: url(../images/addressBg.jpg);
	background-repeat: no-repeat;
	padding: 34px 10px 20px 10px;
	margin: 20px 0px 0px 0px;
}


table.priceTable {
	width: 100%;
	border-top: solid 1px #78797D;
	margin-bottom:10px;
}

table.priceTable th{
	width: 100%;
	font-size: 13px;
	color: #F8D18C;
	font-weight: bold;
	padding: 5px;
	border-bottom: solid 1px #78797D;
	text-align: left;
}

table.priceTable td{
	font-size: 14px;
	padding: 5px;
	border-bottom: solid 1px #78797D;
	text-align: right;
}

.comments {
	font-size: 11px;
	color: #E7E4E0;
	font-weight: normal;
}


.leftBlockLinks {
	border-top: solid 1px #5A5C5F;
}

.leftBlockLinks a, .leftBlockLinks a:visited {
	border-bottom: solid 1px #5A5C5F;
	display: block;
	padding: 5px 2px 5px 12px;
	font-size: 13px;
	color: #E7E4E0;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px 11px;
}

.leftBlockLinks a:hover {
	color: #F8D18C;
	text-decoration: none;
}

.rotator{
	margin: 5px 0px 15px 0px;
}

.rotator th{
	background-color: #484A4D;
}

.rotator th img{
	cursor: hand;
}


.celebrity {
	font-size: 16px;
	font-weight: bold;
}

.celebrity a, .celebrity a:visited{
	font-size: 13px;
	font-weight: normal;
}

.hours{
	width: 100%;
	border-bottom: solid 1px #5A5C5F;
}

.hours th{
	background-color: #3E4043;
	border-top: solid 1px #5A5C5F;
	padding: 3px 8px 3px 8px;
	color: #F8D18C;
}

.hours td{
	border-top: solid 1px #5A5C5F;
	padding: 3px 8px 3px 8px;
}


div.coupon {
	background-color: #FFCE78;
	background-image: url(../images/coupon.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	border: solid 1px #292B2E;
	width: 275px;
	margin-bottom: 4px;
}

div.coupon h1{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	text-align: center;
	padding: 15px 10px 20px 10px;
}

div.coupon h2{
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	text-align: center;
	padding: 0px 15px 30px 15px;
}

div.coupon h3{
	font-family: Times, serif, Verdana, Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	text-align: center;
	padding: 0px 10px 10px 10px;
}

div.coupon p.note{
	font-size: 10px;
	color: #4B3D23;
	margin: 0px;
	text-align: center;
	padding: 0px 15px 75px 15px;
}

div.print {
	text-align: center;
	margin-bottom: 15px;
	font-size: 12px;
}

div.print a{
	font-size: 11px;
}

div.note2 {
	width: 275px;
	margin-top: 30px;
	padding: 0px 15px 0px 15px;
	font-size: 11px;
	color: #98999B;
}





div.bg1 {
	background-image: url(../images/photo1.jpg);
	background-repeat: no-repeat;
	background-position: right 11px;
}
div.bg2 {
	background-image: url(../images/photo2.jpg);
	background-repeat: no-repeat;
	background-position: right 11px;
}
div.bg3 {
	background-image: url(../images/photo3.jpg);
	background-repeat: no-repeat;
	background-position: right 11px;
}
div.bg4 {
	background-image: url(../images/photo4.jpg);
	background-repeat: no-repeat;
	background-position: right 11px;
}
div.bg5 {
	background-image: url(../images/photo5.jpg);
	background-repeat: no-repeat;
	background-position: right 11px;
}
div.bg6 {
	background-image: url(../images/photo6.jpg);
	background-repeat: no-repeat;
	background-position: right 11px;
}
div.bg7 {
	background-image: url(../images/photo7.jpg);
	background-repeat: no-repeat;
	background-position: right 11px;
}
div.bg8 {
	background-image: url(../images/photo8.jpg);
	background-repeat: no-repeat;
	background-position: right 11px;
}
div.bg9 {
	background-image: url(../images/photo9.jpg);
	background-repeat: no-repeat;
	background-position: right 11px;
}
div.bg10 {
	background-image: url(../images/photo10.jpg);
	background-repeat: no-repeat;
	background-position: right 11px;
}



