/* CSS Document */
* {
padding: 0;
margin: 0;
}
body {
background-color: #999;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
}

span {
font-weight: bold;
color: #00FF00;
}

/*......Form on Contact Page.......*/
form {
font-size: 80%;
margin: 10px 0 10px 140px;
color: #FFF;
}

/*....colored text on Testimonial Page...*/
#copy p.testim {
color: #013581;
margin-bottom: 10px;
margin-top: 10px;
}

/*......address on Contact Page......*/
#copy p.addy {
margin-left: 190px;
margin-bottom: 10px;
margin-top: 10px;
}

/*...colored text on Index/Services Page....*/
#copy p.spesh {
color: #FF3399;
font-size: 100%;
}



/*///////////////////////////
......WRAPPER
///////////////////////////*/

#wrapper {
width: 850px;
text-align: left;
margin: 20px auto 0;
}

/*////////////////////////////
......HEADER
////////////////////////////*/

#top_header {
width: 850px;
height: 160px;
background-image: url(images/top_header.jpg);
background-repeat: no-repeat;
background-color: #0099FF;
}

#bott_header {
width: 850px;
height: 97px;
background-image: url(images/bott_header.jpg);
background-repeat: no-repeat;
background-color: #0099FF;
}

/*//////////////////////////////
.......MENU
//////////////////////////////*/

#menu {
float: left;
width: 159px;
/*border:1px solid #990000;*/
font-size: 100%;
font-weight: bold;
display: inline;
margin-left: 3px;
}

#menu ul {
list-style-type: none;
}

#menu li a {
background-image: url(images/nav_bttn.jpg);
background-repeat: no-repeat;
display: block;
padding: 8px 0 0 15px;
color: #FFF;
text-decoration: none;
width: 158px;
height: 30px;

}
#menu li a:hover {
background-image: url(images/nav_bttn_h.jpg);
background-repeat: no-repeat;
color: #333333;
/*color: #000;*/
}


/*/////////////////////////////
..........INNER
////////////////////////////*/
#inner {
background-image: url(images/body_bg.jpg);
background-repeat: repeat-y;

}


/*///////////////////////////
.....COPY
///////////////////////////*/

#copy {
float: right;
width: 610px;
display: inline;
/*background-color: #CCFF99;*/
margin-right: 50px;

}

#copy p {
font-size: 80%;
line-height: 1.5em;
padding: 0 0 10px 0;
color: #FFF;
}

#copy h4 {
color: #FFF;
padding: 5px 0 5px 0;
}

#copy img.links {
border: none;
padding: 10px 0 10px 0;
}

#flash {
margin: 10px 0 10px 38px;
background-color: #000;
}

/*//////////////////////
.....CLEARONE
//////////////////////*/
#clearone {
clear: both;
height: 1%;
}


/*//////////////////////////
.....FOOTER
//////////////////////////*/
 
#footer {
clear: both;
background-image: url(images/footer.jpg);
background-repeat: no-repeat;
height: 99px;
background-color: #6699FF;
text-align: center; 
}

#footer p {
padding: 68px 0 0 0;
font-size: 75%;
color: #000;
}

#footer a {
color: #0099FF;
text-decoration: none;

} 
