@charset "utf-8";
/* CSS Document */

body{
	background-color:#333;
	background-image:url(../images/bg-main.png);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
}
#wrapper-main{
	width:990px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#wrapper-left{
	width:384px;
	float:left;
}
#wrapper-right{
	width:605px;
	float:left;
	background-image:url(../images/bg-top-right.png);
	background-repeat:no-repeat;
	background-position:top right;
}
#wrapper-content{
	width:550px;
	background-color:#fff;
	padding:0px 15px 0px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	line-height:25px;
}
#content-top{
	width:580px;
	height:68px;
	margin-top:32px;
	background-image:url(../images/evolutionize.png);
	background-repeat:no-repeat;
}
#content-bottom{
	width:580px;
	height:21px;
	background-image:url(../images/bg-content-bottom.png);
	background-repeat:no-repeat;
}
#clear{
	clear:both;	
}
#nav-home{
	width:277px;
	margin:10px 0px 10px auto;
}
#nav-services{
	width:333px;
	margin:0px 0px 10px auto;
}
#nav-testimonials{
	width:376px;
	margin:0px 0px 10px auto;
}
#nav-contact{
	width:241px;
	margin:0px 0px 10px auto;
}
#feature-image{
	margin-top:20px;	
}
#footer{
	width:560px;
	background-color:#191919;
	margin-top:15px;
	margin-bottom:20px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	text-align:center;
	position:relative;
}
.red{
	color:#c00;	
}
.footer{
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size:10px;
}
.footer a{
	color:#999;
}
#footer-corner-bottomleft{
	height:9px;
	width:9px;
	position:absolute;
	bottom:0px;
	left:0px;
	background-image:url(../images/footer-corner-bottomleft.gif);
}
#footer-corner-topright{
	height:9px;
	width:9px;
	position:absolute;
	top:0px;
	right:0px;
	background-image:url(../images/footer-corner-topright.gif);
}
#footer-corner-topleft{
	height:9px;
	width:9px;
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(../images/footer-corner-topleft.gif);
}
#footer-corner-bottomright{
	height:9px;
	width:9px;
	position:absolute;
	bottom:0px;
	right:0px;
	background-image:url(../images/footer-corner-bottomright.gif);
}
.title{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:22px;
	color:#000;
}
.subtite{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#c00;
}
/* HOME */
#content-home-left{
	width:220px;
	float:left;
}
#content-home-right{
	width:306px;
	float:left;
	margin-left:15px;
}