*{font-size:100.01%}
html {
	font-size:64%;
	height: 100%;
	width: 100%;
}
body{
	margin:0;
	font:1.0em  Verdana, Geneva, sans-serif;
	color:#000;
	background: #935dc6 url("../images/body-bg.gif") repeat-x;
	position:relative;
	min-width:980px;
	min-height:100%;
	padding:0 0 0 1px;
}
* html body {height: 100%;}
img{border-style:none;}
a{color:#000;}
a:hover{text-decoration:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
#bg1 {
	position: absolute;
	height: 100%;
	width: 50%;
	left: 0;
	top:0;
	background:url("../images/left-part-of-body.gif") repeat-x;
	z-index: 1;
}
/*container********************/
.container{
	width:980px;
	margin:0 auto;
	position:relative;
	z-index:3;
}
/*page-top********************/
#page-top{background:#66008a;}
/*header********************/
#header{
	width:980px;
	height:200px;
	position:relative;
	background:url("../images/header.jpg") no-repeat;
}
#header h3{
	/*background:url(../images/logo.gif) no-repeat; */
	width:179px;
	height:125px;
	text-indent:-9999em;
	margin:0;
	position:absolute;
	top:14px;
	right:31px;
}
#header h3 a{
	height:100%;
	display:block;
}
#header h3 img {
	display: block;
}
/*navigation********************/
#navigation{
	width:770px;
	position:absolute;
	height:49px;
	bottom:0;
	right:0;
	background:#66008a;
}
.nav{
	list-style:none;
	margin:0;
	padding:4px 0 0;
	width:100%;
	overflow:hidden;
}
.nav li{
	float:left;
	font-size:12px;
	line-height:18px;
	padding:0 7px 0 18px;
}
.nav li a{
	color:#fff;
	text-decoration:none;
}
.nav li a:hover, .nav li a.active{color:#ff5a00;}
/*main-top-block********************/
.main-top-block{
	width:100%;
	overflow:hidden;
	background:#595054 url("../images/latest-news-bg.gif") repeat-y right;
}
/*sidebar********************/
.sidebar{
	float:left;
	width:210px;
}
/*content********************/
.content{
	float:right;
	width:770px;
}
/*image-holder**************************/
.image-holder{
	position:relative;
	width:770px;
}
.image-holder img.heading-image {display:block;}
.block-over{
	position:absolute;
	top:0;
	right:0;
	height:400px;
	width:265px;
	padding:15px 15px 0;
}
.block-over h2{
	margin:0;
	font-size:4.8em;
	font-family:"Times New Roman", Times, serif;
	color:#e76500;
	font-weight:normal;
	line-height:0.97em;
}
.block-over .page-menu {
	padding: 0;
	margin: 0;

	color: white;
	font-family: verdana, sans-serif;
	font-size: 18px;
	list-style-type: none;
	line-height: 26px;
}
.block-over .page-menu a {
	color: white;
	text-decoration: none;
}
.block-over .page-menu a:hover,
.block-over .page-menu li.active {
	color: #520f8b;
}
/*sidebar-menu****************************/
.sidebar-menu{
	list-style:none;
	padding:0;
	border-top:1px solid #746f71;
	margin:23px 35px 0 0;
}
.sidebar-menu li{
	font-size:1.3em;
	border-bottom:1px solid #746f71;
	padding:2px 0 4px 23px;
}
.sidebar-menu li a{
	color:#fff;
	text-decoration:none;
}
.sidebar-menu li a.active {
	color: #e76500;
}
.sidebar-menu li a:hover{text-decoration:underline;}
/**date-form*****************************/
.date-form{padding:9px 0 15px 23px;}
.date-form label{
	font-size:1.1em;
	color:#fff;
	text-transform:uppercase;
	display:block;
	padding-bottom:3px;
}
.date-holder{
	width:100%;
	overflow:hidden;
	padding-bottom:12px;
}
.date-holder input{
	width:112px;
	padding:1px 0 1px 4px;
	float:left;
	margin:1px 0 0;
}
.date-holder input.calendar-btn{
	margin:0 0 0 17px;
	padding:0;
	width:auto;
}
#ui-datepicker-div {
	display: none; /* init-datepicker place would create a margin in the bottom */
}
.ui-datepicker-trigger {
	margin-left: 7px;
	margin-top: -2px;
}
/*select-holder***********************/
.select-holder {
	width:100%;
	overflow:hidden;
}
.select-box {
	float:left;
	width:55px;
}
.select-box select {
	width:48px;
	display:block;
}
.go-holder{
	width:164px;
	overflow:hidden;
	padding:14px 23px 0 0;
}
.go-holder input{float:right;}
.sidebar p{
	font-size:1.0em;
	color:#fff;
	margin:0;
	line-height:14px;
	padding:0 17px 0 23px;
}
.sidebar p strong{display:block;}
/*languages********************************/
.languages {
	list-style-type: none;
	margin: 0;
	padding: 9px 0 9px 18px;
}
.languages li {
	display: inline;
	padding: 0 5px;
}
.languages li a * {  /* IE doesn't get this without the final wildcard */
	opacity: .4; /* Standard: FF gt 1.5, Opera, Safari */
	filter:alpha(Opacity=60);  /* IE lt 8 */
	-ms-filter: "alpha(opacity=40)"; /* IE 8 */
	-khtml-opacity: .4; /* Safari 1.x */
	-moz-opacity: .4; /* FF lt 1.5, Netscape */
}
.languages li .active *,
.languages li a:hover * {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

/*latest-news-block************************/
.newsticker-container {
	/* background:url(../images/latest-news-bg.gif) repeat-y;  */
	width: 100%;
	height: 25px;
}
.latest-news-block{
	list-style:none;
	margin:0;
	padding:7px 0 4px;
	width:100%;
	overflow:hidden;
}
.latest-news-block li{
	float:left;
	font-size:10px;
	color:#fff;
	text-transform:uppercase;
	line-height:14px;
	background: url("../images/news-quo.gif") 0px 3px no-repeat;
}
.latest-news-block li a{
	color:#fff;
	text-decoration:none;
}
/*image-gallery*********************/

#gallery,
#gallery ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 8px;
}

