body {
	font-family: 'Open Sans', sans-serif;
	color: #222;
	background-color: #333;
}
h1, h2, h3, h4, h5 { text-transform: uppercase; }
.inner-container {
	width: 1000px;
	margin: 0 auto;
}
strong { font-weight: 700; }
.left { width: 50%; display: table-cell; }
.right { width: 50%; text-align: right; display: table-cell; vertical-align: bottom; }
.dark {
	background-color: #666;
	color: #fff;
}
.clear { clear: both; }

#header {
	background-color: #666;
	padding: 30px 0;
}
#header h1 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
}
#header h1 span {
	text-transform: none;
	font-weight: 500;
}

#content {
	position: relative;
	background: url('bg-content.jpg') repeat-y top right #fff;
	padding: 30px 0;
	height: 391px;
}
#content .img-content {
	position: absolute;
	top: 0;
	right: 0;
	height: 500px;
}
#content h1 {
	display: inline-block;
	padding: 10px 0;
	font-size: 27px;
	color: #b22c15;
	font-weight: 700;
	margin-bottom: 20px;
	border-bottom: 1px solid #b22c15;
    border-top: 1px solid #b22c15;
}
#content h2 {
	font-size: 17px;
	font-weight: 600;
}
#content .price-box {
	border: 1px solid #666;
	width: 120px;
	float: left;
	margin: 20px 20px 20px 0;
}
#content .price-box .price {
	padding: 8px 0;
}
#content .price-box h4 {
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	padding: 4px 0;
}
#content .price-box .price h3 {
	text-align: center;
	text-transform: none;
	font-size: 23px;
	background-color: #b22c15;
    border-radius: 10px;
    color: #fff;
}
#content .price-box .price h5 {
	font-size: 11px;
	font-weight: 400;
	text-transform: none;
	text-align: center;
	color: #b22c15;
}
#content blockquote {
	font-size: 13px;
	line-height: 21px;
	font-style: italic;
	margin-bottom: 40px;
}
#content a {
	text-decoration: none;
	font-weight: 600;
	color: #222;
}
#content a p { padding-top: 10px; line-height: 19px }
#content a span { color: #b22c15; }
#content a img {
	height: 80px;
	display: block;
    float: left;
    margin-right: 8px;
}

#footer {
	background-color: #222;
	padding: 30px 0;
	font-size: 13px;
	color: #eee;
}
#footer .footer-table {
	display: table;
	width: 100%;
}
#footer p {
	font-size: 13px;
	color: #eee;
	line-height: 19px;
}
#footer a {
	color: #f0b200;
}

#img-rotator {
	position: absolute;
	top: 80px;
	right: 350px;
	list-style: none;
}
#img-rotator li img {
	height: 200px;
	border-radius: 100px;
border: solid 1px #CCC; -moz-box-shadow: 1px 1px 8px #999; -webkit-box-shadow: 1px 1px 8px #999; box-shadow: 1px 1px 8px #999;
}
#img-rotator h3 {
	color: #333;
	line-height: 22px;
	text-align: center;
	margin-bottom: 10px;
	font-size: 17px;
}

@media all and (max-width: 1050px) {
	#content { padding-left: 20px; }
	.inner-container { width: 96%; }
	#img-rotator { display: none; }
}
@media all and (max-width: 800px) {
	.inner-container { width: 96%; }
    #content .img-content { display: none; }
    #content { padding-left: 0; height: auto; background: #f0f0f0; }
}