@charset "UTF-8";
*{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background-color: #f9f3ec;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
p{
	text-indent:1em;
}
hr{clear:both;}
strong{
	font-weight:bold;
	font-style:italic;
}
.center{
	text-align:center;
}
.text-left{
	text-align:left !important;
}
.clear{
	clear:both;
}
.floatright{
	float:right;
}
.floatleft{
	float:left;
}

.container{
	width:950px;
	margin:20px auto;
}
.header{
	text-align:center;
}
.nav{
	width:150px;
	float:left;
}
.content{
	width:800px;
	float:left;
	padding:20px 0 20px 20px;
}
.footer{
	clear:both;
	padding:20px 0;
}

.row{
	clear:both;
	overflow:hidden;
	margin:10px 0;
}
.special{
	background-color:#fff;
	border:1px solid #900;
	border-radius:5px;
}
.pad{padding:0 20px 20px;}
.col1-4,.col1-3,.col1-2{
	float:left;
	/*border:1px solid #f00;*/
	padding:10px;
	font-size:14px;
	text-align:center;
}
.col1-4{
	width:25%;
}
.col1-3{
	width:33.3333%;
}
.col1-2{
	width:50%;
}
.col1-4 img,.col1-3 img,.col1-2 img{
	max-width:100%;
	height:auto !important;
}

.section-heading{
	background-color:#900;
	color:#fff;
	text-align:center;
	border:1px solid #900;
	border-radius:10px;
	padding:5px;
	margin:10px 50px 5px;
}
.headline{
	clear:both;
	font-size:18px;
	color:#900;
}
.large{
	font-size:24px;
}
.bold-price{
	font-weight:bold;
	font-size:16px;
}
.spread li{
	padding:.5em 0 0;
}
.justify,.nobullets{
	list-style:none;
	margin:0;
	padding:0;
	font-size:14px;
}
.justify{
	text-align:justify;
	margin-bottom:10px;
}
.justify:after{
	content:"";
	position:relative;
	display:block;
	clear:both;
}
.justify li{
	clear:both;
	margin:0;
	padding:.5em 0 0;
	position:relative;
}
.justify li:before{
	content:"";
	position:absolute;
	z-index:0;
	border-bottom:.1em dotted #000;
	top:1.4em;
	width:100%;
}
.justify em{
	float:left;
	font-weight:normal;
	font-style:normal;
	padding:.1em;
	position:relative;
	z-index:1;
}
.justify span{
	float:right;
	position:relative;
}
.justify em,.justify span{
	background-color:#f9f3ec;
}
.special .justify em,.special .justify span{
	background-color:#fff;
}
