/*
	Общее
*/
img
	{
	border: none;
	}

a
	{
	color: #0166be;
	}


a:visited
	{
	color: gray;
	}

input, select
	{
	font-size: 1.2em
	}

/*
	General ***************************************
*/
body
	{
	background-color: black;
	font-family: Arial, Verdana, sans-serif;
	margin:0;
	padding:0;
	font-size: 62.5%; /* 1em = 10pt */
	background-image: url('../pics/hotel/bg_body.jpg');
	background-repeat: repeat-x;
	}

#minwidth
	{
	width: 1000px;
	}



/*
	Header
*/
#header
	{
	}

#header_illu
	{
	padding-top: 0px;
	float: left;
	}

#header_top
	{
	padding-left: 390px;
	padding-top: 50px;
	}

/*
header_top
*/
#logo
	{
	float: left;
	padding-left: 18px;
	}

#nav
	{
	padding-left: 300px;
	padding-top: 9px;
	}

#nav img
	{
	padding-right: 5px;
	}


#searchform_wrapper
	{
	background-image: url('../pics/hotel/bg_search.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 234px;
	height: 40px;
	padding-top: 5px;
	}

#searchform
	{
	padding-top: 10px;
	padding-left: 10px;
	}

#searchform input#search_phrase
	{
	border: 0;
	background-color: #A37EAF;
	width: 195px;
	font-size: 1.4em;
	}

#menu
	{
	padding-top: 45px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	}

#menu ul
	{
	float: left;
	color: white;
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	padding-right: 40px;
	list-style-type: none;
	line-height: 1.5em;
	}

#menu ul li
	{
	padding-left: 20px;
	}

#menu ul li#current
	{
	background-image: url('../pics/hotel/menu_marker.gif');
	background-position: left center;
	background-repeat: no-repeat;
	}

#menu ul li a, #menu ul li a:visited
	{
	text-decoration: none;
	color: #F4B957;
	font-size: 1.2em;
	}

#menu ul li a:hover
	{
	text-decoration: underline;
	}

#menu ul li#current a
	{
	font-size: 1.6em;
	color: white;
	}

#menu ul li#current a:hover
	{
	text-decoration: none;
	}

#backtorussian
	{
	padding-left: 40px;
	padding-top: 40px;
	}

#backtorussian a
	{
	font-size: 1.5em;
	color: #F4B957;
	}

/*
	Main Part
*/
#main
	{
	clear: both;
	}

#sidebar
	{
	float: left;
	width: 400px;
	padding-top: 80px;
	}

#content_wrapper
	{
	margin-left: 400px;
	}

#gallery_wrapper
	{
	width: 976px;
	background: url('../pics/hotel/bg_cont_gal.gif') 400px 78px no-repeat;
	font-size: 1.4em;
	color: #E9CAF3;
	}

/* Content */
#content
	{
	width: 486px;
	background: url('../pics/hotel/content_bg.jpg') right 75px repeat-x;
	font-size: 1.4em;
	color: #E9CAF3;
	}

#content h1, #gallery_wrapper h1
	{
	font-size: 2em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
	color: white;
	}

#content p, #gallery_wrapper p
	{
	text-indent: 1.4em;
	padding-left: 20px;
	padding-right: 15px;
	margin-bottom: 1em;
	line-height: 1.5em;
	}

/*
	Footer
*/
#footer
	{
	clear: both;
	height: 316px;
	color: white;
	}

#footer_sidebar
	{
	float: left;
	width: 400px;
	padding-top: 80px;
	}

#footer_content_wrapper
	{
	padding-left: 400px;
	}

#footer_content
	{
	background-image: url('../pics/hotel/footer_bg.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	height: 316px;
	}

#copy
	{
	font-size: 1.2em;
	color: gray;
	padding-top: 250px;
	}

#crisp
	{
	padding-left: 100px;
	padding-top: 170px;
	}

#crisp a
	{
	color: gray;
	text-decoration: none;
	}