*{
	padding: 0;
	margin: 0;
}

body{
	background: #f6f6f6 url('i/bg.jpg') repeat-x;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #686868;	
}

:focus{
	outline: 0;
}

p{
	padding: 0 10px 10px 20px;
	line-height: 1.5em;
}

a{
	color: #7788ac;
	text-decoration: underline;
}

a:hover{
	color: #333;
}

h1{
	color: #7788ac;
	padding: 0 0 10px 20px;
	font-style: italic;
	font-size: 22px;
	font-family: Arial, Tahoma, Helvetica;	
}

h2{
	color: #7788ac;
	padding: 10px 0 10px 20px;
	font-style: italic;
	font-size: 18px;
	font-family: Arial, Tahoma, Helvetica;	
}



.tn{
	width: 210px;
	height: 170px;
	float: left;
	background: url('i/img-div-bg2.jpg') no-repeat;
}

.tn div{
	padding: 25px 0 0 26px;
}

.tn div img{
	border: 1px solid #666;
}

.clear{
	clear: both;
}

li{
	list-style: none;
}


table{
	margin: 0 auto;
}

td{
	text-align: center;
	padding: 5px;
	background: #f6f6f6;
	border: 1px solid #f0f0f0;
}

fright{
  float: right;
}

fleft{
  float: left;
}


/* =================== MENU ============ */

#menu li span{
	display: none;
}

#menu li{
	display: block;
	float: left;
	height: 32px;
}

.home{
	width: 60px;
	background: url('i/menu-over.jpg') no-repeat 0 0;
}
.wrought{
	width: 200px;
	background: url('i/menu-over.jpg') no-repeat -60px 0;
}

.verandas{
	width: 290px;
	background: url('i/menu-over.jpg') no-repeat -260px 0;
}

.welding{
	width: 200px;
	background: url('i/menu-over.jpg') no-repeat -550px 0;
}

.contact{
	width: 80px;
	background: url('i/menu-over.jpg') no-repeat -750px 0;
}

#menu li a{
	display: block;
	height: 32px;
}

#container ul{
	padding: 10px 0 0 0;
}

#container li{
	padding: 0 0 10px 40px;
	line-height: 1.5em;
}

.separator{
  height: 20px;
  background: url('i/separator.jpg') no-repeat center bottom;
}


/*============ LAYOUT ============*/
#top-wrap{
	height: 260px;
	background: url('i/top.jpg') no-repeat top center;
}

#top{
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#container-wrap{
	background: url('i/content-bg.jpg') repeat-y top center;
	/*
min-height:400px;
	height:auto !important;
  	height:400px;
*/


}

#footer-wrap{
	height: 60px;
	background: url('i/footer.jpg') no-repeat top center;

}

#container{
	width: 850px;
  	margin: 0 auto;
    
}

#menu{
	position: absolute;
	top: 180px;
	left: 80px;
	z-index: 100;
	background: url('i/menu.jpg') no-repeat;
	width: 837px;
}
