@charset "utf-8";
/* CSS Document */

* {
font-family:arial, san-serif;
font-size:12px;
}

BODY {
background:#fff;
margin:0;
padding:0;
}

H1 {
margin-top:7px;
font-family:tahoma,helvetica,arial;
font-size:20px;
color:#585858;
padding:10px 5px 5px 0;
}

H2 {
font-size:18px;
font-weight:700;
line-height:20px;
margin-bottom:5px;
color:#585858;
margin-top:20px;
}

P {
font-size:12px;
line-height:19px;
text-align:justify;
margin:10px 0 15px;
}

legal {
font-size:4px;
line-height:15px;
color:#a6a6a6;
text-align:justify;
margin:0px 0px 0px;
}

TABLE {
text-align:left;
}

#page {
position:relative;
width:800px;
padding-bottom:50px;
margin:0 auto;
}

#header {
position:relative;
width:100%;
height:120px;
margin-bottom:10px;
}

#logo {
position:absolute;
top:17px;
left:8px;
}

#logo IMG {
border:0;
background:url('img/logo.gif') no-repeat top left;
}

#headphone {
position:absolute;
top:20px;
right:10px;
height:60px;
width:196px;
background:url('img/call-us2.gif') no-repeat top left;
font-size:24px;
padding-top:29px;
color:#7296c7;
text-align:right;
}

#menu {
position:absolute;
top:100px;
left:0;
}

#menu UL {
margin:0;
padding:0;
}

#menu UL LI {
float:left;
background:url('img/menu-spacer.gif') no-repeat top left;
list-style-type:none;
font-family:arial, san-serif;
font-size:12px;
padding:0 20px;
}

#menu UL LI.first {
background-image:none;
}

#menu UL LI A {
font-size:12px;
color:#999;
text-transform:uppercase;
text-decoration:none;
}

#left {
position:relative;
float:left;
width:465px;
padding-right:30px;
}

#right {
position:relative;
float:right;
width:300px;
}