/* CSS Document */
* {
padding: 0;
margin: 0;
}

body {
/*background-color: #3D8AB0;*/
background-color: #efefef;
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: 80%;
margin: 10px 0 10px 100px;
}

/*....colored text on Testimonial Page...*/

#copy p.testim {
color: #3EC175;
margin: 10px 0 10px 0;
}

/*......address on Contact Page......*/

#copy p.addy {
margin: 10px 0 10px 250px;
}

/*...Colored Larger Text....*/

#copy p.spesh {
font-size: 130%;
text-align: center;
padding: 10px 0 10px 0;
color: #3EC175;
clear: both;
	
}

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

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

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

#header {
width: 850px;
height: 90px;
background-image: url(images/header.jpg);
background-repeat: no-repeat;
background-color: #FE0000;
border-bottom: 1px solid #FFF;
}

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

#menu {
height: 28px;
background-color: #FE0000;
background-image: url(images/nav_bg.jpg);
background-repeat: repeat-x;
font-size: 85%;
font-weight: bold;
padding-left: 60px;
border-bottom: 8px solid #FFF;
}

#menu a {
display: block;
float: left;
padding: 6px 25px 5px 25px;
color: #FFF;
text-decoration: none;
}

#menu a:hover {
/*background-color: #CC9900;*/
color: #000;
}

/*/////////////////////////////
..........MONTAGE
////////////////////////////*/

#montage {
height: 200px;
background-image: url(images/montage.jpg);
background-repeat: no-repeat;
background-color: #FFF;
border-bottom: 1px solid #FFF;
}




/*/////////////////////////////
..........INNER
////////////////////////////*/

#inner {
background-image: url(images/body_bg.gif);
background-repeat: repeat-y;
}

/*...Inner Variation...*/

#inner_2 {
}

/*////////////////////////////
........RIGHT PANEL
///////////////////////////*/

#right_panel {
float: right;
width: 138px;
height: 320px;
padding-top: 10px;
}

#right_panel img {
border: none;
padding-bottom: 30px;
}

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

#copy {
float: left;
width: 640px;
/*background-color: #CCFF99;*/
padding-left: 25px;

}

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

#copy h4 {
padding: 5px 0 10px 0;
}

#copy img {
float: right;
}

ul.services {
list-style-type: none;
margin: 5px 0 5px 50px;
font-size: 85%;
font-weight: bold;
}

ul.services li {
background-image: url(images/list_bllt.gif);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 0 0 0 20px;
}




/*....For Gallery/Services Pages...*/

#copy_full_width {
}



/*//////////////////////
.....CLEARONE
//////////////////////*/

#clearone {
clear: both;
height: 5px;
background-color: #FFF;
}


/*//////////////////////////
.....FOOTER
//////////////////////////*/
 
#footer {
clear: both;
background-color: #3DC175;
background-image: url(images/footer_bg.jpg);
background-repeat: repeat-x;
height: 37px;
text-align: center; 
}

#footer p {
padding: 12px 0 5px 0;
font-size: 75%;
color: #fff;
}

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