/* 
	Общее 
*/
img
	{
	border: none;
	}

a
	{
	color: #0166be;
	}


a:visited
	{
	color: gray;
	}

input, select
	{
	font-size: 1.2em
	}

/* 
	General ***************************************
*/
body
	{
	background-color: #262117;
	font-family: Arial, Verdana, sans-serif;
	margin:0;
	padding:0;
	font-size: 62.5%; /* 1em = 10pt */
	background-image: url('../pics/sauna/bg_body.gif');	
	background-repeat: repeat-x;
	}	

#minwidth
	{
	width: 1000px;
	}


/* header */
#header
	{
	}

#header_illu
	{
	padding-left: 2px;
	width: 340px;
	height: 282px;
	float: left;
	}

#logo
	{
	padding-left: 16px;
	padding-bottom: 5px;
	}


/* searchform */
#nav
	{
	padding-top: 0px;
	float: right;
	padding-right: 0px;
	height: 180px;
	}


#nav img
	{
	padding-bottom: 3px;
	}

#nav a
	{
	padding-right: 5px;
	}


#searchform_wrapper
	{
	background-image: url('../pics/sauna/search_bg.gif');	
	background-repeat: no-repeat;
	background-position: top left;
	width: 234px;
	height: 40px;
	}

#searchform
	{
	padding-left: 10px;
	padding-top: 7px;
	}

#searchform input#search_phrase
	{
	border: 0;
	background-color: #efce6b;
	width: 195px;
	font-size: 1.4em;
	}

#pool img
	{
	padding-top: 7px;
	padding-left: 7px;
	}

/* menu */
#menu_wrapper
	{
	margin-left: 340px;
	padding-top: 10px;
	}

#menu
	{
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-image: url('../pics/sauna/menu_bg.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	width: 364px;
	height: 216px;
	padding-top: 45px;		
	padding-left: 15px;
	float: left;
	}

#menu ul
	{
	color: white;
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	padding-right: 10px;
	list-style-type: none;
	}

#menu ul li
	{
	padding-left: 20px;
	line-height: 1.6em;
	}

#menu ul li a, #menu ul li a:visited
	{
	text-decoration: none;
	color: white;
	font-size: 1.2em;
	}

#menu ul li a:hover
	{
	text-decoration: underline;
	}

#menu ul li#current
	{
	background-image: url('../pics/sauna/menu_marker.gif');
	background-position: left center;
	background-repeat: no-repeat;
	}


#menu ul li#current a
	{
	font-size: 1.6em;
	color: white;
	}

#menu ul li#current a:hover
	{
	text-decoration: none;
	}


/*
	Main Part
*/
#main
	{
	clear: both;
	}

#sidebar
	{
	float: left;
	width: 400px;
	padding-top: 80px;
	}

#content_wrapper
	{
	padding-left: 400px;
	}


/* Content */
#content_wrapper
	{
	padding-top: 40px;
	}

#content
	{
	color: white;
	width: 482px;
	background-image: url('../pics/sauna/content_bg.jpg');
	background-position: left 74px;
	background-repeat: repeat-x;
	background-color: black;
	font-size: 1.4em;
	}


#debug
	{
	color: white;
	background-image: url('../pics/sauna/wait.gif');	/* preload hack */
	background-repeat: no-repeat;
	background-position:-1000px -1000px;
	}


/* Footer */
#footer_content
	{
	width: 482px;
	height: 220px;
	background-image: url('../pics/sauna/content_bottom.jpg');	
	background-repeat: no-repeat;
	background-position: left top
	}

#copy
	{
	font-size: 0.8em;
	color: gray;
	padding-left: 320px;
	padding-top: 140px;
	}

#footer 	
	{
	clear: both;
	}

#crisp
	{
	padding-left: 80px;
	padding-bottom: 20px;
	}

#crisp a
	{
	color: gray;
	text-decoration: none;
	}