@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	list-style-type:none;
}
html{
	font-size:100%;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	background:#fff url(../images/bgbody.png) repeat-x;
}
#container{
	width:940px;
	margin:auto;
	background:url(../images/bgcontainer.png) 0px 49px no-repeat;
}
#logo{
	float:left;
	width:160px;
	margin: -10px 0 0 0;
}

.contenttop{
	clear:both;
	height:306px
}

ul#menu{
}

ul#menu li{
	display:inline
}

ul#menu li a {
	display:block;
	float:left;
	height:48px;
	width:100px;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
	text-align:left;
	line-height:3.3em;
	margin:0px 20px 30px 0;
	font-size:0.9em;
	text-align:center;
}

ul#menu li a:hover, ul#menu li a.active{
	color:#fff;
	background:url(../images/bgmenu.png) 0 5px no-repeat;
	text-align:center;
}

.product{
	width:280px;
	float:left;
	margin:42px 50px 0 0;
	text-align:justify
}

.product img{
	margin:0 0 20px 0;
}

.product p{
	font-size:0.8em;
	margin:0px 0 10px 0
}

.logos{
	width:941px;
	clear:both;
	text-align:center;
	margin:35px 0 0 0;
	float:left;
	height:87px;
}

h1{
	margin: 0 0 15px 0;
	width:760px;
	float:right
}

h3{
	padding: 0 0 10px 0;
	border-bottom:1px solid #5c5c5c;
	color:#333;
	font-size:1.8em;
	margin:35px 0 15px 0
}

h2{
	font-weight:normal;
	font-size:1.5em;
	color:#999999;
	margin:20px 0 15px 0
}

.mapleft{
	float:left;
	width:460px;
	text-align:justify
}

.map .mapleft p{
	font-size:0.8em;
	margin:0 0 7px 0;
}

.mapright{
	float:right;
	width:460px;
}

.mapright img{
	margin:20px 0 0 0 
}
a img{
	border:none;
}
.clearboth{
	clear:both;
}
