@charset "utf-8";

/* ---------------- default settings ---------------- */
form, body { margin: 0px; padding: 0px; }
a img, img, object { border: 0px; margin: 0px; padding: 0px; }

/* ---------------- page settings ---------------- */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#86979c;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
}
body a{ color:#000000; }
body a:active, body a:visited, body a:link{ text-decoration: none; }
body a:hover { text-decoration: underline; }	

#centered_div{
	width:960px;
	position:relative;
	margin:auto;
}

#header{
	width:960px;
	height:79px;
	background-repeat:no-repeat;
	background-position:left;
}

#header_menu{
	margin-top:1px;
	background-image:url(../images/header_menu_background.gif);
	background-repeat:no-repeat;
	background-position:top;
}
#header_submenu{
	background-image:url(../images/header_submenu_background.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:908px;
	height:27px;
	padding-left:52px;
	padding-top:12px;
}
#header_submenu a { font-weight:bold; }

/* ---------------- silver panel settings ---------------- */
#silver_panel{
	background-image:url(../images/silver_panel_background.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:960px;
	height:330px;
	padding-top:1px;
}

.silver_panel_foto{
	width:498px; 
	height:280px; 
	background-position:center; 
	background-repeat:no-repeat; 
	margin-left:10px;
	border-left:#a1a1a1 1px solid;
	border-bottom:#a1a1a1 1px solid;
	border-right:#a1a1a1 1px solid;
}

/* ---------------- middle text settings ---------------- */
#middle_text{
	border-top:#FFF 1px solid;
	padding-top:17px;
	padding-bottom:120px;
}

.middle_text_title{
	font-size:24px;
	font-weight:bold;
}

/* ---------------- footer settings ---------------- */
#footer{
	background-image:url(../images/footer_background_repeat.gif);
	background-repeat:repeat-x;
	height:120px;
	width:100%;
	position:fixed;
	bottom:0px;
	z-index:50;
}

#footer_content{
	height:141px;
	width:960px;
	color:#c2c2c2;
}

#footer a{ color:#c2c2c2; }

/* ---------------- others settings ---------------- */
.table_header{
	background-image:url(../images/table_header_background.gif);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}

.table_header_color{
	background-color:#556f86;
	color:#FFF;
	font-weight:bold;
}


.table_popup_header{
	background-image:url(../images/table_popup_header_background.gif);
	background-repeat:no-repeat;
	color:#FFF;
	font-weight:bold;
	width:77px;
	height:38px;
	cursor:pointer;
	margin-left:2px; 
	margin-right:2px;
	padding-left:10px;
	padding-top:5px;
	line-height:15px;
}

.table_biger_header{
	background-image:url(../images/table_biger_header_background.gif);
	background-repeat:no-repeat;
	color:#FFF;
	font-weight:bold;
	width:77px;
	height:38px;
	margin-left:2px; 
	margin-right:2px;
	padding-left:10px;
	padding-top:5px;
	line-height:15px;
}

.table_item{
	color:#000000;
	font-weight:normal;
	line-height:18px;
	background-color:#c3d0da;
}

.popup{
	width:229px;
	height:173px;
	background-repeat:no-repeat;
	position:absolute;
	z-index:40;
	display:none;
}


