@charset "UTF-8";
/* CSS document */

* { margin:0; padding: 0; }

/* global elements */
body 
{
	font: 14px/1.4 Arial, sans-serif;	
}
html
{
	background: url(../images/bg.jpg) repeat fixed transparent;
}
p 
{
	margin-bottom:1.4em;
}
a 
{
	color:#2d8bdb;
	outline:none;
}
a img 
{
	border:none;
	outline:none;
}
h3 
{
	font-family: Arial, San-serif;
	font-weight:bold;
	font-size:30px;
	text-transform:uppercase;
	letter-spacing:-2px;
}

/* div layout */
#wrapperHeader 
{
	background: #000;
	height: 70px;	
	position:fixed;
	z-index:200;
	width:100%;
	left:0;
	top:0;
}
#header
 {
	width: 960px;
	margin: 0 auto;
	height:70px;
	position:relative;
}		
#header #nav 
{
	list-style:none;
	text-align:center;
	font-size:18px;
}
#header #nav li 
{
	display:inline;
}
#header #nav li a 
{
	text-decoration:none;
	color:#FFF;
	line-height:70px;
	text-transform:uppercase;
}
#header #nav li a:hover
 {
	color:#2d8bdb;
}
#nav #about-link 
{
	margin-right:50px;
}	
#nav #services-link 
{
	margin-right:100px;
}
#nav #work-link
 {
	margin-left:100px;
}	
#nav #contact-link
 {
	margin-left:50px;
}
#wrapperContent 
{
	width:960px;
	margin:0 auto;
}
#logo 
{
	width:110px;
	height:111px;
	position:absolute;
	background: url(../images/logo.png) no-repeat;
	left:425px;
}
#maven-design 
{
	width: 960px;
	height:326px;
	text-indent:-7000px;
	margin:0 auto;
	background:url(../images/maven-design.png) no-repeat;
}
#intro 
{
	padding-top:150px;
}
#about h2, #services h2, #work h2, #contact h2 
{
	text-indent:-7000px;
	width:960px;
	height:80px;
	margin-bottom:30px;
}
#about h2
 {
	background: url(../images/about.png) no-repeat;
}
#services h2 
{
	background: url(../images/services.png) no-repeat;
}
#work h2
 {
	background: url(../images/work.png) no-repeat;
}
#contact h2 
{
	background: url(../images/contact.png) no-repeat;
}
#work li
{
    background: url(../images/work-bg.png) no-repeat;
    float: left;
    height: 180px;
    list-style-type: none;
    margin: 5px;
    padding: 15px;
    width:280px;   
}
#services div
{
    float: left;
    margin: 10px;
    width: 220px;
}
#contact .left 
{
	float:left;
	padding-bottom: 50px;
	width:760px;
}
#contact .right 
{    
	float:left;	
	width:200px;
}
#footer-wrap
 {
	background:#000;
	clear: both;
}	
#footer
 {	
	color:#666;
	height:50px;
	margin:0 auto;
	padding-top: 35px;
	position:relative;	
	text-align: center;	
	width:960px;
}

/* design elements */
.sub 
{	
    clear: both;
	margin-bottom:50px;
	padding-top:120px;
}	
.headline 
{
	font-size:20px;
	text-align:center;
	width: 873px;
	margin:20px auto;
	padding-bottom:70px;
}	

/* 404 */

#error
{
    margin-left: auto;
    margin-right: auto;
    padding: 50px;        
    text-align: center;
    width: 500px;
}

/* contact form */
#contact .left table td
{        
    padding: 5px;   
    vertical-align: top;
}
#contact .left .error
{        
    color: #ff0000;
    font-style: italic;
    font-size: 12px;
}
#contact .right table td
{        
    padding: 5px;       
}
.txtContact 
{    
    height: 25px;
    width: 600px;
}
.txtAreaContact 
{
    font: 14px/1.4 Arial, sans-serif;
    height: 200px;
    width: 600px;
}
.btnContact
{
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    cursor: pointer;
    padding: 5px;
}