@charset "UTF-8";
/* CSS Document */

body { background: url(../images/bg-singleline.gif) center #000; margin-top:0px; }

a { color: #20456b; }

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 975px;
}

#header { 
	background: #FFF; 
	height:21px;
	width:100%;
	position: fixed;
	top: 0px;
	left: 0px;
}

#contentWrap { 
	height: 661px;
	margin-top: 20px;
	padding-top:60px;
	margin-left: -5px;
}


#footer {
	background:url(../images/footer-background.png) no-repeat transparent;
	height: 80px;	
	width: 100%;
	position:fixed;
	bottom:0px;	
	padding: 44px 0 0 70px;
	
}

#footerNav {
	width:602px;
	float:left;
}

#footerLeft {
	background: url(../images/footer-leftbackground.png);
	width:700px;
	height:142px;
	float: left;
	margin-left: -770px;
	margin-top: -44px;
}

.clear {
	clear: both;
}

#contentText {
	width: 600px;
	margin-left: 70px;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
	height: 450px;
	position: relative; 
	float: left;
}

#contentText ul { padding-left: 12px; }


#contentHeadline {
	color: #20456b;
	font-size: 18px;
	font-weight: bold;
}


#contentFoot {
	vertical-align:bottom;
	position:absolute;
	bottom:0px;
	left:0px;
	width: 600px;
	text-align:right;
	font-style: italic;
	font-weight: bold;
	color: #465178;	
}

.hrLine, .hrLine-blue, .hrLine-white {
	height: 1px;
	width: 102%;
	margin-bottom: 7px;

}

.hrLine {
	background:#465178;
}

.hrLine-blue {
	background:#20456b;
	margin-bottom: 15px;
}

.hrLine-white {
	background: #fff;
	margin-bottom: 14px;
}

.contentBold {
	color: #20456b;
	font-weight: bold;
}

#priceList {
	float: left;
	color: #fff;
	margin-left: 35px;
	margin-top: -37px;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	width: 215px;
}

.priceListNames {
	float: left;
	width: 175px;
	margin-bottom: 15px;
}

.priceListPrices {
	width: 35px;
	float: right
}

.cushycms { }