body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background_menu.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #4a5155;
}
a {
	text-decoration: none;
}
div {
	margin: 0px;
	padding: 0px;
}

#top_bar {
	height: 180px;
	background-image: url(../images/background_top.jpg);
	background-position: 180px 0px;
}
#menu_left {
	float: left;
	width: 180px;
	padding-top: 14px;
}
#contents {
	margin-left: 200px;
	margin-right: 12px;
	padding-top: 18px;
}
#footer {
	margin-left: 180px;
	text-align: center;
	margin-top: 60px;
	padding-bottom: 20px;
	clear: both;
}

/* top_bar */
#top_bar img.slogan {
	margin-left: 20px;
}

/* menu_left */
#menu_left {
}
#menu_left ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: right;
}
#menu_left li {
	zoom: 1;
}
#menu_left li a {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 20px;
	color: #4a5155;
}
#menu_left li a:hover {
	background-color: #e99d9b;
}
#menu_left img {
	margin-top: 20px;
	margin-bottom: 6px;
	margin-left: 9px;
	border: 1px solid #333333;
}

/* contents */
#contents {
}
#contents h1 {
	font-size: 1.3em;
	margin-top: 0;
	padding-top: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#contents h2 {
	font-size: 1.2em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 16px;
}
#contents h3 {
	font-size: 1.1em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#contents h4 {
	font-size: 1em;
	margin-bottom: 4px;
	padding-bottom: 0px;
	margin-top: 8px;
}
#contents p {
	text-align: justify;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
}
#contents img.right {
	float: right;
	margin-bottom: 6px;
	margin-left: 12px;
	border: 1px solid #333333;
}
#contents img.left {
	float: left;
	margin-bottom: 6px;
	margin-right: 12px;
	border: 1px solid #333333;
}
#contents a:hover {
	text-decoration: underline;
}
#contents table {
	margin-top: 20px;
}
/* prices */
#contents ul.prices {
	margin: 0px 0px 12px;
	padding: 0px;
}
#contents ul.prices li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 4px;
}
#contents ul.prices li label {
	float: left;
	display: block;
	margin-right: 10px;
	/*
	width: 260px;
	*/
}

/* footer */
#footer p {
	font-size: 11px;
}
	#footer .links {
		margin: 34px 0;
	}
	#footer p.credits {
		font-size: 10px;
		color: #999999;
		padding: 40px 0 20px;
		font-family: Arial, Helvetica, sans-serif;
	}
	#footer p.credits a {
		color: #666666;
	}
	#footer a:hover {
		text-decoration: underline;
	}


/* SLIMBOX */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}

