/* CSS Document */
body{
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 10px;
	padding: 0px;
	background-color: #2297c3;
	font-family: Arial, Helvetica, sans-serif, Andalus;
}
ul,li,h1,h2,h3,h4,h5,h6,img,p {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-image: none;
	list-style-type: none;
}
li ul li{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-image: none;
	list-style-type: none;
}

.clr {
	clear: both;
	height: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#warp {
	background-image: url(images/top-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	width: 983px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	background-image: url(images/top-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: 100px;
	text-align: center;
	vertical-align: middle;
}
#top img{
	padding-top: 30px;
}
#menu {
	clear: both;
	width: 968px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/menu.jpg);
	background-repeat: repeat;
	background-position: left top;
	height: 28px;
}
#menu ul li{
	display: inline;
}
#menu ul li a{
	line-height: 28px;
	height: 28px;
	padding-right: 45px;
	padding-left: 45px;
	float: left;
	background-image: url(images/menubg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif, Andalus;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
#menu ul li a:hover{
	background-image: url(images/menuon.jpg);
}
#photo {
	clear: both;
	width: 100%;
	background-image: url(images/photo.jpg);
	background-repeat: no-repeat;
	background-position: 10px top;
	height: 300px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif, Andalus;
	font-size: 17px;
	line-height: 140%;
	color: #FFFFFF;
	text-decoration: none;
}

.photo2{
	display: none;
}

.photo {
	
	width: 570px;
	padding-right: 20px;
	padding-left: 0px;
	
	height: 300px;
	float: right;
	
}
.photo a{
	color: #FFFF00;
	text-decoration: none;
}
.photo a:hover{
	color: #000000;
	text-decoration: underline;
}
.photo .title{
	font-family: Arial, Helvetica, sans-serif, Andalus;
	font-size: 31px;
	line-height: 60px;
}



#main {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#main #categories {
	float: left;
	width: 194px;
}
#main #categories .categories{
	line-height: 32px;
	color: #FFFFFF;
	background-image: url(images/category-top.jpg);
	height: 32px;
	font-size: 16px;
	font-weight: bold;
	display: block;
	text-indent: 10px;
}
#main #categories li{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}
#main #categories li a{
	font-family: Arial, Helvetica, sans-serif, Andalus;
	font-size: 14px;
	color: #231f20;
	text-decoration: none;
	background-color: #f5f5f5;
	display: block;
	padding: 5px;
}
#main #categories li .a{
	color: #FF0000;
	font-weight: bolder;
}
#main #categories li ul{
	margin: 0px;
	padding: 0px;
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-image: none;
	list-style-type: none;
}
#main #categories li ul li{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	margin: 0px;
	padding: 0px;
}
#main #categories li ul li a{
	padding-left: 15px;
}
#main #categories li ul li a:hover{
	background-color: #daeaf5;
}
.feeterline {
	background-image: url(images/footerline.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 35px;
	width: 100%;
	clear: both;
	margin: 0px;
	padding: 0px;
	display: block;
	line-height: 35px;
}
#featured {
	float: right;
	width: 750px;
}
#featured #products{
	background-image: url(images/homelistbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 230px;
	margin-right: 4px;
	margin-left: 4px;
	font-family: Arial, Helvetica, sans-serif, Andalus;
	font-size: 13px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 20px;
	height: 240px;
	line-height: 120%;
}
#featured #products img{
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#featured #products .class{
	font-family: Arial, Helvetica, sans-serif, Andalus;
	font-size: 15px;
	line-height: 20px;
	font-weight: 900;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
}
#featured #products .name{
	font-family: Arial, Helvetica, sans-serif, Andalus;
	font-size: 12px;
	font-weight: 900;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	padding-top:10px;
	padding-bottom:10px;
}
#featured #products li{
	background-image: url(images/icon.png);
	background-repeat: no-repeat;
	background-position: 15px 5px;
	padding-left: 40px;
	line-height: 200%;
}
#featured #products li a{
	font-family: Arial, Helvetica, sans-serif, Andalus;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#featured .txt {
	font-family: Arial, Helvetica, sans-serif, Andalus;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 160%;
}
#welded-wire-mesh {
	display: block;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	border: 1px solid #cccccc;
	clear: both;
	background-image: url(images/weldedbg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.weldedmesh {
	height: 160px;
	width: 180px;
	padding-right: 35px;
	padding-left: 10px;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif, Andalus;
	font-size: 12px;
	color: #333333;
	text-align: center;
}
#bodys {
	float: right;
	width: 740px;
	margin-right: 5px;
}
.bolow {
	background-image: url(images/mainslowbg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
	width: 100%;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
.botop {
	background-image: url(images/mainstopbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	width: 100%;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
.bodys {
	font-family: Arial, Helvetica, sans-serif, Andalus;
	font-size: 12px;
	line-height: 140%;
	color: #333333;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	padding-right: 10px;
	padding-left: 10px;
}
h1{
	font-family: Arial, Helvetica, sans-serif, Andalus;
	font-size: 24px;
	color: #264178;
	text-decoration: none;
	line-height: 30px;
	font-weight: lighter;
}
h2 strong, h2{
	font-family: Arial, Helvetica, sans-serif, Andalus;
	font-size: 15px;
	color: #FF0000;
	text-decoration: none;
	line-height: 30px;
	font-weight: 700;
}
#bodys p{
	padding-top: 10px;
	padding-bottom: 10px;
}
#bodys a{
	color: #333333;
	text-decoration: underline;
}
#bodys a:hover{
	text-decoration: underline;
	color: #FF0000;
}
#url1 {
	font-family: Arial, Helvetica, sans-serif, Andalus;
	font-size: 12px;
	color: #666666;
	line-height: 40px;
	height: 40px;
}
#url1 a{
	font-family: Arial, Helvetica, sans-serif, Andalus;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
