@charset "utf-8";
/* CSS Document */


body, html {
	height:100%;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	font-weight:bold;
}


h1 {
	color:#FFFFFF;
	font-size:16pt;
	font-weight:bold;
	margin-bottom:20px;
}

#main {
	height:100%;

}

#main .frame {
	width:1024px;
	background-color:#bbc0c3;
	text-align:left;
	height:100%;
}

#menu {
	background-color:white;
	padding-top:10px;
	height:57px;
	position:absolute;
	width:100%;
}

#menu .box {
	background-image:url(../images/menu.jpg);
	width:482px;
	height:57px;
	padding-left:542px;
}

#homeMenu .box {
	width:482px;
	height:57px;
	padding-left:542px;
}

#menu .item, #homeMenu .item {
	float:left;
	padding-top:11px;
}

#main .content {
	padding-top:100px;
	background-color:#bbc0c3; 
	background-repeat:repeat-y;
	padding-left:90px;
	padding-right:90px;
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11pt;
}

#main .bottom {
	background-image:url(../images/bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#bbc0c3; 
	height:179px;
}

#main .navigation {
	padding-right:50px;
	padding-top:40px;
}

#main .navigationBg {
	padding-right:50px;
	padding-top:40px;
	background-image:url(../images/navigation-bg.jpg);
	background-repeat:repeat-y;
	background-position:left;
}

#contact .errors {
	color:#e33c8a;
	font-weight:bold;
	font-size:13px;
	margin-top:5px;
}

#contact dt {
	width:350px;
	text-align:left;
	margin-top:15px;
	margin-bottom:5px;
}

#contact input, #contact textarea {
	border:1px solid #9e9b9b;
	font-size:14px;
	width:350px;
}


#catalogue .item {
	margin-left:30px;
	padding-left:0px;
	padding-left:30px;
	padding-bottom:30px;
	font-weight:bold;
	background-image:url(../images/catalogue-bg.jpg);
	background-position:left;
	background-repeat:repeat-y;
	height:315px;
}

#catalogue a {
	color:#FFFFFF;
}

#homepage {
	background-image:url(../images/homepage.jpg);
	background-repeat:no-repeat;
	width:1024px;
	height:768px;
	margin-top:10px;
}

#map {
	display:none;
	position:absolute;
}




