* {
margin: 0;
padding: 0px;
}
html,body{ 
    display: block;
    max-height: 100%;
}

@font-face
{
font-family: Gothicb_0;
src: url('fonts/Gothicb_0.otf'),
	 url('fonts/Gothicb_0.ttf'),
	 url('fonts/Gothicb_0.woff'),
}

@font-face
{
font-family: Gothici_0;
src: url('fonts/Gothici_0.otf'),
	 url('fonts/Gothici_0.ttf'),
	 url('fonts/Gothici_0.woff'),
}

@font-face
{
font-family: Lato-Bold;
src: url('fonts/Lato-Bold.otf'),
	 url('fonts/Lato-Bold.ttf'),
	 url('fonts/Lato-Bold.woff'),
}

@font-face
{
font-family: Lato-Regular;
src: url('fonts/Lato-Regular.otf'),
	 url('fonts/Lato-Regular.ttf'),
	 url('fonts/Lato-Regular.woff'),
}

body{
	padding: 0px;
	margin: 0px;
 	/*background: url(http://ci.com.my/template/pro/compact_industries/compact_tmp/css/images/contentbg.jpg) top left repeat #FFFFFF; */
    color: #000000;
    font: 12px lato, sans-serif;
}


.clear_left{
	clear: both;
}

/**HTML5 fix - do not touch**/
article, aside, details, figcaption, figure, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/**
* Common Element Specific
*/
p{ 
  padding: 0;
  margin: 0;
}

img { border: 0;}

h1, h2, h3, h4, h5, h6 { 
	font: normal 175% arial, sans-serif;
  	color: #534741;
  	margin: 0 0 15px 0;
}

h2{ 
	font: 16px arial, sans-serif;
	padding: 0;
	margin: 0 0 20px 0;
}

h4, h5, h6{ 
	margin: 0;
  	padding: 0 0 5px 0;
  	font: bold 200% arial, sans-serif;
	text-align: left;
  	color: #00437f;
}

h5, h6{ 
	font: italic 95% arial, sans-serif;
  	padding: 0 0 15px 0;
  	color: #00437f;
}

h6{ color: #000;}

a{ 
	outline: none;
  	text-decoration: none;
  	color: #696969;
	-moz-transition: color 0.3s ease-out;
	-webkit-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
	font-weight:normal;
}

a:hover{
	color:#000;
	text-decoration: none;
	-moz-transition: color 0.3s ease-out;
	-webkit-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}

ul{ 
  padding: 0;
  margin: 0;
}

ul li{ 
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ol{ 
	padding: 0;
	margin: 0;
}

ol li{ 
	padding: 0;
	margin: 0;
}


/**
* Layout Specific
*/
#global-container {
	width: 100%;
    min-height: 100%;
    height: auto;
	margin:0 auto;
}

#content-container {
	width: 980px;
	margin:0 auto;
}

header {
	width: 100%;
	height: 110px;
}

.logo{
	width:auto;
	float:left;
	width:210px;
	margin: 0 auto;
}

.navigation {
	display:block;
	width:770px;
	height:50px;
	float:left;
	
	/*margin-top:120px;*/
}

#menu {
	display:block;
	width:850px;
	height:50px;
	float:left;
	background: url(images/navibar.png);
}

#search{
	/*display:block;
	width:260px;
	margin-left: 150px;
	height:50px;
	float:left;
	margin-top: -20px;*/
}

#request{
	/*display:block;
	width:350px;
	height:50px;*/
	float:left;
}

#column1{
	width: 200px;
	float: left;
	margin-top: 30px;
	/*margin-left: 10px;*/
	margin-right: 20px;
	padding: 10px;
	/*background: white;
	box-shadow: 1px 1px 10px black;*/
}

#column2{
	width: 200px;
	float: left;
	margin-top: 30px;
	margin-left: 8px;
	margin-right: 20px;
	padding: 10px;
	/*background: white;
	box-shadow: 1px 1px 10px black;*/
}

#column3{
	width: 200px;
	float: left;
	margin-top: 30px;
	margin-left: 8px;
	margin-right: 25px;
	padding: 10px;
	/*background: white;
	box-shadow: 1px 1px 10px black;*/
}

#column4{
	width: 200px;
	float: left;
	margin-top: 30px;
	margin-left: 8px;
	/*margin-right: 10px;*/
	padding: 10px;
	/*background: white;
	box-shadow: 1px 1px 10px black;*/
}

.banner {
	display: block;
	width: 100%;
	background: #60474b;
	z-index: 999;
}

#banner-content{
	width: 1150px;
	margin:0 auto;
	position:relative;
}

