/*  this is a default stylesheet poweredby 3TECH */
@import url("menu.css?v=20140214");
@import url("sidemenu.css");
@import url("prettyPhoto.css");
@import url("tabs.css");
@import url("enquiryForm.css");

.access {
	height: 1px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: -500px;
	width: 1px;
}

body {
	background-color: #f5f5f5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	padding: 0;
	margin: 0;
/*	background: url(../images/layout/pageBG.jpg) repeat-x;*/
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
a {
	color: #c00; /*333*/
	text-decoration: none;
}
a:visited {
	color: #c00; /*333*/
	text-decoration: none;
}
a:hover {
	color: #c00;
	text-decoration: none;
}
#page {
	margin: 0 auto;
	/* width: 960px; */
	width: 100%;
	background-color: #fff;
}
	#top {
		margin: 0 auto 0 auto;
		padding: 4px 0 4px 0;
		width: 100%;	
/*
		width: 960px;	
		background: -moz-linear-gradient(top, #d4d6d5, #ffffff);
		background: -ms-linear-gradient(top, #d4d6d5, #ffffff);
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d4d6d5),to(#ffffff));
		background: -webkit-linear-gradient(top, #d4d6d5,#ffffff);
		background: -o-linear-gradient(top, #d4d6d5,#ffffff);
		filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#d4d6d5,endColorStr=#ffffff);
*/
	}
	#logo {
		margin: 6px 0 0 14px;
		float: left;
	}
	#logo sup {
		vertical-align: top; 
	}
	#top-content {
	margin: 4px 0 0 0px;
		padding: 0;
		float: right;
	}
	/* search */
	img, fieldset {border:0; margin: 0; padding: 0}

	#search {
		margin: 4px 10px 0 0px;
		float: right;
	}

	#search fieldset, #search form {
		margin: 0; padding: 0;
	}

	#search fieldset legend {
		display: none;
	}

	#search label {display:none;}

	#search input#searchfield {
		border: 1px solid #ccc;
		margin: 0px;
		padding: 0px;
		float: left;
		display: block;
		padding: 4px;
/*		font-size:1.1em; */
		font-size:16px;
		color: #7c7c7c;
	}

	#search input#searchbutton {
		font: 16px Arial, sans-serif;
		height: 30px;
/*		width: 29px;*/
		margin: 0px;
		padding: 0 6px 0 6px;
		border-style: none;
		display: block;
		float:left;
		background: #bd0505;
		color: #fff;
	}
	#navigation-top {
		float: right;
	}
	#navigation-top ul {
		margin: 0 4px 0 12px;
		padding: 0;
		list-style: none;
		display: inline;
		float: right;
	}
	#navigation-top li {
		display: inline;
		padding: 0 8px 0 12px;
		margin: 0;
		background-image: expression( (this===this.parentNode.childNodes[0]) ? "none" : "auto");
		padding-left: expression( (this===this.parentNode.childNodes[0]) ? "none" : "auto");
		float:left;
	}
	#navigation-top li:before {
		color: #aaa;
		content: " | ";
	}

	#navigation-top li:first-child {
		background-image: none;
		padding-left: 8px;
	}
	#navigation-top li:first-child:before {
		content: "";
	}
	#navigation-top li a, #navigation-bottom li a:visited {
		color: #c00;
		text-decoration: none;
	}
	#navigation-top li a:hover {
		color: #c00;
		text-decoration: underline;
	}
#menu {
/*	background: url(../images/layout/menuBG.gif) repeat-x ;*/
	background: -moz-linear-gradient(top, #ebebeb, #bdbcbc);
	background: -ms-linear-gradient(top, #ebebeb, #bdbcbc);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ebebeb),to(#bdbcbc));
	background: -webkit-linear-gradient(top, #ebebeb,#bdbcbc);
	background: -o-linear-gradient(top, #ebebeb,#bdbcbc);
	filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ebebeb,endColorStr=#bdbcbc);
	margin: 0 auto;
	/* width: 960px; */
	width: 100%;
	height: 34px;
	padding: 0;
	z-index: 99;
	position:relative;
}
#homebanner {
	clear: both;
	margin: 0;
	padding: 0px 0 0 0;
	position:relative;
	z-index: 1;
}
.headline div, div.headline {
  font-size: 18px;
}
.banner div, div.banner {
  width: 100%;
}
.banner img, img.banner {
  width: 100%;
}
#addthis {
	float: right;
	padding: 4px 4px 0 0;
}
#addthis a:hover {
	border: 1px solid #ccc;
}
#lower {
	margin: 0 auto;
	width: 100%;
