/**
 * Style Sheet for AirExpressHVAC.com
 *
 * Contains styling information specific to the content and appearence of AirExpressHVAC.com.
 *
 * @author     Sebo Marketing <http://www.sebomarketing.com>
 * @copyright  2008 by Air Express, All Rights Reserved
 * @version    1.0
 */

/* Content Layout and Appearance */
#content {
	position: relative;
	width: 960px;
}
#content a:link, #content a:visited {
	color: #0a1787;
}

#columnWrapper {
	position: relative;
}

/* Column Styles */
.columnStyle1 {
	position:relative;
	padding: 35px 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: #0a1787;
}
.columnStyle1 .columnBottomLeft {
	display:none;
}
.columnStyle1 .columnBottomRight {
}

.columnStyle2 {
	border: solid #999;
	border-width: 1px 0 0 0;
}
.columnStyle2 .columnTopLeft {
	display:none;
}
.columnStyle2 .columnBottomLeft {
	display:none;
}

/* 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("bullet-red-circle.gif"/*tpa=http://www.airexpressutah.com/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: #0a1787;
	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;
}
.highlight {
	color: #2f78e3;
}

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;
}
