/* CSS Document */
body {
	padding:0;
	margin:0;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#d1e7f9;
	font-family:"Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
}

.strike {
	text-decoration: line-through;
}

#wrapper {
	width:1000px;
	margin:0 auto;
	padding:0 0 60px 0;
}

h1#banner {
	margin:0;
	display:block;
	width:1000px;
	height:0px;
	padding:226px 0 0 0;
	overflow:hidden;
	background-image:url(../images/banner.jpg);
}

h1#banner-new {
	margin:0;
	display:block;
	width:1000px;
	height:0px;
	padding:226px 0 0 0;
	overflow:hidden;
	background-image:url(../images/banner-new.jpg);
}

#bannerHold {
	width:1000px;
	height:35px;
	padding:226px 0 0 0;
	overflow:hidden;
	background-image:url(../images/banner.jpg);
}

#contentWrapper {
	margin:0 30px;
	padding:10px 10px 0 10px;
	width:918px;
	border:1px solid #dbdcec;
	border-top:none;
}

#contentInside {
	width:878px;
	background-color: #495f9c;
	padding: 20px;
}

.contentItemTop {
	width:878px;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #fff;
}

.contentItemTop img {
	padding: 0 20px 0 0;
}

.contentItem {
	width:878px;
	padding: 0 0 20px 0;
	margin: 20px 0 0 0;
	border-bottom: 1px dotted #fff;
}
.contentItemLeft {
	width:250px;
	padding: 0 20px 0 0;
	float: left;
}

.contentItemLeft img {
	padding: 0 0 10px 0;
}

.contentItemRight {
	width:608px;
	float: left;
}

.contentOffer {
	width:608px;
	border-top: 1px dashed #fff;
	padding-top: 20px;
	margin-top: 10px;
}

.divider {
	width: 100%;
	height: 40px;
	border-top: 1px dotted #fff;
	margin: 20px 0 0 0;
}



#leftColumn, #rightColumn, #leftColumnHalf, #rightColumnHalf, #fullWidth, .rightColumnHalf {
	background-image:url(../images/column_bg.png);
	background-repeat:repeat-x;
	float:left;
}

* html #leftColumn, * html #rightColumn, * html #leftColumnHalf, * html #rightColumnHalf, * html #fullWidth, * html .rightColumnHalf {
	background-image:url(../images/column_bg_ie6.png);
} 

a#johngood {
	display:block;
	width:87px;
	padding:16px 0 0 0;
/*	margin:0 0 0 -154px; value with credits */
	margin:0 0 0 -43px;
	left: 50%;
	position:absolute;
	top:36px;
	height:0;
	background-image:url(../images/johngood.png);
	overflow:hidden;
	/*clear:both;*/
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	font-size:10px;
	behavior: url(/css/iepngfix.htc);
}

a#seventhwave {
	display:block;
	width:220px;
	padding:16px 0 0 0;
	margin:0 0 0 10px;
	position:absolute;
	top:21px;
	text-decoration:none;
	font-size:10px;
	left: 50%;
	margin-left: -56px;
	color: black;
}

#credits {
	clear: both;
	width: 918px;
	position: relative;
	height: 10px;
}

img.png {
	behavior: url(/css/iepngfix.htc);
}

.floatclearer {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

img.border {
	border: 5px solid white;
}
