/* =CSS Rest v1.0 | 20080212
-----------------------------------------------------------------------------------------*/
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;}
:focus {outline: 0;}/* remember to define focus styles! */
ins {text-decoration: none;}/* remember to highlight inserts somehow! */
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}/* tables still need 'cellspacing="0"' in the markup */

/* =Body 
-----------------------------------------------------------------------------------------*/
body {
	background-color: #000;
  	font: 62.5% Arial, Helvetica, sans-serif;
}
	
/* =General
-----------------------------------------------------------------------------------------*/
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.important{text-decoration: underline;}
strong{font-weight: bold;}
em{font-style: italic;}

/* =Typography
-----------------------------------------------------------------------------------------*/
p{
	font:normal 1.2em/1.6em Arial, Helvetica, sans-serif;
	margin:10px;
}

ul{
	font:normal 1.2em/1.2em Arial, Helvetica, sans-serif;
	list-style: disc;
	margin:10px 10px 10px 25px;
}

ol{
	font:normal 1.2em/1.2em Arial, Helvetica, sans-serif;
	list-style: decimal;	
	margin:10px 10px 10px 25px;
}


/* =Headings
-----------------------------------------------------------------------------------------*/
h1{
	color: #598ccb;
	font:normal 2.4em/1.2em Arial, Helvetica, sans-serif;
	margin:0 10px 10px 10px;
}

h2{
	color: #598ccb;
	font:normal 2.2em/1.2em Arial, Helvetica, sans-serif;
	margin:0 10px 10px 10px;
}

h3{
	color: #598ccb;
	font:normal 2.0em/1.2em Arial, Helvetica, sans-serif;
	margin:10px;
}

h4{
	color: #598ccb;
	font:normal 1.8em/1.2em Arial, Helvetica, sans-serif;
	margin:0 10px 10px 10px;
}	

h5{
	color: #598ccb;
	font:normal 1.6em/1.2em Arial, Helvetica, sans-serif;
	margin:0 10px 10px 10px;
}	

h6{
	color: #598ccb;
	font:normal 1.4em/1.2em Arial, Helvetica, sans-serif;
	margin:0 10px 10px 10px;
}				

/* =Links
-----------------------------------------------------------------------------------------*/
a:link, a:visited{
	color: #598ccb;
	cursor:pointer;
	text-decoration: underline;
}

a:hover, a:active{
color: #999;
}		
/* =Testimonials
-----------------------------------------------------------------------------------------*/
#offer{
	color: #fff;
/*	width: 450px;
*/}

#sampleLetter{
	color: #fff;
}

