/* CSS Document */
* {
padding: 0;
margin: 0;
}
body {
background-color: #ccc;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
}

span {
font-weight: bold;
color: #000;
}

/*......Form on Contact Page.......*/
form {
font-size: 85%;
margin-left: 40px;
margin-top: 10px;
font-weight: bold;
}

/*....colored text on Testimonial Page...*/
#copy p.testim {
color: #8B2943;
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: #38BCF5;
font-size: 150%;
padding: 10px 0 10px 0;
text-align: center;
margin-top: 20px;
}



/*///////////////////////////
......WRAPPER
///////////////////////////*/

#wrapper {
width: 800px;
text-align: left;
margin: 20px auto 0;
background-color: #FFF;
}

/*////////////////////////////
......HEADER
////////////////////////////*/

#header {
width: 800px;
height: 210px;
background-image: url(images/header_1.jpg);
background-color: #8B2943;
}

/*//////////////////////////////
.......MENU
//////////////////////////////*/

#menu {
float: left;
width: 140px;
/*border:1px solid #990000;*/
border-top: 0;
padding-top: 15px;
font-size: 85%;
}
#menu a {
display: block;
padding: 10px;
width: 130px;
color: #FFD65A;
font-weight: bold;
background-color: #8B2943;
border-bottom: 1px solid #FFD65A;;
text-decoration: none;
}
#menu a:hover {
background-color: #38BCF5;
color: #FFF;
}
/*/////////////////////////////
..........INNER
////////////////////////////*/
#inner {
background-image: url(images/body_bg.gif);
background-repeat: repeat-y;
/*border-top: 2px solid #8B2943;*/
}


/*////////////////////////////
........RIGHT PANEL
///////////////////////////*/

#right_panel {
float: right;
width: 100px;
/*height: 350px;*/
padding: 10px 10px 0 0;
/*background-color: #FF3366;*/
}
#right_panel img {
border: none;
padding-bottom: 15px;
}

/*///////////////////////////
.....COPY
///////////////////////////*/

#copy {
float: left;
width: 510px;
font-size: 80%;
line-height: 1.5em;
padding: 0 5px 0 0px;
margin-left: 20px;
/*border: 1px solid #8B2943;*/
/*background-color: #CCFF99;*/

}

#copy p {

}

#copy h4 {
padding: 20px 0 5px 0;
/*color: #8B2943;*/
}
#copy a {
color: #8B2943;
text-decoration: none;
}
ul.services {
list-style-type: none;
padding: 10px 0 10px 50px;
font-weight: bold;
font-size: 90%;
}

ul.services li {
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 0 0 0 20px;
}

/*//////////////////////
.....CLEARONE
//////////////////////*/
#clearone {
clear: both;
height: 1px;
}


/*//////////////////////////
.....FOOTER
//////////////////////////*/
 
#footer {
clear: both;
background-color: #8B2943;
background-image: url(images/footer_fade.jpg);
background-repeat: repeat-y;
text-align: center;
}

#footer p {
padding: 5px 0 5px 0;
font-size: 75%;
color: #FFF;
}

#footer a {
color: #FFD65A;
text-decoration: none;
} 