* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	background: #FDF6E4 url(../i/bg/body-bg.jpg) repeat-x left top scroll;
}
a {
	text-decoration: none;
	color: #6D8AAF;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}

h2 {
	font-family: Tahoma, Arial, Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	font-weight: normal;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	display: block;
	background: #250D0D;
}

/* header */
#header {
	border-bottom: 1px solid #966C5E;
	padding: 10px 10px 5px 10px;
	height: 52px;
}
#logo {
	float: left;
}

/* header - main nav */
#mainnav {
	float: right;
	display: block;
	width: auto;
	height: 52px;
}

#mainnav li {
	float: left;
	display: inline-block;
	margin-right: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}
#mainnav li a {
	display: block;
	line-height: 1em;
	padding: 10px;
	color: #fff;
}
#mainnav li a:hover, #home #mainnav .home a, #about #mainnav .about a, #prices #mainnav .prices a, #clients #mainnav .clients a {
	background: #3D241D;
	-moz-border-radius: 5px; border-radius: 5px;
	text-decoration: none;
}

#carousel {
	border: 3px solid #250D0D;
	background: #250D0D;
}
#carousel h1 {
	font-size: 4em;
	color: #fff;
	padding: 20px 100px;
	text-align: center;
	/* font-family: "Trebuchet MS", georgia, "Times New Roman", Times, serif; */
	font-family: georgia, "Times New Roman", Times, serif;
	display: block;
	clear: both;
	line-height: 1.3em;
}
#carousel #graphic {
	background: transparent url(../i/carousel/featbg1.jpg) no-repeat -3px 0;
	height: 316px;
	width: 974px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
#carousel #overlay {
	float: right;
	margin: 30px 70px 0 0;
	width: 250px;
	overflow: hidden;
}
#carousel #overlay h2, #carousel #overlay p {
	display: inline-block;
	background: #000;
	padding: 0 5px 2px 5px;
	clear: both;
	margin-bottom: 10px;
	color: #fff;
	opacity: 0.8;	
}

#carousel #overlay p {
	line-height: 1.4em;
	display: inline;
	text-align: left;
}

#content {
	padding: 20px;
	background: #250D0D;
}
#home #content {
	padding: 20px 0 18px 0;
}
#content .textBox {
	background: #fff;
	padding: 10px 15px;	
	width: 440px;
	float: left;
	margin: 0 20px;
	height: 214px;
	overflow: hidden;
}
#content .textBox h2 {

}
#content .textBox p {
	font-size: 0.85em;
	margin-bottom: 5px;
	line-height: 1.3em;
}

#content .featBox {
	float: left;
	padding-right:15px;
	width:455px;
	color: #fff;
}
#content .featBox img.leadImg {
	float: left;
	border: 15px solid #fff;
	margin-right: 15px;
}
#content .featBox h2 {
	font-family: Tahoma, Arial, Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	font-weight: normal;
}	
#content .featBox p {
	font-size: 0.85em;
	margin-bottom: 5px;
	line-height: 1.3em;
}

#footer {
	border-bottom: 2px solid #250D0D;
	padding-bottom: 10px;
	/* background: transparent url(../i/bg/faded_log.gif) no-repeat 5px -40px; */
	display:none;
}
#footer #sitemap {
	padding: 10px;	
	width: 450px;
	float: left;
	margin: 0 40px 0 20px;
	/* background: transparent url(../i/ico/sitemap.gif) no-repeat 230px 0; */
	background: #FDF6E4;
}
#footer #sitemap ul {
	display: inline-block;
	float: left;
	margin: 0 40px 20px 0;
}
#footer #sitemap ul li {
	list-style: none;
	display: block;	
	clear: both;
	margin-bottom: 5px;
	font-size: 0.85em;
}
#footer #sitemap ul li a {
	display: block;
	padding-left: 20px;
	background: transparent url(../i/ico/arrow-right.gif) no-repeat 0% 50%;
	color: #333;
}
#footer #sitemap ul li strong a {
	background: none;
	padding-left: 0;
	padding-top: 10px;
}

#footer #contactFooter {
	padding: 10px 15px 10px 0;	
	width: 430px;
	float: left;
	color: #FDF6E4;
	/* background: transparent url(../i/ico/at.gif) no-repeat 150px 10px; */
}
#footer #contactFooter #contactForm {
	display: block;
	clear: both;
	margin-top: 10px;	
}
#footer #contactFooter #contactForm label {
	display: block;
	clear: both;
	margin-bottom: 5px;
}
#footer #contactFooter #contactForm label strong {
	display: block;
	width: 92px;
	text-align: right;
	float: left;
	margin-right: 10px;	
}
#footer #contactFooter #contactForm label input {
	width: 310px;
	height: 20px;
	padding: 5px;
	border: 2px solid #FDF6E4;	
	background: #fff;
}
#footer #contactFooter #contactForm label textarea {
	width: 310px;
	height: 150px;
	padding: 5px;
	border: 2px solid #FDF6E4;
	background: #fff;
}
#footer #contactFooter #contactForm label input:focus, #footer #contactFooter #contactForm label textarea:focus {
	background: #ffff80;
	border: 2px solid #990000;
}
#footer #contactFooter #contactForm button {
	float: right;	
	background: none;
	border: none;
	color: #250D0D;
	margin-right: 5px;
	font-size: 1em;
	font-weight: bold;	
}
#footer #contactFooter #contactForm button:hover {
	cursor: pointer;
}

#footerBottom {
	color: #666666;
	text-align: right;
	font-size: 0.8em;
	padding: 5px 10px;
	margin-bottom: 30px;
	background: #FDF6E4;
}
#footerLinks {
	float: left;
	display: inline-block;
}
#footerLinks a {
color: #250D0D;
margin-right: 10px;	
cursor: pointer;	
}

/* About page */
h1 {
    color: #250D0D;
    font-size: 4em;
    font-family: georgia, "Times New Roman", Times, serif;
    display: block;
    clear: both;
}

.innerContent {
	color: #333;
	background: #fff;
	min-height: 650px;	
}
#content .fullwidth {
	padding: 20px;
}
#content .primary {
	width: 570px;
	float: left;
	padding: 20px;

}
#content .primary h2, #content .fullwidth h2 {
	font-size: 1.5em;
	margin-top: 15px;
	}
#content .primary p {
	margin: 0 0 10px 0;	
}
#content .secondary {
	width: 330px;
	float: left;	
	padding-top: 36px;
}
#content .secondary h3 {
	font-size: 0.9em;	
	padding: 5px 10px 0 20px;
	font-style: italic;
	text-align: right;
}

/* case study */
blockquote {
	padding: 10px 40px;
	font-style: italic;
	color: #5ead16;
}
blockquote strong {
	display: block;
	clear; both;
	float: right;
	color: #000;
}
#clients #content h2 {
padding-left: 15px;
line-heignt: 1em;
}