/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
	text-align: center;
	color: #a8a7a7;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a { text-decoration: none; color: #a8a7a7;}
a:visited { color: #a8a7a7; }
a:hover { text-decoration: none; color: #56bec6;}


a:active, a:focus {
	outline: 0;
}



a img { border: none; }

#menu {
    width: 220px;
    height: 600px;
	background-color: #fff;
	float: left;
	text-align: right;
	border-right: solid 1px #d4d4d4;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	font: 9px/14px verdana, tahoma, sans-serif;
	text-transform: uppercase;
	margin-right: 20px;
	letter-spacing: .1em;
	line-height: 16px;
}

li.active a{
	color: #56bec6;
}

#menu ul li.section-title {
	font: 14px/14px times, "Times New Roman", serif;
	text-transform: lowercase;
	letter-spacing: .1em;
	padding-bottom: 4px;
	}

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

#menu .container {
	margin-bottom: 12px;
	border-bottom: solid 1px #d4d4d4;
}

.home #menu .container {
	border: none;
}


p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#wrap {
	width: 950px;
	margin: 0 auto 20px auto;
	text-align: left;
	position: relative;
}

#print {
	margin-top: 35px;
	background: url('images/print.gif') no-repeat left;
	width: 220px;
	height: 50px;
}
#web {
	background: url('images/web.gif') no-repeat left bottom;
	width: 220px;
	height: 50px;	
	padding-top: 12px;
	border-top: solid 1px #d4d4d4;
	
}
#interactive {
	background: url('images/interactive.gif') no-repeat left bottom;
	width: 220px;
	height: 86px;	
	padding-top: 12px;
	border-top: solid 1px #d4d4d4;
	
}
#footer {
	clear: both;
	color: #56bec6;
	margin: 10px 20px;
	text-transform: uppercase;
}

#footer a {
	font-size: 10px;
	color: #56bec6;
}

#footer a:hover {
	color: #a8a7a7;
}

#projectnav {
	text-align: right;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: .1em;
}
#pagination {
	border-top: solid 1px #d4d4d4;
	padding-top: 8px;
	height: 14px;
	
}

.image {
	height: 573px;
	overflow: hidden;
	text-align: middle;
}

.image img {
	display: block;
	margin: 0 auto;
}

.title {
	text-transform: lowercase;
	float: left;
	padding: 8px 0 8px 8px;
	width: 630px;
	text-align: right;
	letter-spacing: 0;
}
#pagination {
}
.homeanimation img{
	padding-top:160px;
	padding-left:70px;
	
}

#about, #creative, #consulting, #contact, #copyright {
	display: block;
	font: 10px/17px verdana;
	position: absolute;
}

#about {

	top: 128px;
	right: 65px;
	width: 264px;
	text-align: right;
}

.orange {
	color: #56bec6;
}

#creative .orange, #consulting .orange {
	text-transform: uppercase;
}

#creative {
	top: 492px;
	left: 521px;
	width: 154px;
}

#consulting {
	top: 492px;
	left: 695px;
	width: 200px;
}

#creative a, #consulting a, #footer a {
	color: #9d8721;
}

#creative a:hover, #consulting a:hover, #footer a:hover {
	color: #56bec6;
}

#contact {
	width: 300px;
	text-align: right;
	right: 0;
	top: 74px;
	font-size: 9px !important;
}

#contact a {
	color: #56bec6;
}

#contact a:hover {
	color: #9d8721;
}

#copyright {
	font-size: 8px;
	margin-left: 216px;
}