/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 0px;
}

* html #min-width{
	width: expression((document.body.clientWidth <= 1000) ? '1000' : 'auto');
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
}

BODY { behavior:url("/templates/folding/css/csshover.htc"); }

a:link, a:visited {
	color:#1e3f48;
	text-decoration:underline;
	font-weight: normal;
}

a:hover {
	text-decoration:none;
	font-weight: normal;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

.clr {
	clear:both;
	font-size:0;
}

a.readmore {
	background:url(../images/readmore.gif) no-repeat 0 6px;
	padding-left:10px;
}


/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

#min-width {
	min-width:1000px;
}

#bg-tl {
	background:url(../images/bg-tl.png) no-repeat top left;
/*	min-height:429px;*/
}

#bg-tr {
	background:url(../images/bg-tr.png) no-repeat top right;
/*	min-height:148px;*/
}

#icons {
	float:left;
}

#counter {
	position:relative;
	float:left;
	left:18%;
	top:15px;
}

#counter-1 {
	float:left;
}

#counter-2 {
	float:left;
	padding-left:20px;
}

ul.menu-icons {
	list-style:none;
	padding:0;
	margin:0;
	padding-left:60px;
	padding-top:40px;
}

ul.menu-icons li {
	float:left;
	padding-right:40px;
}

ul.menu-icons li.item2 {
	padding-top:2px;
}

#logo {
	position:relative;
	left:70px;
	top:20px;
	background:url(../images/logo.png) no-repeat;
	float:left;
}

#topmenu {
	float:left;
	position:relative;
	top:50px;
	left:200px;
}

ul.menu-topmenu {
	list-style:none;
	padding:0;
	margin:0;
}

ul.menu-topmenu li {
	float:left;
	margin-left:15px;
	margin-right:15px;
}

ul.menu-topmenu li a {
	color:#3d5e67;
	font-size:18px;
	display:block;
}

ul.menu-topmenu li a .m {
	display:block;
	padding-top:9px;
	padding-bottom:9px;	
}

ul.menu-topmenu li#current a {
	color:#FFFFFF;
	text-decoration:none;
}

ul.menu-topmenu li#current a .m {
	background:url(../images/m.gif) repeat-x;
	display:block;
	padding-top:0px;
	padding-bottom:0px;
}

ul.menu-topmenu li#current a .ml {
	background:url(../images/ml.gif) no-repeat top left;
	display:block;
	padding-top:9px;
	padding-bottom:9px;
	position:relative;
	left:-24px;
}

ul.menu-topmenu li#current a .mr {
	background:url(../images/mr.gif) no-repeat top right;
	display:block;
	padding-top:0px;
	padding-bottom:0px;
	position:relative;
	right:-12px;
}

ul.menu-topmenu li#current a .txt {
	left:12px;
	position:relative;
}

ul.menu-topmenu li a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

ul.menu-topmenu li a:hover .m {

	display:block;
	padding-top:0px;
	padding-bottom:0px;	
}

ul.menu-topmenu li a .m:hover {
	background:url(../images/m.gif) repeat-x;
}

ul.menu-topmenu li a:hover .ml {
	background:url(../images/ml.gif) no-repeat top left;
	display:block;
	padding-top:9px;
	padding-bottom:9px;
	position:relative;
	left:-24px;
}

ul.menu-topmenu li a .ml:hover {
	background:url(../images/ml.gif) no-repeat top left;
	display:block;
	padding-top:9px;
	padding-bottom:9px;
	position:relative;
	left:-24px;
}

ul.menu-topmenu li a:hover .mr {
	background:url(../images/mr.gif) no-repeat top right;
	display:block;
	padding-top:0px;
	padding-bottom:0px;
	position:relative;
	right:-12px;

}

ul.menu-topmenu li a .mr:hover {
	background:url(../images/mr.gif) no-repeat top right;
	display:block;
	padding-top:0px;
	padding-bottom:0px;
	position:relative;
	right:-12px;
}

ul.menu-topmenu li a:hover .txt {
	left:12px;
	position:relative;
}

#block-3 {
	padding-top:30px;
}

#footer-bg {
	height:80px;
	background:#d9e7ea;
}

#fby {
	background:url(../images/fby.gif) no-repeat 75px center;
	width:131px;
	height:80px;
	float:left;
}

#footermenu {
	float:left;
	position:relative;
/*	left:200px;*/
	top:30px;
}

ul.menu-footermenu {
	list-style:none;
	padding:0;
	margin:0;
}

ul.menu-footermenu li {
	float:left;
	padding-right:20px;
}

ul.menu-footermenu li a {
	color:#606161;
}

#copyright {
	float:right;
	padding-right:40px;
	position:relative;
	top:30px;
	color:#606161;
}

