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

body {
background-color: #ddd;
text-align: center;
/*font-family: Arial, Helvetica, sans-serif;*/
font-family: Trebuche MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
}

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

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

form {
font-size: 80%;
margin-left: 40px;
margin-top: 8px;
color: #FFF;
}

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

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

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

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


#copy p.contact {
margin: 20px 0 0 90px;
}
/*...Colored Larger Text....*/

#copy p.spesh {
	
}

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

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

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

#header {
width: 850px;
height: 122px;
background-image: url(images/header.gif);
background-repeat: no-repeat;
background-color: #FFF;
}

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

#menu {
height: 28px;
background-color: #FE0000;
padding-left: 220px;
border-bottom: 1px solid #FFF;
}

#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;
}

#menu a:hover {
background-image: url(images/nav_bullet_h.gif);
background-repeat: no-repeat;
background-position: left center;
color: #341FA0;
/*background-color: #CC9900;*/
}

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

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

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

#inner_2 {
}


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

#right_panel {
float: right;
width: 460px;
height: 475px;
background-image: url(images/home_pic.jpg);
background-repeat: no-repeat;
background-color: #E5E5E5;
}
#right_panel1 {
float: right;
width: 460px;
height: 475px;
background-image: url(images/verto-_narrow.jpg);
background-repeat: no-repeat;
background-color: #E5E5E5;
}
#product_pic {
float: right;
width: 460px;
height: 450px;
background-image: url(images/right_image.jpg);
background-repeat: no-repeat;
background-color: #E5E5E5;
}



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

#copy {
float: left;
width: 375px;
height: 450px;
background-color: #341FA0;
padding: 0 5px 0 8px;

}

#copy p{
color: #FFF;
font-size: 80%;
/*font-weight: bold;*/
line-height: 1.2em;
}

#copy h3 {
color: #FFF;
padding: 15px 0 15px 0;
}

#copy img {
padding: 35px 0 0 20px;
}

ul {
list-style-type: none;
padding: 10px 0 10px 5px;
font-size: 75%;
font-weight: bold;
color: #FFF;
}
li {
background-image: url(images/list_bullet.gif);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 1px 0 1px 15px;
}

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

#copy_full_width {
}



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

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


/*//////////////////////////
.....FOOTER
//////////////////////////*/
 
#footer {
width: 850px;
height: 74px;
background-image: url(images/footer.gif);
background-repeat: no-repeat;
clear: both;
background-color: #FFF;
text-align: center; 
}

p.footer {
font-size: 80%;
padding: 3px 0 3px 0;
}
p.footer a {
color: #FF0000;
text-decoration: none;
}
