* {
	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:#2d343a;
	text-decoration:none;
}
h1 {
	font-size:18px;
	font-weight:normal;
	margin-bottom:10px;
	}
h2 {
	font-size:14px;
	font-weight:bold;
	}
body {
	background:white;
	color:#666666;
	font-family:Tahoma, Arial, sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
	text-align:center; //specially for IE5
}

#main {
	background:url('/design/images/mainbg.gif') repeat-y ;
	border:5px solid #ccc;
	border-top:none;
	margin:0 auto;
	padding:0;
	text-align:left;
	width:790px;
}

#head {
	background:#666;
	padding:3px 0 5px 0;
}

#banner_text {
	color:black;
	font-size:1.5em;
	font-weight:bold;
	position:absolute;
	margin-left:200px;
	text-decoration:none;
	top:60px;
}
#topmenu {
	background:url('/design/images/topmenubg.gif') no-repeat bottom #666;
	border-top:6px solid #ccc;
	height:29px;
	line-height:29px;
}
#topmenu a {
	color:white;
	margin-left:14px;
	text-decoration:none;
}
#topmenu a.right {
	margin:0 14px 0 0;
	float:right;
}
#content {
	margin:30px 13px;
	min-height:300px;
}
#content p{
	padding-bottom: 10px;
}
#bottom {
	background:#666;
	border-top:4px solid #ccc;
	color:white;
	font-size:0.7em;
	text-align:center;
}
#footer {
	color:#999;
	font-size:0.7em;
	height:28px;
	line-height:28px;
	margin:0;
}

#footer a{
	color:#999;
	margin:5px;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

#container_left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
	}
#container_right {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	float: right;
	width: 550px;
	
}
#container_right img{
	margin-right:10px;
	}

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

.newsrow {
	margin-bottom:20px;
}

.newsrow h1 {
	margin:0;
}

.newsrow .date {
	color:#2d343a;
	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:#223b8d;
}

/*----- Search ----*/
.result {
	margin-bottom:20px;
}
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.SmallText {font-size: 10px}
.WhiteSmallText {font-size: 10px; color: #FFFFFF; }
.DkGrey {
	font-size: 18px;
}
.Blue {color: #0066FF}
.MedGrey {color: #666666}
.LtGrey {color: #999999}
.size14pt {font-size: 14px}
img.floatLeft { float: left; margin: 2px; }
img.floatRight { float: right; margin: 2px; }
