*{
	margin:0;
	padding:0;
}
a {
	color:#fff;
}
a img {
	border:none;
}
body {
	text-align:center;
	color:#777;
	font:120%/145% Helvetica,Arial,Verdana,sans-serif;
	background: #151515 url('../images/bg_body.jpg') no-repeat center -350px;
	border-top:5px solid purple;
	border-bottom:5px solid purple;
}
hr {
	border:0px solid;
	clear:both;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
.center {
	text-align:center;
}
.hide {
	visibility:hidden;
}
#wrapper {
	padding-top:25px;
	/*background: url('../images/bg_body.jpg') no-repeat center 350px;	*/
}
.header-inner,
.section > .inner {
	width:600px;
	margin:0 auto;	
}
.section {
	margin:45px 0;
}
.section > .inner {
	overflow:auto;
}
#intro {
	background: url('../images/intro_text.gif') no-repeat center top;
	height:220px;
	margin:45px 0 0 0;
}

#intro h2 {
	text-indent:-9999em;	
}
#clients {
/*	border-top:1px solid #222;
	border-bottom:1px solid #222;
*/	
	background-color: #000;
}
#clients > .inner {
	overflow:hidden;
}
#clients ol {
	text-align:left;
	width:5000px;
	margin:15px 0;
	list-style:none;
}
#clients li {
	margin:0 25px;
	display:inline-block;
}
#clients .heading,
#features .heading {
	display:none;
}
#features > .inner  {

}
#features .title {
	color:#BC3DBD;
}
#features .item {
	float:left;
	width:50%;
	margin:15px 0;
}
#features .item .inner {
	padding:15px 0;
	border-right:1px solid #333;
}
#features .item.even .inner {
	border-right:none;
}
#features .item.seo .title,
#features .item.multi .title {
	border-top:none;
}

#features .item .description {
	margin:0 25px;
	font-size:85%;
}

#features .item .title {
	font-size:105%;
	padding:15px 0 10px 0;
	margin:-30px 15px 0 15px;

	border-top:1px solid #333;
}
#partners .heading {
	color:#fff;
	font-size:150%;
	margin:0 0 5px 0;
}
#partners .designers {
	font-size:70%;
	clear:both;
}
#partners .designers em {
	display:block;
	font-style:normal;
	color:#eee;
}
#partners .item {
	margin:25px auto;
	width:45%;
	padding:25px 0;
	border:1px solid #555;
	background-color: #000;
}
#partners .item.odd {
	float:left;
}
#partners .item.even {
	float:right;
}

#footer {
	font-size:60%;
}
.copyright a {
	color:#999;
	text-decoration:none;
}
#contact {
	text-align:left;
}
#contact .inner {
	width:600px;
	margin:0 auto;
}
#contact label {
	display:inline-block;
	width:30%;
	text-align:right;
	margin:0 5% 0 0;
}
#contact textarea,
#contact input[type="text"] {
	width:60%;
	padding:4px;
	font:80%/100% Helvetica,Arial,Verdana,sans-serif;
	color:#444;
}
#contact input#phone,
#contact input#company,
#contact input#country {
	width:30%;
}
#contact input[type="submit"] {
	font-size:90%;
	font-weight:bold;
	color:#BC3DBD;
	padding:5px 25px;
	cursor:pointer;
}
#contact label[for="message"] {
	position:absolute;
	top:0;
}
#contact textarea {
	line-height:140%;
	margin-left:36%;
}
#contact p {
	position:relative;
	margin:8px 0;
}
#contact .options {
	display:block;
	font-size:65%;
	margin:4px 0 0 36%;
}
#contact .options a {
	cursor:pointer;
	text-decoration:underline;
}
#contact .heading {
	text-align:center;
	color:#BC3DBD;
	font-size:130%;
	margin:0 0 25px 0;
}
#contact hr {
	border:none;
	border-top:1px solid #333;
	margin:15px 0;
}
/* ========= */
/* = Print = */
/* ========= */
@media print {
}
