@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	background:#F9F9F9 url(../images/bk.png) 50% 0;
	background-repeat:no-repeat;
	
}
h1, h1 a{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	font-weight: normal;
	color:#F90;
	border-bottom:#ccc dotted.05em;
	padding-bottom:5px;
	text-decoration:none;
}
 h1 a{
	color:#F90;
	text-decoration:none;
	border:none;
}

h2{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 20px;
	font-weight: normal;
	color:#F90;
	border-bottom:#ccc dotted.05em;
	padding-bottom:5px;
	width:200px;
	text-align:center;
	margin-left:25px;
	text-decoration:none;
}

.pluse{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	font-weight: normal;
	color:#F90;
	padding-bottom:5px;
	position:absolute;
	margin-left:-15px;
}
.orange{
	color:#F90;
}
.grey{
	color:#999;
}

#top{
	width:100%;
	height:170px;
	background:#F7941E;
	background-position:100px;
}
.logo{
	margin-top:5px;
	height:110px;
	
}
.website_name{
	text-decoration:none;
	position:absolute;
	color:#666;
	padding:10px 0 0 10px;
	display:block;
	}
.website_name:hover{
	
	color:#F90;
	}
.brush_bk{
	position:absolute;
	width:100%;
	text-align:right;
	height:100%;
	background:url(../images/brush_background.png) no-repeat 100% 100%;
	z-index:-100;


		}
/* ---- Navigation--- */

#navigation{
	font-size:18px;
	font-weight:bold;
	letter-spacing:1PX;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top:0px;
	height:75px;
	text-align:center;
	background:url(../images/nav_break.png) no-repeat;
	background-position:bottom;
	
}
#navigation a{
	color:#999;
	text-decoration:none;
	PADDING:10px 10px 0 0px;
	border-right:#999 dotted.05em;
		width:130px;
	height:20px;

	display:block;
	float:left;
	


}
#navigation a.about_us{	background:url(../images/about_us.png);}
#navigation a.about_us_active, #navigation a.about_us:hover{ background:url(../images/about_us_rol.png); }

#navigation a.portfolio{background:url(../images/portfolio.png); }
#navigation a.portfolio_active, #navigation a.portfolio:hover{background:url(../images/portfolio_rol.png); }

#navigation a.services{	background:url(../images/services.png);}
#navigation a.services_active, #navigation a.services_active:hover{background:url(../images/services_rol.png);}



#navigation a.clients{background:url(../images/clients.png);}
#navigation a.clients_active, #navigation a.clients_active:hover{background:url(../images/clients_rol.png);}

#navigation a.contact_us{	background:url(../images/contact_us.png);}
#navigation a.contact_us_active, #navigation a.contact_us_active:hover{	background:url(../images/contact_us_rol.png);}




#navigation a.active,#navigation a:hover{
	color:#F90;
}
#navigation a img{
	border:none;
	padding-top:5px;
}

/* ---- Sidebar--- */
.sidebar{
	position:absolute;
	margin:137px 0 0 15px;
	width:220px;
}
.sidebar h1{
	font-size:20px;
	margin-bottom:2px;
	}
.sidebar h2, .sidebar h2 a{
	font-size:13px;
	font-weight:normal;
	color:#666;
	border-bottom:#ccc dotted.05em;
	padding-bottom:3px;
	padding-top:3px;
	margin:0;
	text-align:left;
	width:230px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	}
 .sidebar h2 a:hover{
	color:#F90; 
}

 .sidebar h2 .active{
	color:#F90;
}
/* ---- content--- */
.content{
	width:800px;
	height:auto;
	margin:0 auto;
	min-height:580px;
}
.content p{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #7f7f7f;
}
.columns{
	width:250px;
	float:left;
	height:auto;
	}
/* ---- Work Page Images--->*/
.work p img{
	border:none;
}
/* ---- Footer--- */
#footer{
	width:800px;
	height:auto;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	margin-bottom:20px;
	text-align:center;	
}
#footer a{
	text-decoration:none;
	color:#999;
	} 
#footer a:hover{
	text-decoration:none;
	color:#F90;
	}
	
#footer .active{
	text-decoration:none;
	color:#F90;
	}

#copyright{
	width:800px;
	height:auto;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	margin-bottom:20px;
	text-align:center;
}
.portfolio_disp{
	width:285px;
	height:80px;
	margin-left:-20px;
	margin-bottom:20px;
	float:left;
	}