/*	background:url(../images/footerBG.png) no-repeat 0 -10%;*/
}
	#footer-tl {
		height: 8px;
		background: url(../images/layout/footer_tl.jpg) no-repeat left top;
	}
	#footer-tr {
		height: 8px;
		background: url(../images/layout/footer_tr.jpg) no-repeat right top;
	}
#pagefoot {
	background-color: #f5f5f5;
}
#footer {
	width: 100%;
	margin: 0 auto;
	color: #fff;
	height: 50px;
}
#navigation-bottom {
	margin: 0 0 0 12px;
	padding: 0;
	list-style: none;
	display: inline;
}
#navigation-bottom li {
	display: inline;
/*	background: url(../images/layout/separator.gif) no-repeat 0 4px;*/
	padding: 0 0 0 5px;
	margin: 0;
	background-image: expression( (this===this.parentNode.childNodes[0]) ? "none" : "auto");
	padding-left: expression( (this===this.parentNode.childNodes[0]) ? "none" : "auto");
	float:left;
}
#navigation-bottom li:before {
	color: #aaa;
	content: " | ";
}
#navigation-bottom li:first-child {
	background-image: none;
	padding-left: 0px;
}
#navigation-bottom li:first-child:before {
	content: "";
}
#navigation-bottom li a.plus {
	background: url(../images/layout/plus_minus.gif) no-repeat right 4px;
	padding-right: 12px;
}
#navigation-bottom li a:link, #navigation-bottom li a:visited {
	color: #c00;
	text-decoration: none;
}
#navigation-bottom li a:hover {
	text-decoration: underline;
}
#bottomLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	float: left;
	padding: 10px 0 20px 10px;
	text-align: left;
}
#bottomRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	float: right;
	padding: 10px 10px 20px 0px;
	text-align: left;
}
.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.errorMessage li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff0000;
	list-style-type: none;
}





/* ------------- */
.boxtop {
/*	background-image:url(../images/box-top.gif);  // remove background img */
	background-repeat:no-repeat;
	height: 10px;
}
.boxcontent {
/*	background-image:url(../images/box-bg.gif);  // remove background img*/
/*	height: 200px;	*/
}
.boxbot {
/*	background-image:url(../images/box-bot.gif);  // remove background img
	background-repeat:no-repeat;*/
	height: 10px;
}
.boxtitle {
	font-size: 18px;
	font-weight: bold;	
	padding: 5px 15px 10px 25px;
	color: #c00;
}
.newscontent {
	font-size: 14px;
	color: #666666;
	padding: 5px 4px 5px 4px;
}
.newscontent a {	
	color: #666666;
	text-decoration: none;
}
.newscontent a:hover {	
	color: #0000FF;
	text-decoration: underline;
}
.newsmore {
	font-size: 14px;
	color: #FF9900;
	padding: 5px 15px 0px 15px;
	text-align: right;
	font-weight: bold;
}
.newsmore a {	
	color: #FF9900;
	text-decoration: none;
}
.newsmore a:hover {	
	color: #0000FF;
}
.space {
	clear: both;
	height: 7px;
}
/* -----Product-------- */
#content {
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	width: 100%;
}
#sideContent {
	float: left;
	width: 25%;
	min-width: 180px;
	max-width: 280px;
	margin: 10px 10px 0 10px;
}
#mainContent {
	float: left;
	width: 68%;
	min-width: 250px;
	max-width: 800px;
	margin-left: 10px;
}
.fullpage {
	margin: 0;
	padding: 0 10px 10px 10px;
}
#nav {
	clear: both;
/*	height: 20px;
	background-color: #c3c3c3;*/
}
#nav ul {
	float: left;
	margin: 10px 0 10px 14px;
	list-style-type: none;
	padding: 0;
}
#nav ul li { float: left; }
#nav ul li a, #nav ul li span,  #nav ul li em {
	background: url(../images/nav_arrow.png) no-repeat 5px 50%;
	color: #333333;
	display: block;
	font-size: 12px;
	font-style: normal;
	padding: 2px 0 2px 14px;
}

#nav ul li.first a { background: 0; padding-left: 0; }
#nav ul li a:hover { color: #c00; }

