/*
	disabling default styles
*/

html, body, h1, h2, h3, h4, h5, h6, img, blockquote, form, fieldset, label, p, ul, ol, li, dl, dd, dt {
	border: none;
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background: #ffffff;
	color: #3d341d;
	font-family: Tahoma, Geneva, sans-serif; /* Arial, Helvetica, sans-serif; */
	font-size: 13px;
}

input, select, textarea, option, table {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
}

a {
	outline: 0;
	text-decoration: none;
}

h1, h2, h3 {
	font-size: 13px;
}



/*
	common elements
*/

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	overflow: hidden;
}

.space {
	background-color: #ffffff;
	height: 7px;
}


/*
	main layout
*/

.wrapper {
	background: #ffffff url(img/bg.gif) repeat-y center top;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	width: 948px;
}

.header {
	border-bottom: 1px solid #bbb39c;
	border-left: 1px solid #bbb39c;
	border-right: 1px solid #bbb39c;
	height: 115px;
	padding-top: 15px;
}

.menu {
	background-color: #ffffff;
	height: 39px;
	padding: 5px 0 0 8px;
}

.main {
	border: 1px solid #a6945e;
	width: 946px;
}

.inner {
	width: 892px;
	padding: 31px 27px;
}

.footer {
	border-left: 1px solid #bbb39c;
	border-right: 1px solid #bbb39c;
	border-top: 1px solid #bbb39c;
	padding: 19px 27px 18px;
}
.footer .footer_links{
	border-bottom:1px solid #bab29d;
	margin-bottom:10px;
	padding-bottom:22px;
}
.footer .footer_links ul{
	color: #504f52;
	font-size: 12px;
	list-style: none;
}
.footer .footer_links li {
	float:left;
	padding-right:40px;
}
.footer .footer_links li:last-child{
	padding-right:0;
}
.footer .footer_links li a{
	color:#3d341d;
	display:block;
	height:21px;
	line-height:21px;
	text-decoration:none;
}
.footer .footer_links li a span.caption{
	color:#bf5e32;
}
.footer .footer_links li a img{
	float:left;
	margin-right:5px;
}

/*
	header
*/

.logo {
	display: block;
	float: left;
	height: 85px;
	overflow: hidden;
	width: 160px;
}

.slogan {
	float: left;
	margin-left: 10px;
	margin-top: 53px;
	width: auto;
}

.fav {
	border-bottom: 1px solid #bbb39c;
	float: right;
	padding: 0 20px 0 2px;
}

.langs {
	float: left;
	width: auto;
}

.langs ul {
	list-style: none;
	height: 18px;
}

.langs li {
	display: inline;
}

.langs a {
	color: #11171c;
	font-size: 11px;
	line-height: 18px;
	padding: 0 5px;
}

.langs a:hover {
	color: #d77f38;
}

.langs .act a {
	color: #d77f38;
	font-weight: bold;
}

.icons {
	float: left;
	padding-top: 5px;
	width: auto;
}

.icons a {
	background-color: #11171c;
	float: left;
	margin-right: 12px;
}

.icons a.act,
.icons a:hover {
	background-color: #d77f38;
}

.icons a img {
	float: left;
}


/*
	menu
*/
.menu ul li div {
	visibility: hidden;
	position: absolute;
	z-index: 9999999999999;
	background-color: #fff;
	border: 1px solid #a6945e;
	border-top: 1px solid #fff;
	top: 175px;
}
.menu ul li div a {
	display: block;
	float: none;
	font-size: 15px;
	height: 30px;
}
.menu ul {
	list-style: none;
}

.menu li {
	display: inline;
}

.menu li a {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	color: #2f313f;
	display: block;
	float: left;
	font-size: 15px;
	font-variant: small-caps;
	height: 31px;
	padding: 7px 20px 0 20px;
	position: relative;
	width: auto;
}

.menu li a:hover {
	color: #d76001;
}

.menu .selected a,
.menu .current a {
	background-color: #ffffff;
	border-color: #a6945e;
	color: #11171c;
	padding-bottom: 1px;
}


