/* CSS Document */

.menu {
	width: 175px;
	height: 20px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top: 1px solid #D6D7CE;
	border-right: 0px #D6D7CE;
	border-bottom: 1px solid #D6D7CE;
	border-left: 0px #D6D7CE;
	text-align: center;
}
.menu a {
	width: 175px;
	height: 18px;
	margin-top: 1px;
	margin-bottom: 1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #878878;
	text-decoration: none;
	letter-spacing: .1em;
	text-align: center;
	background-color: #EFEFE7;
	cursor: hand;
	display: block;
}
.menu a:hover {
	width: 175px;
	height: 18px;
	margin-top: 1px;
	margin-bottom: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #F6F7F2;
	text-decoration: none;
	letter-spacing: .1em;
	text-align: center;
	background-color: #CCCC99;
	cursor: hand;
	text-align: center;
	display: block;
}

.contact {
	position: absolute; 
	top: 300px; 
	text-align:center; 
	width: 288px;
}

.contact a {
	font-weight: bold;
	text-decoration:none;
	color: #FFFFFF; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.contact a:hover {
	text-decoration:underline;
}

.infopage {
	position: absolute; 
	left: 12px; 
	top: 110px; 
	border: #C6C7BD solid; 
	border-color: #C6C7BD solid; 
	border-width: 2px 4px 4px 2px; 
	height: 415px; 
	width: 690px; 
	background-color: #EFEFE7;
}

.infopic {
	width: 260px; 
	height: 209px; 
	position: absolute; 
	left: 50px; 
	top: 60px; 
	border: #C6C7BD solid; 
	border-color: #C6C7BD solid; 
	border-width: 1px 2px 2px 1px;
}

.infobar {
	width: 288px; 
	height: 340px; 
	background-color: #788CD1; 
	position: absolute; 
	top: 32px; 
	left: 390px; 
	border: #ffffff solid; 
	border-color: #FFFFFF solid; 
	border-width: 1px 0px 2px 1px; 
	color: #FFFFFF; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	padding: 5px 5px 5px 5px;
}
.brands {
	position: absolute; 
	width: 250px; 
	height: 80px; 
	top: 290px; 
	left: 51px;
	background-color:#FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	line-height: normal; 
	font-weight: lighter; 
	font-variant: small-caps; 
	color: #788CD1; 
	padding: 5px 5px 5px 5px;
}