.pagetitle {
	margin: 10px 0 10px 30px;
	font-size: 18px;
	font-weight: bold;
	color: #c00;
	clear: both;	
}
/*
.thumbnail {
	float: left;
	width: 310px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;	
	font-size: 12px;
	text-align: left;
	background-color: #E4E4E4;
}
.thumbnailbg {
	background-color: #fff;
	padding: 0;
	margin-left: 8px;
	float: left;
}
*/
.ptitle {
	font-size: 18px;
	font-weight: bold;
	color: #c00;
	padding-left: 10px;	
	padding-bottom: 10px;
}
.topic {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #c00;	
}
.ptopic {
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;	
	color: #c00;	
}
.pctopic {
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 10px;		
	color: #c00;	
	text-align: center;
}
.pimgcontent {
	float: left;	
}
.pimg{
	float: left;	
	padding-left: 10px;
	padding-right: 10px;	
}
.pleftimg {
	padding-top: 10px;
/*	background: url(../images/blockBG.png) no-repeat 0 0;*/

}
.potherbg {
	float: left;
	width: 100%;
	min-width: 300px;
	max-width: 800px;
	line-height: 20px;		
	padding: 0 6px;
}
.pimgbg {
	float: left;
	padding: 5px;
	margin-top: 10px;
	width: auto;
	min-width: 80px;
	max-width: 200px;
	background-color: #990000;	
}
.pimgbg2 {
	float: left;
	padding: 10px;
	margin-top: 10px;
	width: auto;
	min-width: 80px;
	max-width: 220px;
	background-color: #d2dbe2;
}
.pbg {
	float: left;
	padding: 10px;
	width: auto;
	min-width: 100px;
	max-width: 410px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
/*	background-color: #d2dbe2;*/
}
.pcontent {
/*	overflow: auto;*/
	padding: 10px;
	background-color: #FFFFFF;
}
.plist {
	margin-top: 5px;
	margin-bottom: 0px;	
	margin-left: 30px;
	padding: 0;
}
.plist li {
	line-height: 18px;
}
.ptable {
	padding-left: 10px;
}
.ptext {
	padding-left: 10px;
}
.prow1 {
	background-color: #FEFEFE;
}
.prow2 {
	background-color: #ECEFEF;
}


