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

body {
background-color: #8ed2e7;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 90%;
line-height: 1.2em;
}

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

h4 {
color: #ccc;
padding: 10px 10px 10px 0;
width: 770px;
margin: 0 10px 10px 10px;
text-align: right;
border-bottom: 1px solid #ccc;
}

/*......Form on Contact Page.......*/

form {
font-size: 80%;
margin-left: 40px;
margin-top: 10px;
}

/*....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 Larger Text....*/

#copy p.spesh {
	
}

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

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

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

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

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

#menu {
height: 29px;
background-image: url(images/nav_bg.jpg);
background-repeat: repeat-x;
background-color: #000;
padding-left: 20px;
font-size: 80%;
}

#menu a {
display: block;
float: left;
padding: 7px 25px 6px 25px;
background-color: transparent;
color: white;
font-weight: bold;
text-decoration: none;
border-right: 2px solid #fff;
}

#menu a.current {
color: #8ed2e7;
}

#menu a:hover {
color: #f0232a; 
}

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

#inner {

}

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

#inner_2 {
}

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

#right_panel {
float: right;
width: 226px;
height: 401px;
background-image: url(images/right_panel_img.jpg);
background-repeat: no-repeat;
padding-bottom: 20px;
}

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

#copy {
float: left;
width: 564px;
padding: 0 0 15px 0;
}

#copy p{
font-size: 80%;
padding: 0 10px 5px 10px;
}

#copy h4 {
color: #ccc;
padding: 10px 0 10px 10px;
width: 540px;
margin: 0 10px 10px 10px;
border-bottom: 1px solid #ccc;
}
#copy img {
float: left;
padding: 0 25px 5px 5px;
}

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

#copy_full_width {
float: left;
width: 800px;
}

#copy_full_width p {
font-size: 80%;
padding: 5px 10px 5px 10px;
}


#copy_full_width h4 {
color: #ccc;
padding: 10px 10px 10px 0;
text-align: right;
width: 770px;
margin: 0 10px 10px 10px;
border-bottom: 1px solid #ccc;
}

#copy_full_width h5 {
margin: 0 0 0 10px;
}

/*//////////////////////////////
.....TABLE ON OUR SOLUTIONS
////////////////////////////*/

table.solutions {
widows: 100%;
/*border: 1px solid #000;*/
}

table.solutions a {
color: #f0232a;
text-decoration: none;
}
table.solutions img.mont {
padding: 0 0 0 220px;
}

ul {
margin: 5px 0 20px 20px;
list-style-type: none;
font-size: 77%;
font-weight: bold;
line-height: 1.5em;
}

li {
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 0 0 0 25px;
}


/*//////////////////////
.....TRADE LOGOS (actually modified clearone)
//////////////////////*/

#trade_logos {
clear: both;
width: 780px;
height: 54px;
border-top: 1px solid #ccc;
margin: 0 10px 0 10px;
}

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

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



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

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

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

} 