.sectors {
	display: block;
	float: left;
	position: absolute;
	margin-top: 350px;
	width: 980px;
	z-index: 1;
}

section {
	width:980px;
	/*padding:0 10px;*/
}

#main-container {
	width: 100%;
	min-height: 100%;
	margin:0 auto;
}

.main-content{
	width: 980px;
    padding-bottom: 400px;
}



.searchbox {
    float: left;
}

/*.subnav {
	height: 100px !important;
	margin-left: 0px;
	padding-top: 5px;
	margin-right: 0px;
	margin-top: 0px;
	height:5px;
}*/

.subnav{
	width: 230px;
	padding: 10px 20px 0 0 !important;
	float: left;
	/*margin-top: 20px;*/
	margin-left: 0px;
	padding-top: 5px;
	margin-right: 10px !important;
}

.subnav .top_li {
	display: inline-block !important;
	padding-right: 8px !important;
	border-right: none !important;
	margin-left: 8px;
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #9F9F9F;
	height: 20px;
	/*border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999;*/
	
		
}

.sub_menu
{
    position: absolute;
}
.subnav a {
	color: #575757 !important;
	text-decoration: none;
	font-weight: normal;
	width: 190px;
}
.subnav a:hover {
	color:#000 !important ;
}

/* Float Shadow */
.float-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  padding-right: 10px;
}
.float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.float-shadow:hover, .float-shadow:focus, .float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.float-shadow:hover:before, .float-shadow:focus:before, .float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.welcome {
	display:block;
	float:left;
	/*margin:50px 0;*/
	width:680px;
	min-height: 100px;
	padding: 15px 5px;
	margin-top: 20px;
}

.icon-column{
	float: left;
	background: white;
	width:950px;
	height: 32px;
	padding: 15px 5px;
	text-align: center;
}

.footer {
    display: block;
	background:#5d5d5d;
	width:100%;
	height:20px;
    bottom:0;
}

.footer-content  /** can display multiple partials, set width & height in your own markup **/  {
	display:inline;
	width: 400px;
	/*margin:0 0 0 250px;*/
	padding: 0 280px;
}

.bottombar {
	width:100%;
	background: #000;
	text-align:center;
	padding:5px 0;
	bottom:0;
}

.bottombar a {
	color: #ebebeb;
	font-weight:bold;
	text-transform: uppercase;
	font-size:11px;
}

.column-one {
	background: url(images/columnbox-pattern.jpg) repeat;
	border:1px solid lightgrey;
	padding:10px;
	margin:15px 0 ;
}

.widget.product-search h3 {
	display:none;
}

.side_row li { list-style:none; }

#search_keyword {
width: 165px;
float: left;
height: 18px;
margin: 9px 0 0 0;
}

.magnifier.icon { display:none; }

.widget.product-search {
margin: 10px 0 0 0;
}

.widget.shoppingcart {
	background: url(images/cart-bg.jpg) no-repeat;
	width: 197px;
	height:52px;
	padding: 10px;
	margin: 10px 0;
}

.item_in_cart, .cart_button, .total_in_cart {
text-align: right;
}

.widget.widget_style_21 h3 span {
	color: #898989;
	font-weight: normal;
	text-transform: uppercase;
}

.widget h3 { border:0 !important; }

.widget.widget_style_21 h3 { margin:3px 0; }

.widget.widget_style_21 li {
	padding:6px 0;
	border-bottom:1px solid lightgrey;
}

.category_blog_view .article_title h4 {
	border:0;
	padding:6px 0;
	border-bottom:1px solid lightgrey;
	color: #9b969b;
	font-weight:bold;
	font-size: 18px;
}

.pagination a {
	padding:2px 4px;
	border: 1px solid lightgrey;
	margin:4px 0 0 4px;
	float:left;
	background: #d1c6d2;
	color: #fff;
}

.pagination strong {
	padding:2px 4px;
	border: 1px solid lightgrey;
	margin:4px 0 0 4px;
	float:left;
	background: #d1c6d2;
	color: #fff;
}

.promo_price {
	text-align: center;
	font-weight: bold;
	color: #EDBD75;
	font-size: 16px;
}

.line_through {
text-decoration: line-through;
}

.widget.widget_style_44 {
	margin: 20px 10px;
}

.category-module li {
	list-style: none;
	padding: 8px 0;
	border-bottom: 1px solid lightGrey;
}

.category-module h3 {
	font-size:14px;
	margin:0;
	font-weight:bold;
	padding:5px 0;
}

.category-module h3 a {
	color: #9e005d;
}

.search_product .button
{
display:none;
}

.searchbox input#search_keyword:focus
{
background: white;
}

