* {
	margin:					0px;
	padding:				0px;
}

#full {
	border-top:				1px solid #999999;
	border-bottom:			1px solid #999999;
	position:				absolute;
	left:					30px;
	right:					30px;
	top:					37px;
	bottom:					38px;
	background-image:		url('img/menu-background.jpg');
	background-repeat:		repeat-y;
}

#menu {
	position:				absolute;
	width:					300px;
	float:					left;
	padding-top:			30px;
	padding-bottom:			30px;
	z-index:				2;
}

#main {
	position:				absolute;
	left:					320px;
	top:					0px;
	bottom:					0px;
	padding-top:			13px;
	padding-right:			15px;
	padding-bottom:			13px;
	font-family:			verdana,helvetica,arial,sans-serif;
	font-size:				12px;
	line-height:			17px;
	text-align:				justify;
	overflow:				auto;
}

#visual {
	position:				absolute;
	background-repeat:		no-repeat;
	width:					215px;
	left:					0px;
	bottom:					0px;
	top:					0px;
	z-index:				1;
}

#main ul {
	list-style-image:		url('img/list.png');
	padding-left:			25px;
	margin-top:				10px;
	margin-bottom:			10px;
}

#main a, a:visited {
	color:					black;
}

#main a:hover {
	text-decoration:		none;
}

#main h1 {
	line-height:			30px;
	margin-top:				13px;
	margin-bottom:			7px;
	margin-left:			-1px;
	color:					#283643;
}

#main h2 {
	color:					#283643;
	line-height:			30px;
	margin-top:				13px;
	margin-bottom:			7px;
	margin-left:			-1px;
}

.menuitem {
	background-color:		white;
	margin-top:				5px;
	margin-bottom:			5px;
	height:					25px;
	padding-left:			10px;
	font-family:			arial;
	cursor:					pointer;
	width:					140px;
	border:					1px solid #55728D;
	padding-top:			5px;
}

.selected {
	margin-left:			140px;
	color:					black;
}

.notSelected {
	margin-left:			105px;
	color:					#111111;
}

#footer {
	position:				absolute;
	left:					30px;
	right:					30px;
	bottom:					0px;
	height:					30px;
	color:					#c6c2e2;
	font-family:			verdana, arial;
	font-size:				13px;
	border-top:				1px solid #999999;
	z-index:				1;
	color:					white;
}

#footer-background {
	background-color:		#83b0da;
	position:				absolute;
	left:					30px;
	right:					30px;
	bottom:					0px;
	height:					30px;
}

#footer div {
	margin-top:				6px;
}

#logo {
	border-bottom:			1px solid #999999;
	background-color:		transparent;
	position:				absolute;
	top:					0px;
	right:					30px;
	left:					30px;
	z-index:				1;
}

#logo img {
	float:					right;
	margin-right:			100px;
}

#logo-background {
	background-color:		#83b0da;
	position:				absolute;
	top:					0px;
	right:					30px;
	left:					30px;
}

#contactForm {
	border-collapse:		border-collapse;
}

#contactForm td {
	font-family:			verdana, arial;
	font-size:				14px;
}

#contactForm input, textarea {
	border:					1px solid #1a088a;
	width:					400px;
}

#contactForm textarea {
	border:					1px solid #1a088a;
	height:					130px;
}

#contactForm input.submit {
	border:					1px solid #1a088a;
	width:					100px;
	cursor:					pointer;
	background-color:		white;
}

#prices {
	border-collapse:		collapse;
	width:					100%;
	font-family:			verdana, arial;
	font-size:				14px;
}

#prices th {
	text-align:				left;
	border-bottom:			1px solid #666666;
}

.fadeleft {
	background-image:		url('img/fade-left.jpg');
	width:					100px;
	height:					30px;
	float:					left;
}

.faderight {
	background-image:		url('img/fade-right.jpg');
	width:					100px;
	height:					30px;
	float:					right;
}