/* CSS Document */
* {
padding: 0;
margin: 0;
}
body {
background-image: url(images/outer_bg_fade.jpg);
background-repeat: repeat-x;
background-color: #E4E4E4;
text-align: center;
font-family: "Times New Roman", Times, serif;
font-size: 120%;
}

span {
font-weight: bold;
color: #000;
}

/*......Form on Contact Page.......*/
form {
font-size: 80%;
margin: 20px 0 20px 150px;
}

/*....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%;
}

#copy a {
color: #21529C;
}

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

#wrapper {
width: 900px;
text-align: left;
margin: 20px auto 0;
background-color: #FFF;
}

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

#header {
width: 691px;
height: 186px;
/*background-image: url(images/header.jpg);
background-repeat: no-repeat;
background-color: #FFF;*/
}

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

#menu {
float: left;
display: inline;
background-color: #E7E7E7;
background-image: url(images/hertz_merx.jpg);
background-repeat: no-repeat;
background-position: top left;
padding-top: 165px;
width: 208px;
}

ul.menu_list {
list-style-type: none;
padding-bottom: 25px;
}
ul.menu_list a {
display: block;
/*padding: 5px;*/
width: 182px;
height: 31px;
background-image: url(images/menu_bttn.jpg);
background-repeat: no-repeat;
color: #21529C;
font-weight: bold;
background-color: #E7E7E7;
padding: 10px 0 0 20px;
text-decoration: none;
}
#menu a:hover {
color: #FFF;
background-image: url(images/menu_bttn_h.jpg);
background-repeat: no-repeat;
background-color: #E7E7E7;
}


#menu h5 {
color: #21529C;
padding: 5px 0 10px 0;
text-align: center;
}
p.op_hours {
font-size: 70%;
font-weight: bold;
padding: 0 0 15px 8px;
}

#menu img {
margin: 0 0 0 12px;
border: 1px solid #21529C;
}

#menu a.diff {
text-decoration: none;
color: #21529C;
}
#menu a:hover.diff {
text-decoration: none;
background-image: none;
color: #000;
}
/*/////////////////////////////
..........INNER
////////////////////////////*/
#inner {
background-image: url(images/body_bg.gif);
background-repeat: repeat-y;

}


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

#copy {
float: right;
width: 691px;
/*height: 505px;*/
background-image: url(images/merc_BG.jpg);
background-repeat: no-repeat;
background-position: bottom left;
background-color: #FFF;
}

/*///////////////////////////
.....TEXT
///////////////////////////*/

#text {
padding: 0 15px 15px 15px;
/*background-color: CCC;*/
}

#text p {
font-size: 80%;
line-height: 1.5em;
}
#text h4 {
padding: 20px 0 5px 0;
}

#text p.spacy {
padding: 3px 0 5px 0;
}
/*....UL on home page with images, bottom right...*/
ul.images {
margin: 0 0 5px 282px;
list-style-type: none;
font-size: 85%;
font-weight: bold;
color: #FFF;
width: 409px;
}
ul.images li {
background-image: url(images/long_bttn_img.gif);
background-repeat: no-repeat;
height: 26px;
padding: 7px 0 0 40px;
}

/*.....UL on services page.....*/

ul.services {
list-style-type: none;
font-size: 80%;
font-weight: bold;
}
ul.services li {
background-image: url(images/serv_bullet.gif);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 0 0 0 15px;
}



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


/*//////////////////////////
.....FOOTER
//////////////////////////*/
 
#footer {
clear: both;
background-color: #000;
text-align: center; 
}

#footer p {
padding: 8px 0 8px 0;
font-size: 70%;
color: #E7E7E7;
}

#footer a {
color: #FFF;
text-decoration: none;
} 
