
* {
margin : 0;
padding : 0;
}
body {
background-image : url(../images/pagebg.png);
background-repeat : repeat-x;
background-color : #000;
}
#left {
width : 950px;
background : #f00;
background-image : url(../images/bg1.png);
height : 147px;
}
#left1 {
width : 950px;
background : #000;
background-image : url(../images/bg2.png);
height : 225px;
}
#webdesign {
left : 0;
width : 950px;
background : #000;
}

#right {
margin-left : -150px;
width : 150px;
background : #f0f;
height : 500px;
}


hr.cleaner
{
clear: both;
visibility: hidden;
}

div#footline{
width : 100%;
background-color : green;
margin: 20px 0px 0px 0px;
}

#nav img {
border : none;
}
#nav li {
display : inline;
list-style : none;
}
#nav li a {
float : left;
display : block;
width : 101px;
height : 147px;
margin : 0;
}
#nav li a img {
border : none;
vertical-align : bottom;
}
#nav li a:hover {
visibility : visible;
}
#nav li a:hover img {
visibility : visible;
}
#nav li a:hover img {
visibility : hidden;
}
#one {
background : url(../images/1over.png) no-repeat left bottom;
}
#two {
background : url(../images/2over.png) no-repeat left bottom;
}
#three {
background : url(../images/3over.png) no-repeat left bottom;
}
.description {
position:relative;
font-family: Verdana,Tahoma, Arial, Helvetica, sans-serif;
font-size:16px;
color:#FFFFFF;
float:left;
font-weight:normal;
line-height:24px;
margin:40px 0px 0px 21px;
width: 650px;
}

#emailUs
{ float:right;
margin-top: 40px;
  display: block;
  width: 180px;
  height: 98px;
  background: url("../images/contact.png") no-repeat 0 0;

}

#emailUs:hover
{ 
  background-position: 0 -98px;
}

#emailUs span
{
  display: none;
}


.footer{
	padding: 20px 0 10px 10px ;
	font-size: 11px;
}
