/*
Copyright 2009 ClearCut Web Solutions Ltd, All Rights Reserved.
*/

* {
	padding: 0;
	margin: 0;
}

html, body {
	background: #cccccc;
	color: #262626;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	height:100%;
}
.breadcrumbs {
	margin-top:0;
	font-size:9px;
	color:#fe8503;
}
.newstitle h1{
	margin-left:25px;
	font-size:16px;
	color:#84a1b9;
	padding-bottom: 10px;
	}
	
.breadcrumbs a{
	color:#84a1b9;
}
.breadcrumbs a:hover{
		color:#fe8503;
}
.breadcrumbsnews {
	margin-left:25px;
	margin-top:5px;
	font-size:9px;
	color:#fe8503;
}

.breadcrumbsnews a{
	color:#84a1b9;
}
.breadcrumbsnews a:hover{
		color:#fe8503;
}
.testimonial {

  background-color: #ffffff;
  border: solid 1px #84a1b9;
  padding: 5px 5px 5px 5px;
  margin-right: 10px;
  min-height:210px;
  margin-bottom:10px;
  }
.testimonial img {
  border: 0;
  padding: 0;
	margin: 15px;
	float: left;
  }
.testimonial1 {

  background-color: #ffffff;
  border: solid 1px #84a1b9;
  padding: 5px 5px 5px 5px;
  margin-right: 10px;
  margin-bottom:10px;
  }
.imagelink {
	border:0;
	margin-bottom:5px;
	}
 .newspage {
  background-color: #ebebeb;
  border: solid 1px #84a1b9;
  padding: 5px 5px 5px 5px;
  margin-right: 10px;
  margin-bottom:10px;
  }
.testcompany {
	font-weight:bold;
	font-style:italic;
	}
p {
	margin-bottom: 10px;
}
a {
	text-decoration: none;
	color: #262626;
}

a:hover {
	color: #163085;
	text-decoration: none;
}
div#contact
{
	float:right;
	margin-right:25px;
	margin-top:25px;
}
div#main {
	background: url('/images/body-bg.gif') top center repeat-y;
	-height:100%;
	margin:0 auto;
	min-height:100%;
	width:970px;
}

div#whitesheet {
	background:white;
	margin:0 auto;
	-height:100%;
	min-height:100%;
	overflow:hidden;
	width:852px;
	zoom:1;
}

div#logo {
	text-align:center;
}

div#topmenu {
	background:#84a1b9 url('/images/topmenu-bg.jpg') right no-repeat;
	color:white;
	height:42px;
	line-height:42px;
	padding-left:30px;
}

div#topmenu a {
	color:white;
	margin:0 10px;
	text-decoration:none;
	text-transform:uppercase;
}

table#submenu {
	background:#ebebeb;
	float:right;
	height:211px;
	margin:0;
	width:328px;
}

table#submenu ul {
	padding-left:35px;
}

table#submenu ul li {
	background:url('/images/latest-news-divider.gif') bottom left no-repeat;
	line-height:32px;
	list-style:none;
	margin:0;
	padding:0;
}

h1.latest_news {
	color:#84a1b9;
	font-weight:normal;
	font-size:20px;
	margin:0;
}

table#submenu ul li.latestnews span.date {
	color:#99cccc;
	float:right;
	position:relative;
	left:10px;
	top:10px;
}

table#submenu ul li.latestnews span.date {
	left:-20px;
}

table#submenu ul li.hr {
	height:1px;
	line-height:1px;
	width:175px;
	background:#666666;
	padding:0;
	margin:0;
	vertical-align: bottom;
}

* html table#submenu ul li.hr { /*For ie*/
	margin-top:-20px;
}


table#submenu ul li a {
	color:#666666;
	text-decoration:none;
	font-size:14px;
}

img#topimage {
	float:left;
	width:524px;
	height:211px;
	margin:0;
}

/*div.greyline {
	background:url('/images/grayline-bg.jpg') repeat-x;
	clear:both;
	height:2px;
	line-height:2px;
}*/

div.container {
	clear:both;
	margin:10px;
	background-color: white;
	margin-bottom: 0;
	overflow:hidden;
	padding:20px;
	zoom:1;
}

div.container h1 {
	font-size:16px;
	color:#84a1b9;
	padding-bottom: 10px
}

div.container h2 {
	color:#84a1b9;
	font-size:14px;
	padding-bottom: 10px
}

div.container ul {
	margin:10px 20px;
}
.newsimage {
	float:right;
	margin-left: 15px;
}
.mirror_image {
	text-align:center;
}
#container_left {
	margin: 0px;
	margin-top: -10px;
	padding: 0px;
	padding-left: -10px;
	float: left;
	width: 180px;
	}
#container_right {
	margin: 0px;
	margin-top: -10px;
	padding: 0px;
	padding-left: 10px;
	float: right;
	width: 600px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #84a1b9;
}

div#footer {
	color:#939393;
	font-size:0.9em;
	margin:40px 0 15px 0;
	text-align:center;
}

div#footer a {
	color:#939393;
	margin:0 10px;
	text-decoration:none;
}

div.old_concept img{
	padding: 0;
	margin: 5px;
	border: 2px solid #ebebeb;
}

div.gallery img {
	padding: 0;
	margin: 5px;
	border: 2px solid #ebebeb;
	float: left;
}

div.website_portfolio img {
	padding: 0;
	margin: 7px;
	border: 0;
	float: left;
}

/* -----Blog Section  ------ */

div.blogrow p.date {
	margin-bottom:10px;
}


div.blogrow div.more {
  text-align: right;
  display: block;
  margin-bottom: 10px;
}

div.comment {
	margin-top:20px;
}

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


#catalog_chain 
{
  margin-bottom:15px;
}

#catalog_chain a
{
  text-decoration:none;
  color:red;
}

#catalog_choose
{
  overflow:auto;
  zoom:1;
  width:100%;
}

.catalog_choose_el
{
  text-align:center;
  margin-bottom:5px;
}

.pager {
	text-align:right;
	color:#606060;
}

.catalog_item {
	margin-top:30px;
 	overflow:hidden;
 	padding-bottom:10px; 
 	width:100%;
}

.catalog_item img {
	float:left;
}

.catalog_item h2 {
	color:#9eb3c5;
	text-transform:uppercase;
}

.more {
	margin-top:40px;
	text-align:right;
	padding-right:30px;
}

.more a{
	color:#606060;
	font-weight:bold;
	text-decoration:none;
	/*text-transform:uppercase;*/
}

.item_full img.cat_img{
	float:left;
	padding-right: 10px;
	padding-bottom: 1px;


}

/* ------- news section */

div.newsrow p.date {
	margin-bottom:10px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 6px;
	margin-bottom: 5px;
}

div.newsrow div.more {
	margin-top:10px;
}

/* -------search section */

div.search {
	background:#ebebeb;
	color:#666666;
	padding:20px;
	text-align:center;
}

/* ---------- site map*/

ul.sitemap {
	background:#ebebeb;
	border:1px solid gray;
	list-style:disc;
	margin:10px auto;
	overflow:hidden;
	padding:20px 0 20px 50px;
	width:500px;
	zoom:1;
}

ul.sitemap li {
	margin:5px;
}

ul.sitemap h2 {
	margin:20px 0 10px 0;
}

/* ---------- not found */

div.not_found {
	background:#ebebeb;
	border:1px solid gray;
	margin:0 auto;
	padding:20px;
	width:500px;
}
.leftimage {
	float:left;
	padding-right:20px;
	}
	
.right1image {
	float:right;
	padding-left:20px;
	}
