@charset "utf-8";

*{
	margin:0;
	padding:0;	
}

html, body {
    height: 100%;
}

body {
	background: #fff;
	text-align:center;
	font: 85%/1.125em Verdana, Arial, sans-serif;
}

#wrapper{
	width: 950px;
	margin: 0 auto;
	text-align: left;
	
	min-height: 100%;
	height: auto !important;
    height: 100%;
}

#header{
	background-image: url(images/menus_t_bgr_1x33.jpg);
	background-repeat:repeat-x;
	background-position: 0 101px;
	
	min-height: 143px;
	height: auto !important;
    height: 143px;
}

#flowers_top{
	background-image: url(images/flowers_t.png);
	background-repeat:no-repeat;
	background-position: top right;
	
	min-height: 143px;
	height: auto !important;
    height: 143px;
	
	width: 237px;
	position:absolute;
	margin-left: 713px;
}

#flowers_top_not_loged{
	background-image: url(images/flowers_t_not_login.png);
	background-repeat:no-repeat;
	background-position: top right;
	
	min-height: 249px;
	height: auto !important;
    height: 249px;
	
	width: 237px;
	position:absolute;
	margin-left: 713px;
	z-index: 100;
	overflow: hidden;
}

#flowers_top_not_loged #text_not_loged{
	margin: 120px 0 0 77px;
	width: 120px;
	height: 120px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 0.9em;
	z-index: 101;
}

#flowers_top_not_loged #text_not_loged a{
/*	display:block;*/
	text-decoration: none;
	
	width: 120px;
	height: 120px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	z-index: 102;
}

#title_line{
	color: #61788a;
	margin-top: 60px;
	position:absolute;
	display: block;
	width: 700px;
	padding-left: 10px;
}


#menus_t{
	padding-top: 101px;
	min-height: 33px;
	height: auto !important;
    height: 33px;
}

#menus_t_l{
	
	background-image: url(images/menus_t_bgr_3x33_l.jpg);
	background-repeat:no-repeat;
	background-position: left;
	
	min-height: 33px;
	height: auto !important;
    height: 33px;
}
	
#menus_t ul{
	border: 0px solid red;
	list-style-type:none;
	
	background-image: url(images/menus_t_bgr_3x33_r.jpg);
	background-repeat:no-repeat;
	background-position: right;
	
	min-height: 33px;
	height: auto !important;
    height: 33px;
}

#menus_t ul li{
	float:left;
	padding: 0 4px 0 0;

	background-image: url(images/menus_t_del.jpg);
	background-repeat:no-repeat;
	background-position: right;
}

#menus_t ul li.first{
	padding: 0 4px 0 3px;

	background-image: url(images/menus_t_del_o.jpg);
	background-repeat:no-repeat;
	background-position: right;

}

#menus_t ul li a{
	font-weight: bold;
	float:left;
	display: block;
	padding: 0 45px;
	color: #dedede;
	text-decoration: none;
	
	
    line-height: 32px;
	min-height: 33px;
	height: auto !important;
    height: 33px;
	font-size: 1em;
}

#menus_t ul li a.first{
	background-image: url(images/menus_t_bgr_1x33_o.jpg);
	background-repeat:repeat-x;
	padding-left: 7px;
}

#menus_t ul li a:hover,
#menus_t ul li a.active
{
	background-image: url(images/menus_t_bgr_1x33_o.jpg);
	background-repeat:repeat-x;
}

#under_menu_line{
	margin-top: 7px;
}

#under_menu_text{
	color: #61788a;
	font-size: 0.75em;
	float: left;
	padding-left: 10px;
}	

#username{
	float: right;
	font-size: 0.75em;
}

#content{
	margin-top: 17px;

	min-height: 600px;
	height: auto !important;
    height:  600px;
}


#footer{
	margin-top: 10px; /* minimum 10 px */
	
	background-image: url(images/menus_t_bgr_1x33.jpg);
	background-repeat:repeat-x;
	background-position: 0 74px;
	
	min-height: 107px;
	height: auto !important;
    height:  107px;
	
}

#flowers_bottom{
	background-image: url(images/flowers_b.png);
	background-repeat:no-repeat;
	background-position: left;
	
    height: 107px;
	overflow:hidden;
}

#footer_l{
	background-image: url(images/footer_bgr_3x33_l.jpg);
	background-repeat:no-repeat;
	background-position: left;
	
	min-height: 33px;
	height: auto !important;
    height:  33px;
	
	border: 0px solid red;
	margin-top: 74px;
}

#footer_r{
	background-image: url(images/footer_bgr_3x33_r.jpg);
	background-repeat:no-repeat;
	background-position: right;
	
	min-height: 33px;
	height: auto !important;
    height:  33px;
	
	padding-right: 10px;
	text-align: right;
	line-height: 33px;
	font-size: 0.75em;
	color: #dedede;
}

#footer_r a{
	color: #dedede;
	text-decoration: none;
}

#footer_r a:hover{
	text-decoration: underline;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }
* html .clearfix { height: 1px; }

#logout {
	float:right;
	font-size:0.75em;
	margin-left: 5px;
}
#logout a {
	color:#444444;
}