body {
	background:#eee url(images/bg.png) repeat-x 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}
input, select, a, a img {
	outline:none;
}
img {
	border:0;
}
.bg-white { background:#FFFFFF !important;}
.f10 {
	font-size:10px !important;
}
.f11 {
	font-size:11px !important;
}
.f12 {
	font-size:12px !important;
}
.f13 {
	font-size:13px !important;
}
.m-zero {
	margin:0px !important;
}
.no-border-right {
	border-right:none !important;
}
.no-border-left {
	border-left:none !important;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
a {
	color:#006a8f;
	text-decoration:underline;
	outline:none;
}
.verdana {
	font-family:Verdana;
}
input {
	outline:none;
}
.p-topleft20 {
	padding:7px 0 0 20px;
}
* html .p-topleft20 {
	padding:0 0 0 20px;
}
a:hover {
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
h1 {
	font-size:22px;
	font-weight:normal;
	line-height:normal;
	width:100%;
}
h2 {
	margin:0 0 10px 10px;
	font-size:18px;
	font-weight:normal;
}
div.left .newpage-bg form {
	padding:20px;
}
.entry p {
	line-height:18px;
}
p {
	margin:0 0 5px 0;
	padding:0;
}
.img-border-left {
	padding:2px;
	border:1px solid #D8D8D8;
	float:left;
	margin:0 15px 15px 0;
}
.img-border-right {
	padding:2px;
	border:1px solid #D8D8D8;
	float:right;
	margin:0 0 15px 10px;
}
.input {
	width:180px;
	margin:0;
	padding:0;
	height:20px;
}
.newpage-bg-cont p {
	margin:0 0 20px 0;
}
button.button {
	background:none repeat scroll 0 0 transparent;
	border:medium none;
	cursor:pointer;
	overflow:visible;
	padding:0;
	width:auto;
	float:right;
}
button.button span {
	background:url(images/b_m.png) repeat-x top;
	display:block;
}
button.button span span {
	background:url(images/b_r.png) no-repeat right top;
	display:block;
	margin:0;
	padding:0 0px;
}
button.button span span span {
	background:url(images/b_l.png) no-repeat left top;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	margin:0;
	padding:0px 10px 5px 10px;
	text-align:center;
	white-space:nowrap;
	line-height:20px;
}

.wrapper {
	margin:0 auto;
	width:940px;
	padding:0 10px;
	background:#FFFFFF url(images/bg.png) repeat-x scroll 0 0;	
	
}
form {
	margin:0;
	padding:0;
}
/*header start=====================================================================================*/
.header {
	width:920px;
	margin:0 auto;
	overflow:hidden;
}
.header .logo {
	float:left;
	padding:7px 0;
	width:350px;
}
.header .header_right {
	width:270px;
	float:right;
	padding:30px 0 0 0;
}
.header .header_right .links {
	float:left;
	margin:0 8px 0 0;
}
.header .header_right .links img {
	margin:0 8px;
}
.header .header_right .search {
	float:right;
	background:url(images/search-bg.png) no-repeat;
	height:37px;
	width:222px;
	margin:0 0 0 0;
}
.header .header_right .search .search {
	border:medium none;
	float:left;
	height:27px;
	margin:5px;
	padding:0 0 0 5px;
	width:170px;
	background:none;
	font-size:14px;
	line-height:30px;
}
.header .header_right .search .search_button {
	background:none;
	border:medium none;
	cursor:pointer;
	float:left;
	height:35px;
	width:35px;
}
/*header end=====================================================================================*/


/*menu start=====================================================================================*/

.menu {
	height:41px;
	width:920px;
	margin:0 auto;
}
ul.main_menu {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.main_menu li {
	float:left;
	font-size:12px;
}
ul.main_menu li a, ul.main_menu li a:hover, ul.main_menu li a.home:hover, ul.main_menu li.selected a.home, ul.main_menu li a.about:hover, ul.main_menu li.selected a.about, ul.main_menu li a.product:hover, ul.main_menu li.selected a.product, ul.main_menu li a.services:hover, ul.main_menu li.selected a.services, ul.main_menu li a.bulkchemicals:hover, ul.main_menu li.selected a.bulkchemicals, ul.main_menu li a.catalogue:hover, ul.main_menu li.selected a.catalogue, ul.main_menu li a.terms:hover, ul.main_menu li.selected a.terms, ul.main_menu li a.myaccount:hover, ul.main_menu li.selected a.myaccount, ul.main_menu li a.contact:hover, ul.main_menu li.selected a.contact {
	display:block;
	background-image:url(images/menu.png);
	background-repeat:no-repeat;
	height:41px;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
	line-height:40px;
	text-align:center;
}
ul.main_menu li a.home {
	width:123px;
	background-position:0px 0;
}
ul.main_menu li a.home:hover {
	background-position:-0px -41px;
}
ul.main_menu li.selected a.home {
	background-position:-0px -41px;
}
ul.main_menu li a.about {
	width:140px;
	background-position:-123px 0;
}
ul.main_menu li a.about:hover {
	background-position:-123px -41px;
}
ul.main_menu li.selected a.about {
	background-position:-123px -41px;
}
ul.main_menu li a.product {
	width:205px;
	background-position:-263px 0;
}
ul.main_menu li a.product:hover {
	background-position:-263px -41px;
}
ul.main_menu li.selected a.product {
	background-position:-263px -41px;
}
ul.main_menu li a.services {
	width:128px;
	background-position:-468px 0;
}
ul.main_menu li a.services:hover {
	background-position:-468px -41px;
}
ul.main_menu li.selected a.services {
	background-position:-468px -41px;
}
ul.main_menu li a.bulkchemicals {
	width:172px;
	background-position:-596px 0;
}
ul.main_menu li a.bulkchemicals:hover {
	background-position:-596px -41px;
}
ul.main_menu li.selected a.bulkchemicals {
	background-position:-596px -41px;
}
/*ul.main_menu li a.catalogue{width:104px; background-position:-516px 0;}
ul.main_menu li a.catalogue:hover, ul.main_menu li a.catalogue.selected{background-position:-516px -41px;}*/

/*ul.main_menu li a.terms{width:87px; background-position:-603px 0;}
ul.main_menu li a.terms:hover, ul.main_menu li a.terms.selected{background-position:-603px -41px;}

ul.main_menu li a.myaccount{width:119px; background-position:-690px 0;}
ul.main_menu li a.myaccount:hover, ul.main_menu li a.myaccount.selected{background-position:-690px -41px;}*/

ul.main_menu li a.contact {
	width:152px;
	background-position:-768px 0;
}
ul.main_menu li a.contact:hover {
	background-position:-768px -41px;
}
ul.main_menu li.selected a.contact {
	background-position:-768px -41px;
}
/*menu end=====================================================================================*/




/*banner start=====================================================================================*/
.banner {
	background:url("images/banner_bg.png") repeat-x scroll center -165px transparent;
	margin:7px auto 0 auto;
	width:920px;
	overflow:hidden;
 
}
.banner .banner-image {
	width:920px;
	margin:0 auto;
	height:280px;
 	overflow:hidden;
}
.banner .banner-image .gallery {
	padding:72px 0 0 447px;
	overflow:hidden;
}
.banner .banner-content {
	width:920px;
	margin:0 auto;
	color:#FFFFFF;
	overflow:hidden;
}
.banner .banner-content ul {
	border-left:1px solid #02a5ce;
	margin:0;
	overflow:hidden;
	padding:0;
}
 
.banner .banner-content ul li {
	border-bottom:1px solid #02a5ce;
	border-right:1px solid #02a5ce;
	float:left;
	list-style:none outside none;
	height:220px;
	padding:0 12px;
	width:204px;
	position:relative;
	overflow:hidden;
}
*html .banner .banner-content ul  { width:919px;}
 
.banner .banner-content ul li.bg-blue {
	background:#006B90;
}

.banner .banner-content ul li h1 {
	margin-bottom:10px;
	margin-top:10px;
	height:14px;
	position:relative;
}
.banner .banner-content ul li h1 a {
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	position:absolute; 
	top:10px;
	
}
.banner .banner-content ul li h1 a:hover {
	text-decoration:none;
	color:#FFFFFF;
}

.banner .banner-content ul li p {
	margin:0;
	padding:0;
	line-height:18px;
	font-family:verdana;
	font-size:11px;
	color:#000000;
}
.banner .banner-content ul li .readmore {
	background:url(images/readmore.png) no-repeat center left;
	padding:0 0 0 10px;
	margin:10px 0 0 0;
}
.banner .banner-content ul li .previous-next {
	padding:8px 0 0 10px;
	margin:10px 0 0 0;
	text-align:center;
}
.banner .banner-content ul li .readmore a {
	text-decoration:underline;
	font-weight:bold;
	color:#000000
}
.banner .banner-content ul li .readmore a:hover {
	text-decoration:none;
	font-weight:bold;
}
.banner .banner-content ul li.first {
	padding:0 12px 0 0;
}
.banner .banner-content ul li.last {
	background:none;
	padding:0 13px;
	width:205px !important;
}
.banner .banner-content ul li a {
	color:#000000;
	text-decoration:none;
	font-family:verdana;
	font-size:11px;
 
	line-height:15px;
}
.banner .banner-content ul li a:hover {
	color:#000000;
	text-decoration:underline;
}
.quotes {
	margin:16px 0 0 0;
	padding:0 20px;
	position:relative;
	width:273px;
	background:url(images/alberteinstein-img1.png) no-repeat top right;
	overflow:hidden;
	min-height:89px;
	font-size:12px;
	line-height:21px;
}
* html .quotes {
	margin:16px 0 0 0;
	padding:0 20px;
	position:relative;
	width:273px;
	background:url(images/alberteinstein-img.png) no-repeat top right;
	overflow:hidden;
	height:89px;
	font-size:12px;
}


ul.product-marquee { list-style:none; margin:0; padding:0;}
ul.product-marquee li{ float:left; margin:0 50px 0 0;text-align:center; border:none !important; width:250px; }
 
/*banner end=====================================================================================*/




/*content start=====================================================================================*/

.content {
	width:920px;
	margin:0 auto 0px auto;
	overflow:hidden;
}
.content .left {
	width:680px;
	margin:27px 0 20px 0;
	float:left;
	overflow:visible;
}
content .right {
	float:right;
	margin:27px 0 0 20px;
	position:relative;
	width:216px;
	z-index:1;
}
#fadeshow1 {
	width:126px;
	float:left;
	background:#FFFFFF;
	overflow:hidden;
	border:1px solid #E5E5E5;
	margin:0 20px 10px 0;
}
#fadeshow1 .gallerylayer img {
	border:1px solid #E5E5E5;
}
.cti-mark {
	background:url(images/cti-mark.gif) no-repeat;
	height:19px;
	width:32px;
	position:relative;
	left:115px;
	top:158px;
	z-index:5000;
}
.box {
	padding:0;
	border:#d5d5d5 solid 1px;
	margin:0 0 20px 0;
	width:184px;
	background:#FFFFFF;
	width:214px;
}
.box .box-content {
	padding:15px;
}
*html .box .box-content {
	padding:15px;
	float:left;
}
.box h2 {
	margin:0;
	padding:15px 0 0 15px;
	background: url(images/head_bg.png) repeat-x bottom;
	height:28px;
	font-size:14px;
	font-weight:bold;
}
.box ul.links {
	margin:0;
	padding:0;
}
.box ul.links li {
	background:url(images/bullet.png) no-repeat 0 7px;
	padding:0 10px;
	margin:0px 0 2px 0;
	color:#006a8f;
	list-style:none;
	line-height:18px;
	font-size:12px;
}
box ul.links li a {
	color:#006a8f;
	text-decoration:none;
}
box ul.links li a:hover {
	text-decoration:underline;
}
.laugh {
	padding:0;
	margin:0 0 20px 0;
	width:184px;
	background: url(images/laugh-bg.gif) repeat-x left bottom;
	width:214px;
}
.laugh .laugh-content {
	padding:0 11px 15px 15px;
	height:70px;
	overflow:auto;
	width:188px !important;
}
*html .laugh .laugh-content {
	padding:0 15px 15px 15px;
	float:left;
}
.laugh h3 {
	margin:0;
	padding:0 5px 0 0 0;
	background: url(images/laugh-icon.gif) no-repeat 3px top;
	height:48px;
	font-size:14px;
	font-weight:bold;
}
.laugh-date {
	color:#898989;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px 0 0 0;
}
.laugh-title {
	padding:13px 0 0 55px;
}
.line {
	background:url(images/line.png) repeat-x;
	height:3px;
}
.bullet {
	background:url(images/bullet.png) no-repeat 0 5px;
	padding:0 10px;
	color:#006a8f;
	font-size:12px;
}
.welcome {
	line-height:18px;
	margin:0 0 20px 0;
	padding:0;
	float:left;
}
.welcome h1 {
	padding:0 0 15px 0;
	text-align:center;
}
.chemistry-img {
	float:left;
	border:#e5e5e5 solid 1px;
	padding:20px;
	margin:0 20px 0 0;
}
.welcom-content {
	margin:20px 0 0 0;
	padding:0;
}
.welcom-content p {
	margin:0 0 20px 0;
	padding:0;
	text-align:justify;
	font-size:14px;
	line-height:23px;
}
.main-box {
	margin:0 0 0 0;
	padding:0;
	float:left;
	font-size:12px;
}
.main-box .box {
	width:328px;
	float:left;
	margin-bottom:0;
	height:165px;
}
.main-box .box .chemistry-draw {
	margin:0px 0 0 53px;
}
.ma-right20 {
	margin-right:20px;
}
.about-content {
	float:left;
	margin:10px 0 0 0;
}
.about-content-left {
	float:left;
	margin:0 0 0 0;
	overflow:hidden;
}
.why-chem-it-try {
	background:#f4f4f4;
	border:1px solid #999999;
	font-size:14px;
	font-weight:bold;
	padding:7px 10px;
}
ol.about-sub-content {
	background:none;
	border:1px solid #999999;
	border-top:none;
	padding:10px 10px 10px 35px;
	margin:0;
	font-size:12px;
}
ol.about-sub-content li {
	padding:3px 0;
	line-height:16px;
}
ul.services-menu {
	margin:0;
	padding:0;
	list-style:none;
}
ul.services-menu li {
	padding:0;
	margin:0;
	line-height:normal;
	overflow:hidden;
}
ul.services-menu li a {
	display:block;
	color:#333333;
	padding:7px 0 7px 25px;
	border-bottom:#e6e5e5 solid 1px;
	background:url(images/arrow.gif) no-repeat 10px;
	text-decoration:none;
	outline:none;
	margin:0;
}
ul.services-menu li a:hover, ul.services-menu li.current_page_item a {
	color:#000000;
	background:#EFEFEF url(images/arrow.gif) no-repeat 10px;
	text-decoration:none;
}
*html ul.services-menu li {
	padding:0;
	margin:0;
	border:none;
	height:29px !important;
}
.side-menu {
	width:180px;
	float:left;
	margin:0 20px 0 0;
	line-height:normal;
}
.side-menu .head {
	background:url(images/head-bg.png) no-repeat;
	height:37px;
	width:170px;
	color:#FFFFFF;
	font-size:14px;
	padding:0 0 0 10px;
	font-weight:bold;
	line-height:38px;
}
.side-menu .nav-menu {
	width:178px;
	border:#CCCCCC solid 1px;
	border-top:0;
}
.side-menu .nav-menu ul {
	padding:5px 0;
	margin:0;
	height:auto;
}
.side-menu .nav-menu ul li {
	background:url("images/bullet.png") no-repeat scroll 0 8px #FFFFFF;
	font-size:12px;
	list-style:none outside none;
	margin:0 10px;
	padding:4px 5px 4px 15px;
}
.side-menu .nav-menu ul li a {
	color:#888888;
	text-decoration:none;
}
.side-menu .nav-menu ul li a:hover {
	color:#888888;
	text-decoration:underline;
}
.side-menu .nav-menu ul li.border-none {
	border:none;
}
.content-text {
	float:left;
	padding:0 0 0 0;
	line-height:18px;
}
.chemistry_news {
	margin:0 0 20px 0;
}
.date {
	background:url(images/date.png) no-repeat;
	width:44px;
	margin:0 20px 20px 0;
	float:left;
	height:45px;
	float:left;
}
.date .month {
	width:44px;
	height:19px;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	line-height:20px;
}
.date .day {
	width:44px;
	height:19px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	line-height:25px;
}
.box .box-content .chemistry_news_content {
	float:left;
	width:234px;
	line-height:18px;
	margin:0 0 0px 0;
}
h3 {
	color:#006a8f;
	font-size:12px;
	font-weight:bold;
}
.readmore {
	float:right;
	background:url(images/bullet.png) no-repeat 0 7px;
	padding:0 0 0 10px;
	color:#006a8f;
	font-size:12px;
}
*:first-child+html .cit-div {
	width:920px;
	overflow:hidden;
	z-index:3;
	position:relative;
	margin:20px auto 0 auto;
}
* html .cit-div {
	width:920px;
	overflow:hidden;
	z-index:3;
	position:relative;
	margin:20px auto 0 auto;
}
.cit-div {
	margin:0 auto;
	width:920px;
	overflow:hidden;
	z-index:3;
	position:relative;
}
.cit-div .box {
	width:220px;
	height:70px;
	margin:0 13px 0 0;
	float:left;
	border:0;
	background:none;
	background:url(images/footer-box-bg.gif) no-repeat;
	padding:0 0 20px 0;
}
.cit-div .logo-div {
	width:220px;
	height:70px;
	margin:0;
	float:left;
	border:0;
	background:none;
	background:url(images/footer-box-bg.gif) no-repeat bottom;
	padding:0 0 20px 0;
}
.cit-div .logo-div img {
	float:left;
	margin:15px 0 0 16px;
}
.cit-div .logo-div .download {
	float:left;
	font-size:12px;
	line-height:18px;
	margin-left:8px;
	margin-top:21px;
	width:153px;
}
.cit-div .card {
	background:url("images/footer-box-bg.gif") no-repeat scroll center bottom transparent;
	border:0 none;
	float:left;
	height:70px;
	margin:0 13px 0 0;
	padding:0 4px 20px;
	width:212px;
}
.cit-div .card h3 {
	color:#000000;
	font-size:10px;
	font-weight:normal;
	padding:10px 0 1px 15px;
}
.cit-div .card img {
	margin:5px 0 0 15px;
	float:left;
	width:50px !important;
}
.footer {
	background:#467eb5;
	height:127px;
	color:#FFFFFF;
	text-align:center;
	font-size:11px;
	width:100%;
	margin:0;
	padding:60px 0 0 0;
	overflow:hidden;
	z-index:2;
	position:absolute;
	margin:-50px 0 0 0;
}
.footer .footer-text {
	position:relative;
	z-index:100;
	line-height:18px;
}
.footer .footer-text a {
	color:#FFFFFF;
	text-decoration:none;
	padding:0 3px;
}
.footer .footer-text a:hover {
	text-decoration:underline;
}
.genInfo {
	background-color:#3EAEFF;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px 3px;
	text-align:left;
}
/*content end=====================================================================================*/


.producttext .right {
	position:relative;
	top:-45px;
	right:-300px;
	z-index:100;
	overflow:visible;
	float:left;
}
.producttext .right .box {
	width:198px;
}
/********* right side bar company address **********/

.catl-contus {
	width:172px;
	float:left;
	text-align:left;/*border:1px solid #CCCCCC;*/
}
.catl-contus h4 {
	font-size:16px;
	font-weight:bold;
	color:#007198;
	padding:0;
	margin:0px;
}
.catl-contus a {
	color:#007198;
	text-decoration:none;
	font-size:12px;
}
.catl-contus a:hover {
	color:#007198;
	text-decoration:none;
	font-size:12px;
}
.catl-contus p {
	color:#000;
	padding:0px;
	margin:0px;
	font-size:12px;
	line-height:18px;
}
.catl-contus p .txt-bold {
	color:#000;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
/*********  end right side bar company address **********/

/*********** search box styles ************/
.search-btn {
	border:0;
	background:url(images/Search-btn.gif) no-repeat;
	width:130px;
	cursor:pointer;
	height:38px;
	margin:0;
}
.search-input {
	width:180px;
	padding:10px 0 10px 0;
}
.searchform-label {
	display:block;
	padding-bottom:10px;
	font-weight:bold
}
.searchform-input-wrapper select {
	width:180px;
}
.searchform-input-wrapper input {
	width:180px;
}
/*********** end search box styles ************/
.welcom-content {
	margin:0;
}
/******* new products new styles *********/

ul.new-product {
	width:680px;
	padding:0px;
	margin:0px;
}
*html ul.new-product {
	margin:0 0 0 -5px;
}
ul.new-product li {
	display:block;
	padding:0 0 15px 0;
	list-style:none;
	float:left;
}
ul.new-product li div.new-product {
	border:none;
	padding:0;
	margin:0 20px 0 0;
	text-align:center;
	/*width:310px;*/width:272px;
	float:left;
	display:block;/*background:url(images/newproduct-bg.gif) no-repeat;*/
}
ul.new-product li div.new-product-img {
	text-align:center;
	border:#cccccc solid 2px;
	border-bottom:none;
}
ul.new-product li div.new-product-content {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:#cccccc solid 2px;
	border-top:1px dotted #CCCCCC;
	color:#666666;
	padding:5px 10px;
	overflow:hidden;
}
* html ul.new-product li div.new-product-content {
	height:20px;
}
ul.new-product li div.new-product:hover div.new-product-content {
	border:#666666 solid 2px;
	border-top:1px dotted #CCCCCC;
}
ul.new-product li div.new-product:hover div.new-product-img {
	border:#666666 solid 2px;
	border-bottom:none;
}
ul.new-product li div.new-product-content a {
	text-decoration:none;
}
ul.new-product li div.new-product-content a:hover {
	text-decoration:underline;
}
.new-product-top {
	font-weight:bold;
	color:#FFFFFF;
	padding:0 0 7px 2px;
}
.new-product-top a {
	color:#467eb5;
	font-size:13px;
	line-height:normal;
	text-decoration:none;
	font-family:Verdana;
}
.new-product-top a:hover {
	color:#467eb5;
	text-decoration:none;
}
/******* end new products new styles *********/

/********* product catalogue styles  **************/

ul.product-catalog {
	margin:14px 0 0 17px;
	padding:0;
	width:100%;
	overflow:hidden;
}
ul.product-catalog li {
	display:block;
	float:left;
	list-style:none outside none;
	margin:0 30px 30px 0;
	font-weight:bold;
	font-size:14px;
	width:286px;
}
ul.product-catalog li div.product-catalog {
	border:medium none;
	float:left;
	text-align:center;
}
ul.product-catalog li div.product-catalog-img {
	width:286px;
	height:175px;
	overflow:hidden;
	border:2px solid #CCCCCC;
}
ul.product-catalog li div.product-catalog-img:hover {
	border:2px solid #333333;
}
ul.product-catalog li div.product-catalog-img img {
	width:286px;
	height:175px;
}
ul.product-catalog li div.product-catalog-content {
	padding:5px;
	color:#467EB5;
	text-align:left;
}
/********* end product catalogue styles  **************/


/************** new page styles *******/

.newpage-bg {
	width:680px;
	border:1px solid #b5daec;
	overflow:hidden;
}
.newpage-bg-title {
	background:url("images/hed-title.gif") repeat-x scroll 0 0 transparent;
	float:left;
	height:29px;
	padding:15px 0 0 10px;
	width:670px
}
.newpage-bg-cont {
	float:left;
	padding:20px;
	width:640px;
}
.newpage-bg-cont-none {
	padding:0px;
}
.newpage-bg-none {
	padding:0px;
	border:0 none;
}
.newpage-bg-clear {
	clear:both;
}
/******** end new page styles *******/


.searchform-input-wrapper {
	width:180px !important;
}
.searchform-input-wrapper input {
	border:0 none;
	background:url(images/small-input-img.gif) no-repeat;
	width:176px;
	height:33px;
	padding:5px;
	margin:0 0 5px 0;
}
*html .searchform-input-wrapper {
	width:170px !important;
	background:url(images/small-input-img-right.gif) no-repeat 0 right;
}
*html .searchform-input-wrapper input {
	width:170px !important;
	background:url(images/small-input-img-left.gif) no-repeat 0 left;
}
.searchform-input-wrapper select {
	border:0 none;
	background:url(images/small-input-img.gif) no-repeat;
	padding:5px 7px 5px 5px;
	width:185px;
	height:35px;
}
.slide-prev-next {
	width:100%;
	text-align:center;
	position:relative;
}
.slide-prev-next img {
	max-height:80px;
	padding:2px;
	background:white;
	margin-bottom:2px;
height: expression(this.scrollHeight > 80 ? "80px" : "auto"); /* IE */
}
.s-prev {
	background:url(images/prev.gif) no-repeat;
	width:11px;
	height:13px;
	position:absolute;
	top:-25px;
	right:13px;
}
.s-next {
	background:url(images/next.gif) no-repeat;
	width:11px;
	height:13px;
	position:absolute;
	top:-25px;
	right:-3px;
}
.s-cont {
	overflow:hidden;
	font-size:11px;
	width:178px;
}
.s-cont a {
	color:#000;
	text-decoration:none;
	padding:3px 2px;
	display:block;
}
.s-cont a:hover {
	color:#000;
	text-decoration:underline;
}
.google-map {
	border:2px solid #CCCCCC;
	padding:10px;
}
.contact-content {
	line-height:30px;
	font-family:Arial, Helvetica, sans-serif;
}
.blue {
	color:#467EB5;
}
ol.why-chm {
	margin:0;
	padding:5px 0 5px 20px;
}
ol.why-chm li {
	padding:5px 0;
}
/****** laughter catalst full view  ********/
.laughter-date {
	float:left;
	margin:0px !important;
}
.laughter-main {
	float:left;
	margin-bottom:20px;
	width:640px;
	border-bottom:2px solid #EFEFEF;
	padding:0 0 10px 0;
}
.laughter-left {
	float:left;
}
.laughter-right {
	padding-left:20px;
	overflow:hidden;
	float:right;
	width:570px;
}
.laughter-right p {
	margin:0 0 12px 0;
}
.news-pagination {
	text-align:right;
	clear:both;
}
.news-pagination a {
	text-decoration:none;
	color:#006A8F;
}
.news-pagination a:hover {
	text-decoration:underline;
	color:#006A8F;
}

.content .width-100per { width:100% !important; }
.content .width-100per .newpage-bg { width:918px !important; }
.content .width-100per .newpage-bg .newpage-bg-title {width:100% !important; }
.content .width-100per .newpage-bg .newpage-bg-cont { width:auto !important; }
.content .width-100per .newpage-bg .newpage-bg-cont ul.new-product {width:auto !important;}

/****** laughter catalst date ********/

.form-2  { margin:8px 0 -15px 0; float:left;}
.form-2 input, .form-2 select  {
	background:url("images/small-input-img.gif") no-repeat scroll 0 0 transparent;
	border:0 none;										
	padding:10px;
	width:185px;
	height:auto !important;
}
.form-2 input { width:166px !important;}
.form-2 .search-btn {
	background:url("images/Search-btn.gif") no-repeat scroll 0 0 transparent;
	border:0 none;
	cursor:pointer;
	height:33px !important;
	margin:0;
	width:104px !important;
	margin:0 !important;
	padding:0 !important;
}


*:first-child+html .form-2 {
 	margin:-10px  0 -15px 0;
}
* html .form-2 {
 margin:-10px 0 -15px 0;
}
.pt-5 { padding-top:5px !important;}
.bluk-product-list {height:166px; margin:10px 0; overflow:hidden;}



.stepcarousel{
position: relative; /*leave this value alone*/
 
overflow: scroll; /*leave this value alone*/
width: 180px; /*Width of Carousel Viewer itself*/
height: 200px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}
#mygallery { position:relative;}
.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
width: 180px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
text-align:center;
position:relative;
margin:0 20px;
height:180px;
}
.stepcarousel .panel .prod-img { margin:10px 0 0 0;  position:absolute; top:20px;}
.stepcarousel .panel .prod-img img{ text-align:center;}
.stepcarousel .panel .prod-text {margin:10px 0 0 0; position:absolute; top:103px; }

