body{
	margin:0px;
	padding:0px;
	margin-top:0px;
		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#ddd;
	background-image: url("/_images/template/bg_header.jpg");
	background-repeat:repeat-x;	
	font-family: Vagabond, trebuchet, "Trebuchet MS", sans-serif;
}
a{color:#B72108;}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }
h1,h2,h3 { color:#303326; }
h1,h2 { font-family: Vagabond, trebuchet, "Trebuchet MS", sans-serif; }


.header{
	padding:20px;
	padding-left:10px;
}



.header h1{
	margin:0px;
	padding:0px;
	font-size:22px;
	color:#fff;
}

.header h1 span{
	font-size:10px;
	display:block;
	color:#ddd;
}

.main{
	border:1px solid #ccc;
	border-top:0px;
	background-color:#fff;
	border-bottom:0px;
}

.content{
	padding:25px;
	padding-left:50px;
	padding-right:50px;
}

.sidebar{
	background-color:#eee;
	width:300px;
	padding:5px;
	padding-top:0px;
	border:5px solid #eee;
}

.inputbox{
	padding:10px;
	border:3px solid #ddd;
	font-size:22px;
	background-image:url('/_images/template/bg_input.jpg');
	background-repeat:no-repeat;
	padding-left:36px;
	margin:0px;
	width:439px;
	padding-right:75px;
	text-align:right;
	text-transform:uppercase;
}

.inputsubmit{
	padding:10px;
	padding:0px;
	font-size:18px;
	padding-bottom:10px;
	margin:0px;
}

.footer{
	background-color:#ccc;
	border:1px solid #bbb;
	border-top:0px;
	padding:50px;
	text-align:center;
	padding-top:0px;
}

.footer a{
	color:#FF0000;
}

input.noborder { border:medium none; height:auto; padding:0pt; width:auto; }
.submitButton { width:auto !important; height:auto !important; padding:0 !important; border:none !important; background:none !important; }


p .teaser { font-weight: normal !important; }


#features { float: left; width: 260px; margin: 0; padding-right: 70px; }
ul #features, #features ul { margin-bottom: 16px; padding-left: 15px;  }
ul #features li, #features ul li,  ul#features li, #features ul li { 
	list-style-image:url(/_images/template/bulletArrow.gif); color:#56594B; font-size:14px; font-weight:bold; line-height:18px; 
	}
ul #features li.last,#features ul li.last { list-style-image: none; list-style-type: none; margin: 16px 0 0 -16px; padding: 0; font-weight: normal;  font-size:12px; }
#features h4 { margin-left:16px; color:#000000; font-size:14px; font-weight:bold; text-decoration:underline; }


