@charset "utf-8";
body {
	position:relative;
	margin:0;
	padding:0;
	background-color:#bfd6cb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:120%;
	color:#333;
}
p {
	margin:0px 0px 1em 0px;
	padding:0;
}
a {
	color:#0c9054;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
ul {
	padding-left:15px;
	list-style-position:inside;
}
ul li {
	margin-bottom:7px;
	list-style-image:url(/img/layout/marker.gif);
}
#head {
	position:relative;
	margin:0 auto;
	margin-top:10px;
	width:960px;
	height:300px;
	background-color:#fff;
}
#lt_corner {
	position:absolute;
	left:0px;
	top:0px;
	width:6px;
	height:6px;
	z-index:2;
	background-image:url(/img/layout/lt_corner.png);
	background-repeat:no-repeat;
}
#menu {
	position:relative;
	width:204px;
	height:100%;
	color:#0c9054;
	font-size:16px;
	overflow:hidden;
}
#menu p {
	margin:0px 0px 0px 10px;
	padding:3px 0px 0px 0px;
	height:22px;
	line-height:1em;
}
#divider {
	position:relative;
	margin:0 auto;
	width:960px;
	height:25px;
	background-image:url(/img/layout/dark_spacer.png);
}
#divider #light_divider {
	width:204px;
	height:25px;
	background-image:url(/img/layout/light_spacer.png);
}
#body {
	position:relative;
	margin:0 auto;
	width:960px;
}
#body #left {
	width:204px;
	background-color:#FFF;
	vertical-align:top;
}
#body #right {
	background-color:#F8F8F8;
	padding:15px;
	vertical-align:top;
	text-align:justify;
}
#right h1 {
	font-size:1.7em;
	margin:0px 0px 15px 0px;
	font-weight:normal;
	line-height:100%;
}
#right h2 {
	font-size:1.3em;
	margin:0px 0px 15px 0px;
	font-weight:normal;
	line-height:100%;
}
#right h3 {
	font-size:1.1em;
	margin:0px 0px 15px 0px;
	font-weight:normal;
	line-height:100%;
}

#bottom {
	position:relative;
	margin:0 auto;
	margin-bottom:10px;
	width:960px;
	height:56px;
	background-image:url(/img/layout/bottom_bg.png);
}
#body_bg_top {
	width:100%;
	height:315px;
	background-image:url(/img/layout/body_bg_top.png);
	background-repeat:repeat-x;
	position:absolute;
	z-index:-1;
	top:-10px;
}
#body_bg_bottom {
	width:100%;
	height:100px;
	background-image:url(/img/layout/body_bg_bottom.png);
	background-repeat:repeat-x;
	position:absolute;
	z-index:-1;
	bottom:-10px;
}
#lb_corner {
	position:absolute;
	left:0px;
	top:50px;
	width:6px;
	height:6px;
	z-index:2;
	background-image:url(/img/layout/lb_corner.png);
	background-repeat:no-repeat;
}
#rb_corner {
	position:absolute;
	right:0px;
	top:50px;
	width:6px;
	height:6px;
	z-index:2;
	background-image:url(/img/layout/rb_corner.png);
	background-repeat:no-repeat;
}
#indicator {
	position:relative;
	color:#FFF;
	background-image:url(/img/layout/indicator_bg.png);
	background-repeat:repeat-x;
	height:23px;
	padding:0px 7px;
	margin:2px 0px 0px 7px;
	overflow:hidden;
	line-height:1.2em;
	display:-moz-inline-stack;
	display:inline-block;
	_overflow:hidden;
	zoom:1;
	*display:inline;
}
#indicator_left {
	position:absolute;
	width:6px;
	height:23px;
	left:0px;
	top:0px;
	background-image:url(/img/layout/indicator_left.png);
	background-repeat:no-repeat;
}
#indicator_right {
	position:absolute;
	width:6px;
	height:23px;
	right:-1px;
	top:0px;
	background-image:url(/img/layout/indicator_right.png);
	background-repeat:no-repeat;
	overflow:hidden;
}
#advice {
	font-size:12px;
	text-align:justify;
	line-height:1.3em;
}
#advice strong {
	line-height:1.7em;
}
.message {
	position:relative;
	font-size:1.2em;
	text-align:center;
	color:#C30;
	padding:5px;
	margin:5px auto 5px auto;
	background-color:#FFF;
	border:1px solid #CCC;
}
#clear {
	clear:both;
}
.v_slider {
	padding:0px 5px;
	overflow:auto;
	height:500px;
}
table .prices {
	width:500px;
	border-collapse:collapse;
	border:1px solid #CCC;
	margin-bottom:25px
}
