/* ----------------------------------------------Header------------------------------------- */
.clear{ clear:both;}
body{margin:0px auto; font-family:Verdana, Geneva, sans-serif;}
#header{width:100%; height:100px; margin:auto; background:#FFF;}
#header-inner{width:1000px; height:100px; margin:auto; background:none;}
#title{width:685px; height:95px; margin:0px 0px 0px 0px; float:left; background:none; border:0px groove #78A4F2;}
#title h1{font-family:Kozuka Gothic Pro; font-size:36px; color:#FFF; margin:-9px 0px 0px 5px;}
#title a{text-decoration:none; color:#FFF;}
#social-icon{width:120px; height:25px; margin:5px 0px 0px 0px; float:right;}

/* ----------------------------------------------Header------------------------------------- */

/* ----------------------------------------------Menus------------------------------------- */

#menus{width:100%; height:47px; margin:auto; background:#b60303;}
#menus-inner{width:1000px; height:47px; margin:auto; background:none;}

/* ----------------------------------------------Menus------------------------------------- */

/* ----------------------------------------------Slide------------------------------------- */

div.wrapper{display:block; width:100%; margin:0; text-align:left;}
div.wrapper h1, div.wrapper h2, div.wrapper h3, div.wrapper h4, div.wrapper h5, div.wrapper h6{margin:0; padding:0; font-size:20px; font-weight:normal; line-height:normal; font-family:Georgia, "Times New Roman", Times, serif;}
.col1{color:#CCCCCC; background-color:#000000;}
.col2, .col2 a{color:#FFFFFF; background-color:#11A083;}
.col3{color:#777777; background-color:#FFFFFF;}
.col3 a{color:#95AD19; background-color:#FFFFFF;}
.col4{color:#FFFFFF; background-color:#000000;}
.col4 a{color:#95AD19; background-color:#000000;}
.col5, .col5 a{color:#333333; background-color:#95AD19;}

/* ----------------------------------------------Slide------------------------------------- */

/* ----------------------------------------------Wapper Class------------------------------------- */

.wapper-class{width:100%; height:auto; margin:auto; background:none;}
.wapper-class-inner{width:1000px; height:auto; margin:auto; background:none;}
.wapper-class-inner-left{width:1000px; height:auto; margin:auto;}
.wapper-class-inner-left h1{font-family:Kozuka Gothic Pro; font-size:16px; color:#1a3a73; margin:0px 0px 0px 5px; //text-transform: uppercase;}
.wapper-class-inner-left p{font-family:Verdana, Geneva, sans-serif; font-size:14px; text-align:justify; line-height:30px; color:#636363; margin:0px 5px 0px 5px}
.readmore{width:100px; height:25px; margin:auto; float:right; color:#1a3a73;}

#about-us{width:750px; height:auto; margin:auto; float:left; background:none; border:0px groove #000;}
#side-menu{width:240px; height:auto; margin:auto; float:right; background:none; border:0px groove #000;}
#img-marquee{width:240px; height:355px; margin:5px 0px 0px 0px; float:right; background:none; border:1px groove #e2dede;}

#products-img{width:254px; height:185px; margin:auto; float:left; border:0px groove #000;}
#products-text{width:745px; height:195px; margin:auto; float:right; border:0px groove #e2dede; border-radius: 10px;}

#products-imgs{width:254px; height:185px; margin:auto; float:right; border:0px groove #000;}
#products-texts{width:745px; height:175px; margin:auto; float:left; border:0px groove #e2dede; border-radius: 10px;}
#line{width:1000px; margin:155px auto; border-bottom:1px dotted #636363;}

#services{width:240px; height:125px; margin:30px 0px 0px 5px; float:left; border:1px groove #636363;}
#services p{font-family:Verdana, Geneva, sans-serif; font-size:13px; text-align:center; color:#1a3a73; margin:0px 5px 0px 5px}
#services a{text-decoration:none; color:#1a3a73;}

.wapper-class-inner-left ul li{ line-height:35px; font-size:15px;}

h1.productheading{ border-bottom:1px dashed #333; padding-bottom:10px;}

/* ----------------------------------------------Wapper Class------------------------------------- */

#footer{width:100%; height:50px; margin:40px 0px 0px 0px; background:#b60303;}
#footer-gallery{width:100%; height:50px; margin:20px 0px 0px 0px; background:#b60303;}
#footer-contactus{width:100%; height:50px; margin:0px 0px 0px 0px; background:#b60303;}
#footer-aboutus{width:100%; height:50px; margin:10px 0px 0px 0px; background:#b60303;}
#footer-products{width:100%; height:50px; margin:20px 0px 0px; background:#b60303;}
#footer-inner{width:1000px; height:50px; margin:auto; background:none;}
#footer-inner-left{width:470px; height:35px; margin:auto; background:none; float:left;}
#footer-inner-left p{font-family:Verdana, Geneva, sans-serif; font-size:13px; color:#FFF; margin:16px 0px 0px 0px;}
#footer-inner-right{width:245px; height:35px; margin:auto; background:none; float:right;}
#footer-inner-right p{font-family:Verdana, Geneva, sans-serif; font-size:13px; color:#FFF; margin:16px 0px 0px 0px;}
#footer-inner-right a{text-decoration:none; color:#FFF;}

/*---------------------------------------------------Side Menu--------------------------------------------------*/

.right-part{ width:240px; height:auto; float:left; padding: 0px 0px 0px 0px;}

#navcontainer
{
width: 100%;
margin: 0 auto;
/*padding: 1em 0;*/
font-size: 10px;
text-align: center;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 100%;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
line-height:20px;

}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.5em 0 0.5em 2em;
border:1px solid yellow;
color: #FFF;
text-decoration: none;
background: #11A083;
font-family:Verdana, Geneva, sans-serif;
font-weight:bold;
font-size: 12px;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #4e5383;
color: #fff;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #4e5383;
background: transparent;
border-color: #b60303;
}

/*---------------------------------------------------Contact Us--------------------------------------------------*/

#address{width:305px; height:auto; margin:auto; float:left; border:0px solid #636363;}
#googlemap{width:500px; height:285px; margin:10px auto; float:left; border:1px solid #636363;}
#enquiry{width:410px; height:auto; margin:0px 0px 0px 610px;}



/*---------- Product & Services -- */

#wiremesh-product,
#hesmesh-product, 
#mosquito-product, 
#wmeshcoveyor-product, 
#cwmesh-product, 
#wmfilters-product, 
#kwmesh-product, 
#perfsheet-product, 
#expandedmetal-product, 
#confencing-product,
#weldmesh-product, 
#chainlink-product, 
#barbedwire-product, 
#hexwiernetting-product, 
#viscreen-product,
#shadingnet-product{ width:1000px; height:auto; float:left; margin:10px auto; border-bottom:1px dashed #333; }

.proheadimage{ width:1000px; height:auto; float:left;}

.proheading{ width:500px; height:auto; float:left;}

.proimage{ width:500px; height:auto; float:left; text-align:center;}

.prodescription{ width:1000px; height:auto; float:left;}

.prodescription p{ font-size:14px; line-height:30px; text-align:justify;}

.proheading h1{ font-size:30px; padding:60px 0px 0px 60px;}

.txtCnt { text-align:center !important;}
.WidHead { width:450px;}
.FotSiz { font-size:16px !important; }
.FotClor {color:#1a3a73 !important;}
.FotClorred {color:#ff0000 !important;}










