* {
	padding: 0;
	margin: 0;
}

a img {
	border:0;
}

div {
	overflow:hidden;
	zoom:1;
}

html, body {
	height:100%;
}

h1,h2,h3,h4, h1 a, h2 a, h3 a, h4 a {
	color:#8a99ee;
	text-decoration:none;
}
h1 {
	font-weight:medium;
	font-size:large;
	margin-top:10px;
	}
h2 {
	font-weight:bold;
	font-size:small;
	margin-top:10px;
	}
body {
	background: #e2e2e2;
	color:#202020;
	font-family:Arial, sans-serif;
	font-size:small;
	margin:0;
	padding:0;
	text-align:center; //specially for IE5
}

#main {
	background:url('/design/images/bodybg.jpg') repeat-y center;
	min-height:100%;
	margin:0;
	padding:0;
	min-height:100%;
}

.maindiv {
	margin:0 auto;
	text-align:left;
	width:859px;
}

#topdiv {
	background:white;
}

#logo {
	float:left;
}

#topmenu {
	color:#3fa6aa;
	float:right;
	margin-top:60px;
	padding-right:10px;
}

#topmenu a {
	color:#3fa6aa;
	font-size:1.2em;
	text-decoration:none;
	margin:0 5px;
}

#whitestripe {
	background:url('/design/images/whitestripe.jpg') no-repeat center #fff;
	line-height:3px;
	height:3px;
}

#bannercontainer {
	background:url('/design/images/bannerbg.jpg') repeat-y center #8899ed;
	min-width:859px;
}

#bannercontainer img, #bannercontainer object {
	margin:3px 4px;
}

#container1 {
	background:url('/design/images/container1bg.gif') repeat-y;
	margin:3px 4px;
}

#container2 {
	background:url('/design/images/containertop.gif') top no-repeat;
} 

#container3 {
	background:url('/design/images/containerbottom.gif') bottom no-repeat;
	padding:10px;
}

#content {
	float:right;
	width:625px;
}
#content p{
	margin-top:10px;
}
#leftpanel {
	float:left;
	width:192px;
}

#leftpanel .title {
	background:url('/design/images/leftpaneltitle.gif') no-repeat;
	color:white;
	line-height:25px;
	margin:5px 0 0 0;
	padding:7px 0 0 11px;
}

#leftpanel ul {
	background:url('/design/images/leftpanelulbg.jpg') repeat-x #fafafa;
	border-left:1px solid #e3e1e2;
	border-right:1px solid #e3e1e2;
	margin:0;
	padding:0;
}

#leftpanel ul li{
	border-top:1px solid #e3e1e2;
	margin:5px 0 0 0 ;
	padding:5px 10px 0 10px;
}

#leftpanel ul li a {
	color:#1e999d;
	display:block;
	line-height:20px;
	text-decoration:none;
}

#leftpanel ul li.child {
	border:none;
	padding:0 0 0 50px;
	margin:0;
}

#leftpanel ul li.child a{
	color:#8899ed;
	font-style:italic;
}

#footer {
	color:#1e999d;
	text-align:center;
	margin:5px;
}

#footer a{
	color:#1e999d;
	text-decoration:none;
}

/* ---- News ---*/

.newsrow {
	margin-bottom:20px;
}

.newsrow h1 {
	margin:0;
}

.newsrow .date {
	color:#223b8d;
	font-style:italic;
}

.newsrow .newstext {
	margin-top:10px;
}

.newsrow .more {
	margin-top:10px;
	text-align:right;
}

.newsrow .more a {
	color:#223b8d;
	text-decoration:none;	
}

/* ------- Catalogue */

.chain {
	margin-bottom:10px;
}

.pager {
	text-align:right;
}

.catalog_choose_el {
	margin-bottom:15px;
}

.catalog_choose_el .cat_thumb {
	float:left;
	margin:0 0 0 10px;
	width:100px;
}

.catalog_choose_el .cat_thumb2 {
	float:left;
	margin:0 0 0 10px;
	width:150px;
}


.catalog_choose_el .text {
	float:right;
	width:500px;
}

.catalog_choose_el .text_full {
	float:right;
	width:450px;
}


.catalog_choose_el .more {
	clear:both;
	text-align:right;
}

.catalog_choose_el .more a{
	text-decoration:none;
	color:#202020;
}
div.gallery img {
	padding: 1px;
	margin: 5px;
	border: 1px solid #e2e2e2;
	float: left;
}
.events p{
	background-color:#f6f5f5;
	color:#8a99ee;
	font-weight:bold;
	width:169px;
	padding:5px;
	margin: 10px;
	border: 1px solid #e2e2e2;
	float: left;
}
.events a{
	font-weight:normal;
	text-decoration:none;
	color:#202020;
	font-style:italic;
	}
.events a:hover{
	color:#8a99ee;
	}
#form {
	border: 1.5px solid #e2e2e2;
	background-color:#fafafa;
	padding:5px 5px 10px 10px;
}

.rightimage

{
  margin-left:20px;
   margin-bottom:20px;
  border: 1px solid #e2e2e2;
   padding: 3px;
   float: right;
}