body, html {
	font-family: Tahoma;
	font-size: 11px;
	color: #fff;
	height: 100%;
}

a {
	color: #fff;
}

#epay {
	padding: 0 0 10px 0;	
}

#sidebar #epay {
	padding: 0 0 10px 41px;	
}

#wrapper {
	min-height: 100%;
	background: #5b7d08 url("../images/public/content-background.jpg") bottom left repeat-x;
}

* html #wrapper { height: 100% } 

#contentWrapper,
#blogContentWrapper {
	width: 960px;
	margin: 0 auto;
	background: url("../images/public/background.png") right top repeat-y;
	position: relative;
}

#headerWrapper {
	background: #fff;	
}

#header {
	font-size: 10px;
	height: 141px;
	background: url("../images/public/header.png") right top no-repeat;	
	position: relative;
	width:960px;
}

#header a.home {
	position: absolute;
	height: 71px;
	width: 263px;
	top: 44px;
	left: 9px;
	background: url("../images/public/logo.png") no-repeat;	
	text-indent: -10000px;
}

#header div.slogan {
	position: absolute;
	bottom: 0px;
	right: 15px;
	width: 441px;
	height: 97px;
	background: url("../images/public/slogan.png") no-repeat;
	text-indent: -10000px;
}

#header ul.menu {
	list-style-type: none;	
	position: absolute;
	top: 13px;
	right: 0px;
}

#header ul.menu li {
	float: left;
	padding: 0 20px;
}

#header ul.menu li a {
	color: #d0c2cf;	
}

#header .bg ul.menu {
	right: 1px;
}

#header .bg ul.menu li {
	padding: 0 11px;	
}

#header a.lang {
	color: #273700;
	position: absolute;
	top: 13px;
	left: 13px;
}

#container {
	padding-right: 223px;
	background: url("../images/public/sidebar.png") bottom right no-repeat;
}

#container span.copyright {
	font-size: 10px;
	bottom: 16px; 
	right: 0px;
	width: 207px;
	color: #915387;
	position: absolute;
}

#frame {
	min-height: 486px;
	border-top: 1px solid #7a855d;
}

* html #frame { height: 468px; } 

#sidebar {
	float: left;
	width: 236px;
}

div#sidebar.resized {
	width: 276px;	
}

#sidebar .banner {
	border: 1px solid #fff;
	height: 250px;
	width: 250px;
	margin-top: 25px;
	margin-left: 13px;	
}

/* subscription form */

#sidebar form#subscription {
	margin-top: 4px;
	padding-left: 41px;
	padding-top: 12px;
	#padding-top: 9px;
	background: url("../images/public/form-bullet.png") no-repeat;
}

#sidebar form#subscription h2 {
	font-size: 16px;
	margin: 0 0 10px 0 !important;
}

#content form#subscription {
	padding-top: 8px;
	display: inline-block;	
	padding-right: 160px;
	background: url("../images/public/sheet-pencil.png") 160px bottom no-repeat;  
}

#content form#subscription h2 {
	font-size: 32px;
	margin-bottom: 8px;
	padding-top: 10px;
}

form#subscription h2 {
	font-family: HelveticaCyr, Helvetica, Tahoma, Arial;
}

form#subscription fieldset {
	margin-bottom: 10px;	
}

form#subscription label {
	color: #fff;
	display: block;
	padding-left: 2px;
}

form#subscription input.text {
	border: none;
	background: url("../images/public/input.png") no-repeat;
	padding: 2px 4px;
	line-height: 15px;
	height: 17px;
	width: 121px;
	color: #fff;
	font-size: 11px;
	margin-top: 2px;
}

form#subscription button.submit {
	text-indent: -10000px;
	border: none;
	background: url("../images/public/button.png") no-repeat;
	width: 17px;
	height: 17px;
	line-height: 17px;
	vertical-align: middle;
	#vertical-align: 25%;
	margin-left: 2px;
}

