/* CSS Document */
html, body{
padding:0;
margin:0;
}

body {
font-family:"verdana", Times, serif;
font-size:14px;
background:url(images/bigbg.jpg);
text-align:center;

}

#wrap{
width:800px;
text-align:left;
margin:0 auto;

}

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

#header h1{
font-size:1px;
text-indent:-5000em;
padding:0;
margin:0;
padding-top:5px;
}

#header h1 a{
display:block;
background:url(images/logo.png) no-repeat;
width:424px;
height:126px;
margin:5px 0 0 15px;
}

#content{
width:760px;
background:url(images/contentbg.jpg) repeat-y;
padding:10px 20px 20px  20px;
}

#left{
float:left;
width:416px;
}

#left a{
font-weight:bold;
font-size:18px;
}

#right{
float:right;
width:324px;
margin-top:-10px;
border-bottom:1px solid #000000;
margin-right:6px;
}

#right img{
border:none;
}



.darkbox{
background:#02619f;
border-top:1px solid #ffffff;
border-bottom:1px solid #ffffff;
border-right:1px solid #000000;
width:324px;
height:176px;
}

.darkbox p{
font-family:"Times New Roman", Times, serif;
font-size:28px;
text-align:center;
color:#FFFFFF;
}

.line{
background:url(images/greyline.jpg) repeat-x;
width:416px;
font-size:1px;
text-indent:-5000em;
margin-top:25px;

}



.clear{
clear:both;
}

#footer{
font-size:1px;
text-indent:-5000em;
background:url(images/footer1.jpg) no-repeat;
height:13px;
width:800px;
margin-top:-5px;
}
.undeline{
text-decoration:underline;
}

.red{
color:#FF0000;
font-weight:bold;
}


.right2{
float:right;
width:324px;
margin-right:6px;
margin-top:20px;
}

.right2 img{
border:none;
}

.tick1{
font-size:30px;
}

.tick2{
font-size:30px;
padding-top:15px;
}

.tick3{
font-size:24px;
padding-top:15px;
}

.tick4{
font-size:24px;
padding-top:15px;
}

#testimonials{
width:550px;
background:#FFFFE8;
border:solid 1px #999999;
padding:15px 10px 10px 10px;
color:#000000;
font-size:medium;
margin:0 auto;

}

.testname{
font-size:x-large;
color:#0000FF;
text-decoration:underline;
}

.heading{
font-size:large;
text-align:center;
color:#C2150E;
}

#guarantee{
width:550px;
background:#FFFFE8;
border:solid 1px #CC0000;
padding:15px 10px 10px 10px;
margin:0 auto;
}


