@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: "Segoe UI", Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
	background-repeat:no-repeat;
	background-position:top center;

}
body {
	background-color: #FFF;
	margin: 0px;
}

a{
	color:#666;
	text-decoration:none;
	outline:none;	
}

img{
	border:none;	
}

#container{
	width:1000px;
	margin:0px auto;
}

#Header{
	width:100%;
	height:140px;	
}

#logo{
	width:181px;
	height:109px;
	float:left;	
}

#topNav{
	width:754px;
	height:31px;	
	float:left;	
	margin-left:64px;
	padding-bottom:1px;
	margin-top:18px;
}

#topNavContent{
	width:385px;
	background-color:#ffffff;
	float:right;
	font-size:12px;
	font-weight:bold;
	height:30px;
	letter-spacing:1px;
/*	border:solid 1px rgba(0,109,184,.2);*/
	border:solid 1px #CCE1F0;
	
}

#topNav #NavLeft{
	width:60px;
	height:51px;
	background:url(../image/top_nav_left.png) bottom right no-repeat;
	float:left;	
}

#topNav #NavRight{
	width:60px;
	height:51px;
	background:url(../image/top_nav_right.png) bottom left no-repeat;
	float:right;	
}

#topNavContent .highText{
	font-size:16px;
	color:#000000;
/* 	padding-right:5px; */
}

#topNavContent img{
	float:left;	
	margin:8px 0px 0px;
}

#topNavContent a{
	float:left;
	padding:5px 17px;
	display:block;
	color:#FFFF00;
}

#topNavContent a.active{
	background-color:#333333;
	color:#CCC;
}

#topNavContent a:hover{
	border-bottom: solid 2px #006db8;
	color:#000000;
}

#topNavContent a.active .highText{
	color:#000000;
}

#Banner{
	width:100%;
	height:265px;	
}

#MainMenus{
	width:930px;
	height:40px;
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
	background-color:#0085e1;
	float:left;
	padding-left:70px;
}

.MainMenusDiv{
	padding:10px 13px;
	float:left;
	cursor:pointer;
}

.MainMenusDivOver{
	background-color:#0066CC;
	height:21px;
	margin-top:-1px;
	padding-top:11px;
}

#MainMenus .MainMenusSep{
	width:1px;
	height:20px;
	background-color:#FFF;	
	float:left;
	margin:10px 0px;	
}

.SubMenuDiv{
	display:none;
	background-color:#4fbae1;
	padding:2px 0px;
/*	-moz-border-radius:7px 7px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	border-radius:5px 5px 0px 0px;
	*/
	-moz-box-shadow:-2px -2px 2px rgba(0, 0, 0, 0.3);	
	-webkit-box-shadow:-2px -2px 2px rgba(0, 0, 0, 0.3);
	box-shadow:-2px -2px 2px rgba(0, 0, 0, 0.3);
	display:none;
	float:left;
	position:absolute;
	min-width:302px;
	z-index:9999;
	height:126px;
}

.SubMenuDiv .branddesc{
	font-size:Calibri, "Segoe UI", Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color:#235364;
	float:left;
	width:150px;
	font-weight:bold;
	height:126px;
	vertical-align:middle;
	display:table;
	top:40%;
	position:relative;
	text-align:center;
}

.SubMenuDiv .SubMenuSeperator{
	width:1px;
	background-color:#3e91b0;
	float:left;
}

.SubMenuDiv .SubMenuCategories{
	float:left;
	min-width:150px;
	padding:10px 5px;
	font-size:12px;
}

.SubMenuCategories .SubCatSeperator{
	height:1px;
	background-color:#3e91b0;
	margin:8px 0px;
}

.SubMenuCategories a{
	color:#FFF;
	margin:0px 10px;
}

.SubMenuCategories a:hover{
	color:#000;
}

#HomePageContents{
	width:1000px;
	height:220px;
	margin-top:5px;
	float:left;
	background:url(../image/home_content_bg.png) left top no-repeat; 
/*
   -moz-box-shadow:inset 5px 5px 50px rgba(0, 109, 184, .3);
   -webkit-box-shadow:inset 0 0 10px #000000;
   box-shadow:inset 0 0 10px #000000;
*/	
}

.BoxContents{
	margin:0px 10px;
	padding:20px;
   -moz-box-shadow:inset 5px 5px 50px rgba(0, 109, 184, .3);
   -webkit-box-shadow:inset 5px 5px 50px rgba(0, 109, 184, .3);
   box-shadow:inset 5px 5px 50px rgba(0, 109, 184, .3);
	
}

#HomePageLeft{
	width:285px;
	margin-left:50px;
	float:left;
}