/*
	text
*/

.firstTitle {
	margin-top: -17px;
}

.text {
	float: left;
	width: 652px;
}

.text h1 {
	border-bottom: 1px solid #78673a;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	padding-bottom: 12px;
}

.bread {
	color: #d76001;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 0 35px;
}

.bread img {
	margin: 0 5px;
	vertical-align: middle;
}

.bread a {
	border-bottom: 1px solid #d77f38;
	color: #11171c;
	font-weight: normal;
	padding-bottom: 1px;
}

.bread a:hover {
	color: #d76001;
}

.nav {
	border-top: 1px solid #78673a;
	padding-top: 30px;
	width: 100%;
}

.navLeft span, .navRight span {
	border-bottom: 1px solid #d77f38;
	color: #11171c;
	display: inline-block;
	font-weight: normal;
	padding-bottom: 1px;
}

.navLeft:hover span, .navRight:hover span {
	color: #d76001;
	cursor: pointer;
}

.navLeft {
	background: url(img/arrow_nav_left.gif) no-repeat left center;
	float: left;
	padding-left: 20px;
}

.navRight {
	background: url(img/arrow_nav_right.gif) no-repeat right center;
	float: right;
	padding-right: 20px;
}

/*
	side
*/

.side {
	float: right;
	padding: 16px 0 30px;
	width: 192px;
}



.sideHeading {
	border-bottom: 1px solid #78673a;
	color: #11171c;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	padding-bottom: 10px;
}

.sideHeading a {
	color: #11171c;
}

.sideBlockHeading,
.sideBlockHeading a {
	border-bottom: 1px solid #bbb39c;
	color: #000000;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
	padding-bottom: 12px;
}

.sideHeading a,
.sideBlockHeading a {
	display: inline;
}


.sideBlockHeading2 {
	margin-top: 50px;
}

.sideMenu {
	margin-bottom: 75px;
}

.sideMenu ul {
	list-style: none;
}

.sideMenu li {
	margin-top: 15px;
}

.sideMenu a {
	background: url(img/sidemenu_icon.gif) no-repeat 5px 7px;
	color: #11171c;
	display: block;
	font-size: 14px;
	padding: 0 15px 0 15px;
	font-variant: small-caps;
}

.sideMenu a:hover, .sideMenu .current a {
	background-image: url(img/sidemenu_icon_act.gif);
	color: #d76001;
}

.sideMenu .current a {
	font-weight: bold;
}


/*
	footer
*/

.credits {
	color: #504f52;
	font-size: 11px;
	list-style: none;
}

.credits li {
	float: left;
	width: 30%;
}

.credits .right {
	float: right;
	text-align: right;
}

.credits li a {
	color: #504f52;
	text-decoration: none;
}

.credits li a:hover {
	text-decoration: underline;
}

/*
	front
*/

.front {
	height: 371px;
	padding: 90px 15px 0 40px;
}

.front1 {
	background-image: url(img/front1.jpg);
	width: 907px;
}

.front2 {
	background-image: url(img/front2.jpg);
	display: none;
}

.front3 {
	background-image: url(img/front3.jpg);
	display: none;
}

.front4 {
	background-image: url(img/front4.jpg);
	display: none;
}

.frontNav {
	position: absolute;
	margin: 33px 0 0 27px;
}

.frontNav a {
	background: url(img/button.png) no-repeat right top;
	color: #3d341d;
	display: inline-block;
	font-size: 22px;
	line-height: 34px;
	margin-right: 3px;
	padding-right: 11px;
}

.frontNav a span {
	background: url(img/button.png) no-repeat;
	cursor: pointer;
	display: inline-block;
	margin-left: -11px;
	padding: 0 34px 0 25px;
}

.frontNav a:hover, .frontNav a:hover span {
	background-image: url(img/button_hover.png);
}

.frontNav .act, .frontNav .act span, .frontNav .act:hover, .frontNav .act:hover span {
	background-image: url(img/button_act.png);
	color: #000000;
}

