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

body {
    color: #000;
    font:normal 11pt/1.8em Helvetica, Arial, sans-serif;
	background:#666;
}

/* common styles -----------------------------------------------------------------------------------------------*/

a{
	color:#000;
}

a:link, a:visited{
	text-decoration:underline;
}

a:hover, a:active{
	text-decoration:none;
}

a:active{
	color:#FF0000;
}

em{
	font-size:8pt;
	font-style:italic;
}

p{
	font:normal 9pt/1.25em Arial, Helvetica, sans-serif
}


/* extra classes */
.hidden{
	display:none;
}

.fl{
	float:left;
}

.fr{
	float:right;
}

strong{
	font-weight:bold;
}

.clear{
	clear:both;
}

.width860px_height4px{
	clear:both; 
	width:860px; 
	height:1px; 
	border:3px solid #FFF; 
	overflow:hidden;
}

/* main styles ------------------------------------------------------------------------------------------------ */

#bg-fullwidth{
	width:100%;
	height:100%;
	background:#bdbdbd url(/tpl/img/bg-fullwidth.jpg) top center repeat-y;
}

#container{
	width:100%;
	height:100%;
	background:url(/tpl/img/bg-top-index.jpg) top center no-repeat;
}

#content{
	position:relative;
	margin:0 auto -24px auto;
	width:900px;
	min-height:100%;
}

* html #container, * html #content, * html #bg-fullwidth{
	height:100%;
}

#w860px{
	width:860px;
	margin:0 auto;
	overflow:hidden;
}

#logo-slogan-div{
	width:860px;
	height:114px;
	overflow:hidden;
}

/* logo link -----------------------------------------------------------------------------------------------------*/
#logo-link{
	float:left;
	position:relative;
	width:88px;
	height:50px;
	top:40px;
	left:34px;
	overflow:hidden;
}

#logo-link img{
	width:88px;
	height:50px;
	overflow:hidden;
}

/* slogan style --------------------------------------------------------------------------------------------------*/
#slogan-div{
	float:right;
	position:relative;
	top:75px;
	right:35px;
}

#slogan{
	font:normal 10pt Arial, Helvetica, sans-serif;
	color:#FFF;
	font-style:italic;
	overflow:hidden;
}

/* top menu style --------------------------------------------------------------------------------------------------*/
#top-menu-div{
	clear:both;
	margin:0 auto;
	width:860px;
	height:30px;
}

#top_menu {
	width:860px;
	height:30px;
	overflow:hidden;
}

#top_menu {
	height:36px; 
	text-align:center; 
	background:url(back.gif);
}

#top_menu ul {
	display:inline-block; 
	margin:0 auto; 
	padding:0; 
	list-style:none; 
	white-space:nowrap;
}

#top_menu li {
	display:inline;
}

#top_menu ul li a{
	display:block;
	position:relative;
	top:4px;
	float:left;
	margin:0;
	padding:3px 25px 0;
	font:bold 10pt Helvetica, Arial, sans-serif;
	text-decoration:none;
	border-right:1px solid #000;
	border-left:1px solid #90d22c; 
}

#top_menu ul li a.first{
	border-left:none;
}

#top_menu ul li a.last{
	border-right:none;
}

#top_menu ul li a:hover {
   color:#FFF;
}

#top_menu ul li a.active,
#top_menu ul li a.active:hover {
   color:#000;
}

/* slides ----------------------------------------------------------------------------------------------------------*/
#slides-div{
	margin:0 auto;
	width:860px;
	height:274px;
}

/* services block -----------------------------------------------------------------------------------------------------*/
#services-div{
	clear:both;
	margin:0 auto;
	width:900px;
	height:176px;
	background:url(/tpl/img/bg-services.png) top center no-repeat;
}

#service1-div, #service2-div, #service3-div{
	float:left;
	width:300px;
	height:156px;
}

#service1-div h2, #service2-div h2, #service3-div h2{
	margin:27px 0 15px 68px;
}


#service1-div h2 a, #service2-div h2 a, #service3-div h2 a{
	font:bold 12pt Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
}

#service1-div h2 a:hover, #service2-div h2 a:hover, #service3-div h2 a:hover{
	color:#FFF;
	text-decoration:none;
}

#service1-div p, #service2-div p, #service3-div p{
	clear:both;
	margin:0 0 0 23px;
	width:256px;
}

/* footer ----------------------------------------------------------------------------------------------------------*/

.clearfooter {
	clear:both;
	height:24px;
}

#footer_container{
	width:100%;
	height:24px;
	background:url(/tpl/img/bg-footer.png) top center no-repeat;
	overflow:hidden;
}

#footer{
	margin:0 auto;
	width:940px;
	height:24px;
	color:#FFF;
	font:normal 8pt/40px Helvetica, Arial, sans-serif;
}

/* footer menu -----------------------------------------------------------------------------------------------------*/

#footer_menu {
	float:left;
	width:100%;
	height:24px;
	overflow:hidden;
	position:relative;
}

#footer_menu ul {
	clear:left;
	float:left;
	list-style:none;
   	margin:0;
   	padding:0;
   	position:relative;
   	left:50%;
   	text-align:center;
}

#footer_menu ul li {
   	display:block;
   	float:left;
   	list-style:none;
   	margin:0;
   	padding:0;
   	position:relative;
   	right:50%;
}

#footer_menu ul li a, #footer_menu ul li span {
	position:relative;
	top:4px;
   	display:block;
   	margin:0;
   	padding:0 25px;
   	color:#505050;
   	text-decoration:none;
   	line-height:15px;
   	border-right:1px solid #505050;
}

#footer_menu ul li a.last{
	border:none;
}

#footer_menu ul li span.last{
	border:none;
	font-weight:normal;
	padding-right:0;
}

#footer_menu ul li span.last a{
	display:inline-block;
	position:relative;
	top:0;
	border:none;
	font-weight:normal;
	padding:0;
	margin:0;
}

#footer_menu ul li a:link, #footer_menu ul li a:visited {
   color:#777;
}

#footer_menu ul li a:hover {
   color:#000;
   text-decoration:underline;
}

#footer_menu ul li a.active,
#footer_menu ul li a.active:hover {
   color:#000;
   text-decoration:underline;
}
