@charset "utf-8";
/* CSS Document */

/* BASIC */
body{
	text-align: center;
	}
	
a {
	color: #404040;
	text-decoration: none;
}

a:hover {
	color: #606060;
	text-decoration: underline;
}
	
#container{
	height: 658px;
	width: 1005px;
	text-align: left;
	}
#top{
	height: 108px;
	width: 1005px;
	}
#top_logo{
	height: 108px;
	width: 195px;
	}
#top_hmenu{
	height: 108px;
	}

#left{
	height: 449px;
	width: 200px;
	}
#submenu{ height: 312px; }

#service{}

#right{	
	height: 449px;
	width: 745px;
	}
#main{
	height: 449px;
	width: 447px;
	}
#main_content_button{
	height: 73px;
	width: 447px;
	}
#main_mask { 
	width: 447px;
	margin-left: 298px;
	z-index: 10; 
	}
#main_mask,
#main_gallery{	height: 449px; position: absolute;}
#main_gallery{ z-index: 8; }

#b_showContent,
#b_hideContent{ height: 73px; }

#main_content{ height: 376px; }
#main_content_inner{ width: 400px; }

#footer{ height: 20px; }
#footer_inner{}

/* FORMAT */
body, table, h3, h2, h1, form, input, textarea {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #ffffff;
	}

body, table, td, h3, h2, h1, div, span, p{
	margin: 0px;
	padding: 0px;
	line-height: 135%;
	}
p, div.csc-textpic-imagewrap { 
	margin-bottom: 5px;
	padding-bottom: 5px;
	line-height: 135%;
	}
div.div.csc-textpic-imagewrap{ margin-left: 0px; }
table, label, input, textarea { color: #656565; }
table td { padding: 2px; }
table p { padding: 0px; margin: 0px; }

#container{
	margin-left: auto;
	margin-right: auto;
	}
#top{ }
#top_logo{ 
	text-align:center; 
	float: left; 
	}
*html #top_logo{ padding-top: 10px; }
#top_logo img { padding-top: 10px; }
#top_hmenu{ 
	float: right;
	padding-right: 60px;
	}
.hmenu_item0 a,
.hmenu_item1 a,
.hmenu_item0_active a,
.hmenu_item1_active a{
	width: 149px;
	height: 105px; 
	display:block;
	}
.hmenu_item0,
.hmenu_item1,
.hmenu_item0_active,
.hmenu_item1_active{
	width: 149px;
	float: left;
	}

#left{ 
	clear: both;
	float: left;
	}

#left ul, #left li{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#submenu,
#service{ padding-left: 26px; }	

/* Submenu */
.submenu_ul{
	list-style: none;
	}
li.submenu_li a,
li.submenu_li_active a{
	display: block;
	height: 30px;
	}
li.submenu_li{
	height: 30px;
}
/* Servicemenu */
ul.service_ul{
	list-style: none; 
	}
li.service_li a{
	padding: 1px 0px 1px 15px;
	}


#right{ 
	float: right; 
	margin-right: 60px;
	color: #656565;
	}

#main_mask{ 

	overflow: auto;
	overflow: hidden;

	}
#main{  }

#main_content_button{ 
	margin-bottom: 1px;
	cursor: hand;
	cursor: pointer;
	}

#b_showContent{ display: none; }
#b_hideContent{}
#main_content{
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	}
#main_content_inner{ 
	padding: 20px 0px 10px 20px;
	}
div.content_block{ margin-bottom: 20px; }

#footer{ margin-top: 500px; }
#footer_inner{ color: #AEAEAE; }

/* BACKGROUNDS */
body{
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #161E25;
	}
.hmenu_item0 a,
.hmenu_item0_active a{
	background-image: url(../images/hmenu_hg0.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px;
}
.hmenu_item1 a,
.hmenu_item1_active a{
	background-image: url(../images/hmenu_hg1.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px;
}

.hmenu_item0 a:hover,
.hmenu_item1 a:hover,
.hmenu_item0_active a,
.hmenu_item1_active a{ background-position: 0px -108px; }

h3.service_h3{ margin-bottom: 5px; }

li.service_li a{
	background-image: url(../images/arrow_grey.gif);
	background-repeat:no-repeat; 
	background-position: left center;
}
li.service_li a:hover{ background-image: url(../images/arrow_white.gif);  }

#b_showContent{ background-image: url(../images/show_content.jpg); }
#b_hideContent{ background-image: url(../images/hide_content.jpg); }

#b_showContent, #b_hideContent{ background-repeat: no-repeat; }

#main_content{	background-image: url(../images/content_hg.png); background-repeat: repeat-y; }

li.submenu_li a, li.submenu_li_active a{
	background-image: url(../images/submenu_hg.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	}
	
li.submenu_li a:hover, li.submenu_li_active a{ background-position: -174px 0px; }


