html {
	background-color: #b21e1e;
	margin-top: 0px;
	padding-top: 0px;
}

body {
	margin-top: 0px;
	padding-top: 0px;
	
}

#doc {
	background-color: white;
	
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 10px;

}

/* header */
.header {
	background: url(img/Radonlogo_trans_120x.png) no-repeat;
	height: 140px;
}
.header h1 {
	color: #222;
	font: normal 4em arial;
	text-align: center;
}
.header h1 a {
	color: #222;
	text-decoration: none;
}

.header h2 {
	border-top: 1px solid #EEE;
	color: #FF0606;
	text-align: right;
}
.header h2 span {
	background: #222;
	color: #EEE;
	padding: 0 6px;
}

/* horizontal navbar */
.horznavbar
{
	border-top: 1px solid #333;
	padding-bottom: 10px;
}

.horznavbar ul, .horznavbar li
{
	display:inline;
}

.horznavbar li
{
	padding-right: 5px;
}

.horznavbar ul li:before
{
	content: "\00BB \0020";
}

.navbar {
	background: #111;
}	

.subnav {
	padding: 12px 12px 0;
}
.subnav h1 {
	color: red;
	font-size: 1.3em;
	height: 20px;
	margin-left: 8px;
}
.subnav ul {
	margin: 0 0 16px;
	padding: 0;
	color: white;
}
.subnav li { 
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #333;
	padding: 3px 6px 3px 8px;
	
}
.subnav li a {	
	color: white;
	display: block;
	font-size: 0.9em;
	text-decoration: none;
}
.subnav li a:hover {
	color: #DDD;
}

/* round edges */
.roundtl,.roundtr,.roundbl,.roundbr {
	background: url(img/round.gif);
	height: 16px;
	width: 14px;
}
.roundtl,.roundbl {
	float: left;
}
.roundtr,.roundbr {
	float: right;
}

.roundbl,.roundbr{
	margin-top: -16px;
}
.roundtr {
	background-position: right top;
}
.roundbr {
	background-position: right bottom;
}
.roundbl {
	background-position: left bottom;
}

/* white rounded div */
.white_round
{
}
.white_roundtl,.white_roundtr,.white_roundbl,.white_roundbr {
	background: url(img/round_white.gif);
	height: 16px;
	width: 14px;
}
.white_roundtl,.white_roundbl {
	float: left;
}
.white_roundtr,.white_roundbr {
	float: right;
}

.white_roundbl,.white_roundbr{
	margin-top: -6px;
}
.white_roundtr {
	background-position: right top;
	margin-right: -10px;
}
.white_roundbr {
	background-position: right bottom;
	margin-right: -5px;
}
.white_roundbl {
	background-position: left bottom;
	margin-left: -5px;
}


.content .descr {
	color: #06F;
	font-size: 1.2em;
	margin-bottom: 6px;
}
.content ul li {
	list-style: url(img/lir.gif);
	margin-left: 18px;
}
.content h1 {
	font-size: 2.4em;
	margin-bottom: 4px;
	margin-top: 16px;
}
.content p {
	margin-bottom: 8px;
}
.content blockquote {
	margin-left: 2em;
	margin-right: 2em;
}
.content a,.footer a {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid #F06;
}
.content a:hover,.footer a:hover {
	color: #444;
	border-bottom: 1px solid #F06;
}

#scenery {
	float:right;
	padding-left: 5px;
	
}

.graphic_buttons a, a:hover 
{
	text-decoration: none;
	border-bottom: none;
}

.graphic_buttons p
{
	padding-bottom: 2em;
}


#ft
{
	text-align: center;
}

fieldset {  
position: relative;  
float: left;  
clear: both;  
width: 100%;  
margin: 0 0 -1em 0;  
padding: 0 0 1em 0;  
border-style: none;  
border-top: 1px solid #BFBAB0;  
background-color: #F2EFE9;
}

fieldset.alt {  
background-color: #E6E3DD;
}

fieldset.submit {  
float: none;  
width: auto;  
border-style: none;  
padding-left: 12em;  
background-color: transparent; 
}

legend {  
padding: 0;  
color: #545351;  
font-weight: bold;
}

legend span {  
position: absolute;  
left: 0.74em;  
top: 0;  
margin-top: 0.5em;  
font-size: 135%;
}

fieldset ol {  
padding: 3.5em 1em 0 1em;  
list-style: none;
}

ol.continue {
  padding: 0 1em 0 1em;
}

ol.float label {
	float: left;
	width: 10em;
	margin-right: 1em;
}

fieldset li {  
clear: left;  
width: 100%;  
padding-bottom: 1em;
}

table {
}

td {
	border: 1px solid black;
	padding: 0.5em 1em 0.5em 1em;
}

.testimonial
{
	clear: both;
	min-height: 120px;
}

hr
{
	text-align: center; 
	margin: 10px auto;	
	width:75%;
	clear: both; height: 4px; color: black; background-color:black;
             
}

.cust_portrait
{
	float:left;
	margin-bottom:6px;
	
}

.gallery
{
	float:right;
}

.gallery a,a:hover
{
	text-decoration: none;
	border-bottom: none;
}

.caption
{
	text-align: center;
	font-size: 0.85em;
	padding:0;
	margin:0;
}

#basementFinishedGroup
{
	overflow: hidden;
}

<!--[if lte IE 7]>  
<style type="text/css" media="all">  
@import "fieldset-styling-ie.css";  
</style>
<![endif]-->

