/*============MAIN==============*/
body
{
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size:14px;
	color:#4c4c4c;
	width:100%;
	height:100%;
	background:scroll;
	background: url(../img/backgrounds/bottom.jpg) no-repeat bottom #e1ebf5;
	z-index:100;
}
img
{
	border:none;
}
a
{
}
	a:hover
	{
	}
form
{
	margin:0px;
	padding:0px;
}
input
{
}
h1
{
	margin:0px;
	padding:0px 0px 30px 0px;
	font-family:Times New Roman;
	font-size:30px;
	color:#4c4c4c;
}
h2
{
	margin:0px;
	padding:0px 0px 30px 0px;
	font-family:Times New Roman;
	font-size:24px;
	color:#4c4c4c;
}
/* ============= CONTENT ============ */
#main
{
	background: url(../img/backgrounds/top.jpg) top no-repeat;
	width:100%;
	height:100%;
	margin-bottom:50px;
}
#main .mainTable
{
	margin:0px auto;
	width:913px;
	display:block;
	height:100%;
}
	.mainPhoto
	{
		background: url(../img/house.jpg) no-repeat;
		width:590px;
		height:185px;
		margin:10px 40px 0px 0px;
		display:block;
	}
.contacts
{
	line-height:2;
	font-size:12px;
}
#reservation
{
	margin-top:50px;
}
.mainMenu
{
	height:34px;
	display:block;
	padding:20px 0px 0px 0px;
}
.mainMenu a
{
	margin-right:20px;
	font-family:Times New Roman;
	text-decoration:underline;
	color:#277194;
	font-size:18px;
}
	.mainMenu a:hover
	{
		text-decoration:none;
		color:#692425;
	}
a.menuOn
{
	text-decoration:none;
	color:#692425;
}
.siteNavigation a
{
	font-family:Tahoma;
	font-size:11px;
	text-decoration:underline;
	color:#285491;
	padding:4px 0px 4px 8px;
	margin-left:8px;
	border-left:#c9d7e2 solid 1px;
}
	.siteNavigation a:hover
	{
		color:#7d7f81;
		text-decoration:none;
	}
a.languageOn
{
	color:#7d7f81;
	text-decoration:none;
}
.textContent
{
	width:530px;
	line-height:1.5;
	/*height:auto;*/
	min-height:450px;
}
#footer
{
	margin:10px auto;
	text-align:center;
	
}
.formPage
{
	height:550px;
	width:587px;
	margin-bottom:150px;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#4c4c4c;
}
.formPage input, select, textarea
{
	width:288px;
	border:#c9d6e2 solid 1px;
	font-family:Arial;
	font-size:12px;
	color:#4c4c4c;
	padding:3px 0px 3px 5px;
	font-weight:100;
	margin-left:16px;
}
#footer table
{
	margin:0px auto;
	width:913px;
	font-family:Arial;
	font-size:12px;
	color:#929292;
}
#footer table a
{
	text-decoration:underline;
	color:#277194;
	font-family:Arial;
	font-size:12px;
}
	#footer table a:hover
	{
		text-decoration:none;
	}
.galleryItem
{
	width:180px;
	text-align:center;
}
.galleryItem span
{
	background:#c9d6e2;
	width:180;
	display:block;
	margin-top:-5px;
	padding:7px 0px 5px 0px;
	font-size:12px;
}
.galleryPage td
{
	padding:0px 20px 20px 0px;
}

