@charset "utf-8";
/* CSS Document */


body {
	background:#ACACAC url(../images/frontend_attributes/page_back.jpg) repeat-x top;
	font-family:Arial;
	color:#FFFFFF;
	font-size:11px;
	}

#container {
	width:860px;
	margin:0 auto 40px auto;
	}

#date {
	width:825px;
	padding:10px 35px 0 0;
	text-align:right;
	font-weight:bold;
	}

#left {
	width:240px;
	height:180px;
	background:url(../images/frontend_attributes/head_tag.png) no-repeat center;
	float:left;
	margin-top:90px;
	}

#right {
	width:620px;
	float:right;
	}

#contenttop {
	width:620px;
	height:20px;
	background:url(../images/frontend_attributes/content_border_top.jpg) no-repeat center;
	}

#contentleft {
	width:20px;
	background:url(../images/frontend_attributes/content_border_left.jpg) repeat-y;
	min-height:1110px;
	float:left;
	display:inline;
	}

#contentlefttop {
	width:20px;
	height:390px;
	background:url(../images/frontend_attributes/content_border_left_top.jpg);
	}
	
#contentmain {
	width:580px;
	min-height:1110px;
	background:#FFFFFF;
	float:left;
	display:inline;
	}

#header {
	width:580px;
	height:190px;
	background:url(../images/frontend_attributes/head_banner.jpg) no-repeat;
	}

#navi {
	width:180px;
	background:url(../images/frontend_attributes/navigate_back.jpg) repeat-y;
	float:left;
	display:inline;
	}

#navitext {
	width:150px;
	margin-top:-20px;
	padding:0 15px 15px 15px;
	color:#888;
	}

#navitext a, #navitext a:active, #navitext a:visited {
	color:#888;
	text-decoration:none;
	}

#navitext a:hover {
	color:#FF9900;
	text-decoration:underline;
	}

#navitext h1, #navitext h2 {
	color:#FF9900;
	font-size:140%;
	margin:0 0 10px 0;
	}

#navitext li {
	margin-left:20px;
	}
	
#navihead {
	width:180px;
	height:140px;
	background:url(../images/frontend_attributes/navigate_head.jpg) no-repeat;
	}

#navifoot {
	width:180px;
	height:5px;
	background:url(../images/frontend_attributes/navigate_footer.jpg) no-repeat;
	}

#search {
	width:180px;
	height:35px;
	}

#search input[type=text] {
	width:125px;
	height:15px;
	float:left;
	display:inline;
	border:none;
	background:url(../images/frontend_attributes/search_box.jpg) no-repeat;
	color:#FFFFFF;
	padding:10px;
	font-size:11px;
	font-family:Arial;
	}

#search input[type=submit] {
	width:35px;
	height:35px;
	float:left;
	border:none;
	display:inline;
	color:transparent;
	background:url(../images/frontend_attributes/search_button.jpg) no-repeat;
	}

#mainwrapper {
	width:400px;
	float:left;
	display:inline;
	color:#888888;
	}

#menu {
	width:400px;
	height:70px;
	xmargin-bottom:30px;
	}

#main {
	width:360px;
	padding:20px;
	}

#main h1, #main h2 {
	color:#FF9900;
	font-size:140%;
	margin:20px 0 10px 0;
	}

#main li {
	margin-left:20px;
	}

#mainfooter {
	width:400px;
	padding:20px;
	margin:20px 0 20px 0;
	font-weight:bold;
	}

#mainfooter a, #mainfooter a:active, #mainfooter a:visited {
	color:#888888;
	text-decoration:none;
	}

#mainfooter a:hover {
	color:#FF9900;
	text-decoration:underline;
	}

#contentright {
	width:20px;
	background:	url(../images/frontend_attributes/content_border_right.jpg) repeat-y;
	min-height:1110px;
	float:left;
	display:inline;
	}

#contentrighttop {
	width:20px;
	height:380px;
	background:url(../images/frontend_attributes/content_border_right_top.jpg);
	}

#contentbottom {
	clear:both;
	width:620px;
	height:20px;
	background:url(../images/frontend_attributes/content_border_bottom.jpg) no-repeat center;
	}
/*menu css added by antoni@alphasys.com*/
#block_left{
	float:left;
	position:relative;
}	
#block_home{
	float:left;
	position:relative;
}
#block_about{
	float:left;
	position:relative;
}
#block_services{
	float:left;
	position:relative;
}
#block_information{
	float:left;
	position:relative;
}
#block_contact{
	float:left;
	position:relative;
}