/* ADDED BY AP */
.newsimage {
	float: left;
	margin: 5px 15px 0px 25px;
	width: 170px;
}
.newscontentbody {
	float: left;
	width: auto;
	min-width: 300px;
	max-width: 800px;
}
.gallerybg {
	padding: 10px;
	width: 300px;
/*      margin-left: 10px;
 *      margin-bottom: 10px;
 *      margin-top: 10px;
*/
	background-color: #d2dbe2;
	line-height: 18px;
}
.clr {
	clear: both;
	height: 0;
}
.back_link {
	float: right;
}
.firstImage {
	padding: 0 0 0 10px;
}
h1.firstTitle {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #F6F6F6;  
	width: auto;
	min-width: 300px;
	max-width: 800px;
	min-height: 16px;
	padding: 10px;
	margin-left: 10px;
/*  background: url(../images/firstbg.png) no-repeat;*/
        background: -moz-linear-gradient(left, #990000, #e8e8e8);
        background: -ms-linear-gradient(left, #990000, #e8e8e8);
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#990000),to(#e8e8e8));
        background: -webkit-linear-gradient(left, #990000, #e8e8e8);
        background: -o-linear-gradient(left, #990000,#e8e8e8);
        filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#990000,endColorStr=#e8e8e8);
}
h1.firstTitle span,
h2.firstTitle span {
}
.firstMark {
  display: none;
}
h1.sectitle,
h2.sectitle {
	font-size: 14px;
	font-weight: bold;
	color: #4c4c4c;
	background-color: #F6F6F6;
	width: auto;
	min-width: 300px;
	max-width: 800px;
	padding: 10px;
	margin-left: 10px;
/*	background: url(../images/secbg.png) no-repeat; */
}
.secmark {
	float: left;
	width: 8px;
	height: 10px;
	padding-top: 5px;
	margin-right: 10px;
	background-color: #c00;
}

/* added on 20091203 for upper right corder */

#lang ul { float: right; margin: 4px 10px 0 0; }
#lang ul li {
	border-right: 1px solid #333;
	float: left;
	font-size: 14px;
	line-height: 1em;
	margin-right: 6px;
	padding-right: 6px;
	list-style-type: none;
}
#lang ul li.last { border: 0; margin-right: 2px; padding: 0;}
#lang ul li.countryRegion { font-weight: bold; }
#lang li a { color: #333; }
#lang ul li a:hover { color: #c00; }

/* Added by Eric on 2009-12-07 */
.selfclr:after { 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
ul.section {
	clear: right;
	margin: 0;
	padding: 0;
}
ul.section li {
	font-size: 100%;
	list-style: none;
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	vertical-align: top;
	border-top: 1px #ccc solid;
}
ul.section li h3 {
	float: right;
	width: auto;
	min-width: 300px;
	max-width: 800px;
	padding: 0; 
	margin: 0;
}
ul.section li h3 a {
	color: #c00;
}

div.contentText ul li {
	list-style: disc outside;
	margin: 0 0 7px 10px;
}
ul.section li div.content { float: right; margin-right: 20px; width: auto; min-width: 300px; max-width: 800px; }
ul.section li p { }
ul.section li p.image {
	float: left;
	margin: 0;
	width: 150px;
/*	border: 1px solid #ccc; */
}
ul.section li .content p.more { text-align: right; }
ul.section li .content p.more a {
	background: url(../images/red-raquo-bullet.png) no-repeat left 5px;
	padding-left: 8px;
}


/* added by AP on 20091214 */
.promo {
	float: left;
	display: inline;
	width: 30%;
	min-width: 240px;
	max-width: 400px;
	height: 265px;
/*	background: url('../images/promo.png') no-repeat;
	padding: 0 0 0 20px; */
	margin: 0 5px;
	padding: 0 5px;
	border: 1px solid #ccc;
/*	border-radius: 5px;*/
	background: -moz-linear-gradient(top, #e8e8e8, #ffffff);
	background: -ms-linear-gradient(top, #e8e8e8, #ffffff);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e8e8e8),to(#ffffff));
	background: -webkit-linear-gradient(top, #e8e8e8,#ffffff);
	background: -o-linear-gradient(top, #e8e8e8,#ffffff);
	filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#e8e8e8,endColorStr=#ffffff);
}
.promo h2 {
	font: 20px Helvetica, sans-serif;
	color: #fff;
	position: relative;
	top: 9px;
	margin: 0 0 20px -12px;
	padding: 5px 16px;
/*	border-radius: 3px 0 0 3px;*/
	background: -moz-linear-gradient(left, #990000, #b15b5b);
	background: -ms-linear-gradient(left, #990000, #b15b5b);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#990000),to(#b15b5b));
	background: -webkit-linear-gradient(left, #990000, #b15b5b);
	background: -o-linear-gradient(left, #990000,#b15b5b);
	filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#990000,endColorStr=#b15b5b);
}
.promo h2 img {
	position: absolute;
	padding: 0;
	top: -10px;
	right: 6px;
}
.promo img {
/*
	position: absolute;
	padding: 0;
	top: 0px;
	right: 6px;
*/
	float: right;
}
.promo p {
	font: 14px arial, sans-serif;
	color: #565656;
/*	padding: 0 156px 0 0;*/
	margin: 0 0 15px 0;
	position: relative;
}
.promo div.more {
	text-align: left;
	width: 280px;
}
.promo div.more a {
	background: url(../images/red-raquo-bullet.png) no-repeat left 5px;
	padding-left: 8px;
}


#newsSection {
	float: left;
	width: 30%;
	min-width: 240px;
	max-width: 400px;
	height: 265px;
	margin: 0 5px;
	padding: 0 5px;
	border: 1px solid #ccc;
	background: -moz-linear-gradient(top, #e8e8e8, #ffffff);
	background: -ms-linear-gradient(top, #e8e8e8, #ffffff);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e8e8e8),to(#ffffff)); 
	background: -webkit-linear-gradient(top, #e8e8e8,#ffffff); 
	background: -o-linear-gradient(top, #e8e8e8,#ffffff);  
	filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#e8e8e8,endColorStr=#ffffff);
	overflow: hidden;
}
#newsSection h2 {
	float: left;
	margin: 14px 0 10px 0;
	padding: 0;
	font: 20px Helvetica, sans-serif;
/*	color: #f90;*/
	color: #333;
	width: auto;
	min-width: 180px;
	max-width: 220px;
}
#newsSection p.more {
	text-align: right;
	padding-right: 14px;
}
#newsSection p.more a {
	background: url(../images/red-raquo-bullet.png) no-repeat left 5px;
	padding-left: 8px;
}
.rssfeed {
	width: 45px;
	float: right;
	position: relative;
	top: 17px;
	left: -16px;
	padding: 0;
	margin: 0;
}
.rssfeed a {
	background: url(../images/icon_rss.gif) no-repeat right 0px;
	padding-right: 20px;
}
#newsContent {
	clear: both;
	width: auto;
	min-width: 240px;
	max-width: 400px;
/*	height: 176px !important;*/
}
#newsContent ul {
	position: relative;
	clear: both;
	padding: 0;
	margin: 0;
}
#newsContent li {
	list-style: none;
	line-height:12px;
	margin: 0 0 0px 0;
	padding: 8px 5px 8px 5px;
	border-top: solid 1px #d4d3d4;
}
#newsContent li li {
	border: 0;
	padding: 0;
	margin: 0;
}
#newsContent li li.newsDate {
	display: none;
}
#newsContent a:link, #newsContent a:visited {
	font: 13px Arial, sans-serif;
	color: #333333;
	text-decoration: none;
}
#newsGreyContent a:active, #newsContent a:hover {
	color: #c00;
	text-decoration: underline;
}

ul#resource {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#resource li a.icon_pdf {
	background: url(../images/icon_pdf.gif) no-repeat right 0px;
	padding-right: 20px;
}
ul#resource li a.icon_doc {
	background: url(../images/icon_doc.gif) no-repeat right 0px;
	padding-right: 20px;
}
ul#resource li a.icon_swf {
	background: url(../images/icon_flash.gif) no-repeat right 0px;
	padding-right: 20px;
}
ul#resource li a.icon_zip {
	background: url(../images/icon_zip.gif) no-repeat right 0px;
	padding-right: 20px;
}
ul#resource li span.download {
	float: right;
	background: url(../images/icon_save.gif) no-repeat 0px 0px;
	width: 20px;
}
em {
	color: #ff0000;
}
#previewContent {
	padding: 0 6px;
}
#previewContent table {
	background: #fff;
}
#previewContent th {
	background: #636368;
	color: #fff;
	text-align: center;
}
#previewContent th.first {
	text-align: left;
}
#previewContent td { 
	background: #ccc;
	color: #000;
	text-align: center;
}
#previewContent td.first {
	text-align: left;
	font-weight: bold;
}
ul.model-select {
	left: 0px;
	right: 0px;
	width: auto;
	margin: 0;
	padding: 10px 0 0 0;
}
ul.model-select li { 
	width:120px;
	height:72px;
	list-style: none;
	float:left;
	text-align:left;
	margin: 0 10px 10px 0;
	vertical-align: bottom;
	border: 1px solid #ccc;
}

