/* CSS Document */


/****************** Generic Selectors ******************/

html, body, #wrapper {
	height:100%;
	}
	
html{
	background-image: url(images/main_bgFade.jpg);
	background-repeat:repeat-x;
	background-color:#ed7f45;
}

body {
	margin: 0;
	padding:0;
	background-image:url(images/main_bg.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	
}

body, a {
	font-family:verdana,helvetica,arial,sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	color:#000000;
	/*color:#d73e15;*/
	text-decoration:none;
}

img {
	border:0px;
}

h1 {
	font-size:14px;
	font-weight:normal;
	color:#d73e15;
	line-height:normal;
	display:inline;
}


/**************** Pseudo classes ****************/

a.white_link:link {font-weight:bold; color:white;}  
a.white_link:visited {font-weight:bold; color:white;}
a.white_link:hover {font-weight:bold; color:#FFCC33;}
a.white_link:active {font-weight:bold; color:white;}

a.redBold_link:link {font-weight:bold; color:#d73e15;}  
a.redBold_link:visited {font-weight:bold; color:d73e15;}
a.redBold_link:hover {font-weight:bold; color:#FF9900;}
a.redBold_link:active {font-weight:bold; color:d73e15;}


/************************* ID's, Classes, etc. *************************/

#wrapper {
	position: relative;
	margin: auto;
	width: 785px;
	border:0px solid  #0099FF;		
}

#header{
	height:195px;
	background-image:url(images/main_header.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	
}

#content {
	position:relative;
	top:-3px;
	background-color:white;
	border:0px solid black;
	padding:30px 20px 25px 45px;
}

.title{
	position:absolute;
	top:-90px;
	left: 30px;
}

#base_stripe{
	background-color: #d73e15;
	height:20px;
	position:relative;
	top:-6px;
}

#email_form{
	position:relative;
	width:400px;  
	line-height:17px;
}
.email_col1{
	width:195px;
}
.email_col2{
	position:absolute; 
	top:0px; 
	left:205px; 
	width:195px;
}
.email_col1 input, .email_col2 input{
	border:1px solid #d73e15;
	background-color:#e6eebb;
}
.greenBold{
	color:#819e31;
	font-weight:bold;
}

ul.steps {
	list-style:disc;
	width:260px;
	list-style-position:outside;
	position:relative;
	left:-28px;
	
}
div.steps {
	position:absolute; 
	top:30px; 
	left:230px;
}

a.hand{
	cursor: pointer;
	cursor: hand;
}

#photos, #plan, #tv {
	margin-left:200px;
	width:300px;
}

#photo2, #photo3, #photo4, #photo5, #photo6,
#photo7, #photo8, #photo9, #photo10, #photo11, #photo12 {
	display:none;
}

#tv_ad2, #tv_ad3, #tv_ad4,
#tv_ad5, #tv_ad6 {
	display:none;
}