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

body{
background: #9b9ea7;
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;
font-family:"trebuchet ms";
}

*{
margin:0px;
padding:0px;
}

img{
border-style:none;	}

#container{
width:890px;
margin-left:auto;
margin-right:auto;
}

#header{
height:125px;
width:890px;
background-image:url(../images/headerbg.jpg);
}

#header img{
float:left;
padding-left:20px;
}

#header h2{
float:right;
font-weight:lighter;
font-style:italic;
font-size:26px;
position:relative;
top:55px;
right:30px;
}

#header h4{
float:right;
font-weight:lighter;
font-style:italic;
position:relative;
top:55px;
right:30px;
}

#nav{
width:840px;
height:29px;
background-image:url(../images/nav.jpg);
padding:0px 25px;
}

#nav a{
text-decoration:none;
font-style:italic;
font-size:16px;
text-align:center;
display:block;
float:left;
padding-top:6px;
}

#nav a:hover{
color: #000;
}

.home{
width:61px;
height:23px;
color: #fff;
}


.homeselected{
width:61px;
height:23px;
color: #000;
background-image:url(../images/home.jpg);
}

.freescan{
width:90px;
height:23px;
color: #fff;
}


.features{
width:84px;
height:23px;
color: #fff;
}

.featuresselected{
width:84px;
height:23px;
color: #000;
background-image:url(../images/features.jpg);
}

.awards{
width:130px;
height:23px;
color: #fff;
}

.awardsselected{
width:130px;
height:23px;
color: #000;
background-image:url(../images/awards.jpg);
}

.success{
width:128px;
height:23px;
color: #fff;
}

.successselected{
width:128px;
height:23px;
color: #000;
background-image:url(../images/success.jpg);
}

.privacy{
width:128px;
height:23px;
color: #fff;
}

.privacyselected{
width:128px;
height:23px;
color: #000;
background-image:url(../images/success.jpg);
}

.download{
width:135px;
height:23px;
background-image:url(../images/download.jpg);
margin-left:80px;
color: #000;
}

#content{
width:890px;
background-image:url(../images/contentbg.jpg);
}

#left{
width:530px;
float:left;
padding:20px 30px;
}

#left h4{
color: #036dd7;	
font-weight:lighter;
font-style:italic;
}

#left img{
float:left;
position:relative;
right:2px;
padding:10px 10px 0px 0px;
}

#left h3{
padding-top:20px;
}

#left p, #rightbox p, li{
font-size:14px;
padding-top:8px;
line-height:18px;
list-style-position:inside;
}

#leftbox{
width:507px;
background-image:url(../images/leftbox.jpg);
margin-top:20px;
padding:0px 5px 15px 20px;
}

#leftbox h3{
color:#fff;
}

#leftbox p{
color: #fff;
line-height:18px;
}


#right{
width:300px;
float:right;}

#rightbox{
width:246px;
background-image:url(../images/rightbox.jpg);
padding: 0px 25px;
position:relative;
right:15px;
margin-top:12px;
}

#privacy{
padding:20px 5px 15px 70px;
width: 700px;
}

p.policy{
font-size: 12px;
line-height: 16px;
}

h5{
font-size: 15px;
padding-top: 15px;
padding-bottom: 5px;
}

.corners{
position:relative;
right:25px;
}

table{
width:98%;
border:0px;
float:left;
}

td{
padding-right:5px;}

.bottom{
position:relative;
top:10px;}