* {
	margin: 0;
	padding:0;
	outline:none;
}
html, body {
	height: 100%;
	width:100%;
}
ul{
	list-style-type:none;
}
body{
	background:url(../images/bg-body.gif) 0 0 repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#5a5b5c;
}
#wrapper {
	width: 910px;
	margin:0 auto;
}
#header{
	width:910px;
	float:left;
	background:url(../images/bg-header.gif) left bottom no-repeat;
	height:162px;
}
#header h1 a{
	width:106px;
	height:138px;
	display:block;
	background:url(../images/bg-logo.gif) 0 0 no-repeat;
	text-indent:-5000px;
	margin:15px auto 0 auto;
}
#top-navigation{
	width:910px;
	height:62px;
	float:left;
}
#language{
	width:96px;
	height:32px;
	float:left;
	background:url(../images/bg-languages.gif) 0 0 no-repeat;
}
#language ul{
	padding:5px 0 0 16px;
}
#language ul li{
	float:left;
	padding:0 6px 0 0;
}
#language ul li a{
	width:26px;
	height:16px;
	display:block;
	text-indent:-5000px;
}
#main-navigation{
	width:225px;
	height:31px;
	background:url(../images/bg-navi-top.gif) 0 1px no-repeat;
	float:right;
}
#main-navigation ul{
	padding:5px 0 0 8px;
}
#main-navigation ul li{
	float:left;
	padding:0 20px 0 0;
}
#main-navigation ul li a{
	float:left;
	color:#5a5b5c;
	text-transform:uppercase;
	text-decoration:none;
	width:85px;
	display:block;
	text-align:center;
}
#main-navigation ul li a:hover{
	color:#000;
}
#second-navigation{
	width:174px;
	float:left;
	padding:42px 0 0 2px;
}
#second-navigation li {
	padding:0 0 2px 0;
}
#second-navigation li a{
	width:160px;
	height:25px;
	padding:5px 0 0 0;
	text-align:center;
	background:url(../images/bg-navi-left.gif) 0 0 no-repeat;
	display:block;
	text-transform:uppercase;
	text-decoration:none;
	color:#5a5b5c;
}
#second-navigation li a:hover, #second-navigation li.active a{
	background-position:0 -30px;
	color:#000;
}
#content{
	width:730px;
	float:left;
	padding:0 0 20px 0;
	color:#000;
	position:relative;
}
.box{
	width:345px;
	height:206px;
	padding:0 19px 10px 1px;
	float:left;
	background:url(../images/frame-home-page.gif) 0 0 no-repeat;
}
.box h2, .box-map h2{
	font-size:12px;
	width:330px;
	text-align:right;
	float:right;
	text-transform:uppercase;
	color:#000;
	padding:6px 12px 0 0;
	font-weight:normal;
	height:18px;
}
.box img{
	border:none;
}
.box-map{
	width:506px;
	height:367px;
	padding:0 1px 0 15px;
	background:url(../images/bg-map.gif) 0 0 no-repeat;
	margin:37px 0 0 82px;
}
.box-map img{
	float:right;
}
.box-map h3 {
	padding:40px 0 20px 0;
	font-size:16px;
	color:#000;
}
#content p{
	line-height:20px;
	margin:0 0 20px 0;
    width:500px;	
}
.box-map a{
	color:#000;
	text-decoration:none;
}
.box-map a:hover{
	text-decoration:underline;
}
.box-map p{
   width:128px !important;
}
.products{
	width:525px;
	background:url(../images/bg-gallery.gif) 0 0 no-repeat;
	padding:24px 0 20px 1px;
	overflow:hidden;
	float:left;
	height:278px;
}
#content img {
	border:none;
}
#content a.left{
	margin:150px 0 0 -20px;
	position:relative;
	float:left;
}
#content a.right{
	float:left;
	margin:150px 0 0 0;
}
.thumbs{
	width:170px;
	position:absolute;
	right:0;
	top:0;
	height:200px;
}
.thumbs a{
	width:168px;
	height:87px;
	margin:0 0 10px 0;
	background:url(../images/bg-a.gif) 0 0 no-repeat;
	display:block;
	padding:8px 1px 0 1px;
	overflow:hidden;
}
.thumbs a.left-nav, .thumbs a.right-nav{
	width:auto;
	height:auto;
	background:none;
	float:left;
	margin:-10px 0 0 0;
} 
.thumbs a.left-nav{
	margin:-10px 10px 0 60px;
} 
* html .thumbs a.left-nav{
	margin:-10px 10px 0 30px;
} 
.space{ 
	height:38px;
	width:100px;
}
#footer{
	width:910px;
	float:left;
	height:40px;
	padding:25px 0 0 0;
	text-align:center;
	background:url(../images/bg-footer.gif) 0 20px no-repeat;
}
#footer a{
	color:#5a5b5c;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
.clear{
	float:none;
	clear:both;
}

#pages a{
    color:#000;
