/*
Copyright 2009 ClearCut Web Solutions Ltd, All Rights Reserved.
*/
* {
	padding: 0;
	margin: 0;
}

a img {
	border:0;
}

div {
	overflow:hidden;
	zoom:1;
}

h1,h2 {
	color:#223b8d;
	font-weight:normal;
	margin:10px 0;
}

h3,h4,h5 {
	color:#223b8d;
	font-weight:normal;
	margin:7px 0;
}

h1 a, h2 a {
	color:#034ea1;
	text-decoration:none;
}

html, body {
	background: url('/design/images/bodybg.jpg') #808080 center repeat-y;
	color:#202020;
	font-family:Arial, sans-serif;
	font-size:small;
	margin:0;
	padding:0;
	text-align:center; //specially for IE5
	height:100%;
}

#main {
	background:url('/design/images/mainbg.gif') repeat-y white;
	margin:0 auto;
	text-align:left;
	width:825px;
}

#head {
	padding:2px;
}

#logo {
	float:left;
}

#call_us {
	clear:right;
	float:right;
	margin-top:83px;
}

#container {
	background:url('/design/images/cont_bg.gif') repeat-y;
	padding:0 1px;
}

#midmenu {
	background:#223b8c;
	color:white;
	height:26px;
	line-height:26px;
}

#midmenu a {
	color:white;
	margin:0 10px;
	text-decoration:none;
}

#banner {
	border-bottom:1px solid #223b8c;
}

#content {
	float:right;
	width:635px;
}

#content2 {
	float:left;
	width:624px;
	padding-bottom:10px;
}
#content2 p{
	margin-bottom:12px;
	}
#content2 a{
	text-decoration:none;
	color:#333333;
	}

#content2 ul{
	margin-left:25px;
	}

#leftpanel {
	float:left;
	width:179px;
}

#leftpanel p.title {
	color:white;
	font-weight:bold;
	padding:10px;
}

#leftpanel ul li {
	list-style:none;
}

#leftpanel li a{
	border-top:1px #c0c0c0 solid;
	color:#202020;
	display:block;
	padding:10px;
	text-decoration:none;
}

#leftpanel li.latestnews a {
	padding-bottom:5px;
}

#leftpanel li a span{
	display:block;
	font-size:0.9em;
	font-style:italic;
	margin-top:10px;
	text-align:right;
}

#leftpanel li.child a{
	font-style:italic;
	text-align:right;
}

.lefttext {
	padding:0 10px;
}

.lefttext p {
	margin:10px 0;
}

#footer {
	background:#223b8c;
	color:white;
	font-size:0.9em;
	text-align:center;
	margin:0 auto;
	padding: 5px 0;
	width:853px;
}

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


.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;
}
.pmlogos {
	margin-top:20px;
	margin-left:80px;
	height:70px;
	}
.floatleft {
margin-top:5px;
	margin-right:10px;
	float:left;
}
.pmlink a{
	float:right;
	text-decoration:none;
	color:#223b8d;

}
.red {
	color:#ee293b;
	}
.yellow {
	color:#fbce03;
	}
.green {
	color:#a4db75;
	}
.grey {
	color:#90a39f;
	}
.form {
	width:550px;
	margin-left:10px;
  background-color: #ededed;
  border: solid 1px #223b8d;
  padding: 10px 5px 5px 10px;
  margin-right: 10px;
}

.rightimage {
  margin-left:20px;
  border: 1px solid #CCCCCC;
   padding: 3px;
   float: right;
}