#HomePageRight{
	width:625px;
	float:left;	
	margin-left:40px;
}

#HomePageRight ul li{
	width:50%;
	float:left;
	list-style-image:url(../image/home_ls.png);
	padding:4px 0px;
}

.HomePageHeading{
	font-size:Calibri, "Segoe UI", Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color:#000;
}

.ProductHeading{
	font-size:Calibri, "Segoe UI", Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color:#000;
	height:34px;
}

.ProductHeadingDummy{
	font-size:Calibri, "Segoe UI", Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color:#000;
	height:34px;
}

.ProductSubHeading{
	font-size:Calibri, "Segoe UI", Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color:#000;
	clear:both;
	margin-bottom:15px;
}

.ProductInnerHeading{
	font-size:Calibri, "Segoe UI", Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color:#000;
}

.ProductCode{
	font-size:Calibri, "Segoe UI", Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color:#444;
}

.ProductDescription{
	margin-top:10px;
	font-size:12px;	
}

.catImage{
	float:right;
	margin-left:10px;	
	-moz-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.8);	
	-webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.8);
	box-shadow:0px 0px 5px rgba(0, 0, 0, 0.8);
}

.onethirdCat{
	width:221px;
	height:164px;
	float:left;
	margin:0px 40px 25px 0px;
	padding:10px;
	background:url(../image/category_bg.png) no-repeat left top;
/*	cursor:pointer;	*/
}

.HomePageSubHeading{
	font-size:13px;
	font-style:italic;
	border-top:solid 1px rgba(0,0,0,0.3);
	border-bottom:solid 1px rgba(0,0,0,0.3);
	padding:8px 0px;
	color:#333;
}

#footer{
	width:100%;
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
	background-color:#0085e1;
	float:left;
	color:#FFFFFF;
	padding:12px 0px 12px;
}

#footer a{
	color:#FFFFFF;
	margin:0px 4px;
}

#footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}

.copyright{
	float:right;	
	color:rgba(0,0,0,0.6);
	font-size:10px;
}

#ecofriendly{
	background:url(../image/eco_friendly.png) no-repeat right top;
	float:right;
	height:66px;
	width:233px;
	visibility:hidden;	
}

#contents{
	width:930px;
	float:left;
	margin:10px 20px 20px 50px;
}

#contents td{
	overflow:auto;
}

#contents a{
	color:#000;
}

#contents a:hover{
	text-decoration:underline;	
}

#HalfContentLeft{
	width:455px;
	float:left;
	margin-right:20px;
}

#HalfContentRight{
	width:455px;
	float:left;
}

.PageHeading{
	font-size:Calibri, "Segoe UI", Tahoma, Geneva, sans-serif;
	font-size: 28px;
	color:#000;
	border-bottom:solid 0px rgba(0,0,0,0.3);
	width:330px;
	height:40px;
	margin-bottom:10px;
	background:url(../image/heading_bg.png) left top no-repeat;
	padding-left:5px;
}

.SpacerHeading{
	font-size:Calibri, "Segoe UI", Tahoma, Geneva, sans-serif;
	font-size: 28px;
	color:#000;
	width:320px;
	height:36px;
	margin-bottom:10px;
}

.SubHeading{
	font-size:Calibri, "Segoe UI", Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color:#000;
}

.SmallHeading{
	font-size: 15px;
	color:#000;
	border-bottom:solid 1px #aaa;
	display:table;
	margin-bottom:10px;
}

.ItalicsText{
	font-size:12px;
	margin:3px 0px 10px;
}


/* BRAND - COLOR */
.aqua{
	background-color:#4fbae1;
}

.aq{
	background-color:#57902d;
}

.pe{;
	background-color:#ff8932;
}

.akrysol{
	background-color:#ebc203;
}

.plastisol{
	background-color:#90057e;
}

.plastisolpl{
	background-color:#cb0a0a;
}

/* BRAND - UL IMAGE */
.onethird{
	width:290px;
	float:left;
	margin-right:20px;
}

.onethird ul li{
	width:70%;
	padding:5px 0px;
	line-height:16px;
	color:#444;
}

.aqualistbg{
	background-color:rgba(79, 186, 225, .2);
}

.aqlistbg{
	background-color:rgba(87, 144, 45, .2);
}

.pelistbg{
	background-color:rgba(255, 137, 50, .2);
}

.akrysollistbg{
	background-color:rgba(235, 194, 3, .2);
}

.plastisollistbg{
	background-color:rgba(144, 5, 126, .2);
}

.plastisolpllistbg{
	background-color:rgba(203, 10, 10, .2);
}