/* end of subscription form */

#menu {
	list-style-type: none;
	font-size: 16px;
	margin-top: 20px;
	margin-left: 13px;
}

#menu li {
	position: relative;
	height: 24px;
	padding: 3px 0 0 28px;
	#padding: 1px 0 3px 28px;
	margin-bottom: 12px;
	background-image: url("../images/public/menu-bullet.png");
	background-position: 0px 2px;
	background-repeat: no-repeat;	
	cursor: pointer;
}

#menu li div {
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	background: url("../images/public/clear.gif");
	width: 200px;
	visibility: hidden;
}

#menu li.last {
	margin-bottom: 0;	
}

#menu li a {
	display: block;
	font-family: HelveticaCyr, Helvetica, Tahoma, Verdana;
}

#menu li a:hover {
	text-decoration: none;	
}

#content,
#blogContent {
	float: right;
	margin-right: 28px;
	width: 470px;
	padding-top: 12px;
}

* html #content { margin-right: 14px; }

div#content.resized {
	width: 430px;	
}

#content .banner {
	width: 460px;
	height: 60px;
	margin: 14px 0;
	border: 1px solid #fff;	
}



#content .textPage {
	min-height: 384px;	
}

* html #content .textPage { height: 384px; }

#content h1, #content .textPage h2, #content .textPage h3 {
	font-family: HelveticaCyr, Helvetica, Tahoma, Verdana;
	margin-top: 4px;
	margin-bottom: 6px;
}

#content h1 {
	font-size: 32px;
}

#content .textPage h2 {
	font-size: 20px;
}

#content .textPage h3 {
	font-size: 16px;
}

#content .textPage p {
	margin-bottom: 10px;
}

#content .event p span.left {
	float: left;
}

#content .event p span.right {
	float: right;
}

#content .textPage ul.sitemap {
	list-style-type: none;
}

#content .textPage ul.sitemap li {
	margin-bottom: 6px;	
}

/* registration form */

form#registration fieldset {
	margin-bottom: 10px;
}

form#registration label {
	display: block;
	margin-bottom: 2px;
}

form#registration label.inline {
	display: inline;
}

form#registration input.text {
	border: none;
	background: url("../images/public/input.png") no-repeat;
	padding: 2px 4px;
	line-height: 15px;
	height: 17px;
	width: 121px;
	color: #fff;
	font-size: 11px;
	margin-top: 2px;
}

form#registration button.submit {
	text-indent: -10000px;
	border: none;
	background: url("../images/public/button-reg.png") no-repeat;
	width: 50px;
	height: 17px;
	line-height: 17px;
    display: block;
    cursor: pointer;
}

form#registration textarea {
    overflow: auto;
}

/* slideshow */

#slideshow {
	margin: 10px 0 18px;		
}

#slideshow .paging {
	margin-top: 10px;
	text-align: center;
}

#slideshow .paging a {
	cursor: pointer;	
}

#slideshow .paging a:hover {
	text-decoration: none;	
}

#slideshow .paging a.active {
	font-weight: bold;
}

#slideshow .paging a.prev {
	vertical-align: -33%;
	margin-right: 4px;
}

#slideshow .paging a.next {
	vertical-align: -33%;
	margin-left: 4px;
}

#slideshowBox {
	border: 1px solid #476108;
	position: relative;
	overflow: hidden;
	height: 247px;
	background: url("../images/public/ajax-loader.gif") center center no-repeat;
}

#slideshowBox img {
	position: absolute;
	top: 0px;
	bottom: 0px;
	display: none;
}

/* Blog specific styles */
#blogContainer {
	padding:0;
	background:none;
}
#blogContentWrapper {
	background:none;
}
#blogContent {
	width:405px;
	float:left;
	padding-top:0;
	margin-right: 26px;
}

#blogSidebar {
}

.banner {
	visibility: hidden;
}
