@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End Reset */

body { 
background-color: #d6d6d6;
background-image: url('images/background.gif');
background-repeat: repeat-x;
background-position: top;
font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
width: 990px;
margin: 0 auto;
}

#header {

}

#logo {
	margin-top: 40px;
	margin-left: 32px;
float: left;
}

#nav {
float: right;
padding-top: 14px;
margin-right: 14px;
height: 36px;
margin-top: 40px;
background-image: url('images/navbg.gif');
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#nav ul li {
display: block;
float: left;
}

#nav ul li a {
font-size: 14pt;
color: #fff;
padding: 20px;
text-decoration: none;
}

#nav ul li a:hover {
color: #ccc;	
}

#main {
	background-image: url('images/main.gif');
	background-repeat: no-repeat;
	width: 696px;
	height: 334px;
	margin-top: 2px;
	float: left;
}

#main h2 {
margin: 60px 0 0 160px;	
font-size: 19pt;
letter-spacing: -1px;
}

#main ul#sellingpoints {
width: 400px;
margin-top: 20px;
float: right;
}

#main ul#sellingpoints li {
padding: 0 0 0 34px;
line-height: 30px;
margin: 6px 0;
background-image: url('images/check.gif');
background-repeat: no-repeat;
}

#services {
margin-top: 33px;
margin-right: 5px;
float: right;
width: 289px;
}

a.standard {
display: block;
width: 289px;
height: 147px;
background-image: url('images/standard.gif');
}

a.speedy {
display: block;
width: 288px;
height: 147px;
background-image: url('images/speedy.gif');
}

#steps {
background-image: url('images/steps.gif');
width: 953px;
height: 144px;
clear: both;
margin-left: 28px;
}

#steps ul {
padding-top: 30px;	
}

#steps ul li {
display: block;
float: left;
color: #fff;
width: 180px;
text-align: center;
font-size: 18pt;
margin-left: 18px;
letter-spacing: -1px;
}

#steps ul li.step1 {
margin-left: 50px;	
}

#steps ul li.step2, #steps ul li.step3 {
margin-left: 72px;	
}

#content {
clear: both;
margin-bottom: 20px;
}

.contentleft {
width: 424px;
margin: 14px 0 20px 34px;
padding: 20px;
float: left;
background-color: #fff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.contentright {
width: 424px;
margin: 14px 15px 20px 0px;
padding: 20px;
float: right;
background-color: #fff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#content h2 {
color: #8Bd64F;
letter-spacing: -1px;
font-size: 22pt;
}

#content p {
font-size: 10pt;
line-height: 14pt;
margin-top: 10px;
}

#footer {
clear: both;
margin: 20px 0 0 34px;
width: 942px;
background-color: #fff;
padding-top: 26px;
height: 54px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#footer p {
text-align: center;
font-size: 9pt;
line-height: 18pt;
color: #888;
}

.footerlogo {
float: left;
margin: 0 0 0 20px;
}

.footernav {
float: right;	
margin-right: 30px;
}

.footernav ul li {
display: block;
float: left;
line-height: 18pt;
}

.footernav ul li a {
font-size: 9pt;
text-decoration: none;
margin: 0 5px;
color: #888;
font-weight: bold;
}

.footernav ul li a:hover {
color: #555;	
}

.articles {
width: 900px;
margin-top: 14px;
margin-left: 36px;
padding: 20px;
background-color: #fff;
-moz-border-radius: 5px;
}

.contact {
width: 400px;
margin: 0 auto;
}

.contact input {
margin: 5px;
border: 1px solid #ccc;
}