.aqualist ul,.aqlist ul,.pelist ul,.akrysollist ul,.plastisollist ul,.plastisolpllist ul{
	margin-top:0px;
	margin-bottom:0px;
	padding-top:15px;
	padding-bottom:15px;
/*	min-height:170px; */
}

.aqualist ul li{
	list-style-image:url(../image/ul_aqua.png);
}

.aqlist ul li{
	list-style-image:url(../image/ul_aq.png);
}

.pelist ul li{
	list-style-image:url(../image/ul_pe.png);
}

.akrysollist ul li{
	list-style-image:url(../image/ul_akrysol.png);
}

.plastisollist ul li{
	list-style-image:url(../image/ul_plastisol.png);
}

.plastisolpllist ul li{
	list-style-image:url(../image/ul_pl.png);
}

.TexSeparator{
	clear:both;
	width:100;
	margin:20px 0px;
	height:1px;
	border-bottom:solid 1px #eee;
}

.QuoteText{
	color:#006DB8;
	font-size:18px;
	margin-left:90px;
	letter-spacing:-1px;
}

.QualityText{
	color:#006DB8;
	font-size:26px;
	line-height:28px;
	vertical-align:bottom;
}

.locate{
	background:url(../image/locate.jpg) left top no-repeat;
	height:17px;
	margin:5px 0px 15px;
	padding-left:40px;
	visibility:hidden;
}

#contactTbl td, #LoginForm td{
	padding:5px 0px 15px;	
	overflow:auto;
}

#ContactForm input[type='text'], #LoginForm input[type='text']{
	width:250px;
	border:#bbb solid 1px;
	background-color:#FFF;
	padding:1px 5px;
	height:20px;
	overflow:auto;
}

#ContactForm input[type='text']:focus, #LoginForm input[type='text']:focus, textarea:focus{
	-moz-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.4);	
	-webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.4);
	box-shadow:0px 0px 5px rgba(0, 0, 0, 0.4);
}

#ContactForm textarea{
	width:250px;
	border:#bbb solid 1px;
	background-color:#FFF;
	padding:5px;
}

.SubmitBtn{
	border:#333 solid 1px;
	background-color:#444;
	padding:5px 15px;
	cursor:pointer;
	color:#FFF;
}

.ClearBtn{
	border:#999 solid 0px;
	background-color:#fff;
	padding:5px 15px;
	cursor:pointer;
}

#BreadCrumb{
	width:985px;
	text-align:right;
	color:#000;	
}

#BreadCrumb img{
	vertical-align:middle;
	margin:0px 5px;
}

#ProductDetRight{
	width:340px;
	float:left;
	margin-right:10px;
}

#ProductDetLeft{
	width:530px;
	float:left;
	margin-right:50px;
}

#ProductDetLeft table{
	border:0px;
}

#ProductDetLeft b{
	font-size:Calibri, "Segoe UI", Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color:#000;
	font-weight:normal;
}

#ProductMainImg{
	margin:10px 50px;
}

.ProdLargeImage{
	-moz-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.8);	
	-webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.8);
	box-shadow:0px 0px 5px rgba(0, 0, 0, 0.8);
}

.ProdAddImage{
	margin:7px;
	border:solid 1px #ccc;
}

#ProductAdditonalImg{
	clear:both;
	border-bottom:solid 1px #ccc;
	border-top:solid 1px #ccc;
}

.accordions{
	background-color:#D8D8D8;	
	color:#000;
	font-size:16px;
	padding:5px 10px;
	border-bottom:solid 1px #bbb;
}

.ActiveAccordion{
	border-bottom:none;
}

#accordion a{
	display:block;
	outline:none;	
}

#accordion a:hover{
	text-decoration:none;	
}

.accordionContent{
	padding:10px;
	border:solid 1px #bbb;
	border-top:none;
}

#accordion .accordionContent a{
	display:inline;
	outline:none;
	background:url(../image/home_ls.png) left no-repeat;	
	padding:5px 0px 5px 15px;
	line-height:20px;
}

.spacerDivision{
	clear:both;
	width:100%;
	height:1px;
	margin:7px 0px;	
}

.QuoteText1{
	color:#006DB8;
	font-size:17px;
	line-height:19px;
	vertical-align:bottom;
/*	font-style:italic;*/
}

#loaderAnimation{
	display:none;
	background:url(../image/loader.gif) no-repeat left top;
	height:24px;
	width:200px;
	margin-top:10px;
}
.PageHeadingcontact {
	font-size:Calibri, "Segoe UI", Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color:#000;
	border-bottom:solid 0px rgba(0,0,0,0.3);
	width:330px;
	height:40px;
	margin-bottom:10px;
	background:url(../image/heading_bg.png) left top no-repeat;
	padding-left:5px;
	font-weight: bold;
}