.productcategories{
	background-color:white;
	height:300px;
	margin:25px 0 0 0;
	padding:25px;
}

productcategories{
	background-color:white;
	height:340px;
	margin:0 0 0 0 ;
	padding:25px;
}

.productcategories h3 span{
	background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -moz-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -ms-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -o-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: linear-gradient(to bottom, #ffffff, #e3e3e3);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Arial;
  color: #000000;
  font-size: 15px;
  padding: 10px 20px 10px 20px;
  border: solid #d1d1d1 1px;
  text-decoration: none;
  width: 165px;
}

.search_article h3 span{


  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -moz-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -ms-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -o-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: linear-gradient(to bottom, #ffffff, #e3e3e3);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Arial;
  color: #000000;
  font-size: 15px;
  padding: 10px 20px 10px 20px;
  border: solid #d1d1d1 1px;
  text-decoration: none;
  margin-left: 25px;
  width: 165px;
}
.search_article{
	background-color:white;
	height:80px;
	padding-top: 10px;
}

.search_article input:nth-of-type(1){
margin-left:25px;
width: 154px;
}

.search_article input:nth-of-type(2){
	/*-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	font-family:arial;
	font-size:8px;
	text-shadow:0px 1px 0px #154682;*/
	

	width: 35px;
	padding: 7px 3px;
	margin-bottom: 30px;
	text-decoration: none;
	color: transparent;
	height: 28px;
	background: url(http://ci.com.my/storage/upload/compact_industries/images/search.png) no-repeat;
	background-position: -4px 4px;
	cursor: pointer;
	border: none;	

	/*height: 25px;
	color: transparent;
	border: 0px;
	background-position: -10px 0px;
	cursor: pointer;
	position: absolute;
	right: 368px;
	top: 19px;*/

}

/**/

ul.menu li a{
font-size: 11px;
}

.productcategories ul.menu li a{
font-size: 11px;
}

.productcategories ul.menu li:nth-child(4) a{
font-size: 11px;
/*
background: url(http://ofaklselangor.org/template/pro/ofaselangor/ofa_selangor/css/images/search.png) no-repeat rgb(148, 140, 140);*/
background: url(http://ci.com.my/storage/upload/compact_industries/images/downarrow2.gif) no-repeat;
background-position: 155px 2px;
}

.productcategories ul.menu li:nth-child(5) a{
font-size: 11px;
/*
background: url(http://ofaklselangor.org/template/pro/ofaselangor/ofa_selangor/css/images/search.png) no-repeat rgb(148, 140, 140);*/
background: url(http://ci.com.my/storage/upload/compact_industries/images/downarrow2.gif) no-repeat;
background-position: 155px 2px;
}

.productcategories ul.menu li:nth-child(6) a{
font-size: 11px;
/*
background: url(http://ofaklselangor.org/template/pro/ofaselangor/ofa_selangor/css/images/search.png) no-repeat rgb(148, 140, 140);*/
background: url(http://ci.com.my/storage/upload/compact_industries/images/downarrow2.gif) no-repeat;
background-position: 155px 2px;
}



/*.search_article input:nth-of-type(2)
{
background: url(http://ofaklselangor.org/template/pro/ofaselangor/ofa_selangor/css/images/search.png) no-repeat rgb(148, 140, 140);
background-position: 5px 2px;
padding: 8px 3px;
color: transparent;
}*/

#search_request{
/*position: absolute;*/
/*height: 50px;
width: 850px;
top: 50px;
left: 20px;
display: block;*/

position: relative;
float: left;
height: 50px;
width: 710px;
top: 0px;
left: 130px;
display: block;
z-index: 100;
}


#top_menu{
position: relative;
height: 50px;
width: 850px;
left: 20px;
display: block;
}

.searchbox input[type="submit"] {
/*background: url(http://ci.com.my/storage/upload/compact_industries/images/search.png) no-repeat;
height: 25px;
color: transparent;
border: 0px;
background-position: -10px 0px;
cursor: pointer;
position: static;
left: 100px;
top: 70px;*/

background: url(http://ci.com.my/storage/upload/compact_industries/images/search.png) no-repeat;
height: 25px;
color: transparent;
border: 0px;
background-position: -10px 0px;
cursor: pointer;
position: relative;
left: -30px;
top: -1px;
z-index: 1000;
}

.searchbox input[type="text"] {
	width:200px; 
}

.jotform-form {
padding: 0px 0px;
}


.searchbox{
	width:280px;
}

.productcategories ul.menu li.top_li {
padding-bottom:19px;
border-bottom: solid 1px rgb(210, 210, 210);

}
.productcategories ul.menu li a{
	width:160px;
}

