@charset "utf-8";
/* Print CSS Document */
a {outline: none;}
*{margin:0; padding:0;}
body{
	background: none;	
}
#darthtator{
	margin: 0 auto;
}
#skip {

}
#skip a {

}
#logo{
	position: absolute;
	margin: 24px 0 0 8px;
}
#header{
	background: none;
	height: 155px;
	margin: 10px 0 20px 0;
}
#header ul{

}
#header a, #header a:link, #header a:visited{

}
#header a:hover{

}
#header img{border-style:none;}
#menu{
	display: none;
}
#wrapper{

}
#content{
	font-family:Arial, Helvetica, sans-serif;
	padding: 0 20px;
}
#content h1{
	padding: 0 10px 10px 0;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.3em;
}
#content h2{
	padding: 10px 10px 10px 0;
	font-size: 1.4em;
	line-height: 1.3em;
}
#content h3{
	padding: 10px 10px 10px 0;
	font-size: 1.2em;
	line-height: 1.3em;
}
#content h4{
	font-size: 1.1em;
	padding: 10px 0;
	font-weight: normal;
}
#content h5{

}
#content h6{
	padding: 5px 0;
	font-size: .7em;
}
#content p{
	padding: 10px 10px 10px 0;
	font-size: .9em;
	line-height: 1.3em;
}
#content ul{
	margin: 0 15px;
}
#content ol{
	margin-left: 20px;
	list-style-type: decimal;
}
#content li{
	padding: 4px 0;
	font-size: .9em;
	line-height: 1.3em;
	font-weight: normal;
}
#content img{
	border-style: none;
}
#content a, #content a:link, #content a:visited{
	color: #000;
}
#content a:hover{
}
#testimonials{
	display: none;
}
.spacer{clear:both; height:1px; display:block;}
#footer{
	display: none;
}
/*================= SUB MENU =================*/
.submenu {display: none;}
/*================ Form Control =====================*/

label{
float: left;
width: 120px;
font-weight: normal;
}

input, textarea, select{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 80px;
}

.boxes{
width: 1em;
}

.radio{
width: 1em;
margin-bottom: 5px;
margin-right: 10px;
margin-left: 10px;
vertical-align:middle;
}

text.small{width: 50px;}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}
.red{color:#999999;;}