@media print {
	#coreLeftColumn {
		display: none;
	}
	
	div#coreRightColumn {
		margin: 0 auto;
		float: none;
	}
	
	div.printOnly {
		display: block;
	}
	
	div#bgContainer {
		background: #FFFFFF;
	}
	
	div#headerVideo {
		display: none;
	}
}


.printOnly {
	display: none;
}

#coreWrapper {
	font-family: helvetica neue light,helveticaneue-light,helvetica,arial,verdana,sans-serif;
	font-size: 13px;
	margin: 0;
	text-align: left;
}

#coreWrapper a, #coreWrapper p, #coreWrapper span {
	font-family: helvetica neue light,helveticaneue-light,helvetica,arial,verdana,sans-serif;
	font-size: 12px;
	color: #505050;
}

#coreWrapper a:hover {
	text-decoration: underline;
}

.coreH1 {
	color: #7a7a7a;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: -0.025em;
	
}

.coreH2 {
	color: #49A8DC;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.coreH3 {
	color: #49A8DC;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.coreH4 {
	color: #A92E29;
	font-weight: bold;
	font-size: 16px;
}

#coreHeader {
	position: relative;
	width: 1068px;
	height: 351px;
	background: #FFF url('../images/headerBackground.png') no-repeat center bottom;
}

#coreHeader #headerHeadline {
	position: absolute;
	right: 29px;
	top: 6px;
}

#coreHeader #headerSubtext {
	position: absolute;
	right: 95px;
	bottom: 108px;
}

#coreHeader #headerProductImage {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#coreHeader #headerVideo {
	position: absolute;
	bottom: 29px;
	left: 51px;
}

#coreSpacer {
	width: 100%;
	height: 20px;
}

#coreLeftColumn {
	width: 310px;
	float: left;
/*	background-color: #EDEDED; */
	margin: 0 35px 0 40px;
	text-align: left;
	overflow: hidden;
}

#coreLeftColumnLiner {
	padding: 15px 20px;
}

#coreLeftColumn p {
	font-size: 12px;
}

#coreLeftColumn #coreAdditionalVideo {
	display: block;
	margin: 15px 0;
}

#coreLeftColumn a.additionalPhotos {
	display: block;
	margin: 10px 0;
}

#coreLeftColumn a.redLink {
	color: #B10325;
	text-decoration: underline;
}

#coreLeftColumn a.redLink:hover {
	color: #4D4C47;
}

#coreLinkWrap {
	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;
}

#coreRightColumn {
	float: left;
	width: 660px;
	text-align: left;
}

#coreRightColumn #rightColumnVideo {
	float: left;
	width: 386px;
	height: 217px;
	margin: 10px 20px 10px 0;
}

#coreRightColumn #columnVideoText {
	float: left;
	width: 200px;
	background: url(../images/leftArrow.jpg) no-repeat left 2px;
	padding-left: 25px;
	margin-top: 10px;
}

#coreRightColumn #columnVideoText span {
	display: block;
	margin-bottom: 15px;
}

#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.coreStyledList {
	list-style-image: url('../images/listArrow.png');
	padding-left: 22px;
	margin-bottom: 0;
	margin-right: 25px;
	width: 275px;
	float: left;
}

.coreStyledList li {
	width: 270px;
}
*/

ul.coreStyledList {
	margin-left: 0;
	margin-right: 0px;
	padding-left: 0;
	list-style: none;
	float: left;
	width: 300px;
}

.coreStyledList li {
	padding-left: 25px;
	background-image: url('../images/listArrow.png');
	background-repeat: no-repeat;
	background-position: 0 5px;
	margin-bottom: 6px;
	font-size: 12px;
}

#bgContainer {
	background: #FFFFFF url('../images/bgColumn.jpg') repeat-y 36px 0;
	height: 100%;
}

#coreHeadline {
	margin: 10px 0 10px 0;
}
