body{
	margin:0px;
	padding:0px;
	background-image:url('images/bg-page.png');
	background-position:left top;
	font-family:calibri, alrial;

}
#main_body{
	display:block;
	min-height:800px;
	text-align:center;
}
#main_center{
	margin:auto;
	width:960px;
	min-height:800px;
	border-left:1px solid #e9e7e7;
	border-right:1px solid #e9e7e7;
	background-color:#ffffff;
}
#logo{
	height:140px;
	display:block;

}
#menu_top{
	display:block;
	height:50px;
	background-color:#fefefe;
	border-bottom:1px solid #e7e7e7;
}
#menu_top ul{
	margin:0px;
	padding:0px;
	padding-top:30px;

}
#menu{
	display:block;
	height:50px;
	background-color:#fefefe;
	border:1px solid #e5e5e5;
}

#menu ul{
	margin:0px;
	padding:0px;
	padding-top:2px;
}
#menu li{
	float:left;
	padding-left:37px;
	padding-right:37px;
	line-height:48px;
	list-style-type:none;
	border-right:1px dotted #e5e5e5;

}
#menu li a{
	color:#acacac;
	font-weight:normal;
	text-decoration:none;
}
#menu li a:hover{
	color:#000000;
}
#menu li a:active{
	color:#7e837c;
}

#sectiontop{

	display:block;
	min-height:60px;
}

#banner{
	display:block;
	height:271px;
}
#main{
	display:block;
	min-height:600px;
}
#left_main{
	width:130px;
	min-height:600px;
	float:left;
}
#center_main{
	width:740px;
	min-height:600px;
	float:left;
}
#right_main{
	width:130px;
	min-height:600px;
	float:left;
}
#top16{
	display:block;
	min-height:50px;
	text-align:center;
	clear:both;
	background-color:#ffffff;
	margin:0px;
	border-bottom:1px solid #f5f5f5;
}
#top16 div.box1{
	width:822px;
	display:block;
	min-height:60px;
	margin:auto;
	text-align:center;
	color:#868686;
}
#top16 div p{
	color:#868686;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	padding:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;

}


#map{
	display:block;
	min-height:280px;
	margin-top:15px;
	border-top:1px solid #f7f7f7;
	background-color:#ffffff;
}
div.map_left{
	float:left;
	width:49%;
}
div.map_right{
	float:right;
	width:49%;
	text-align:left;
	line-height:24px;
}
#submenu{
	display:block;
	min-height:50px;
	border-top:1px solid #f5f5f5;
	margin-top:0px;

}
div.submenu_top{
	display:block;
	min-height:20px;
	color:#adadad;
	margin-top:20px;
	text-align:center;

}
div.submenu_top div{
	float:left;
	margin:auto;
	width:160px;
}
div.submenu_bottom{
	display:block;
	min-height:40px;
	clear:both;
	color:#6a6a6a;
	margin-top:8px;
	margin-bottom:40px;
}
div.clear{
    clear:both;
    height:0px;
}

div.team{
	display:block;
	clear:both;
	min-height:210px;
	border-bottom:1px solid #efefef;
}
div.team_left{
	float:left;
	width:250px;
	text-align:center;
}
div.team_left img{
	margin-top:20px;
}
div.right_right{
	float:right;
	width:650px;
	text-align:left;
	min-height:200px;

}

div.words{
	display:blocks;
	min-height:150px;
	border-bottom:1px solid #efefef;
}
div.words_left{
	width:150px;
	min-height:148px;
	float:left;
}
div.words_right{
	width:750px;
	min-height:148px;
	float:right;
}
div.words_right p.explication{
	color:#787877;
	font-size:16px;
	text-align:justify;
}
div.words_right p.left{
	text-align:left;
}
p a{
	color:#8ec63f;
}

