body,td,th {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	margin:0px;
}

html{
	height:100%;
	background-image: url(gfx/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #50c8e8;	
	}
body {
	height:100%;
	background-image: url(gfx/bg_center.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
	scrollbar-face-color: #d8ffaa;
  	scrollbar-arrow-color: #ffffff;
  	scrollbar-track-color: #ffffff;

  	scrollbar-highlight-color: #ffffff;
  	scrollbar-shadow-color: #ffffff;


  	scrollbar-3dlight-color: #ffffff;
  	scrollbar-darkshadow-color: #ffffff;
}


p {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	margin:0px;
}

h1 	{font-family: Arial;
	font-size: 18px;
	color: #8cc63f;
	font-weight: normal;
	 }
	 
h2 	{font-family: Arial;
	font-size: 14px;
	color: #8cc63f;
	font-weight: bold;
	 }
	 
h3 	{font-family: Arial;
	font-size: 18px;
	color: #8cc63f;
	font-weight: normal;
	 }

a {color: #005dab; font-weight: normal;  text-decoration: none;}
a:hover {color: #005dab; font-weight: normal;  text-decoration: underline;}

ul.square {list-style-type: square; list-style-image:url(gfx/ulsquare.gif); }

.maincontent a {color: #005dab; font-weight: normal;  text-decoration: underline;}
.maincontent a:hover {color: #005dab; font-weight: normal;  text-decoration: none;}
.helpmenu a {color: #aaaaaa; font-weight: normal;  text-decoration: underline;}
.helpmenu a:hover {color: #aaaaaa; font-weight: normal;  text-decoration: none;}
.maincontent strong {color: #005dab; font-weight: bold;  text-decoration: none;}

.bottom a {color: #ffffff; font-weight: normal;  text-decoration: none;}
.bottom a:hover {color: #ffffff; font-weight: normal;  text-decoration: none;}


.btn a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	width:179px;
	height:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 3px;
	padding-left: 31px;
}
.btn a:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	width:179px;
	background-image: url(gfx/bg_btn_on.gif);
	background-repeat: no-repeat;
}

.subbtn a {
	font-weight: normal;
	color: #2881b4;
	text-decoration: none;
	display:block;
	width:179px;
	height:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 3px;
	padding-left: 31px;
}
.subbtn a:hover {
	font-weight: normal;
	color: #005dab;
	text-decoration: none;
	display:block;
	width:179px;
	background-image: url(gfx/bg_subbtn_on.gif);
	background-repeat: no-repeat;
}



	
.container {
	/*height: 100%;*/
	width: 955px;
	position: relative;
	min-height:100%;
	margin:auto;
	float: none;
}
.mainpage {
	/*height: 100%;*/
	width: 955px;
	position: relative;
	margin:auto;
	min-height:100%;
	float: none;
	background-image: url(gfx/bg_mainpage.gif);
	background-repeat: repeat-y;
}
.top {
	float: left;
	height: 265px;
	width: 955px;
	position: relative;
}
.topmenu {
	float: left;
	height: 20px;
	width: 920px;
	position: relative;
	background-color: #8cc63f;
	padding-right: 35px;
	text-align: right;
}
.topimg {
	float: left;
	height: 230px;
	width: 955px;
	position: relative;
	background-image: url(gfx/topimg.jpg);
	background-repeat: no-repeat;
}
.topline {
	float: left;
	height: 15px;
	width: 955px;
	position: relative;
	background-color: #005dab;
}

.contentcontainer {
	float: left;
	width: 955px;
	position: relative;
	background-color: #FFFFFF;
	padding-bottom: 11px;
}
.leftcontainer {
	float: left;
	width: 230px;
	position: relative;
	padding-top: 17px;
	padding-left: 20px;
	background-image: url(gfx/bg_leftcontainer.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.menucontainer {
	float: left;
	width: 210px;
	position: relative;
	padding-bottom: 6px;
}
.searchcontainer {
	float: left;
	height: 43px;
	width: 208px;
	position: relative;
	border: 1px solid #dcf4fa;
	background-image: url(gfx/bg_search.gif);
	background-repeat: repeat-x;
	margin-bottom: 6px;
}
.searchtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #50c8e8;
	padding-top: 15px;
	padding-left: 12px;
	float: left;
	position: relative;
}
.searchform {
	float: left;
	position: relative;
	padding-top: 13px;
	padding-left: 5px;
}
.searchformmain {
	height: 15px;
	width: 120px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #005dab;
}


.advertcontainer {
	float: left;
	height: 215px;
	width: 210px;
	position: relative;
}
.searchbutton {
	height: 16px;
	width: 16px;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




.btn {
	float: left;
	width: 210px;
	background-image: url(gfx/bg_btn_off.gif);
	margin-bottom: 1px;
}

.rightcontainer {
	float: right;
	width: 705px;
	position: relative;
	background-image: url(gfx/bg_leftcontainer.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.promotop {
	height: 192px;
	width: 675px;
	float: left;
	position: relative;
	border: 1px solid #dcf4fa;
	background-image: url(gfx/bg_toppromo.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
}
.promotopimg {
	float: left;
	height: 180px;
	width: 212px;
	position: relative;
	background-image: url(gfx/bg_img.jpg);
	background-repeat: no-repeat;
	background-position: 5px;
}
.promotoptxt {
	float: left;
	height: 159px;
	width: 435px;
	position: relative;
	/*
	background-image: url(gfx/bg_promotxt.gif);
	background-position: 414px 21px;
	background-repeat: no-repeat;
	*/
	padding-top: 21px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.btn_more {
	height: 19px;
	width: 79px;
	position: absolute;
	left: 356px;
	top: 146px;
}
.promoact {
	float: left;
	width: 218px;
	position: relative;
	border: 1px solid #e3f6fb;
	background-image: url(gfx/bg_sct.gif);
	background-repeat: repeat-x;
	margin-right: 1px;
}
.pahead {
	float: left;
	height: 26px;
	width: 198px;
	position: relative;
	/* background-image: url(gfx/bg_headact.gif); */
	background-image: url(gfx/bg-green-repeat.gif);
	background-repeat: repeat-x;
	margin-bottom: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 9px;
	padding-left: 20px;
}
.patxt {
	float: left;
	width: 178px;
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005dab;
	background-image: url(gfx/bg_dots.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 6px;
	padding-bottom: 4px;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8cc63f;
}

.pabtn {
	float: left;
	width: 178px;
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}







.bottom {
	float: left;
	height: 54px;
	width: 955px;
	position: relative;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #005dab;
	padding-top: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
.promoinfo {
	float: left;
	width: 218px;
	position: relative;
	border: 1px solid #e3f6fb;
	background-image: url(gfx/bg_sct.gif);
	background-repeat: repeat-x;
	margin-bottom: 1px;
}
.promoinfohead {

	float: left;
	height: 26px;
	width: 198px;
	position: relative;
	/* background-image: url(gfx/bg_headinfo.gif); */
	background-image: url(gfx/bg-blue-repeat.gif);
	background-repeat: repeat-x;
	margin-bottom: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 9px;
	padding-left: 20px;
}
.promoinfotxt {

	float: left;
	width: 178px;
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #005dab;
	margin-bottom: 6px;
	padding-bottom: 6px;
}
.promoinfobtn {

	float: left;
	width: 178px;
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 10px;
}
.infolinka {
	float: left;
	height: 75px;
	width: 118px;
	position: relative;
	background-image: url(gfx/bg_infolinka.gif);
	background-repeat: no-repeat;
	padding-top: 17px;
	padding-left: 102px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005dab;
}
.promocenter {
	float: left;
	width: 220px;
	position: relative;
	margin-right: 1px;
}
.anketacontainer {
	float: left;
	width: 239px;
	position: relative;
	border: 1px solid #e3f6fb;
	background-image: url(gfx/bg_sct.gif);
	background-repeat: repeat-x;
	margin-bottom: 1px;
}
.anketahead {

	float: left;
	height: 26px;
	width: 219px;
	position: relative;
	/* background-image: url(gfx/bg_headank.gif); */
	background-image: url(gfx/bg-blue-repeat.gif);
	background-repeat: repeat-x;
	margin-bottom: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 9px;
	padding-left: 20px;
}
.anketatxt {
	float: left;
	width: 199px;
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #005dab;
	margin-bottom: 6px;
	padding-bottom: 6px;
}
.anketatxtrule {
	float: left;
	width: 179px;
	position: relative;
	padding-left:10px;
	margin-bottom: 1px;
	margin-left:10px;
}
.anketarule {
	float: left;
	width: 179px;
	position: relative;
	padding-bottom: 5px;
    margin-left:20px;
}

.maincontent {
	width: 641px;
	float: left;
	position: relative;
	border: 1px solid #dcf4fa;
	background-image: url(gfx/bg_toppromo.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 17px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	padding-bottom: 20px;
}
.maincontentimg {
	float: right;
	height: 180px;
	width: 190px;
	position: relative;
	margin-bottom: 10px;
	margin-left: 10px;
}
.helpmenu {
	float: left;
	width: 490px;
	position: relative;
	background-image: url(gfx/line_dot.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 5px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.subbtn {

	float: left;
	width: 210px;
	background-image: url(gfx/bg_subbtn_off.gif);
	margin-bottom: 1px;
}
.newscontainer {
	float: left;
	width: 208px;
	position: relative;
	margin-bottom: 6px;
	border: 1px solid #dcf4fa;
	background-image: url(gfx/bg_news.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.newshead {
	float: left;
	height: 18px;
	width: 196px;
	position: relative;
	background-image: url(gfx/news_head.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 12px;
	padding-top: 3px;
}
.newstxt {
	float: left;
	width: 181px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #005dab;
	padding-right: 15px;
	padding-left: 12px;
	padding-bottom: 5px;
	background-image: url(gfx/news_dots.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 5px;
}
.newsbtn {
	float: left;
	width: 196px;
	position: relative;
	padding-left: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.home {
	height: 65px;
	width: 230px;
	position: absolute;
	left: 18px;
	top: 85px;
}
.gallerycontainer {
	float: left;
	width: 641px;
	position: relative;
	top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.galleryimg {
	float: left;
	height: 150px;
	width: 150px;
	position: relative;
	margin-right: 5px;
	border: 1px solid #dcf4fa;
	margin-bottom: 5px;
}