/* # page */
#pageNav {
	width: auto;
	min-width: 300px;
	max-width: 800px;
	margin: 0 auto;
	line-height: 21px;
}
#pageNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#pageNav li {
	float:left;
	border: 1px solid #cccccc;
	width: 20px;
	height: 20px;
	color: #cccccc;
	text-align: center;
	white-space:nowrap;
	margin: 5px;
	display: block;
	background-color: #ffffff;	
}
#pageNav li a {
	color: #c00;
	text-decoration: none;
	display: block;
	height: 20px;
}
#pageNav li a:hover {
	background-color: #e9e9e9;
}
#pageNav .none {
	border: none;
	background-color: #ffffff;	
}

/* # thumbnail */
#thumbnail {
	min-height: 180px;
}
#thumbnail ul {
	margin: 0;
	padding: 0;
	left: 0px;
	right: 0px;
	width: auto;
}
#thumbnail ul li {
	list-style-type: none;
	float:left;
	width:120px;
	height:120px;
	vertical-align: bottom;
	text-align:left;
	margin: 5px;
	border: 1px solid #ccc;
}
#thumbnail a.prev, #thumbnail a.next {
	display: block;
	float: left;
	height: 120px;
	width: 23px;
	text-decoration: none;
	background-image: url("../image/NavLeft.gif") left 50px no-repeat;
}
#thumbnail a.next {
	background-image: url("../image/NavRight.gif") left 50px no-repeat;
}

@media screen and (max-width: 800px) {
  #sideContent {
    width: 20%;
  }
  #mainContent {
    width: 65%;
  }
  .promo {
    width: 45%;
    max-width: 380px;
    min-width: 250px;
  }
  #newsSection {
    margin-top: 4px;
    width: 94%;
    max-width: 780px;
    min-width: 280px;
  }
  #newsContent {
    width: auto;
    max-width: 780px;
    min-width: 280px;
  }
}
@media screen and (max-width: 600px) {
  #homebanner {
    display: none;
  }
  #sideContent {
    width: 90%;
    max-width: 580px;
    min-width: 250px;
  }
  #mainContent {
    width: 90%;
    max-width: 580px;
    min-width: 250px;
  }
  .promo {
    width: 94%;
    max-width: 580px;
    min-width: 250px;
  }
}
