/* -------------------------------------------------Layout ------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------
*/


html {
	text-align:center;
    BACKGROUND: #4C3C2E url(images/background/bg_rosetti.gif) left top;
    background-attachment: fixed;
}

body 
{
	width: 783px;
	padding:0;
	margin: 0 auto;
	text-align:left;
	min-width: 782px;
	background-color:#ffffff;
}


/***********  HEADER *********************************/

#header
{
	width: 100%;
	height: 145px;
}

#header img
{
	margin: 0;
	padding: 0;
	padding-top:5px;
	border: none;
}

#header a
{
	display:block;
	float: left;
	margin:0;
	padding:0;
	padding-left: 30px;
	padding-right: 39px;
}


#header #buttons
{
	display:block;
	float: right;
	width: 500px;
	min-width: 500px;
	height: 148px;
	background-color: #F5F3DF;
	text-align: right;
}

#header #buttons form
{
	clear:right;
	float:right;
	margin:0; padding:0;
	margin-top: 0px;
	margin-right: 30px;
	text-align: left;
	cursor: hand !important;
	cursor: pointer !important;	
	
}

#header #buttons form input
{
	margin-top:10px;
	border: 1px solid #B29F7F;
	background-color: #B29F7F;
	font: 11px Arial, Verdana;
	color: #fff;
	padding:0;
	padding-bottom:0px;
}

#header #buttons form select
{
	width: 130px;
	margin-top:10px;
	padding-left: 5px;
	border: 1px solid #A08248;
	font: 11px Arial, Verdana;
}



/************************** BOTTOM *******************************************/

#copyright
{
	clear: both;
	float: left;
	height: 30px;
	width: 243px;
	color: #DAD9CF;
	padding-top: 15px;
	padding-left: 40px;
	background-color: #36011D; /*#ABA89F;*/
}

#logost
{
	float: right;
	position: relative;
	background-color: #36011D; /*#9C9A8D;*/
	width: 500px;
	height: 45px;
	letter-spacing: 0.07em;
}

#logost b
{
	letter-spacing: 0.01em;
}

#logost a
{
	text-decoration: none;
	color:#DAD9CF;
	text-align:left;
	display:block;
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 11px;
	padding-right: 40px;
	background: url(images/logost/logo.gif) no-repeat right bottom;
}


/*----------------------Center ----------------------------------------*/

#maincontent
{
	width: 100%;
	background-color: #676053;
	clear: both;
	float:left;
}

#maincontent #left
{
    clear:both;
	float:left;
	min-height: 358px;
	width: 253px;
	background-color: #676053;
	color: #F8EEDA;
	padding-right: 30px;
	overflow: hidden;
}

#maincontent #left ul
{
	display: block;
	margin:0px;
	padding:0px;
	margin-top: 45px;
}

#maincontent #left ul li
{
	margin:0;
    LIST-STYLE-TYPE: none; 
	TEXT-ALIGN: left;
	float:left;
	clear:both;
	display: block;
	border:0px solid #676053;
	padding:0;
}

#maincontent #left ul li.close
{
	width: 30px;
	height: 80px;
	border-left: 10px solid #B29F7F;
}

#maincontent #left ul li a
{
	display: block;
	text-decoration:none;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	border-left: 10px solid #B29F7F;
	color: #F5F3DF;
	font-weight:bold;
	font-size: 11px;
}

#maincontent #left ul li a:hover
{
	color: #EC6556;
}

#maincontent #left ul li a.active
{
	color: #EC6556;
	border-left-color: #A74338;
}


#maincontent #left ul li.last
{
	border-left: 10px solid #B29F7F;
	height: 40px;
}


#maincontent #content
{
	width: 500px;
	min-height:401px;
	float:right;
	position:relative;
	/*background: url(images/ryba/pillow.jpg);*/
	background-color: #5C554A;
	z-index: 1;
}



#stroka
{
	clear:both;
	/*background: url(images/ryba/stroka.gif)  no-repeat;*/
	overflow: hidden;
	height: 45px;
	background-color: white;
}

#stroka .logoImage
{
	float: left;
	margin: 15px;
	margin-top: 10px;
}

/*-----------------------fonts -----------------------------------------*/

body
{
	font-size: 12px;
	color: #F8EEDA;
    font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif; 
}

h1
{
	font-size: 19px;
}

h2
{
	font-size: 17px;
}

h3
{
	font-size: 15px;
}

h4
{
	font-size: 12px;
}

a 
{
	margin: 0;
	text-decoration: none;
	font: 11px;
	color: #A08248;
	border-color: #B29F7F;
}

a:hover
{
	text-decoration: none;
	border: #A74338;
	color: #A74338;
}

a.active
{
	text-decoration: none;
	border: #A74338;
	color: #A74338;
}
	




