/**
 * Style Sheet for Secure Home Solutions
 *
 * Contains styling information specific to the content and appearence of SecureHomeAZ.com.
 *
 * @author     Sebo Marketing <http://www.sebomarketing.com>
 * @copyright  2008 by Secure Home Solutions, LLC, All Rights Reserved
 * @version    1.0
 */

/* Content Layout and Appearance */
#content {
	position: relative;
	width: 960px;
}
#content a:link, #content a:visited {
	color: #8a8886;
}

#columnWrapper {
	position: relative;
}

/* Column Styles */
.columnStyle1 {
	position:relative;
	padding: 45px 0 0 0;
	border: solid #999;
	border-width:1px 0 0 1px;
}
.columnStyle1 .columnTopLeft {
	display: none;
}
.columnStyle1 .columnTopRight {
}
.columnStyle1 .center {
	padding: 0 20px;
}
.columnStyle1 h1 {
	position: absolute;
	top: 3px;
	left: 3px;
	
	padding: 2px 2px 2px 8px;
	width: 762px;

	font-size: 1.5em;
	color: #fff;
	
	background: #0056a2;
}
.columnStyle1 .columnBottomLeft {
	display:none;
}
.columnStyle1 .columnBottomRight {
}

.columnStyle2 {
	border: solid #999;
	border-width: 1px 0 0 0;
}
.columnStyle2 .columnTopLeft {
	display:none;
}
.columnStyle2 .columnBottomLeft {
	display:none;
}
/* Form Styles */
.formPromo .blobBody {
	background-color: #CEE3F6;
	padding: 15px;
}
.formPromo h2 {
	margin-bottom:0;
	background-color: #CEE3F6;
	padding: 15px;
	color: #30608e;
}
/* List Styles */

.ulStyle1 {
	margin: .4em 0 .8em .4em;
	
	list-style-type: disc;
	list-style-position: inside;
}
.ulStyle1 li {
}
.ulStyle1 li a {
}
.ulStyle1 li a:hover, .ulStyle1 li a:active {
}
.ulStyle1 ul {
	margin: .4em 0 4px .4em;
	padding-left: 0;
	
	list-style: none;
}
.ulStyle1 ul li {
	margin-bottom: .4em;
	padding-left: 12px;

	background: url('images-layout/bullet-red-circle.gif') 0 7px no-repeat;
}

.ulStyleSpaced li {
	margin-bottom: .6em;
	list-style-type: disc;
}

.olStyleSpaced li {
	margin-bottom: .6em;
	list-style-type: disc;
}
.olStyleSpaced li p {
	padding: .6em 0 0 0;
}


<!-- .ulStyle1 {
	margin-top:3px;
	margin-left:7px;
	padding-left:0;
	
	list-style:none;
}
.ulStyle1 li {
	margin:0;
	padding-bottom:3px;
	padding-left:16px;
	background: url('images-layout/bullet.gif') 0 4px no-repeat;
}
.ulStyle1 li a {
	text-decoration:none;
}
.ulStyle1 li a:hover, .ulStyle1 li a:active {
	text-decoration:underline;
}
.ulStyle1 ul {
	margin-left:18px;
	padding-left:0;
	
	list-style:disc;
}
.ulStyle1 ul ul{
	list-style:circle;
}
.ulStyle1 ul li {
	padding-left:0;
	background:none;
}

.ulStyle2 {
	margin:6px 0 6px 0;
	padding-left:15px;
}
.ulStyle2 li {
	padding-left:0;
}



.ulStyleSpaced li{
	margin-bottom:.6em;
}

.olStyleSpaced li{
	margin-bottom:.6em;
}
.olStyleSpaced li p{
	padding:.6em 0 0 0;
}



.ulStyle1 {
	margin: .4em 0 .8em .4em;
	
	list-style-type: disc;
	list-style-position: inside;
}
.ulStyle1 li {
}
.ulStyle1 li a {
}
.ulStyle1 li a:hover, .ulStyle1 li a:active {
}
.ulStyle1 ul {
	margin: .4em 0 4px .4em;
	padding-left: 0;
	
	list-style: none;
}
.ulStyle1 ul li {
	margin-bottom: .8em;
	padding-left: 12px;

	background: url('images-layout/bullet-red-circle.gif') 0 7px no-repeat;
}

.ulStyleSpaced li {
	margin-bottom: .6em;
	list-style-type: disc;
}

.olStyleSpaced li {
	margin-bottom: .6em;
	list-style-type: disc;
}
.olStyleSpaced li p {
	padding: .6em 0 0 0;
} -->

/* Button Styles */
#content a.buttonStyle1, #content a.buttonStyle1:link, #content a.buttonStyle1:visited, #content a.buttonStyle1:active, #content a.buttonStyle1_ie6hover {
	display: block;

	margin: 0 auto;
	padding: 5px 14px;
	width: 110px;
	
	text-align: center;
	color:#fff;
	
	background: #0056a2;
	border: 1px solid #999;
}
input.buttonStyle1, .buttonStyle1_ie6hover {
}
#content a.buttonStyle1:hover, #content a.buttonStyle1_ie6hover {
}

/* Text Styles */
.price {
	font-weight:600;
	color:#065e25;
}
.bonusText {
	font-weight: bold;
	color:#f00;
}

h2.error {
	margin:1em 0;
	text-align:center;
	color:#c00;
}
p.error {
	margin:1em 8%;
	padding:1%;
	width:80%;
	border:2px solid #c00;
	background:#fcc;
}

h2.message {
	margin:1em 0;
	text-align:center;
	color:#090;
}
p.message {
	margin:1em 8%;
	padding:1%;
	width:80%;
	border:2px solid #090;
	background:#cfc;
}

.errorText {
	color:#f00;
}

.bigger {
	font-size:120%;	
}
.smaller {
	font-size:76%;
}

.strike {
	text-decoration:line-through;
	font-weight:600;
}
.yes {
	font-weight:600;
	color:#065e25;
}
.no {
	font-weight:600;
	color:#8f2525;
}

.quote {
	padding:0 3px;
}

.alignStyle1 {
	text-align:center;
}
.alignStyle2 {
	text-align:right;
}

.extraLine {
	margin-bottom:1.5em;
}
.halfLine {
	margin-bottom:.5em;
}