.frontNav .first {
	background-image: url(img/button_first.png);
}

.frontNav .first span {
	background-image: url(img/button_first.png);
	padding-left: 15px;
	margin-left: 0;
}

.frontNav .first:hover, .frontNav .first:hover span {
	background-image: url(img/button_hover_first.png);
}

.frontNav .firstAct, .frontNav .firstAct span, .frontNav .firstAct:hover, .frontNav .firstAct:hover span {
	background-image: url(img/button_act_first.png);
	color: #000000;
}

.frontButtons {
	margin-top: 410px;
	position: absolute;
	width: 946px;
}

.frontButtons a {
	background: url(img/button_bg.png);
	color: #504f52;
	display: inline-block;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 22px;
	height: 40px;
}

.frontButtons a span {
	cursor: pointer;
	display: inline-block;
	height: 40px;
	line-height: 40px;
}

.frontButtons a:hover {
	color: #d76001;
}

.frontButtons .back {
	float: left;
	padding: 0 15px 0 45px;
}

.frontButtons .back span {
	background: url(img/arrow_back.gif) no-repeat left center;
	padding-left: 75px;
}

.frontButtons .back:hover span {
	background-image: url(img/arrow_back_hover.gif);
}

.frontButtons .next {
	float: right;
	padding: 0 45px 0 15px;
}

.frontButtons .next span {
	background: url(img/arrow_next.gif) no-repeat right center;
	padding-right: 75px;
}

.frontButtons .next:hover span {
	background-image: url(img/arrow_next_hover.gif);
}

.front4left {
	float: left;
	width: 370px;
}

.front4right {
	background: url(img/front_contact_bg.png) no-repeat;
	float: right;
	height: 330px;
	padding: 21px 22px 0 0;
	width: 464px;
	z-index: 999;
}

.front p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 24px;
}

.front4right p {
	padding-left: 22px;
}

.front4 li {
	width: 290px;
}

.frontContactForm {
	z-index: 5;
	position: relative;
}

.frontContactForm .libPhpFormCaption {
	float: left;
	padding: 3px 0 0 30px;
	width: 175px;
}

.frontContactForm .libPhpFormInput {
	float: right;
}

.frontContactForm .libPhpFormButtons {
	float: right;
}


#modCommunityNewsletterError{
	display: none;
	color: #9C2100;
}



.newsletter .libPhpFormInput input,
.newsletter .libPhpFormInput textarea {
	background: #e8e8e9 url(img/form_field_bg.gif) repeat-x;
	border: 1px solid #939393;
	margin: 0;
	padding: 5px 5px;
	width: 180px;
	margin-bottom: 10px;
}


.newsletter .libPhpFormSubmit {
	background: url(img/front_submit_bg.gif) repeat-x;
	border: 1px solid #a79b75;
	cursor: pointer;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	height: 33px;
	padding: 0 10px;
	color: #000;
}

.newsletter .libPhpFormSubmit:hover {
	background-image: url(img/front_submit_hover_bg.gif);
	color: #d76001;
}


.ip_content .libPhpFormGlobalError{
	display: none;
}
.entrance a {
	margin-top: 7px;
	float: left;
	color: #000;
	text-align: center;
	font-size: 15px;
	font-variant: small-caps;
}

.entrance a:hover {
	color: #d47d38;
}

.entrance a img {
	margin-top: 15px;
}




.header {
	position: relative;
	height: 100px;
}
#topmenu {
	position: absolute;
	top: 75px;
	left: 180px;
	color: #ccc;
	width: 750px;
	text-align: right;
}
#topmenu a {
	font-size: 15px;
	font-variant: small-caps;
	margin-right: 10px;
	margin-left: 10px;
	color: #222;
}
#topmenu a:hover {
	color: #d76001;
}
#topmenu a.selected {
	color: #d76001;
}
.menu ul {
	width: 935px;
}
.menu ul li a {
	width: 269px;
	text-align: center;
}
