@charset "utf-8";
/* CSS Document */

body, html{
background-color:#c1cfce;
width:100%;
height:100%;
margin:0;
padding:0;
font-family:Tahoma, Geneva, sans-serif;
/*font-family:"Century Gothic","Avant Garde Gothic","Avant Garde","URW Gothic L",helvetica,sans-serif;*/

font-size:90%;
}

#main_container{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}

#top_container{
	background-image:url(graphics/bg_top.png);
	background-repeat:no-repeat;
	width:100%;
	height: 116px;
}

#center_container{
	background-image:url(graphics/bg_main.png);
	background-repeat:repeat-y;	
}

#bottom_container{
	width:100%;
	background-image:url(graphics/bg_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	height:50px;
	text-align:center;
	padding-top:5px;
}

#heading{
	background-image:url(graphics/top_picture_2.png);
	background-repeat:no-repeat;
	background-position:7px 4px;
	width:100%;
	height:116px;
	
}

#flag{
	float:right;
	margin-right:20px;
	margin-top:100px;
	*margin-top:0;
}

#main{
	background-image:url(graphics/main_bg_2.jpg);
	background-repeat:no-repeat;
	min-height:540px;
	background-position:9px 0;
}

#logo{
	margin-left:40px;
	margin-top:40px;
	border:0;
}

#searchform{
	float:right;
	margin-right:12px;
	padding:0;
	margin-top:0;
	display:inline;
	/*margin-top:80px;*/
}

#searchform input{
margin:0;
padding:0;
display:inline;
}

#main_menu{
	background-image:url(graphics/main_menu_bg.png);
	background-repeat:repeat-x;
	/*width:801px;*/
	margin-left:9px;
	margin-right:9px;
	padding:5px 0;
	height:20px;
}

#main_menu a{
	margin-left:15px;	
	color:#000000;
	/*font-weight:bold;*/
	text-decoration:none;
}

#main_menu a:hover{
	color:#ffffff;	
}

#left{
	width:203px;
	margin-left:15px;
	float:left;
}

#left_menu{
	width:100%;	
	background-image:url(graphics/left_menu_bg.png);
	background-repeat:repeat-y;
}

#left_bottom{
	background-image:url(graphics/left_menu_bg_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	width:100%;
	height:15px;
}

#left_menu_icons{
	text-align:center;
	border-top:1px solid #cccccc;
	margin:0 10px;
	padding:5px 0;
}

#left_menu_links{
	margin:0 10px;
	padding:5px 0;
	/*border-bottom:1px solid #cccccc;*/
}


.left_menu_extra{
	margin:0 10px;
	padding:5px 0;
	text-align:center;
	border-top:1px solid #cccccc;
}

#left_menu_links a{
	display:block;
	/*height:20px;*/
	background-image:url(graphics/bg_menu.png);
	padding:10px;
	margin-top:5px;
	text-decoration:none;
	color:#212F2B;/*#6B8595;	*/
	font-weight:bold;	
}

#right{
	
	width:650px;
	margin-left:10px;
	float:left;
}

#right_contents{
	
	background-image:url(graphics/right_bg.png);
	background-repeat:repeat-y;
	padding:10px 10px 10px 0;
	
}

#right_bottom{
	width:100%;
	height:15px;
	background-image:url(graphics/right_bg_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#right_contents h1{
	font-size:120%;
	margin-top:0;
	padding-top:0;
	color:#212F2B;/*#6B8595;	*/
	background-image:url(graphics/bg_menu.png);
	padding:3px 10px 3px 10px;
	display:inline;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;	
}

#right_contents h2{
	font-size:110%;
	color:#212F2B;/*#6B8595;	*/
}

#adaptit_info{
	padding:10px;
	border:1px solid #cccccc;
	background-image:url(graphics/bg_menu.png);
	margin-bottom:15px;
	margin-left:10px;
}

#adaptit_info h1{
	background-image:none;
	border:0;
}

strong, a{
	color:#212F2B;/*#6B8595;	*/
}

.article_ingress, .article_text{
	padding-left:10px;	
}

.article_text{
margin-bottom:35px;	
}

#copyright{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	text-align:left;
	color:#666666;
}

#products_slideshow{
	text-align:center;
	width:205px;
	height:205px;
	background-image:url(graphics/products_bg.png);
	background-repeat:no-repeat;
	margin-top:15px;
}

#products_slideshow h2{
	padding-top:10px;
	
	font-size:14px;
	color:#212F2B;/*#6B8595;	*/
}

#loginblock{
	background-image:url(graphics/bg_menu.png);
	padding:10px;
	margin:5px 10px;
}
