* {
	margin: 0;
	padding: 0;
	}
	
body {
	font-family: "Trebuchet MS", Arial, Helvetica, san-serif;
	color: #000;
	font-size: 12pt;
	background: url(images/vertical.jpg) repeat-x #fbfbfb; /*dark blue*/
	}	
/* Wrapper */

#wrapper {
	margin: auto;
	width: 960px;
	}
	
#header {
	background: url(images/img4.jpg) no-repeat;
	}
	
p.help {
	margin:0 50px;
	text-indent: -1000px;
	background: url(images/remote.jpg) no-repeat;
	height: 300px;
	width: 860px;
	padding: 0;
	}
/*navigation*/


#nav {
	/*margin: auto;*/
	position: absolute;
	width: 305px;
  margin-left: +250px ;
  margin-right: auto ;

	top: 120px;

	}

#nav li {
	display: inline;
	padding: 0 0 0 10px;
	font-size:10pt;
	}
	
#nav a {
	text-decoration: none;
	color: #eee;
	}
	
#nav a:hover {
	font-weight: bold;
	color: white;
	text-decoration: underline;
	}

/*end navigation*/
	
#logo {
	background: url(images/header2.jpg) no-repeat #4dc9ff; /*blue graphic*/
	height: 140px;
	text-indent: -1000px;
	}

/* main page content*/

#page{
	background: url(images/content.jpg) repeat-y; /*content bg*/
	}	
	
#bg {
	background: url(images/img4.jpg) no-repeat; /*top bg*/
		}


#content {
	width: 700px;
	padding: 20px 50px 20px 90px; 
	white-space: normal;

	}
	
#content ol {
	margin-bottom: 10px; 
	position: relative;

	}
	
/*bottom Contact Information*/

.contact {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #aaa;
	}
	
.contact a {
	color: #aaa;
	text-decoration: none;
	}

a {
	color: blue;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
	
a:visited {
	color: red;
	}
	
.contact {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #aaa;
	}
	
.contact a {
	color: #aaa;
	text-decoration: none;
	}
	
.contact a:hover {
	text-decoration: underline;
	}
	
span.questions {
	font-weight: bold;
	font-size: 16px;
	color: red;
	}
	
/*end contact info */	
	
span.questions {
	font-weight: bold;
	font-size: 16px;
	color: red;
	}
	
p {
	padding: 15px 90px;
	}

h3 {	
	padding-left: 70px;
	padding-top: 5px;
	}
h4 {	
	padding-left: 70px;
	padding-top: 5px;
	}
	
h1.contact {
	background: url(images/contact.png) no-repeat;
	padding-bottom: 20px;
	width: 280px;
	height: 70px;
	text-indent: -1000px;
	}
	
h1.connect {
	background: url(images/connect.png) no-repeat;
	width: 280px;
	height: 70px;
	padding-bottom: 20px;
	text-indent: -1000px;
	}
	
h1.repair {
	background: url(images/repair.png) no-repeat;
	padding-bottom: 20px;
	width: 280px;
	height: 70px;
	text-indent: -1000px;
	}
/*end contact info */	

#bg2 {
	background: url(images/footer.jpg) no-repeat;
	height: 200px;
	}

#footer {
	margin: auto;
	padding: 40px 0 0 90px;
	background: url(images/footer.jpg) no-repeat;
	height: 200px;
	}
	
/*form markup*/

fieldset { 
	border: none;
	margin-left: 20px;
	}
	
legend {
	font-size: 20px;
	color: #27b5f7;
	padding: 20px 0;
	}

label {
	float: left;
	width: 4em;
	padding-right: 10px;
	text-align: left;
	display: block;
	}

ul { 
	list-style-type: none;
	}

ul.form li {
	padding: 5px;
	}
	
p.buttons {
	margin-left: 30px;
	padding-bottom: 20px;
	}
	#dload{
	position:relative;
	left:100px;
	 width:234px; 
	 height:60px;
	  border:none;
	}