html, body {
	background: #fff;
	color: #666666;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	}
a {
	color: #09f;
	}
a:hover {
	text-decoration: none;
	}
a img {
	border: none;
	}
p, li {
	line-height: 175%;
	margin-top:0;
	}
h1 {
	font-size: 18px;
	color: #09f;
	border-bottom: 1px solid #09f;
	}

/* Styles */
.table {
	background: #efefef;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	}
.table th {
	text-align: left;
	background: #ccc;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	}
.table td {
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	}
.table.price th,
.table.price td {
	text-align:center;
	}
.text-center {
	text-align: center
	}
.menu a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-family: 'Trebuchet MS', Geneva, Helvetica, sans-serif;
	font-size: 16px;
	}
.menu a:hover, .menu a.active {
	color: #0099FF;
	}

/* Layout */
#bg-img	{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	}
#pg	{
	position: absolute;
	background: url('images/header-taust.jpg') repeat-x fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: auto;
	z-index: 2;
	text-align: center;
	}
#page {
	/*background: url('images/body.jpg') repeat-y;*/
	margin: 0 auto 30px auto;
	width: 900px;
	text-align: left;
	}
#header {
	background: #000 url('images/header.jpg') no-repeat;
	width: 900px;
	height: 103px;
	/*margin-bottom: 30px;*/
	position: fixed;
	z-index: 999;
	}
#header-logo {
	position: absolute;
	}
#menu {
	padding: 55px 25px 0 0;
	text-align: right;
	float: right;
	}
#menu li {
	float: left;
	list-style: none;
	}
#menu a {
	padding: 10px;
	padding-bottom: 5px;
	display: block;
	}
#left {
	width: 170px;
	padding: 133px 0 0 25px;
	float: left;
	}
#left img {
	margin-bottom: 20px;
	}
#left img,
#content img {
	border:1px solid #ccc;
	}
#content {
	padding: 133px 25px 25px 225px;
	}
#footer {
	/*background: url('images/footer.jpg') no-repeat;*/
	border-top: 1px solid #ccc;
	text-align: center;
	height: 30px;
	line-height: 30px;
	clear: both;
	width: 850px;
	margin: 10px auto;
	}
.gallery div {float:left;margin:0 13px 13px 0;}
.gallery img {border:1px solid #161414;/*padding:1px;*/}
.gallery h2 {text-align:center;margin-top:10px;font-size:14px;}
.gallery h2.subtitle {clear:both;text-align:left;border-bottom:1px solid #666666;padding-top:1.5em;}

#left-pic {width:172px;height:172px;overflow:hidden;}
ul.menu-sub {padding:0;margin:10px 0 0 0;}
.menu-sub li {display:inline;list-style-type:none;padding:0;margin:0;}
.menu-sub a {background:url('images/header-taust.jpg') repeat-x;display:block;text-align:center;padding:5px 0;margin-bottom:5px;width:170px;text-decoration:none;color:#ffffff;}
.menu-sub a b:hover,
.menu-sub a.active b,
.menu-sub a:hover,
.menu-sub a.active {color:#09f;}
.contact {float:left;width:200px;margin:0 10px 10px 0;}
.campaign {background-color:lightyellow;padding:5px;text-align:center;}