#copyright a {
	color:#606161;
}

/* MIDDLE */

#center{float:right;width:100%;margin:0 0 0 -270px;}
#center .content{margin:0 0 0 270px;padding:10px;}
p{margin:0;padding:0 0 10px;}

#left{float:left;width:270px;}
#left .content{padding:0;}

#right{float:right;width:336px;}
#right .content{padding:0;}

#container{float:left;width:100%;margin:0 -336px 0 0;}
#out{margin:0 336px 0 0;}
#in{width:100%;}

#right-simple{float:right;width:296px;}
#container-right-simple{float:left;width:100%;margin:0 -296px 0 0;}
#out-right-simple{margin:0 296px 0 0;}

/* FOOTER */

#footercenter{float:right;width:100%;margin:0 0 0 -250px;}
#footercenter .footercontent{margin:0 0 0 280px;padding:0;}
p{margin:0;padding:0;}

#footerleft{float:left;width:250px;}
#footerleft .footercontent{padding:0;}

#footerright{float:right;width:300px;}
#footerright .footercontent{padding:0;}

#footercontainer{float:left;width:100%;margin:0 -300px 0 0;}
#footerout{margin:0 200px 0 0;}
#footerin{width:100%;}

#right-block-kubok-24 {
	background:url(../images/right-block-kubok-24.png) no-repeat;
	height:195px;
}

#right-block-kubok-8 {
	background:url(../images/right-block-kubok-8.png) no-repeat;
	height:195px;
}

#right-block-kubok {
	background:url(../images/right-block-kubok.png) no-repeat;
	height:195px;
}

#right-block-24 {
	background:url(../images/right-block-24.png) no-repeat;
	height:172px;
}

#right-block-8 {
	background:url(../images/right-block-8.png) no-repeat;
	height:172px;
}

#right-block {
	background:url(../images/right-block.png) no-repeat;
	height:172px;
}

.moduletable-right-kubok {
	padding-top:35px;
	padding-left:140px;
	padding-right:15px;
	font-size:10px;
}

.moduletable-right-kubok h3 {
	margin:0;
	padding:0;
	color:#8fa0b4;
	margin-left:-20px;
	padding-bottom:5px;
	font-size:18px;
	font-weight:normal;
}

.moduletable-right-kubok a.readmore {
	float:right;
}

.moduletable-right {
}

.moduletable-right h3 {
	margin:0;
	padding:0;
	color:#8fa0b4;
	font-size:18px;
	font-weight:normal;
	padding-left:40px;
	padding-top:10px;
	padding-bottom:5px;
}

ul.latestnews-right {
	list-style:none;
	padding:0;
	margin:0;
}

ul.latestnews-right li {
	padding-left:30px;
	padding-top:5px;
}

ul.latestnews-right li a {
	font-size:10px;
	padding-left:10px;
	background:url(../images/readmore.gif) no-repeat 0 6px;
}

.moduletable-news {
}

.moduletable-news h3 {
	margin:0;
	padding:0;
	color:#8fa0b4;
	font-size:18px;
	font-weight:normal;
	padding-left:40px;
	padding-top:10px;
	padding-bottom:5px;
}


ul.lnd_latestnews {
	list-style:none;
	padding:0;
	margin:0;
}

ul.lnd_latestnews li {
	padding-top:20px;
	padding-left:40px;
	font-size:10px;
}

ul.lnd_latestnews li .date {
	background:#5e93a2;
	padding:1px;
	color:#FFFFFF;
}

.moduletable-topic {
}

.moduletable-topic h3 {
	margin:0;
	padding:0;
	color:#8fa0b4;
	font-size:18px;
	font-weight:normal;
	padding-left:40px;
	padding-top:10px;
	padding-bottom:5px;
}


ul.lnd_latesttopic {
	list-style:none;
	padding:0;
	margin:0;
}

ul.lnd_latesttopic li {
	padding-top:20px;
	padding-left:40px;
	font-size:10px;
}

ul.lnd_latesttopic li .date {
	background:#5e93a2;
	padding:1px;
	color:#FFFFFF;
}

.total-members {
	background:url(../images/members.gif) no-repeat;
	font-size:10px;
	padding-left:25px;
	padding-top:4px;
}

.number {
	font-size:14px;
	padding-left:10px;
	padding-right:10px;
}

.join {
	font-size:10px;
}

.chronoform a {
	display:none;
}

.contentheading, .componentheading {
	font-size:18px;
	font-weight:bold;
	color:#3D5E67;
}

.createdate {
	font-size:10px;
}

#com-form-login ul {
	list-style:none;
	padding:0;
	margin:0;
	padding-top:20px;
}
