/* CSS Document */

/*CSS FOR INNER PAGES OF SITE*/
DIV#i-menu{
width: 202px;
float:left;
}

DIV#i-menu UL{
margin:0;
padding:0;
}

DIV#i-menu LI{
margin:0;
list-style-type:none;
}

DIV#i-menu LI, DIV#i-menu A{
display: block;
width:202px;
margin:0px;
}

LI#i-home A{
height:40px;
}
LI#i-home{
height: 40px;
background-image:url(images/images/i-home.png);
}

LI#i-aboutus A{
height:40px;
}
LI#i-aboutus{
height: 34px;
background-image:url(images/images/i-aboutus.png);
}

LI#i-portfolio A{
height:37px;
}
LI#i-portfolio{
height: 37px;
background-image:url(images/images/i-portfolio.png);
}

LI#i-testimonials A{
height:36px;
}
LI#i-testimonials{
height: 36px;
background-image:url(images/images/i-testimonials.png);
}

LI#i-directions A{
height: 35px;
}
LI#i-directions{
height: 35px;
background-image:url(images/images/i-directions.png);
}

LI#i-contactus A{
height: 37px;
}
LI#i-contactus{
height: 37px;
background-image:url(images/images/i-contactus.png);
}

DIV#i-body{
width:550px;
margin-left: 205px;
}
DIV#i-innerbody{
width:540px;
}

#aboutusheader, #contactusheader, #portfolioheader, #directionsheader, #testimonialsheader, #designercloseupheader{
width:509px;
height:59px;
background-repeat:no-repeat;
margin:0px;
position: relative;
right:21px;
}

H2#aboutusheader{
background-image:url(images/images/aboutusheader.png);
}
H2#contactusheader{
background-image:url(images/images/contactusheader.png);
}
H2#directionsheader{
background-image:url(images/images/directionsheader.png);
}
H2#portfolioheader{
background-image:url(images/images/portfolioheader.png);
}
H2#testimonialsheader{
background-image:url(images/images/testimonialsheader.png);
}
H2#designercloseupheader{
background-image:url(images/images/designercloseupheader.png);
}

/*ABOUT US LINKS*/
H4#clickhere{

background-image:url(images/images/clickhere.png);
background-repeat:no-repeat;

}

H4#clickhere A{
width:509px;
height:59px;
display:block;
}
/*END INNER PAGES CSS*/

