body {
	font:normal 80%/1.3em Arial, Helvetica, Verdana, sans-serif;
	color:#000;
	background-color:#151515;
}

#container {
	width:960px;
	margin:0 auto;
	background-color:#fff;
	padding:0;
	overflow:hidden;
}

#header {
	background:url(../img/headerbg.jpg) 0 0 no-repeat transparent;
	position:relative;
	height:253px;
	overflow:hidden;
}

#logo {
	margin:30px 0 0 35px;
}

#twitter {
	position:absolute;
	top:27px;
	right:110px;
}

#twitter li a {
	color:#fff;
	font-size:0.6em;
	font-style:italic;
	line-height:43px;
	vertical-align:middle;
}

#twitter li a img {
	vertical-align:middle;
}

#minicontact {
	position:absolute;
	left:30px;
	bottom:32px;
	height:35px;
	overflow:hidden;
}

#minicontact li {
	float:left;
	color:#fff;
	font-weight:bold;
	font-size:0.9em;
}

#minicontact li a {
	color:#fff;
}

#minicontact li.email {
	padding:0 10px 0 0;
	border-right:1px solid #fff;
}

#minicontact li.phone {
	text-indent:20px;
	background:url(../img/phone.gif) 0 0 no-repeat transparent;
	margin-left:10px;
}

#nav {
	position:absolute;
	left:0;
	bottom:0;
	width:960px;
	height:31px;
	border-top:1px solid #fff;
	overflow:hidden;
	white-space:nowrap;
}

#nav li {
	float:left;
	position:relative;
	width:191px;
	height:31px;
	line-height:31px;
	border-right:1px solid #fff;
}

#nav li:last-child {
	border-right:0;
	width:192px;
}

#nav li a {
	color:#fff;
	font-weight:bold;
	font-size:0.95em;
	display:block;
	width:100%;
	height:1005;
	text-align:center;
}

#nav li a:hover {
	color:#7e06a1;
}

#nav li a.active {
	color:#7e06a1;
}

#nav #home {
	background-color:#939598;
}

#nav #services {
	background-color:#808285;
}

#nav #testimonials {
	background-color:#6d6e71;
}

#nav #faqs {
	background-color:#58595b;
}

#nav #contact {
	background-color:#414042;
}

#content {
	padding:30px 70px 10px 70px;
	font-size:0.94em;
	color:#414042;
	overflow:hidden;
}

#content .column {
	float:left;
	width:385px;
}

#content .leftcol {
	padding:0 25px 0 0;
}

#content .rightcol {
	padding:0 0 0 25px;
}

#content h2 {
	color:#7e06a1;
	font-weight:bold;
	font-size:1.4em;
	margin:0 0 10px 0;
}

#content h2 span {
	color:#6d6e71;
}

#content h3 {
	color:#7e06a1;
	font-weight:bold;
}

#content .imgcontainer {
	background-color:#939598;
	padding:11px 12px;
	overflow:hidden;
	margin:0 0 15px 0;
	text-align:center;
}

#content .imgcontainer img {
	border:2px solid #fff;
}

#content .imgcontainer img.left {
	float:left;
}

#content .imgcontainer img.right {
	float:right;
}

#content p {
	margin:0 0 15px 0;
	font-size:0.9em;
}

#content .imgcontainer p {
	margin:0;
}

#content ul {
	margin:0 0 15px 0;
}

#content ul li {
	font-size:0.94em;
}

#content ul.purple li {
	color:#7e06a1;
}

#content .purple {
	color:#7e06a1;
}

#content blockquote {
	overflow:hidden;
	margin:0 0 15px 0;
}

#content blockquote p {
	margin:0;
}

#content blockquote span {
	display:block;
	color:#7e06a1;
	font-weight:bold;
}

#content a {
	color:#414042;
}

#footer {
	border-top:2px solid #7e06a1;
	background-color:#49045f;
	padding:0 8px;
	height:26px;
	font-size:0.8em;
}

#footer p {
	background-color:#000;
	color:#fff;
	height:26px;
	line-height:26px;;
	overflow:hidden;
	padding:0 30px;
}

#footer a {
	color:#fff;
}

#footer .right {
	float:right;
}

#footer .green {
	color:#0fba02;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}