@CHARSET "UTF-8";

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	font-family: Tahoma;
	background-color: #49543E;
	color: #fff;
}
img {
	border: 0px;
}
h1, h2, h3, h4, h5, h6, ul, li, p, form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}
h1 {
	font-size: 30px;
	color: #9c0;
	padding: 0px 0px 15px 0px;
}
h2 {
	font-size: 22px;
	padding: 15px 0px 10px 0px;
}
h3 {
	font-size: 18px;
	padding: 0px 0px 10px 0px;
	text-decoration: underline;
}
h4 {
	color: #9c0;
	font-size: 16px;
	padding: 0px 0px 8px 0px;
}
a, a:link, a:active, a:visited, a:hover {
	text-decoration: underline;
	color: #9c0;
}
a:hover {
	text-decoration: none;
}
/* --- */
img.fleft {
	float: left;
	margin: 0px 10px 0px 0px;
}
img.fright {
	float: right;
	margin: 0px 0px 0px 10px;
}
img.white {
	background-color: #fff;
	padding: 15px;
	border: 5px solid #49543E;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.small {
	font-size: 10px;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}
/* definitions for each class */
.page {
}
.header {
	width: 100%;
	height: 140px;
	/*background-color: #0D0D06;*/
	background-color: #252519;
}
.header .inside {
	width: 780px;
	margin: 0px auto 0px auto;
	padding: 0px 100px 0px 100px;
	background-color: #19190c;
	height: 140px;
}
.header .logo {
	width: 220px;
	height: 110px;
	float: left;
	padding: 30px 0px 0px 30px;
}
.header .info {
	float: right;
	height: 104px;
	width: 530px;
	text-align: right;
}
.header .info p {
	font-size: 10px;
	padding: 5px 0px 0px 0px;
	color: #49543E;
}
.header .info p img {
	vertical-align: middle;
}
/* menu ---------------- */
.header .menu {
	float: right;
	width: 530px;
	height: 36px;
}
.header .menu ul {
	float: right;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
}
.header .menu ul li {
	list-style-type: none;
	display: block;
	float: left;
	padding: 0px 0px 0px 5px;
	overflow: hidden;
}
.header .menu ul li a {
	display: block;
	float: left;
	height: 36px;
	line-height: 36px;
	background-image: url('./img/menu.png');
	background-repeat: no-repeat;
	text-indent: 1000em;
	overflow: hidden;
}
.header .menu ul li.hom a, .header .menu ul li.hom a:link, .header .menu ul li.hom a:active, .header .menu ul li.hom a:visited {
	width: 36px;
	background-position: 0px 0px;
}
.header .menu ul li.hom a:hover {
	background-position: 0px -36px;
}
.header .menu ul li.top a, .header .menu ul li.top a:link, .header .menu ul li.top a:active, .header .menu ul li.top a:visited {
	width: 99px;
	background-position: -36px 0px;
}
.header .menu ul li.top a:hover {
	background-position: -36px -36px;
}
.header .menu ul li.new a, .header .menu ul li.new a:link, .header .menu ul li.new a:active, .header .menu ul li.new a:visited {
	width: 72px;
	background-position: -135px 0px;
}
.header .menu ul li.new a:hover {
	background-position: -135px -36px;
}
.header .menu ul li.pro a, .header .menu ul li.pro a:link, .header .menu ul li.pro a:active, .header .menu ul li.pro a:visited {
	width: 77px;
	background-position: -207px 0px;
}
.header .menu ul li.pro a:hover {
	background-position: -207px -36px;
}
.header .menu ul li.gal a, .header .menu ul li.gal a:link, .header .menu ul li.gal a:active, .header .menu ul li.gal a:visited {
	width: 86px;
	background-position: -284px 0px;
}
.header .menu ul li.gal a:hover {
	background-position: -284px -36px;
}
.header .menu ul li.con a, .header .menu ul li.con a:link, .header .menu ul li.con a:active, .header .menu ul li.con a:visited {
	width: 72px;
	background-position: -370px 0px;
}
.header .menu ul li.con a:hover {
	background-position: -370px -36px;
}
.content {
	width: 980px;
	margin: 0px auto 0px auto;
	background-color: #3E4A33;
	padding: 0px 0px 130px 0px;
}
.content .inside {
	width: 730px;
	margin: 0px auto 0px auto;
	padding: 20px 25px 45px 25px;
	background-color: #333F27;
	min-height: 600px;
}
.content .inside p {
	padding: 0px 0px 15px 0px;
	line-height: 1.7em;
}
.content .inside ul {
	padding: 0px 0px 10px 20px;
}
.content .inside .line {
	height: 1px;
	overflow: hidden;
	background-color: #ccc;
}
.content .inside a.inline, .content .inside a.inline:link, .content .inside a.inline:active,
.content .inside a.inline:visited, .content .inside a.inline:hover {
	text-decoration: none;
	border-bottom: 1px dotted #9c0;
	color: #9c0;
}
.content .inside a.inline:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
	background-color: #9c0;
}
.content .inside .hr {
	border-bottom: 1px solid #9c0;
	height: 1px;
	overflow: hidden;
	line-height: 1px;
	font-size: 1px;
}
.content .inside .hr.cl {
	clear: both;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}
