@CHARSET "UTF-8";

html, body{
	height: 100%;
	font: normal 12px Arial; /* Change 12px as desired */
	color: white;
}

body{
	/*background: url(../img/main/background.jpg) repeat;*/
	margin: 20px 0px 20px 0px;
	text-align: center; /* for IE */
	
}

#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 790px;
	display: block;
	height: auto;
	position: relative;
		
}

#big_logo{
	background-image: url(../img/main/top_big_boxes.png);
	background-repeat:  no-repeat;
	position: absolute;
	left: -145px;
	top: 0px;
	height: 498px;
	width: 403px;
	
}

#top{
	position: absolute;
	left: 244px; /* ( logo_width - shift + 25 - top_text_left) */ 
	top: 20px;
}

#top_text{
	color: white;	
	margin-left: 12px;
}

#top_menu{
	margin-top: 15px;
}


#sub_menu a{
	text-decoration: none;
	color: white;
}

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

#sub_menu{
	margin-left:12px;
	margin-top: 8px;
}

#content{
	width: 790px;
	height: auto;
	position: absolute;
	left: 0px;
	top: 155px;	
}

.glass{
	background: url(../img/main/glass.png);
}

.buttonwrapper { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

		
a.button, a.button_selected
{
	background: transparent url('../img/main/bg_button_a.png') no-repeat scroll top right;
	display: block;
	float: left;
	font: normal 12px Arial; /* Change 12px as desired */
	line-height: 24px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 52px; /* Height of button background height */
	padding-right: 17px; /* Width of left menu image */
	text-decoration: none;
}

a.button span, a.button_selected span
{
	background: transparent url('../img/main/bg_button_span.png') no-repeat top left;
	display: block;    
	padding: 14px 0px 14px 17px; /*Set 9px below to match value of 'padding-left' value above*/
	text-indent: 7px;
	color : #ececec;
}	

a.button_selected
{
	background: transparent url('../img/main/bg_button_a_selected.png') no-repeat scroll top right;
}

a.button_selected span
{
	background: transparent url('../img/main/bg_button_span_selected.png') no-repeat top left;
}

a.button:hover{ /* Hover state CSS */
	background-image: url('../img/main/bg_button_a_hover.png');
}

a.button:hover span{ /* Hover state CSS */
	background-image: url('../img/main/bg_button_span_hover.png');
	color : #ffffff;
}
	

#left_bar{
	background-image: url(../img/border/border_dark.png);	
	background-position:left;
	background-repeat:repeat-y;
	
}

#right_bar{
	background-image: url(../img/border/border_light.png);	
	background-repeat: repeat-y;
	background-position: right;
}

.border_dark{
	background: url(../img/border/border_dark.png);
}

.border_light{
	background: url(../img/border/border_light.png);		
}

.border_dark, .border_light {
	height: 2px;
	width: 2px;	
}

.border_dark_horizontal{
	background: url(../img/border/border_dark.png) repeat-x;
	height: 2px;	
}

.border_dark_vertical{
	background: url(../img/border/border_dark.png) repeat-y;
	width: 2px;
			
}

.border_dark_horizontal, .border_dark_vertical, .border_light_horizontal, .border_light_vertical{
	margin: 0px;
	padding: 0px;	
	/*
	opacity: .6;
	filter: alpha(opacity=60);
	*/
		
}

.border_light_horizontal{
	background: url(../img/border/border_light.png) repeat-x;
	height: 2px;
}

.border_light_vertical{
	background: url(../img/border/border_light.png) repeat-y;	
	width: 2px;
}

.right_top_border{
	background: url(../img/border/r_t_b.png) no-repeat; 
	width: 11px;
	height: 9px;	
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 779px;
	top: 0px;
		
}

.left_bottom_border{
	background: url(../img/border/l_b_b.png) no-repeat; 
	width: 11px;
	height: 9px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	bottom: -9px;	
}

.right_bottom_border{
	background: url(../img/border/r_b_b.png) no-repeat; 
	width: 10px;
	height: 9px;
	float: left;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 779px;
	bottom: -9px;		
}

#main_content{
	margin-left: 250px;
	 min-height: 400px;
	 position: relative;
	 margin-right: 30px;
	 line-height: 20px;
	 text-align: justify;
	 /*width:expression(document.body.clientWidth < 600? "600px": "auto" );*/
	/*width:expression( document.getElementById('main_content').height < 400 ? "400px" : "auto");*/

}

#bricks{
	background: url(../img/main/kosteczki.png) no-repeat;
	position: absolute;
	bottom: -150px;
	right: -55px;
	width: 245px;
	height: 222px;
}

#small_footer{
	color: #cdcdcd;
	font-size: 9px;
	margin: 0px;   /* align for good browsers */
	padding: 0px;
	position: relative;
	width: 560px;
	
}

#content_footer{
	position:absolute;
	top: 20px;
	left: 20px;
}

#arrow_footer{	
	position:absolute;
	top: 20px;
	left: 3px;	
}


.person_block{
	position: relative;
}
 
.person_block .person_name{
	font-weight: bold;
	margin-left: 20px;
}

.person_block .person_details{
	color: #dcdcdc;
	margin-left: 20px;
}

.person_block .arrow{
	position: absolute;
	left: 0px;
	top: 0px;	
}

/*  horizontal menu */
/*
ul.horizontal_menu{
	list-style-image: url(../img/main/arrow_small.png);	
	margin: 0;
	padding: 0;
	
}

ul.horizontal_menu > li{		
	float: left;	
	margin: 0px 40px 0px 0px;
	padding: 0px;
	
}
*/
/* person menu */


ul.person_list{
	/*list-style-type: none;*/
	list-style-image: url(../img/main/arrow.png);
	
}

ul.person_list li{
	margin-bottom: 20px;
	
}

ul.person_list li .person_name{	 
	  font-weight: bold;
}

ul.person_list li .person_details{
	color: #dcdcdc;
}
