
@media print {
	#pcuLeftColumn {
		display: none;
	}
	
	div#pcuRightColumn {
		margin: 0 auto;
		float: none;
	}
	
	div.printOnly {
		display: block;
	}
	
	div#bgContainer {
		background: #FFFFFF;
	}
	
	div#vimeo {
		display: none;
	}
}


.printOnly {
	display: none;
}

html, body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
}

#pcuWrapper {
	font-family: helvetica neue light,helveticaneue-light,helvetica,arial,verdana,sans-serif;
	font-size: 13px;
	margin: 0;
	text-align: left;
}

#pcuWrapper a, #pcuWRapper p {
	font-family: helvetica neue light,helveticaneue-light,helvetica,arial,verdana,sans-serif;
	font-size: 12px;
	color: #505050;
}

#pcuWrapper a:hover {
	text-decoration: underline;
}

.pcuH1 {
	color: #4C4C4C;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 18px;
	letter-spacing: -0.025em;
	
}

.pcuH2 {
	color: #49A8DC;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.pcuH3 {
	color: #49A8DC;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.pcuH3gray {
	color: #7F7F7F;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.pcuH4 {
	color: #A92E29;
	font-weight: bold;
	font-size: 16px;
}

#pcuHeader {
	position: relative;
	width: 1068px;
	height: 315px;
	background: #FFF url('../images/pcuHeaderBackground.png') no-repeat center bottom;
}

#pcuHeader #headerHeadline {
	position: absolute;
	right: 60px;
	top: 31px;
}

#pcuHeader #headerProductImage {
	position: absolute;
	left: 28px;
	bottom: 6px;
}

#pcuHeader #vimeo {
	position: absolute;
	bottom: 37px;
	right: 59px;
}

#pcuSpacer {
	width: 100%;
	height: 15px;
}

#pcuLeftColumn {
	width: 310px;
	float: left;
/*	background-color: #EDEDED; */
	margin: 0 30px 0 38px;
	text-align: left;
	overflow: hidden;
}

#pcuLeftColumnLiner {
	padding: 15px 20px;
}

#pcuLeftColumn p {
	font-size: 12px;
}

#pcuLeftColumn a.fieldPhotos {
	display: block;
	margin: 10px 0;
}

#pcuLeftColumn #pcuAdditionalVideo {
	display: block;
	margin: 15px 0;
}

#pcuLeftColumn a.redLink {
	color: #B10325;
	text-decoration: underline;
}

#pcuLeftColumn a.redLink:hover {
	color: #4D4C47;
}

#pcuLinkWrap {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

a#printLink {
	background: url('/images/printIconSmall.png') no-repeat left top;
	display: inline-block;
	height: 22px;
	line-height: 22px;
	margin-right: 12px;
	padding-left: 28px;
	font-size: 11px;
}

a#pdfLink {
	background: url('/images/pdfIconSmall.png') no-repeat left top;
	display: inline-block;
	height: 22px;
	line-height: 22px;
	padding-left: 28px;
	font-size: 11px;
}

.columnDivider {
	width: 100%;
	height: 1px;
	border-color: #d0d0d0;
	border-top-style: dashed;
	border-width: 1px;
	margin: 15px auto;
}

#pcuRightColumn {
	float: left;
	width: 658px;
	text-align: left;
}

#stdFeatures {
	float: left;
	margin-top: 5px;
}

#availableOptions {
	width: 275px;
	float: left;
	margin: 5px 0 0 25px;
	padding-left: 20px;
	border-color: #d0d0d0;
	border-left-style: dashed;
	border-width: 1px;
	
}

.unstyledList {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

ul.pcuStyledList {
	margin-left: 0;
	margin-right: 0px;
	padding-left: 0;
	list-style: none;
	width: 300px;
}

ul.pcuStyledListWide {
	margin-left: 0;
	margin-right: 0px;
	padding-left: 0;
	list-style: none;
	width: 650px;
}

.pcuStyledList li, .pcuStyledListWide li {
	padding-left: 25px;
	background-image: url('../images/listArrow.png');
	background-repeat: no-repeat;
	background-position: 0 5px;
	margin-bottom: 2px;
	font-size: 12px;
}

.featuresFloater {
	float: left;
	display: block;
	width: 308x;
	margin-right: 20px;
}

#hmiContainer {
	display: block;
	width: 660px;
	height: 200px;
}

#hmiContainer div.hmiImageBox {
	display: block;
	width: 195px;
	height: 180px;
	float: left;
	text-align: center;
	position: relative;
}

#hmiContainer div.hmiImageBox img {
	margin: 0 auto;
	display: block;
	position: relative;
}

#hmiContainer div.hmiImageBox span {
	display: block;
	position: absolute;
	bottom: 0;
	color: #49A8DC;
	font-weight: bold;
}

#hmiContainer img.hmiArrow {
	float: left;
	display: block;
	margin: 65px 10px 0;
}



#bgContainer {
	background: #FFFFFF url('../images/bgColumn.jpg') repeat-y 36px 0;
	height: 100%;
}

#pcuHeadline {
	margin: 10px 0 10px 0;
}