.content .inside img.pdf {
	vertical-align: middle;
}
.content .inside blockquote {
	background-color: #3E4933;
	padding: 10px 20px 10px 20px;
	font-style: italic;
}
.content .inside img.bordered {
	padding: 5px;
	background-color: #49543E;
}
.content .inside .adv-menu {
	float: right;
	width: 220px;
	background-color: #9c0;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
}
.content .inside .adv-menu ul {
	padding: 5px 5px 0px 5px;
}
.content .inside .adv-menu ul li {
	list-style-type: none;
	color: #000;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	padding: 0px 0px 5px 0px;
}
.content .inside .adv-menu ul li a, .content .inside .adv-menu ul li a:link, .content .inside .adv-menu ul li a:active,
.content .inside .adv-menu ul li a:visited, .content .inside .adv-menu ul li a:hover {
	padding: 7px 10px 7px 10px;
	color: #fff;
	background-color: #222B1A;
	display: block;
	text-decoration: none;
}
.content .inside .adv-menu ul li a:hover {
	background-color: #49543E;
}

/* custom stylesheet for each page */
.content .inside.contact table tr td {
	padding: 0px 20px 0px 16px;
}
.content .inside.contact ul li img {
	vertical-align: bottom;
	padding: 0px 0px 2px 0px;
}
.content .inside.contact form table tr th {
	text-align: right;
}
.content .inside.contact form table tr td input.text, .content .inside.contact form table tr td textarea {
	font-size: 13px;
	background-color: #222B1A;
	border: 1px solid #1A2014;
	font-family: Tahoma;
	color: #fff;
	padding: 8px 10px 8px 10px;
	width: 240px;
}
.content .inside.contact form table tr td input.button {
	font-size: 13px;
	font-family: Tahoma;
}
/*
	--------------------
		CONTACT PAGE
	--------------------
*/
.content .inside.contact .left {
	width: 340px;
	float: left;
	padding: 10px 25px 0px 0px;
}
.content .inside.contact .right {
	width: 340px;
	float: right;
	padding: 10px 0px 0px 25px;
	text-align: left;
}


.content .homepage p {
	font-size: 15px;
}
.content .inside.homepage .block {
	height: 210px;
}
.content .inside.homepage .block .tc {
	width: 530px;
	float: left;
}
.content .inside.homepage .block .links {
	width: 180px;
	float: right;
}
.content .inside.homepage .block .links p {
	display: block;
	height: 50px;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	background-image: url('./img/link.png');
	background-repeat: no-repeat;
	text-align: center;
}
.content .inside.homepage .block .links p a, .content .inside.homepage .block .links p a:link,
.content .inside.homepage .block .links p a:active, .content .inside.homepage .block .links p a:visited,
.content .inside.homepage .block .links p a:hover {
	font-size: 18px;
	color: #000;
	line-height: 20px;
}
.content .inside .gallery p {
	text-align: center;
	padding: 10px 0px 0px 0px;
}
.content .inside .gallery p a img {
	padding: 5px;
	background-color: #49543E;
}
.content .how-much form table tr th {
	text-align: right;
}
.content .how-much form table tr td input.text, .content .how-much form table tr td textarea {
	font-size: 13px;
	background-color: #222B1A;
	border: 1px solid #1A2014;
	font-family: Tahoma;
	color: #fff;
	padding: 8px 10px 8px 10px;
	width: 300px;
}
.content .how-much form table tr td input.button {
	font-size: 13px;
	font-family: Tahoma;
}
.content .how-much .hr {
	margin: 0px 0px 10px 0px;
}
/* footer */
.content .footer {
	margin: 0px auto 0px auto;
	width: 780px;
	background-color: #333F27;
	padding: 0px 0px 20px 0px;
}
.content .footer p {
	padding: 20px 20px 20px 20px;
	background: #222B1A;
}
.content .footer p a, .content .footer p a:link, .content .footer p a:active,
.content .footer p a:visited, .content .footer p a:hover {
	color: #fff;
}
.content .credits {
	margin: 0px auto 0px auto;
	width: 780px;
}
.content .credits p {
	text-align: right;
	padding: 10px 20px 0px 20px;
	font-size: 10px;
}
.content .credits p span {
	padding: 0px 5px 0px 5px;
}
.content .credits p a, .content .credits p a:link, .content .credits p a:active, .content .credits p a:visited, .content .credits p a:hover {
	cursor: pointer;
}
.advertisement {
	width: 250px;
	height: 250px;
	background-image: url('./img/right-bottom.gif');
	background-repeat: no-repeat;
	bottom: 0;
	right: 0;
	position: fixed;
	_position:absolute;
	_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
}