/* common classes starts */
body{
	padding:0;margin:0;
	background:#b0b1b3;
	text-align:center;
	font:11px Arial, Helvetica, sans-serif;
	color:#58585a;
}
img{
	border:0;
}
.clear{
	clear:both;
}
a{
	text-decoration:none;
}
.bold{
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}
.nowrap{
	white-space: nowrap;	
}
form,h1,h2,h3,h4,h5,h6{
	margin:0;padding:0;
	font:11px Arial, Helvetica, sans-serif;
	color:#58585a;
}
ul,ol,li{
	margin:0;padding:0;
	list-style:none;
}
a:focus{
	outline:none;
}
.container{
	width:780px;
	margin:0 auto;
	text-align:left;
	background:#fff;
}
/* common classes end */
/* header starts */
.header{
	height:200px;
	position:relative;
	z-index:10;
}
.header .logo{
	display:block;
	text-indent:-999999px;
	width:267px;
	height:66px;
	position:absolute;
	top:35px;left:49px;
	background:url(../images/logo.jpg) 0 0 no-repeat;
}
.header .iso-logo{
	display:block;
	text-indent:-999999px;
	width:178px;
	height:61px;
	position:absolute;
	top:35px;right:49px;
	background:url(../images/iso-logo.jpg) 0 0 no-repeat;
}
.header h3{
	position:absolute;
	top:90px;right:48px;
	text-align:right;
	font:bold 24px Arial, Helvetica, sans-serif;
}
/* mainnavigation classes starts */
.header .mainnavigation{
	position:absolute;
	top:132px;left:49px;
}
.header .mainnavigation ul li{
	float:left;
	margin:0 10px 0 0;
}
.header .mainnavigation ul li a{
	background:#58585a url(../images/mainnavigation-curve-left.jpg) 0 0 no-repeat;
	padding:0 0 0 10px;
	font:normal 14px/27px Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
	display:block;
}
.header .mainnavigation ul li a span{
	background:url(../images/mainnavigation-curve-right.jpg) right 0 no-repeat;
	padding:0 10px 0 0;
	display:block;
}
.header .mainnavigation ul li a:hover{
	background-position:left bottom;
	background-color:#0972b3;
	text-decoration:none;
}
.header .mainnavigation ul li a:hover span{
	background-position:right bottom;
}
/* mainnavigation classes end */
/* header end */
/* footer classes starts */
.footer{
	background:#d8d9da;
	text-align:center;
	position:relative;
	height:87px;
	z-index:1;
}
.footer .footer-toplinks{
	background:#808080;
	font:14px/29px Arial, Helvetica, sans-serif;
	color:#fff;
}
.footer .footer-toplinks a{
	color:#fff;
	padding:0 2px;
}
.footer .footer-bottomlinks{
	font:12px/50px Arial, Helvetica, sans-serif;
	color:#707173;
}
.footer .footer-bottomlinks a{
	color:#707173;
	padding:0 2px;
}
.facebook{
	position:absolute;
	top:45px;right:49px;
	background:url(../images/facebook-link.jpg) 0 0 no-repeat;
	width:104px;
	height:27px;
	text-indent:-999999px;
}
.designedby{
	position:absolute;
	bottom:6px;left:0;
	color:#707173;
	width:780px;
	text-align:center;
}
.designedby a{
	color:#707173;
	text-decoration:none;
}
/* footer classes end */
/* bottom-banner classes starts */
.bottom-banner{
	background:#ececed;
	width:624px;
	margin:24px auto 0 auto;
}
/* bottom-banner classes end */
/* maincontent classes starts */
.maincontent{
	width:624px;
	margin:0 auto;
}
/* three-columns-panel classes starts */
.three-columns-panel{
	background:url(../images/three-columns-panel-bg.jpg) 0 0 repeat-y;
	width:624px;
}
.three-columns-panel .left-column{
	float:left;
	width:195px;
}
.three-columns-panel .middle-column{
	float:left;
	margin:0 0 0 19px;
	width:195px;
}
.three-columns-panel .right-column{
	float:right;
	width:195px;
}
/* three-columns-panel classes end */
/* content-tile classes starts */
.content-tile{
	margin:20px auto;
	width:146px;
}
.content-tile a{
	color:#58585a;
}
.content-tile .tile-img{
	width:146px;
	height:146px;
	margin:0 0 22px 0;
}
.content-tile .tile-img img{
	width:146px;
	height:146px;
}
.content-tile h1{
	color:#006fb5;
	font:24px Arial, Helvetica, sans-serif;
	padding:0 0 6px 0;
}
.content-tile h1 span{
	font-size:12px;
	display:block;
}
.content-tile h2{
	color:#006fb5;
	font:22px Arial, Helvetica, sans-serif;
	padding:0 0 22px 0;
}
.content-tile h2 span{
	display:block;
	font-size:11px;
	text-align:right;
	color:#58585a;
}
.content-tile h3{
	color:#006fb5;
	font:20px Arial, Helvetica, sans-serif;
	padding:0 0 22px 0;
}
.content-tile h3 span{
	display:block;
	font-size:11px;
	text-align:right;
	color:#58585a;
}
.content-tile h1 span.big{
	font-size:20px;
}
.content-tile h1 span.medium{
	font-size:18px;
}
.blue-medium{
	font-size:20px;
	color:#006fb5;
	display:block;
}
.blue{
	color:#006fb5;
}
.content-tile h1 span.medium span.green{
	font-size:18px;
}
.content-tile h4{
	padding:0px 0 13px 0;
}
.content-tile a.clickhere{
	color:#006fb5;
}
.content-tile ul.list,
.content-tile ul.bluelist{
	padding:0px 0 13px 0;
}
.content-tile ul.bluelist li{
	color:#00488c;
	padding:2px 0;
}
.content-tile .pagelink{
	padding:11px 0 6px 0;
}
.content-tile .pagelink a{
	font:21px Arial, Helvetica, sans-serif;
	color:#919f3f;
}
.green,
.green-theme h1,
.green-theme h2,
.green-theme h3,
.green-theme a.clickhere,
.green-theme ul.list{
	color:#8ca032;
}
.green-theme ul.list li{
	padding:1px 0;
}
.green-theme .pagelink a{
	color:#184989;
}
/* content-tile classes end */
.content-tile .design-titles{
	font:14px/22px Arial, Helvetica, sans-serif;
}
.content-tile .design-points{
	padding:0px 0 7px 0;
}
.content-tile .design-points li{
	padding:5px 0 6px 0;
}
/* maincontent classes end */
/* datatable classes starts */
.datatable{
	background:url(../images/datatable-left-bg.jpg) 0 0 repeat-y;
	width:146px;
	padding:8px 0 18px 0;
}
.datatable ul{
	
}
.datatable ul li{
	float:left;
	width:113px;
	padding:5px 0;
}
.datatable ul li.left{
	clear:both;
	width:30px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	margin:0 3px 0 0;
}
/* datatable classes end */
/* graylist classes starts */
.graylist{
	padding:0px 0 13px 0;
}
/* graylist classes end */
.contacts{
	padding:0px 0 13px 0;
}
.contacts li{
	padding:3px 0;
}
.exhibition-list{
	padding:0px 0 6px 0;
}
.exhibition-list li{
	padding:0px 0 8px 0;
}
/* products classes starts */
.products{}
.products .product-tile{
	background:url(../images/product-tile-top-bg.jpg) 0 0 repeat-x;
	padding:32px 0 25px 24px;
}
.products .product-tile .product-type{
	float:left;
	width:180px;
	margin:0 10px 0 0;
}
.products .product-tile .product-type h1{
	font:bold 24px/24px Arial, Helvetica, sans-serif;
	color:#006fb5;
	padding:0 0 8px 0;
}
.products .product-tile ul{}
.products .product-tile li{
	padding:0 0 16px 0;
	line-height:15px;
}
.products .product-tile a{
	color:#58585A;
}
.products .product-tile .product-info a{
	color:#006fb5;
}
.products .product-tile .product-info img{
	max-width:195px;
}
.products .product-tile .product-image{
	float:left;
	width:195px;
}
.products .product-tile .product-info{
	float:right;
	width:195px;
}
/* products classes end */
/* linkspanel classes starts */
.linkspanel{
	padding:0 0 75px 0;
}
.linkspanel h1{
	color:#006fb5;
	background:url(../images/linkspanel-h1-bg.jpg) 0 bottom repeat-x;
	padding:0 0 19px 24px;
	font:bold 24px Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
}
.linkspanel ul{
	padding:0 0 0 24px;
}
.linkspanel ul li{
	color:#58585a;
	font:bold 13px Arial, Helvetica, sans-serif;
	padding:3px 0;
}
.linkspanel ul li a{
	color:#58585a;
	font-weight:normal;
}
/* linkspanel classes end */
/* glossary classes starts */
.glossary{
	padding:0 0 25px 0;
}
.glossary .glossary-tile{
	background:url(../images/product-tile-top-bg.jpg) 0 0 repeat-x;
	padding:25px 4px 32px 24px;
}
.glossary .glossary-tile h1{
	font:bold 24px/24px Arial, Helvetica, sans-serif;
	color:#006fb5;
	padding:0 0 16px 0;
}
.glossary .glossary-tile h4{
	line-height:20px;
}
.glossary .glossary-tile h4 span.title{
	color:#006fb5;
	display:block;
}
/* glossary classes end */
/* terms-conditions-panel classes starts */
.terms-conditions-panel{
	padding:0 0 75px 0;
}
.terms-conditions-panel h1{
	color:#006fb5;
	background:url(../images/linkspanel-h1-bg.jpg) 0 bottom repeat-x;
	padding:0 0 19px 24px;
	font:bold 24px Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
}
.terms-conditions-panel p{
	color:#58585a;
	padding:8px 0 8px 24px;
	margin:0;
}
/* terms-conditions-panel classes end */
/* timings classes starts */
.timings{
	background:#fff;
	padding:10px 12px 10px 10px;
	margin:0 0 30px 0;
}
.timings ul li{
	float:left;
	width:50%;
	text-align:right;
	padding:2px 0;
}
.timings ul li.day{
	text-align:left;
}
/* timings classes end */
/* contactform classes starts */
.contactform{}
.contactform form{}											
.contactform form input.textbox,
.contactform form textarea{
	width:146px;
	background:#fff;
	margin:3px 0 6px 0;
	border:1px solid #f6f6f6;
}
.contactform form textarea{
	height:90px;
	margin:3px 0 9px 0;
	overflow:auto;
}
.contactform form input.button{
	border:0;
	background:url(../images/send-button.jpg) 0 0 no-repeat;
	width:42px;
	height:15px;
	cursor:pointer;
}
/* contactform classes end */
/* two-columns classes starts */
.two-columns{
	background:url(../images/two-columns-panel-bg.jpg) 0 0 repeat-y;
	width:624px;
}
.two-columns .leftcolumn{
	float:left;
	width:195px;
}
.two-columns .leftcolumn h1{
	font-size:32px;
}
.two-columns .leftcolumn .bluelist{
	font-size:12px;
	padding:20px 0;
}
.two-columns .leftcolumn .bluelist li{
	color:#006fb5;
}
.two-columns .rightcolumn{
	float:right;
	width:410px;
}
/* two-columns classes end */
/* newstiles classes starts */
.newstiles{}
.newstiles .news-tile{
	background:#ececed;
	padding:20px;
}
.newstiles .news-tile .newstile-image{
	width:146px;
	height:146px;
	float:left;
}
.newstiles .news-tile .newstile-image img{
	width:146px;
	height:146px;
}
.newstiles .news-tile .newstile-info{
	width:190px;
	float:right;
}
.newstiles .news-tile .newstile-info h2{
	color:#8ca032;
	font:23px Arial, Helvetica, sans-serif;
}
.newstiles .news-tile .newstile-info h4{
	line-height:19px;
}
.spacer{
	height:20px;
}
/* newstiles classes end */