/* tabs  */
.container {
	width:956px;
	margin: auto;
	margin-top:20px;
	text-align:left;
	min-height:528px;

}
ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 99px;
    border-bottom: 1px solid #e9ebf0;
    border-left: 1px solid #e9ebf0;
    width: 100%;
    text-align:center;
}
ul.tabs li {

    float: left;
    margin: 0;
    padding: 0;
    height: 98px;
    width:238px;
    line-height: 98px;
    border: 1px solid #e9ebf0;
    border-left: none;
    margin-bottom: -1px;
    background: #e9ebf0;
    overflow: hidden;
    position: relative;
    background-image:url('images/bg_tab.png');
    background-repeat: repeat-x;
    background-position:top left;
}
ul.tabs li a {
    text-decoration: none;
    color: #656464;
    display: block;
    font-size: 1.2em;
    padding: 0 20px;
    border: 1px solid #fff;
    outline: none;
}
ul.tabs li a:hover {
    background-color: #000000;
    background-image:url('images/bg_tab_hover.png');
    background-repeat: repeat-x;
    background-position:top left;
    color:#000000;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  {
    background-color: #ffffff;
    background-image:url('images/bg_tab_hover.png');
    background-repeat: repeat-x;
    background-position:top left;
    border-bottom: 1px solid #fff;
}
.tab_container {
    border-bottom: 1px solid #e9ebf0;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    min-height:400px;
}
.tab_content {
    padding: 20px;
    font-size: 1.2em;
}
.tab_content h2 {
    font-weight: normal;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    font-size: 1.8em;
}
.tab_content h3 a{
    color: #254588;
}
.tab_content img {
    float: left;
    margin: 0 20px 20px 0;
    border: 1px solid #ddd;
    padding: 5px;
}
h2.main{
	color:#8ec63f;
}




/* begin: slideshow */
.slideshow {
position:relative;
padding:0;
margin:0;
}
.slideshow a img {
border:none;
}
.slideshow li.slide {
list-style-type:none;
}
.slideshow .slides {
height:260px;
margin:0;
}
.slideshow .slides li.slide {
visibility:hidden;
position:absolute;
left:0px;
top:0;
}
.slideshow .buttons {
display:none;
}
.slideshow .buttons {
display:block;
position:absolute;
z-index:100;
left:11px;
bottom:9px;
margin:0;
}
.slideshow .buttons li {
float:left;
display:inline;
width:30px;
height:30px;
margin:0;
padding-left:0px;
line-height:30px;
background-image:url('images/bg_button.png');
background-repeat:no-repeat;
}
.slideshow .buttons li a {
float:left;
text-decoration:none;
width:30px;
height:30px;
color:#fff;
outline:0;
}
.slideshow ul.buttons li a:hover {
text-decoration:none;
color:#0a0a0a;
}
.slideshow ul.buttons li.active a:hover,
.slideshow ul.buttons li.active a {
color:#8ec63f;
}
/* end: slideshow */



div.main_tabs{
	display:block;
	min-height:100px;
	margin-left:7px;
	margin-right:7px;
}
div.tabs_left{
	float:left;
	width:300px;
	min-height:99px;
	text-align:center;
}
div.tabs_center{
	float:left;
	width:300px;
	min-height:99px;
	text-align:center;
}
div.tabs_right{
	float:right;
	width:300px;
	min-height:99px;
	text-align:center;

}
div.t_left{
	float:left;
	width:62px;
	min-height:100px;
}
div.t_left img{
	padding:0px;
	margin:0px;
	border:0px;
}
div.t_right{
	float:left;
	width:232px;
	min-height:100px;
}
div.t_right h3{
	text-align:left;
	color:#000000;
}
div.t_right p{
	color:#656464;
	font-size:16px;
	margin-right:20px;

}
.main_tabs p{
	font-size:12px;
	text-align:justify;

}
p.graytext{
	color:#656464;
	font-size:16px;
	text-align:justify;
}

span.event{
	width:83px;
	display:block;
	text-align:center;
	height:24px;
	background-image:url('images/event.png');
	margin-right:7px;
	color:#ffffff;
	font-size:10px;
	float:left;
}
#sub_main{
	text-align:left;
	margin-left:20px;
	margin-right:20px;
	display:block;
	min-height:300px;
	text-align:center;
}
#sub_main p{
	display:block;

}
#sub_main p img{
	margin:auto;
}
h1{
	text-align:left;
	font-size:18px;
}
h2{
	text-align:left;
}
h3{
	text-align:left;
}

div.startconcept{
display:block;
min-height:50px;

}
div.startconcept img{
padding-right:10px;
margin:10px;
}
div.producttype{
	margin-top:20px;
	margin-bottom:20px;
	display:block;
	min-height:20px;
	border:2px dotted #cacaca;
}
#video{
	min-height:340px;
	display:block;
	border:1px solid #efefef;
	padding-top:15px;
}
