@charset "utf-8";
/* CSS Document */

body {
background-color:#999999;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

h1 {
background-image:url(images/h1_bg.jpg);
border:1px solid black;
line-height:28px;
font-size:12px;
margin:0px 0px 10px 0px;
padding:0px;
color:#FFFF00;
padding-left:5px;
}

h2 {
border-bottom:1px solid #333333;
font-size:14px;
}

.wrapper {
width:815px;
margin:auto;
}

.header {

}

.trimmedwrapperbg {
width:815px;
background-image:url(images/trimmed_bg.jpg);
background-repeat:repeat-y;
padding-right:15px;
}

.trimmedwrapper {
width:800px;
background-image:url(images/content_bg.jpg);
background-repeat:repeat-x;
}

.trimmedwrappercontent {
width:780px;
padding:10px;
}

.trimmedwrappercontent img{
padding:1px;
border:1px solid #CCCCCC;
}

.left {
width: 490px;
float:left;
}

.right {
width: 280px;
float:left;
margin-left:10px;


}

.menu {
background-image:url(images/menu_bg.jpg);
height:40px;
}

.menu ul {
margin:0px;
padding:0px;
padding-top:5px;
list-style:none;
height:40px;
}

.menu ul li {
float:left;
list-style:none;
width:130px;
height:30px;
line-height:30px;
text-align:center;
border-right: 1px solid #999999;
}

.menu ul li a {
color:#000099;
font-weight:bold;
font-size:14px;
text-decoration:none;
display:block;
}

.menu ul li a:hover {
color:#000000;
}

.menu #noborder {
border:0px;
}

.footermenu {
border-top:1px solid #999999;
border-bottom:1px solid #999999;
clear:both;
text-align:center;
padding: 10px 0px;
}

.footer {
background-image:url(images/footer_bg.jpg);
height:47px;
width:815px;
clear:both;
text-align:center;
}

.clients table th {
background-color:#CCCCCC;
padding:2px;
}

.clients table td {
padding:1px;
}