#gallery li {
	clear: left;
	padding-top: 1em;
}
#gallery li h3 {}
#gallery li ul {}
#gallery li ul li {
	float: left;
	padding: 0 9px 0 0;
	clear: none;
}
#gallery li ul li img {
	padding: 1px;
	border: 1px solid #CCC;
}
#gallery li ul li img:hover {
	padding: 1px;
	border: 1px solid #595054;
}

#gallery-content {
             clear: left;
             padding-bottom: 20px;
}
#gallery-content h3 {
	font-size: 1.5em;
	margin: 0 0 15px 0;
	text-align: center;
}

#gallery-content .image {
	clear: left;
	padding-top: 2em;
}
#gallery-content .image img {
	float: left;
	padding: 5px;
	border: 1px solid #CCC;
}
#gallery-content .image .text {
	padding-left: 380px;
}
	/*main-page*************************/
.main-page{
	background:url("../images/main-bg.gif") repeat-y 50% 0;
	position:relative;
	z-index:10;
	width:100%;
}
.main-page.news {
	background-image: url("../images/main-bg-news.gif");
}
.main-page .top{
	background: url("../images/main-bottom.gif") no-repeat 50% 100%;
	width:100%;
	overflow:hidden;
}
.main-page.news .top {
	background-image: url("../images/main-bottom-news.gif");
}
.main-page .top .container{
	padding: 0 0 118px;
	min-height:335px;
}
.main-page .top .containerwrapper {

}
.main{
	width:633px;
	padding:15px 30px 0 22px;
}
* html .main-page .top .container{height:335px;}
.main h1,
.main h2,
.main h3 {
	margin:  0 0 23px;
	font-size:  1.4em;
	font-weight: bold;
	color:    #595054;
	line-height: 16px;
}
.main h2 {
	font-size: 1.3em;
	margin-bottom: 0.5em;
}
.main h3 {
	font-size: 1.3em;
	margin-bottom: 0.5em;
}
.main h3 small {
	font-size: 0.8em;
	color: #8A8387;
}
.main p {
	margin: 0 0 15px;
	font-size :1.2em;
	line-height:18px;
	color:   #595054;
}

.main li{
	margin:0;
	line-height:18px;
	font-size:1.2em;
	color:#595054;
}
.main li li a{
	line-height:18px;
	font-size:0.8em;
}

.main li h3 {
	font-size: 1.083em;
}
.main li p {
	font-size: 1em;
}

.main li a{
	color:#595054;
}

ol {
 	list-style-type: upper-alpha;
}

/****** reviews */
.main .review {
	border: 1px solid #CCC;
	border-top: 1px solid #CCC;
	margin-bottom: 1em;
	padding: 1em 1em 0 1em;
	background: #EEE;
}
.main #reviewform {
	border: 1px solid #CCC;
	background: #78D2FF;
	padding: 1em;
	margin-top: 2em;
	margin-bottom: 2em;
}
.main #reviewform label {
	line-height: auto;
	margin-top: 10px;
	float: left;
	width: 80px;
	font-size :1.2em;
	color:   #595054;
}
.main #reviewform input,
.main #reviewform textarea {
	font-size :1.2em;
	color:   #595054;
	margin-top: 10px;
	width: 200px;
}
.main #reviewform .submit {
	margin-left: 80px;
	width: 204px;
}

/*news*******************/

.newsitem {
	margin-bottom: 3em;
}

.newsitem span {
	color: #383838;
	font-size: 11px;
}

.newsitem p {
	font-size: 11px;
}

.newsitem h4 {
	margin: 2px 0 5px 0;
	font-size: 15px;
	color: #383838;
}

.border {
	padding: 5px;
	border: 1px solid #CCC;
}

#newscolumn {
	padding: 15px;
	width: 265px;
	position: absolute;
	top: 0;
	right: 0;
}
#newscolumn h4 {
	margin: 0;
	font-size: 14px;
	color: #383838;
	clear: both;
}
#newscolumn p {
	margin: 0 0 1.5em 0;
}
#newscolumn ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 1.5em 0;
	font-size: 11px;
}
#newscolumn li {
	line-height: 1.8em;
}
#newscolumn a {
	color: #383838;
}
#newscolumn ul.follow {
	width: 200px;
	height: 50px;
}
#newscolumn ul.follow li {
	padding-left: 20px;
	margin-top: 5px;
	width: 80px;
	float: left;
}

/*footer***************************************/
#footer{
	position:absolute;
	bottom:95px;
	left:0;
	width:685px;
	list-style:none;
	margin:0;
	padding:0;
	height:23px;
}
#footer li{
	float:left;
	font-size:1.2em;
	line-height:1.91em;
	margin-left:22px;
	display:inline;
}
#footer li a{
	text-decoration:none;
	color:#fff;
}
#footer li a:hover{text-decoration:underline;}

/* TinyMCE specific rules */
body.mceContentBody {
	background: #FFF;
	background-image: none;
	min-width:10px;
	min-height:10%;
}

 body.mceContentBody p {
	font-size: 1.2em;
	line-height: 18px;
	color: #595054;
}

 body.mceContentBody li {
	font-size: 1.2em;
	line-height: 18px;
	color: #595054;
}

