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

body {
background-color: #555;
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-left: 170px;
margin-top: 15px;
}

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

#copy p.testim {
color: #162CA3;
margin-bottom: 10px;
margin-top: 10px;
}

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

#copy_small_image p.addy {
margin-left: 310px;
margin-bottom: 10px;
margin-top: 10px;
}

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

#copy p.spesh {
color: #4064F8;
font-weight: bold;
font-size: 140%;
padding: 10px 0 10px 0;
text-align: center;
	
}

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

#wrapper {
width: 800px;
text-align: left;
margin: 20px auto 0;
background-color: #FFF;
border: 5px solid #444;
}

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

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

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

#menu {
height: 28px;
background-color: #4064F8;
padding-left: 50px;
font-size: 80%;
}

#menu a {
display: block;
float: left;
padding: 5px 25px 5px 25px;
/*background-color: #009966;*/
background-image: url(images/nav_bullet.gif);
background-repeat: no-repeat;
background-position: left center;
color: #FFF;
font-weight: bold;
text-decoration: none;
/*border-right: 2px solid #B5DBC2;*/
}

#menu a:hover {
background-image: url(images/nav_bullet_h.gif);
/*background-color: #CC9900;*/
color: #F8B240;
}

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

#montage {
background-image: url(images/montage.jpg);
background-repeat: no-repeat;
border-top: 3px solid #FFF;
width: 800px;
height: 210px;
}




/*/////////////////////////////
..........SHADOW
////////////////////////////*/

#shadow {
background-image: url(images/grey_line.jpg);
background-repeat: no-repeat;
/*border: 1px solid #000;*/
width: 800px;
height: 5px;
}





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

#inner {
}

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

#inner_2 {
}


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

#copy {
float: right;
width: 740px;
padding: 0 30px 15px 30px;
background-image: url(images/paint_tin.jpg);
background-repeat: no-repeat;
background-position: bottom right;

}

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

#copy h3 {
padding: 5px 0 10px 0;
color: #4064F8;
}

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



/*///////////////////////////
.....COPY NO IMAGE
///////////////////////////*/

#copy_small_image {
float: right;
width: 770px;
padding: 0 15px 15px 15px;
background-image: url(images/paint_tin_small.jpg);
background-repeat: no-repeat;
background-position: bottom right;

}

#copy_small_image p{
font-size: 80%;
line-height: 1.5em;
}

#copy_small_image h3 {
padding: 5px 0 10px 0;
color: #4064F8;
}

#copy_small_image img {
border: none;
padding: 30px 0 10px 30px;
}






/*.........Ul on Services Page......*/

ul.services {
list-style-type: none;
padding: 10px 0 10px 40px;
font-size: 85%;
font-weight: bold;
line-height: 1em;
}

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

/*....Sloping effect classes.....*/

ul.services li.ind_1 {
margin-left: 20px;
}

ul.services li.ind_2 {
margin-left: 40px;
}

ul.services li.ind_3 {
margin-left: 60px;
}

ul.services li.ind_4 {
margin-left: 80px;
}
ul.services li.ind_5 {
margin-left: 100px;
}

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

#copy_full_width {
width: 780px;
padding: 10px;
}

#copy_full_width p{
font-size: 80%;
line-height: 1.5em;
}

#copy_full_width h3 {
padding: 5px 0 10px 0;
color: #4064F8;
}

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

#clearone {
clear: both;
height: 1px;
}


/*//////////////////////////
.....FOOTER
//////////////////////////*/
 
#footer {
clear: both;
background-image: url(images/footer.jpg);
text-align: center;
height: 79px;
}

#footer p {
padding-top: 50px;
font-size: 75%;
color: #555;
}

#footer a {
color: #F8B240;
text-decoration: none;

} 