body{
	background-image:url('background.jpg');
}
.relative{
	position:relative;
}

.colored_box{
	background-color:#b10400;
}


.title_bar h1.title{
	padding-bottom:0;
}

h2.section_title{
	width:445px;
	height:198px;
	overflow:hidden;
	text-indent:-999em;
	background-image:url('title.png');
	background-repeat:no-repeat;
	background-size:100%;
	position:absolute;
	top:0;
	right:0;
	z-index:1000;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	h2.section_title{
		background-image:url('title@2x.png');
	}
}


.titleImage{
	padding: 0;
	background-color:none;
	height:320px;
}

	.titleImage a{
		margin:0;
		border:none;
	}


.narrowImage{
	margin:20px;
}



dl.specs,
ul.specs{
	width:100%;
	overflow:auto;
	margin:0;
	list-style:none;
}

	dl.specs dt{
		font-weight:normal;
		color:rgba(0,0,0,0.4);
		text-align:right;
		width:33%;
		float:left;
		clear:right;
		padding:5px 0;
	}
	
	dl.specs dd,
	ul.specs li{
		width:62%;
		color:black;
		float:right;
		clear:right;
		padding:5px 0;
	}
	
	ul.specs li{
		width:95%;
	}
	
	.quote{
		margin-right:20px;
		margin-top:30px;
	}
