@import url('reset.css');

html, body {
	background: #FBFBFB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1 {
	color: #222;
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

p {
	line-height: 1.4em;
	margin: 0 0 1em 0;
}

a, a:link, a:visited {
	color: #AF1A1A;
	text-decoration: none;
}

a:hover, a:active {
	color: #AF1A1A;
	text-decoration: underline;
}

#content img {
	border: 2px solid #ccc;
}

.alignright {
	float: right;
	margin: 10px 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}

em, cite {
	font-style: italic;
}

strong {
	font-weight: bold;
}

blockquote p {
	margin: 0 10px 2px 10px;
	font-style: italic;
	text-indent: -0.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.1em;
}

blockquote p:before {
	content: "“";
	font-weight: bold;
}

blockquote p:after {
	content: "”";
	font-weight: bold;
}

ul, ol {
	margin: 15px 0 15px 20px;
}

ul li {
	margin: 0 0 0.4em 0;
	list-style-type: disc;
	list-style-position: inside;
}

ol li {
	margin: 0 0 0.4em 0;
	list-style-type: decimal;
	list-style-position: inside;
}

.clearing {
	clear: both;
}

.mainwidth {
	width: 800px;
	margin: 0 auto;
	height: 77px;
	position: relative;
}

#header {
	width: 100%;
	height: 77px;
	padding: 18px 0 5px 0;
	background: url('images/header-bg.png') top left repeat-x #C20000;
	border-bottom: 1px solid #940000;
}

#logo {
	display: block;
	float: left;
}

#nav {
	position: absolute;
	bottom: 2px;
	margin: 0;
}

#nav li {
	float: left;
	margin: 0 20px 0 0;
	list-style-type: none;
}

#nav li a, #nav li a:link, #nav li a:visited, #nav li a:hover, #nav li a:active {
	color: #ECECEC;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#contact {
	float: right;
	color: #ECECEC;
	font-size: 14px;
}

#contact p {
	line-height: 1em;
	margin: 0 0 2px 0;
}

#wrapper {
	width: 800px;
	margin: 15px auto 0 auto;
}

#content {
	margin: 5px;
}

.intro {
	font-size: 18px;
	text-shadow: 1px 1px 0 #eee;
	line-height: 1.3em;
	color: #111;
	/*margin: 10px 0 25px 0;*/
	margin: 10px 0;
}

.box {
	padding: 7px;
	background: #f0f0f0;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

.box h2 {
	text-shadow: 1px 1px 0 #ddd;
	/*background: #777;*/
	padding: 5px 0;
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 16px;
	/*color: #FFF;*/
	border-bottom: 1px dashed #888;
}

.home-unique {
	width: 285px;
	float: left;
	margin-right: 10px;
}

.testimonials {
	width: 220px;
	float: left;
	margin: 0 10px 0 0;
}

.testimonials cite {
	display: block;
	text-align: right;
	margin: 0 15px 15px 0;
}

.quote {
	width: 220px;
	float: left;
}

#footer {
	margin: 25px 0 10px 0;
	text-align: center;
}

#footer p {
	margin: 0;
	font-size: 85%;
}

#gallery {
	width: 100%;
	overflow: hidden;
}

#gallery img {
	width: 380px;
	height: 285px;
	float: left;
	margin: 5px;
}