* {
	margin: 		0px;
	padding: 		0px;
}

p, h1, h2, h3, h4, h5 {
	margin-bottom: 	10px;
}


html {
	background:		#557A8E url(/images/layout/bg-gradient.jpg) repeat-x scroll top left; 
	height:			100%;
	overflow-y:		scroll;
}

body {
	-moz-background-clip:		border;
	-moz-background-inline-policy:	continuous;
	-moz-background-origin:		padding;
	background:			transparent url(/images/layout/bg-rain.png) repeat scroll 0 0;
	font-family:			"Trebuchet MS","Trebuchet","Arial","Helvetica",sans-serif;
	min-height:			100%;
	position:			relative;
}

#main-cnt {
	width: 			984px;
	margin-left:		auto;
	margin-right:		auto;
	min-height:		600px;
	background:		white url(/images/layout/bg-content.png) repeat-y scroll left top;
	border-bottom:		thick solid #cf010d
}

#home #main-cnt {
	background:		white url(/images/layout/bg-content-home.png) repeat-y scroll left top;	
}


/*************************
 * header
 *************************/
#hdr-cnt {
	-moz-background-clip:		border;
	-moz-background-inline-policy:	continuous;
	-moz-background-origin:		padding;
	background:		white url(/images/layout/hurricane.jpg) no-repeat scroll left top;
	height:			184px;
	text-align:		left;
	position:		relative;
}

#ss_logo {
	float:			right;
	border:			none;
	position: 		absolute;
	left: 			530px;
	top: 			5px;
	
}

#ss-hdr-floats {
	float: right;
	clear: right;

}

#swoosh-cnt {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	position: absolute;
	min-height: 58px;
	width:	984px;
	top:	126px;
	background-repeat:	no-repeat;
	background-image: 	url(/images/layout/swoosh.png);

}

#home #swoosh-cnt {
		background-image: 	url(/images/layout/swoosh-home.png);
}

#swooshbar-tag {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	position: absolute;
	height: 30px;
	width:	275px;
	top:	20px;
	left:	650px;
	text-align: center;
	font-size:	larger;
}
#swooshbar-tag a {
	color: black;
	text-decoration: none;
}

.swooshbar-free {
	color: 			#cf010d;
	font-weight:		bold;
}

#header-offer {
	position: absolute;
	left: 350px;
	top:	45px;
	visibility: hidden;
}
#hdr-cnt  img{
	border-style: none;
	
}


/*************************
 * nav
 *************************/
 
#nav-cnt {
	width:		184px;
	min-height:	50px;
	float:		left;
	margin:		5px	0px 5px 0px;
}

#nav-cnt a img {
	border: 	none;
}

.general-nav-img {
	border:		none;
	width:		173px;
	margin-left:	5px;
	margin-bottom:	15px;
}

.better-business {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#diy {
	width: 99%;
	height: 120px;
	background-color: #cf010d;
	color: White;
	position: relative;
	clear: both;
	margin-bottom: 30px;
}


#diy-button {
	font-size: 16px;
	text-align: center;
	width: 99%;
	height: 120px;
	display: block;
	background-color: #cf010d;
	height: 120px;
	color: white;
	text-decoration: none;
	text-align: center;
	clear: both;
	margin-bottom: 10px;
	
}
#diy-save {
	font-size: 30px;
	color: white;
	display: block;
	text-align: center;
	
	
}

#nav-offer {
	width: 184px;
	margin-bottom: 10px;
}



/*************************
 * center-cnt
 *************************/
#center-cnt {
	float:		left;
	margin:		5px 10px;
	width:		775px;
	position: relative;

	
}
#home #center-cnt {
	float:		left;
	margin:		5px 10px;
	width:		505px;
	
}

#center-cnt a {
	color: #06447a;
	text-decoration: none;
	
}
#center-cnt .post img {
	border-style: none;
}

#center-cnt a:hover {
	text-decoration: underline;
}
 
/*************************
 * feature-cnt  - home page
 *************************/

#better-business {
	height: 150;
	width: 200;
} 
 
#home #feature-cnt {
	float: 			right;
	width:			250px;
	margin:			5px 10px;
	color:			white;
}

#home #feature-cnt a {
	color:				white;
}


/*************************
 * footer
 *************************/

#ftr-link-cnt, #footer-cnt p  {
	text-align: center;
}
 
#footer-cnt {
	width: 		100%;
	color:		white;
	margin-top:	10px;
}
#footer-cnt a {
	text-align: 	center;
	font-size:	smaller;
	color: white;
	text-decoration: none;
}

#footer-cnt a:hover {
	text-decoration: underline;
}
#footer-cnt ul {
	display: 	block;
	list-style-type: circle;
	margin-right:	auto;
	margin-left:	auto;
}
#footer-cnt ul li {
	float: 		left;
	
}


