@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;

}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

a:link {color: #794D70}
a:visited {color: #794D70}
a:hover {color: #fff; background: #51263D}
a:active {color: #fff; background: #51263D}


body {
	background: #22252e;
	font-size: x-small; /* IE5/Win */ 
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}

html>body {
	font-size: small;
}

p {
	color: #535353;
	margin: 0 0 10px 0;
	line-height: 21px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #bf4ea6;
	font-size: 170%;
}


#wrap {
	background: #22252e url(../images/background.png) no-repeat;
	width: 1024px;
	margin: 0 auto;
	height: 500px;
}

#header h1, #header p {
	text-indent: -999px;
	line-height: normal;
}

#navigation {
	list-style: none;
	margin: -8px 0 0 475px;
}

#navigation li {
	float: left;
	margin: 0 15px 0 0;
}

#navigation li a:link {
	color: #fff;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
}

#navigation li a:visited {
	color: #fff;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
}

#navigation li a:hover {
	text-decoration: underline;
}

#navigation li a:active {
	text-decoration: underline;
}

#home #showcase {
	width: 851px;
	margin: 64px 0 0 90px;
	background: #666666 url(../images/big_header.gif) no-repeat;
	height: 312px;
}

#team #showcase {
	width: 851px;
	margin: 64px 0 0 90px;
	background: #666666 url(../images/showcase.gif) no-repeat;
	height: 198px;
}

#method #showcase {
	width: 851px;
	margin: 64px 0 0 90px;
	background: #666666 url(../images/method_header.gif) no-repeat;
	height: 198px;
}

#services #showcase {
	width: 851px;
	margin: 64px 0 0 90px;
	background: #666666 url(../images/services_header.gif) no-repeat;
	height: 198px;
}

#contact #showcase {
	width: 851px;
	margin: 64px 0 0 90px;
	background: #666666 url(../images/contact_header.gif) no-repeat;
	height: 198px;
}



#portfolio #showcase {
	width: 851px;
	margin: 64px 0 0 90px;
	background: #666666 url(../images/portfolio_header.gif) no-repeat;
	height: 198px;
}

#showcase {
	width: 851px;
	margin: 64px 0 0 90px;
	background: #666666;
	height: 198px;
}

#content {
	width: 852px;
	margin: 0 0 0 85px;
	background: #fff url(../images/footer.png) no-repeat bottom;
	padding: 15px 0 15px 9px;
}

#home #content #lead {
	text-align: justify;
}

#content #lead {
	width: 540px;
	float: left;
}

#content #sidebar {
	float: right;
	width: 265px;
	margin: 0 8px 0 0;
	background: #fafafa;
	padding: 7px;
	border: #efefef 1px solid;
}

#content ul {
	color: #535353;
	margin: 0 0 10px 15px;
}
#method #content #lead p.intro, #services #content #lead p.intro {
	margin: 0;
}

#method #content #lead p, #services #content #lead p{
	margin: 0 0 20px 0;
}

#content #sidebar #unique li {
	margin: 0 0 7px 0;
}

#content .intro {
	font-size: 120%;
	letter-spacing: -0.01em;
	color: #733f65;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#footer {
	margin: 0 0 0 85px;
	width: 861px;
	clear: both;
}

#footer p {
	padding: 5px 0 0 0;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

input, textarea, label {
	display: block;
}

input {
	height: 20px;
	width: 150px;
	margin: 0 0 10px 0;
}

textarea {
	margin: 0 0 10px 0;
}
