/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
body {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 13px;
	color: #777777;
	background: #000 url(images/feature_bg_rpt.gif) repeat-x 0 60px;
}
p {
	color: #777777;
	line-height: 22px;
}
a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background:#201116;
}
#header {
	width: 963px;
	height: 60px;
	position: relative;
	left: 0;
	top: 0;
	margin: 0 auto;
	background: url(images/content_bg.gif) no-repeat 0 -40px;
}
#feature {
	background: url(images/feature.jpg) no-repeat;
	width: 1257px;
	height: 438px;
	position: relative;
	left: 0;
	top: 0;
	margin: 0 auto;
}
#feature h1 {
	text-indent: -9999px;
	overflow: hidden;
}
#feature #nav li {
	list-style: none;
}
#feature #nav li a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: none !important;
}
#feature #nav .home a{
	width: 66px;
	height: 55px;
	position: absolute;
	left: 425px;
	top: 75px;
}
#feature #nav .about a{
	width: 95px;
	height: 50px;
	position: absolute;
	left: 680px;
	top: 25px;
}
#feature #nav .portfolio a{
	width: 121px;
	height: 51px;
	position: absolute;
	left: 960px;
	top: 29px;
}
#feature #nav .contact a{
	width: 136px;
	height: 53px;
	position: absolute;
	left: 930px;
	top: 366px;
}
#content {
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
	background: url(images/content_bg.gif) no-repeat;
	padding-top: 1px;
}
#content .back {
	width: 105px;
	height: 22px;
	background: url(images/back.gif) no-repeat;
	float: right;
	margin: 30px 0;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#content #about,#content #portfolio,#content #contact{
	width: 963px;
	position: relative;
	left: 0;
	top: 0;
	margin: 20px auto 0 auto;
}
#content #about {
	margin-top: 50px;
}
#content #about h2{
	background: url(images/about.gif) no-repeat;
	width: 109px;
	height: 63px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}
#content #about h3{
	background: url(images/affordable.gif) no-repeat;
	width: 450px;
	height: 29px;
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 10px;
}
#content #about p a {
	color: #ccc;
	background: none;
}
#content #portfolio h2{
	background: url(images/portfolio.gif) no-repeat;
	width: 158px;
	height: 66px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}
#content #portfolio h3{
	background: url(images/custom.gif) no-repeat;
	width: 676px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 10px 0;
}
#content #portfolio p {
	margin-bottom: 20px;
}
#content #portfolio .frame {
	width: 310px;
	height: 218px;
	background: url(images/portfolio_frame.gif);
	float: left;
	margin: 15px 15px 0 0;
}
#content #portfolio .frame2 {
	background: url(images/portfolio_frame2.gif);
}
#content #portfolio .frame3 {
	background: url(images/portfolio_frame3.gif);
}
#content #portfolio .frame4 {
	background: url(images/portfolio_frame4.gif);
}
#content #portfolio .frame5 {
	background: url(images/portfolio_frame5.gif);
}
#content #portfolio .frame img {
	margin: 30px 29px;
	border: none;
}
#content #portfolio .frame a {
	background: none !important;
}
#content #contact h2{
	background: url(images/contact.gif) no-repeat;
	width: 147px;
	height: 67px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	margin-top: 5px;
}
#content #contact h3{
	background: url(images/request.gif) no-repeat;
	width: 545px;
	height: 27px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 20px 0 10px 0;
}
#content #contact h5 {
	color: #d79430;
	margin: 10px 0 5px 0;
	font-size: 12px;
}
#content #contact h4 {
	margin: 20px 0 10px 0;
}
#content #contact p {
	margin-bottom: 25px;
}
#content #contact .textfield {
	background-color: #272727;
	border: none;
	padding: 2px;
	font-size: 12px;
	color: #ccc;
	font-family: arial, verdana, helvetica, sans-serif;
}
#content #contact textarea {
	width: 400px;
}
.last {
	margin-right: 0 !important;
}
#content .col {
	width: 740px;
	float: right;
	margin-top: 10px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clear {clear: both;}
object {
border: 1px solid #fff;
}
#footer {
	font-size: 11px;
	width: 963px;
	position: relative;
	left: 0;
	top: 0;
	margin: 20px auto;
	color: #333;
	padding-top: 1px;
}
#footer li {
	float: left;
	list-style: none;
	margin-right: 5px;
}
#footer p {
	float: right;
	border: 1px solid #000;
	margin-top: -5px;
}
#footer li a {
	padding: 2px 3px;
}
.hr {
	border-bottom: 1px solid #1a1a1a;
	height: 1px;
}
.hr hr {
	display: none;
}
