/* === Tags ======================================================================================= */

html {
 height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Times New Roman, Arial, Verdana, Sans-serif, Helvetica;
	font-size: 12px;
	color: #C39999;
	background-image: url(images/bgBody.gif);
 background-position: top left;
 background-color: #170000;
	height: 100%;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

form {
	margin: 0;
	padding: 0;
}
	
table {
	margin: 0;
	padding: 0;
	border: none;
}

/*==============Links=================================================================*/

a:focus {
 outline: none;
}

input:focus {
 outline: none;
}

a {
 color: #000000;
 text-decoration: underline;
}

a:hover {
 color: #000000;
 text-decoration: none;
}

a.link {
 color: #000000;
 text-decoration: none;
 background-image: url(images/bullet.gif);
 background-position: center left;
 background-repeat: no-repeat;
 padding-left: 20px;
 font-weight: bold;
 font-style: italic;
}

a.link:hover {
 color: #000000;
 text-decoration: underline;
}

.linkCap {
 color: #000000;
 background-image: url(images/linkCap.gif);
 background-position: bottom left;
 background-repeat: no-repeat;
 padding-left: 23px;
 font-weight: bold;
 font-size: 14px;
 display: block;
}

a.linkCap {
 text-decoration: none;
}

a.linkCap:hover {
 color: #640000;
 text-decoration: none;
}

ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

/*===================================================================================================*/

input.inputText, textarea.inputText, select.inputText {
	border: solid 1px #B4B4B4;
	font-family: Trebuchet MS, Arial, Verdana, Sans-serif, Helvetica;
	font-size: 13px;
	color: #000000;
	background-color: #ffffff;
}

/* === Base classes =============================================================================== */
.clear {
	clear: both;
}

.left	{
	float: left;
}

.right {
	float: right;
}

.advert {
	display:block;
}

.relative {
	position: relative;
}

/* === Id's ======================================================================================= */

#wrap {
	height: 100%;
	min-height: 100%;
	background-image: url(images/bgWrap.gif);
 background-repeat: repeat-x;
 background-position: top left;
}

.container {
 width: 992px;
 margin: 0 auto;
 padding: 0;
}

.containerLeft {
 padding-left: 96px;
 background-image: url(images/containerLeft.gif);
 background-repeat: no-repeat;
 background-position: top left;
}

.containerRight {
 padding-right: 96px;
 background-image: url(images/containerRight.gif);
 background-repeat: no-repeat;
 background-position: top right;
}

/* ========Header=====================================================================================*/

.topMenu {
 height: 20px;
 padding-right: 20px;
 color: #828080;
 font-size: 11px;
 text-align: right;
 padding-top: 5px;
}

.topMenu li {
 display: inline;
 padding: 0px 2px;
}

.topMenu a {
 color: #828080;
 text-decoration: none;
}

.topMenu a:hover {
 color: #ffffff;
 text-decoration: none;
}

.header {
 height: 100px;
 background-color: #660000;
 background-image: url(images/bgHeader.gif);
 background-repeat: no-repeat;
 background-position: top;
}

.menuMain {
 width: 455px;
 padding: 38px 14px 0px 0px;
}

.menuMain li {
 float: left;
}

.menuMain a {
 display: block;
 height: 25px;
 background-repeat: no-repeat;
 background-position: top;
 float: left;
 padding: 0;
 margin: 0;
}

.menuMain a:hover {
 background-position: bottom;
}

a#Reservation {
 width: 90px;
 background-image: url(images/mnReservation.gif);
}

a#Menu {
 width: 55px;
 background-image: url(images/mnMenu.gif);
}

a#VisitingUs {
 width: 86px;
 background-image: url(images/mnVisitingUs.gif);
}

a#OurFamily {
 width: 89px;
 background-image: url(images/mnOurFamily.gif);
}

a#ReviewsAwards {
 width: 135px;
 background-image: url(images/mnReviewsAwards.gif);
}

/*======Content====================================================================================*/

.content {
 margin: 0;
 background-color: #660000;
}

.tiser {
 height: 325px;
 background-image: url(images/tiser.jpg);
 background-repeat: no-repeat;
 background-position: top center;
}

.newsDiv {
 height: 85px;
 padding: 60px 23px 0px 23px;
 background-image: url(images/bgNewsDiv.gif);
 background-repeat: no-repeat;
 background-position: top center;
}

.rowTop {
 padding-top: 5px;
}

.spaser {
 width: 30px;
}

.mainDiv {
 color: #000000;
 padding-bottom: 12px;
 background-color: #ffffff;
 background-image: url(images/bgMainDivBottom.gif);
 background-repeat: no-repeat;
 background-position: bottom;
 font-size: 13px;
}

.spacerVert {
 width: 1px;
 height: 400px;
 background-image: url(images/bgMainDiv.gif);
 background-repeat: repeat-x;
 background-position: top;
}

.contentLeft {
 width: 255px;
 background-repeat: no-repeat;
 background-position: top left;
}

.aboutPic { background-image: url(images/aboutPic.jpg);}
.newsPic { background-image: url(images/newsPic.jpg);}
.manuPic { background-image: url(images/manuPic.jpg);}
.reviewsPic { background-image: url(images/reviewsPic.jpg);}

.contentRight {
 padding: 25px 30px 30px 30px;
 background-image: url(images/bgMainDiv.gif);
 background-repeat: repeat-x;
 background-position: top;
}

.textDiv {
 padding-top: 15px;
}

.pageCaption {
 height: 40px;
 background-repeat: no-repeat;
 background-position: top left;
}

.aboutCap { background-image: url(images/aboutCap.gif);}
.newsCap { background-image: url(images/newsCap.gif);}
.menuCap { background-image: url(images/menuCap.gif);}
.reservationCap { background-image: url(images/reservationCap.gif);}
.reviewsCap { background-image: url(images/reviewsCap.gif);}
.contactUsCap { background-image: url(images/contactUsCap.gif);}
.siteCreditsCap { background-image: url(images/siteCreditsCap.gif);}
.privacyPolicyCap { background-image: url(images/privacyPolicyCap.gif);}
.visitingUsCap { background-image: url(images/visitingUsCap.gif);}

.scroll {
 width: 100%;
 text-align: center;
 padding-top: 20px;
}

.scroll li {
 display: inline;
 padding: 2px 6px 2px 6px;
 font-size: 11px;
}

.scroll li.linkLi {
 display: inline;
 padding: 2px 6px;
 font-size: 11px;
 background-color: #992929;
 background-image: url(images/bgScroll.gif);
 background-repeat: repeat-x;
 background-position: top;
 margin: 0px 2px;
 line-height: 1.5;
 text-align: center;
}

.scroll li a {
 text-decoration: none;
}

.scroll li a:hover {
 text-decoration: underline;
}

.scroll ul {
 padding: 0px 4px;
}

.menuLeft {
 padding: 10px 30px 20px 10px;
}

.menuLeft li {
 padding: 2px 0px;
 background-image: url(images/bgSeparator.gif);
 background-repeat: repeat-x;
 background-position: bottom;
}

/*======Footer=====================================================================================*/

.footer {
 height: 80px;
 background-image: url(images/bgFooter.gif);
 background-repeat: no-repeat;
 background-position: top;
 font-size: 11px;
 text-align: center;
 padding-top: 10px;
 color: #AB8080;
}

/*========================================*/

.error { color: #C9015Cp; font-size: 11px;}
.important { color: #640000;}
.font14 { font-size: 14px;}
.padLeft { padding-left: 20px;}