#url1 a:hover{
	font-family: Arial, Helvetica, sans-serif, Andalus;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}
.general {
	font-family: Arial, Helvetica, sans-serif, Andalus;
	font-size: 12px;
	line-height: 25px;
	font-weight: 900;
	color: #FFFFFF;
	background-image: url(images/general.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 40px;
	display: block;
	height: 25px;
}
#welded-wire-mesh h4{
	font-family: Arial, Helvetica, sans-serif, Andalus;
	font-size: 20px;
	font-weight: bolder;
	color: #264178;
	line-height: 50px;
	text-transform: capitalize;
	text-decoration: none;
}
.prolist{
	float: left;
	width: 180px;
	height: 180px;
	margin: 5px;
}
.prolist a{
	font-family: Arial, Helvetica, sans-serif, Andalus;
	color: #264178;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: lighter;
	padding: 5px;
	height: 30px;
	display: block;
	background-image: url(images/prolistbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
}
.prolist a:hover{
	color: #FF0000;
	
}

#categories{display:block;}



.pl-tu{ width:100%;}
.tu{ float:left; padding-left:12px; padding-right:20px;}
.tu p{
	text-align: center;
}
.photo3{ display:none;}





@media (max-width: 768px) {

#warp{ width:100%;}
#top{ width:100%; height:auto; padding-bottom:20px;}
#top img{ width:100%;}

#menu{ width:100%;}



#main{ width:95%; padding:8px;}
#main #categories{display: none;}


#bodys{ width:100%;}
.photo{ width:100%; padding-right:0px;}
.photo .title{
	line-height: 40px;
	
	
	}
.photo p{padding-right: 10px;
    padding-left: 15px;}


#featured{ width:100%;}
#featured #products{ width:100%; height:auto;
	background-image: url(images/homelistbg-2.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}
.weldedmesh{ width:100%; height:100%;}
.weldedmesh img{ width:100%; }

#main .prolist{ width:44%; height:auto; padding-right:8px;}
#main .prolist img{ width:100%; height:auto;}

.prolist a{ width:100%; }

#menu{
background-image: url(images/menu.jpg);
    background-repeat: repeat;
    background-position: right bottom;
	background-size: 100% 84px;
	height:84px;
	
	}

#featured #products .name{line-height: 30px;}

#welded-wire-mesh h4{line-height: 25px;}

.feeterline{display: none;}

#url1{ height:auto;line-height:20px; padding-bottom:10px;}

#bodys p img{ width:100%;}

.tu img{
	 width:100%;
}

.photo3{ display:block;}
.photo3 img{ width:100%;}

.photo2{ display:block;}

.photo{
	height:auto;
	background-image: none; padding-bottom:15px;
}
#photo{background-image: none; margin:0px;}






}
h3 strong, h3{
	font-weight: 700;
	color: #264178;
	padding-top: 35px;
	padding-bottom: 15px;
}
h4 strong, h4{
	font-weight: 700;
	color: #264178;
	padding-top: 25px;
	padding-bottom: 0px;
}

