@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #e6e6e6 url(../images/bg-body.jpg) no-repeat top center;
}

#page {
	width: 1120px;
	margin: 0 auto;
	paddign: 0;
}

#page-inner {
	width: 1040px;
	padding: 0;
	margin: 0 40px 0 40px;
	
}

#header {
	width: 1040px;
	height: 135px;
	position: relative;
	background: #fff url(../images/bg-header.jpg) no-repeat;

}

#logo {
	width: 500px;
	height: 50px;
	position: absolute;
	top: 52px;
	left: 60px;
}

#topnav {
	width: 120px;
	height: 20px;
	float: right;
	margin: 25px 60px 0 0;
}

#portfolio-wrapper {
	width: 1040px;
	margin: 0;
	min-height: 500px;
	background: url(../images/bg-content.jpg) no-repeat;
}

#portfolio {
	width: 1040px;
	margin: 0;
}

/** - Fixed footer **/
/**footer {
	width: 1040px;
	height: 70px;
	background: #555555;
	position: fixed;
	bottom: 0;
	left: 50%; 
	margin: 0 0 0 -520px;
}
**/

#footer { 
	width: 1040px;
	height: 70px;
	margin: 80px 0 0 0;
	border-top: 1px solid #e0e0e0;
}

.phone {
	margin: 25px 0 0 60px;
}



/** Link Styles **/

#contact {
  display: inline;
  height: 20px;
  float:left;
  padding: 0;

}

#contact:hover { background-position: 0 -20px; }
#contact:active { background-position: 0 -40px; }

#contact span { display: none; }

#contact{
	 width: 120px;
	 background: url(../images/btn-contact.png) no-repeat 0 0;
	 margin: 0;
}


@media screen and (max-width: 800px) {
footer {
	width: 100%;
	height: 70px;
	margin: 80px 0 0 0;
	position: relative;
}