/*	
Desktop Authority 8.0 Beta | Scriptlogic.com 
May 2008
------------------------------------------------------*/

/*
Global Reset
------------------------------------------------------*/

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	}
body {
	line-height: 1;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../img/background.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	background-color:#0f1040;
	min-height:1100px;
	}

ul {	
	font-size:14px;
	line-height:14px;
	margin:10px 0 0 250px;
	}
li {
	list-style-image:url(../img/asterik.gif);
	line-height:18px;
	margin: 0 36px 10px 0;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
a:link {
	color:#0793f4;
	}
a:visited {
	color: #491e6d;
	}
a:hover {
	color:#0f103f;
	}
h1, h2 {
	color: #000000;
	}
h3 { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	margin:0;
	color:#333333;	
	}
strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}
hr {
	display:none;
	}
	
p  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 20px;
	color:#333333;
	}

/*
Basic Layout
------------------------------------------------------*/
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 926px;
	position: relative;
	}
#body-wrapper{
	margin:0;
	padding:0;
	text-align: left;
}

.body-divider{
	min-height:162px;
	margin:0 0 18px 0;
	padding:0 0 25px 0;
}

#body-text h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#0675BE;
	line-height:28px;
	padding-top:10px;
	margin:0 0 0 195px;
}

#body-text{
	background-color:#FFFFFF;
	background-image:url(../img/bottom-corners.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	padding: 20px 20px 0 15px;
	min-height:600px;
}

#body-text p{
margin:0 0 0 195px;
}

img.floatLeft {
	clear:left;
	float:left; 
	margin:0 0 0 15px;
}

.style1 {
	font-weight:bold;
}

.button{
padding:10px 0 0 0;
margin-top: 112px;
}






/*
Masthead
------------------------------------------------------*/
#masthead {
	overflow: hidden;
	width: 100%;	
	/*height: 106px;*/
	}
	
#masthead h1 {
	width:912px;
	height:60px;
	background: url(../img/desktop-authority-logo.png) right top no-repeat;
	text-indent: -9999em;
	}
	

	
/*
header
------------------------------------------------------*/
#header{
	background-image:url(../img/header-background.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:291px;
}

#header h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	line-height:32px;
	margin:0 0 0 373px;
	padding:65px 0 0 0;
	color:#FFFFFF;	
	width: 520px;
}

#header p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0 0 0 390px;
	color:#FFFFFF;
	width: 520px;
}


/*
Collumn
------------------------------------------------------*/
.col{
	float: left;
	width: 360px;
	margin:20px 0 0 90px;
}

.col p {
	margin:0 0 25px 0;
}

.col a {
	font-size:18px;
}

/*
Footer
------------------------------------------------------*/
#footer {
	padding-top: .5em;
	text-align:center ;
	clear: both;
	}

#footer h3 a:link, #footer h3 a:visited {
	background: url(../img/scriptlogic-logo.png) center no-repeat;
	width: 211px; 
	height: 52px;
	display: block;	
	margin:20px auto 15px auto;
	}
	
#footer h3 {
	text-indent:-9999em;
	margin:0;
	}	
		
#footer ul {
	margin: 36px 0 0 0;
	}
#footer li {
	border-left: 1px solid #1a1a1a;
	display: inline;
	font-size: 11px;
	padding: 0 5px 0 10px;
	margin: 0;
	}
#footer li.first {
	border-left: none;
	}
#footer li a, .terms a {
	color:#d9daff;
	text-decoration: none;
	}
#footer li a:hover, .terms a:hover {
	text-decoration: underline;
	}
p.copyright {
	font-size: 10px;
	color:#f8f8f8;
	}
p.terms {
	font-size:11px;
	font-weight: bold;
	padding: 1em 0;
	color:#f8f8f8;
	}
p.headline{
	font-size:22px;
	color:#FFFFFF;
	font-weight:bold;
	padding: 0 0 15px 0;
}

