@charset "utf-8";
/* CSS Document */
body{background:url(../images/tileBg.png); font-family:arial; font-size:11px; color:#333333; margin:0;}
h1{font-size:20px;}
h2{font-size:18px;}
h3{font-size:14px;}
#container{width:761px;border:solid 1px #333;margin:0 auto;}
#header{height:210px;background:url(../images/header.jpg) no-repeat; position:relative;}
#menu {position:absolute; bottom:0px;background:url(../images/menuTopBg.gif);}

#menu ul{list-style:none; float:left; height:31px; padding:0; margin:0; width:761px;}
#menu ul li{float:left; padding:0; margin:0;}
#menu ul li a{text-indent:-2000px; display:block; height:31px;background-position:0 100%; background-repeat:no-repeat;}
/*#menu ul li a:hover{background-position:0 0;}*/
#menu ul li a.home {background-image:url(../images/homeTopMenu.gif); width:92px; }
#menu ul li a.about {background-image:url(../images/aboutTopMenu.gif); width:103px; }
#menu ul li a.service {background-image:url(../images/servicesTopMenu.gif); width:181px; }
#menu ul li a.whyuseus {background-image:url(../images/whyTopMenu.gif); width:118px; }
#menu ul li a.contact {background-image:url(../images/contactTopMenu.gif); width:122px; }
#menu ul li a.testimonials {background-image:url(../images/testimonialsTopMenu.gif); width:142px; }

#footer {position:absolute; top:0px; position:relative; height:120px; background:#000000; color:#FFFFFF;}

#footer ul{list-style:none; float:left; height:36px; padding:0; margin:0; width:761px; background:url(../images/menuFooterBg.gif);}
#footer ul li{float:left; padding:0; margin:0;}
#footer ul li a{text-indent:-2000px; display:block; height:36px;background-position:0 100%; background-repeat:no-repeat;}
/*#footer ul li a:hover{background-position:0 0;}*/
#footer ul li a.about {background-image:url(../images/aboutBottomMenu.gif); width:103px; }
#footer ul li a.service {background-image:url(../images/servicesBottomMenu.gif); width:181px; }
#footer ul li a.whyuseus {background-image:url(../images/whyBottomMenu.gif); width:118px; }
#footer ul li a.contact {background-image:url(../images/contactBottomMenu.gif); width:122px; }


#bodyContent{background:#fff url(../images/bodyStripe.gif) top no-repeat;padding-top:10px;}
#bodyContent #top{width:740px; background:#f6f6f6;margin:0 auto;}
#bodyContent #topWhite{padding:10px;width:535px;}
#bodyContent #left{width:435px; float:left; padding:5px;}
#bodyContent #right{width:285px; float:left; padding:5px;}
#bodyContent #bottom{width:740px; padding:5px;}

.services li{background:url(../images/li.gif) no-repeat left; list-style:none;padding-left:15px; font-weight:bold; line-height:18px;}
.services li a{color:#333; text-decoration:none;}
.services li a:hover{text-decoration:underline;}