 *,* {
	margin: 0;
	padding: 0;
}

body {
	background: #eeeeec url('./img/bodybg.png') no-repeat center top;
	font: 13px 'Trebuchet MS',Arial,sans-serif;
	color: #555753;
}

/*
	MAIN
*/

#main {
	width: 759px;
	margin: 0 auto;
	padding: 30px 0 0 0;

}

/*
	HEADER
*/

#header {
	position: relative;
	height: 45px;
}

#header h1 a {
	width: 241px;
	height: 41px;
	background: transparent url('./img/logo.png') no-repeat top left;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	outline: 0;
}

#navigation {
	width: 370px;
	position: absolute;
	top: 7px;
	right: 0;
	list-style: none;
	padding: 0;
}

#navigation li {
	float: left;
}

#navigation a {
	font-size: 20px;
	margin: 0 45px 0 0;
	background: no-repeat top left;
	text-indent: -9999px;
	height: 22px;
	display: block;
	overflow: hidden;
	outline-color: #777;
}

#navigation #n_about {
	background-image: url('./img/n_about.png');
	width: 103px;
}

#navigation #n_portfolio {
	background-image: url('./img/n_portfolio.png');
	width: 71px;
}

#navigation #n_services {
	background-image: url('./img/n_services.png');
	width: 76px;
	margin-right: 0;
}

#n_about:hover, #b_about #navigation #n_about {
	background-image: url('./img/n_about_h.png');
}

#n_portfolio:hover, #b_portfolio #navigation #n_portfolio {
	background-image: url('./img/n_portfolio_h.png');
}

#n_services:hover, #b_services #navigation #n_services {
	background-image: url('./img/n_services_h.png');
}


/*
	CONTENT
*/

#content {
	margin: 30px 0 0 0;
	overflow: hidden;
}

#content h2 {
	font-size: 22px;
	font-weight: normal;
	margin: 4px 0 15px 0;
}

#content h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 2px 0 7px 0;
}

#content p {
	font-size: 13px;
	margin: 5px 0 20px 0;
}

#content ul  li{
	list-style: none;
}#content ul.styled li{	margin: 0 0 0 15px;	list-style: circle;}


#content a, #footer a {
	color: #379bc3;
}

#content a:hover, #footer a:hover {
	color: #2e3436;
}

#content #presentation {
	position: relative;
}

#content #presentation-note {
	width: 330px;
	height: 246px;
	text-indent: -9999px;
	overflow:hidden;
	background: transparent url('./img/presentation.png') no-repeat top left;
	position: absolute;
	z-index: 100;
}

#content #presentation-note a, #content #presentation-content a {
	position: absolute;
	bottom: 50px;
	left: 27px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 138px;
	height: 43px;
	outline: 0;
}


#content #presentation-content {
	width: 330px;
	height: 241px;
	position: relative;
	display: none;
}

#content #presentation-content a {
	background: transparent url('./img/buttonBack.png') no-repeat top left;
	width: 81px;
	height: 30px;
	bottom: 0;
	left: 0px;
}

#content #news{
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
}

#content #news li {
	height: 54px;
	border-bottom: 1px solid #eef0ec;
	position: relative;	
	padding: 0;
}

#content #news li .date {
	display: block;
	width: 25px;
	height: 46px;
	position: absolute;
	text-align: center;
	font: bold 12px Arial;
	color: #babdb6;
	background: transparent ;
	left: 0px;
	top: 0px;
	text-transform: uppercase;
}

#content #news li .date strong{
	text-align: center;
	color: #555753;
	font: bold 22px Arial;
	display: block;
	padding: 3px 0 0 0;
	margin: 0 0 -2px 0;
}

#content #news li p {
	width: 320px;	
	height: 40px;
	overflow: hidden;
	position: absolute;
	font-size: 13px;
	margin: 0;
	left: 40px;
	top: 5px;
}

#content #news li.last {
	border-bottom: 0;
}

.primary {
	width: 337px;
	float: left;
}

.secondary {
	width: 370px;
	float: right;
}

.full{
	clear:both;
	
	
}.spaced {	padding: 40px 0 0 0;}

.relative {
	position: relative;
}

#ViewPortfolio {
	position: absolute;
	display: block;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	top: 40px;
	right: 0;
	background: red;
	width: 145px;
	height: 30px;
	background: transparent url('./img/buttonPortfolio.png') no-repeat;
	outline: 0;
}

#portfolio {
	margin: 15px 0 0 0;
	list-style: none;
	overflow: hidden;
}

#portfolio.standalone {
	margin-top: 0;
	
}

#portfolio li {
	width: 238px;
	height: 282px;
	background: transparent url('./img/portfoliobg.png') no-repeat top left;
	margin: 0 21px 10px 0;
	float: left;
	position: relative;
	overflow: hidden;
}

#portfolio li.last {
	margin-right: 0;
	float: right;
	
}

#portfolio li img {
	position: absolute;
	top: 10px;
	left: 10px;

}

#portfolio li div {
	position: absolute;
	top: 10px;
	left: 10px;
	cursor: default;
	background: transparent url('./img/portfoliofg.png') repeat-y top left;
	color: #fff;
	height: 254px;
	width: 216px;
	z-index: 100;
	
}

#portfolio li div h2 {
	padding: 5px 10px 0 10px;
	margin: 0 0 5px 0;
}


#portfolio li div p {
	font-size: 12px;
	padding: 0 10px 0 10px;
	height: 170px;
	overflow: hidden;
	margin: 0 0 5px 0;
}


#portfolio li div a {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 33px;
	margin: 0 auto;
	text-indent: -9999px;
	overflow: hidden;
	width: 145px;
	height: 30px;
	background: transparent url('./img/visitwebsite.png') no-repeat top left;
	outline: 0;
}


#portfolio li div {
	display: none;
}

 #portfolio li.hover div {
	display: block;
}

.polaroid {
	background: transparent url('./img/polaroid.png') no-repeat top right;
	position: relative;
	width: 334px;
	height: 412px;
}.polaroid  img{	background: transparent url('./img/polaroid.png') no-repeat top right;	position: absolute;	width: 334px;	height: 412px;}

.polaroid a {
	position: absolute;
	display: block;
	width: 90px;
	height: 30px;
	bottom: 28px;
	right: 23px;
	text-indent: -9999px;
	overflow: hidden;
}

#footer {
	clear: both;
	margin: 20px 0 15px 0;
	width: 759px;
	height: 48px;
	background: transparent url('./img/footer.png') no-repeat top left;	position: relative;
}

#footer p {	position: absolute;	top:17px;	left: 12px;
	font-size:11px;}#footer p.last {	right: 12px;	left: auto;}

.left {float:left; margin-right: 10px;}
.right {float:right; margin-left: 10px;}
.clear {clear:both;}
