<!--
body img,a{
	border:0;
}
body{
	margin:0;	
	background-color:#f1efef;
}
#wrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #ccc;
	background-color:#fff;
}
#top_left{
	width:247px;
	height:254px;
	float:left;
	background-image:url(../images/top_left.png);
}
#top_logo{
	width:653px;
	height:142px;
	float:left;
	background-image:url(../images/top_right.png);
}
#menu{
	margin-top:60px;
	width:653px;
	height:112px;
	float:right;
}
#menu1{
	width:196px;
	height:112px;
	float:left;
}
#menu2{
	width:131px;
	height:112px;
	float:left;
}
#menu3{
	width:140px;
	height:112px;
	float:left;
}
#menu4{
	width:186px;
	height:112px;
	float:left;
}
#content{
	width:900px;
	margin-bottom:50px;
}
#content p{
	margin:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	
}
#content h2,h1,h3{
	margin-left:20px;
}
.clear{
	clear:both;
}
p.contact{
	line-height:6px;
}
#contact_box{
	margin-left:20px;
	margin-top:20px;
	width:280px;
	height:400px;
	float:left;
}
#map{
	margin-top:20px;
	width:580px;
	height:400px;
	float:left;
}
.name{
	width:200px;
	margin-left:30px;
	border:1px solid #666;
}
.email{
	width:200px;
	margin-left:80px;
	border:1px solid #666;
}
.mail_content{
	width:600px;
	height:300px;
	margin-left:30px;
	border:1px solid #666;
}
.button{
	margin-left:300px;
	font-size:16pt;
	font-weight:bold;
}
#contact_form{
	padding-top:100px;
	width:700px;
	margin-left:auto;
	margin-right:auto;
}
#gallery{
	width:560px;
	height:490px;	
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
}
#gallery a{
	margin:10px;
}
img.main{
	float:right;
	margin:30px;
}
.configurator{
	text-align:center;	
}
#footer{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#footer p,a{
	text-decoration:none;
	float:right;
	color:#000;
	font-size:8pt;
	font-weight:bold;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#tabs {
	float:left;
	width:600px;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #666;
	margin-bottom:1em; /*margin between menu and rest of page*/
	overflow:hidden;
	margin-left:180px;
}

#tabs ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
	
}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
}

#tabs a {
	float:left;
	background:url("../images/left.png") no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
}

#tabs a span {
	float:left;
	display:block;
	background:url("../images/right.png") no-repeat right top;
	padding:6px 15px 4px 6px;
	margin-right:2px;
	color:#FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
}

#tabs a:hover {
	background-position:0% -42px;
}

#tabs a:hover span {
	background-position:100% -42px;
}
-->