@font-face {
    font-family: 'VonnesRegular';
    src: url('../fonts/vonnes-boldcompressed-webfont.eot');
    src: url('../fonts/vonnes-boldcompressed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vonnes-boldcompressed-webfont.woff') format('woff'),
         url('../fonts/vonnes-boldcompressed-webfont.ttf') format('truetype'),
         url('../fonts/vonnes-boldcompressed-webfont.svg#VonnesRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'VonnesBold';
    src: url('../fonts/vonnes-blackcompressed-webfont.eot');
    src: url('../fonts/vonnes-blackcompressed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vonnes-blackcompressed-webfont.woff') format('woff'),
         url('../fonts/vonnes-blackcompressed-webfont.ttf') format('truetype'),
         url('../fonts/vonnes-blackcompressed-webfont.svg#VonnesBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DubielRegular';
    src: url('../fonts/dubiel_0-webfont.eot');
    src: url('../fonts/dubiel_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dubiel_0-webfont.woff') format('woff'),
         url('../fonts/dubiel_0-webfont.ttf') format('truetype'),
         url('../fonts/dubiel_0-webfont.svg#DubielPlainRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*::::::::::::::::::::::::::: RESET :::::::::::::::::::::::::::*/
html, body, div, span, h1, h2, h3, h4, h5, h6, ul, ol, li, p, a, form, table, tr, td, label, input, button, textarea, select, option, img 
{margin: 0px; padding: 0px; font-family: verdana, arial, helvetica, sans-serif; -webkit-text-size-adjust:none;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
a {text-decoration: none;outline:none;}
a img {border: none;}
button {outline: 0 none;cursor:pointer;border: 0 none;}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 em, h2 em, h3 em, h4 em, h5 em, h6 em, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
	font-family: 'VonnesRegular';
	font-weight: normal;
	text-transform: uppercase;
}
/*::::::::::::::::::::::::::: STRUCTURE :::::::::::::::::::::::::::*/
body{
	background: url(../images/bg.gif) fixed;
}
h2 {float: left;width:100%;font-size:36px;color: #c34827;text-shadow: 0 2px 0 #d8d8d8;padding-bottom:12px;margin-bottom: 20px;background: url(../images/divider.png) bottom left repeat-x;}
h3 {float: left;width:100%;font-size:24px;color: #383838;text-shadow: 0 2px 0 #d8d8d8;margin-top:20px;}
p{
	color: #444;
	font-size: 12px;
	line-height:20px;
	text-shadow: 0 1px 0 #fff;
	margin-bottom:8px;
	padding-bottom: 10px
}
#mask{
	float: left;
	width:100%;
	height:90px;
	background: url(../images/mask.png) 0 0 repeat-x;
	position: fixed;
	bottom: -70px;
	left: 0;
	z-index:99;
}
/*:::::::::::::::::::::::::::::::: HEADER :::::::::::::::::::::::::::::::::::*/
#header{
	float: left;
	width:100%;
	background: url(../images/top_trim.png) repeat-x, url(../images/bg.gif) fixed;
	position: fixed;
	top:0;
	left:0;
	z-index: 9;
}
body #header.active {position: static;background: red;}

#header .center{
	padding-bottom: 30px;
	background: url(../images/divider.png) left 120px repeat-x;
}
#logo{
	float:left;
	width:185px;
	height:98px;
}
#logo a{
	float:left;
	width:185px;
	height:54px;
	background: url(../images/logo.png) bottom left no-repeat;
	padding: 44px 0 0 85px;
	font-family: 'VonnesRegular';
	font-size:60px;
	line-height: 60px;
	text-transform:uppercase;
	color: #c34827;
	text-shadow: 0 3px 0 #d8d8d8;
	
}
#logo a span{color: #383838;font-family: 'VonnesRegular';-webkit-transition: all 0.2s ease-in-out;	-moz-transition: all 0.2s ease-in-out;	-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
#logo a:hover span {color: #666;}

ul#navigation{
	float: right;
	margin: 67px 0 0 0;
	background: url(../images/bg.gif) -1px -1px;
}
ul#navigation ul {position: absolute;display:none;}
ul#navigation li{
	float: left;
	display: inline;
	padding: 0 30px;
	position: relative;
}

ul#navigation li:hover ul {display: none;}
ul#navigation li:last-child {padding-right: 0;}
ul#navigation li a{
	float: left;
	width:100%;
	text-transform: uppercase;
	color: #383838;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;	
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background: url(../images/icons-nav.png) no-repeat;
}
ul#navigation li a.one{background-position: 37px 1px;}
ul#navigation li a.two{background-position: 61px -38px;}
ul#navigation li a.three{background-position: 60px -76px;}
ul#navigation li a.four{background-position: 67px -113px;}
ul#navigation li a.five{background-position: 57px -150px;}

ul#navigation li a.one:hover, ul#navigation li.active a.one, ul#navigation li a.one:focus{background-position:  -48px 1px;}
ul#navigation li a.two:hover, ul#navigation li.active a.two, ul#navigation li a.two:focus{background-position: -24px -38px;}
ul#navigation li a.three:hover, ul#navigation li.active a.three, ul#navigation li a.three:focus{background-position: -25px -76px;}
ul#navigation li a.four:hover, ul#navigation li.active a.four, ul#navigation li a.four:focus{background-position: -18px -113px;}
ul#navigation li a.five:hover, ul#navigation li.active a.five, ul#navigation li a.five:focus{background-position: -28px -150px;}

ul#navigation li.active a, ul#navigation li a:focus, ul#navigation li a:hover {color: #c34827;}
ul#navigation li a span.link{
	float: left;
	font-size:18px;
	font-family: 'VonnesBold';
	text-shadow: 0 2px 0 #d8d8d8;

}
ul#navigation li a span.sub{
	float: left;
	clear:both;
	font-size:10px;
	font-family: 'DubielRegular';
	text-shadow: 0 1px 0 #fff;
	letter-spacing: 3px;
}

/*:::::::::::::::::::::::::::::::: ANCHORS :::::::::::::::::::::::::::::::::::*/
#the-start, #what-you-want, #fulfillments, #the-process, #lets-connect{
	float: left;
	width:100%;
}
#the-start, #what-you-want, #fulfillments, #the-process, #lets-connect {padding-top:135px;}
#the-start{padding-top:200px}
#the-process {padding:66px;}

#top-link{ 
	width:50px;
	height:50px;
	display:none; 
	position:fixed; 
	z-index: 999;
	right:10px; bottom:10px; 
	background: url(../images/scrolltotop.png) no-repeat; 
}	

#top-link:hover{
	background-position: -51px 0;
}

/*:::::::::::::::::::::::::::::::: HOME :::::::::::::::::::::::::::::::::::*/
#home{
	float: left;
	width: 100%;
	margin: 0 0 0 0;
}
#home:target{
	padding-top:130px;
	border: 1px solid red;
}
#home h1 {
	float: left;
	width:100%;
	text-align: center;
	font-family: 'DubielRegular';
	font-size:16px;
	line-height: 28px;
	color: #515151;
	text-shadow: 0 1px 0 #fff;
	text-transform: none;
	letter-spacing: 3px;
	text-transform: uppercase;
	position: relative;
}
#home h1 span{
	float: left;
	width:100%;
	clear:both;
	font-size:180px;
	line-height:155px;
	/*font-size: 330%;*/
	text-shadow: 0 3px 0 #d8d8d8;
	letter-spacing: 0;
	margin-bottom: -5px;
	position: relative;
}
#home h1 span.dark {font-size: 109px;line-height:100px;color: #515151;z-index: 1;}
#home h1 span.light {font-size: 95px;line-height:90px;color: #909090;z-index: 2;}
#home h1 span.med {color: #656464;z-index: 3;}
#home h1 span.ampersand {float: none;width:auto;font-size: 100px;line-height:90px;color: #c34827;font-family: 'DubielRegular';text-shadow: 0 1px 0 #fff;z-index: 4;}
#home a {float: left;width:120px;margin: 25px 0 0 0;padding: 18px 0 18px 85px;font-size:30px;color:#909090;text-transform: uppercase;background: url(../images/start.png) no-repeat;font-family: 'VonnesBold';position: relative;left: 385px;}
#home a:hover {background-position: 0 -71px;color: #737373;}
#home a:focus {position: relative;top:1px;}

/*:::::::::::::::::::::::::::::::: WHAT I DO :::::::::::::::::::::::::::::::::::*/
#whatido{
	float: left;
	width: 100%;
	margin-top:0;
}
#whatido .box{
	float: left;
	width:300px;
	margin-right: 40px;
}
#whatido  .center .center{padding-bottom:45px;margin-bottom: 35px;border-bottom: 4px solid #ddd;}
#whatido  .center .center:last-child{height:auto;padding:0;margin:0;border: 0 none;}
#whatido .box p, #howidoit .box p{background: url(../images/divider.png) bottom left repeat-x;}
#whatido .box p strong, #howidoit .box p strong {color: #c34827;}
#whatido .box p:last-child, #howidoit .box p:last-child {background: none;margin: 0;padding: 0;}

#whatido .box.last{margin-right:0;}
#whatido .box h3 {padding: 14px 0 14px 66px; margin:0 0 5px 0;background: url(../images/icons-headers.png) no-repeat;}
#whatido .box h3.web{
	background-position: 0 0;
}
#whatido .box h3.graphic{
	background-position: 0 -84px;
}
#whatido .box h3.marketing{
	background-position: 0 -168px;
}
#whatido .box h3.mobile{
	background-position: 0 -502px;
}
#whatido .box h3.e-commerce{
	background-position: 0 -589px;
}
#whatido .box h3.seo{
	background-position: 0 -675px;
}

/*:::::::::::::::::::::::::::::::: HOW I DO IT :::::::::::::::::::::::::::::::::::*/
#howidoit{
	float: left;
	width: 100%;
	margin-top:0;
}
#howidoit .box{
	float: left;
	width:300px;
	padding-right:40px;
}
#howidoit .box.last{
	padding-right:0;
}
#howidoit .box h3 {padding: 2px 0 12px 74px; margin-bottom:5px;background: url(../images/icons-headers.png) no-repeat;}
#howidoit .box h3 span {font-size:36px;}
#howidoit .box h3.one{
	background-position: 0 -252px;
}
#howidoit .box h3.two{
	background-position: 0 -336px;
}
#howidoit .box h3.three{
	background-position: 0 -420px;
}

/*:::::::::::::::::::::::::::::::: THE WORK :::::::::::::::::::::::::::::::::::*/
#thework{
	float: left;
	width: 100%;
	margin-top:0;
}
#thework .center {position: relative;}
#thework h3.rotate {
	float: left;
	height:242px;
	width:22px;
	text-indent: -9999px;
	position: absolute;
	left:0;
	bottom:27px;
	margin-right: 6px;
	padding-right:8px;
	z-index: 1;
	background: url(../images/rotate.png) 0 center no-repeat;
	border-right: 4px solid #d8d8d8;
}
#thework h3.rotate.logos {background-position: -70px center;}
#thework h3.rotate.print {height:120px;background-position: -140px 33px;}
#thework ul {
	float: left;
	width:110%;
	margin: 5px 0 25px 45px;
}
#thework ul li{
	float: left;
	display: inline;
}
#thework ul li a{
	float: left;
	width:234px;
	height:120px;
	margin: 0 2px 2px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;	
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity:0.8; 
	filter:alpha(opacity=80);
	position: relative;  
	overflow:hidden;
}
#thework ul li a img{
	position: absolute;
	left: 0;
	top:-40px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;	
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#thework ul li a span {
	float: left;
	width:100%;
	height:120px;
	padding: 0 0;
	background: url(../images/enlarge.png) 193px 81px no-repeat;
	position: absolute;
	left:0;
	bottom: 0;
	display: none;
	color: #fff;
	font-family: 'DubielRegular';
	text-align: center;
	text-shadow: 0 1px 0 #000;
	z-index: 1;
	text-indent: -9999px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;	
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}	
#thework ul:hover a{
	opacity:0.2; 
	filter:alpha(opacity=20); 
}
#thework ul li a:hover{
	opacity:1.0; 
	filter:alpha(opacity=100);  
}
#thework ul li a:hover span{
	display: block;
}


/*:::::::::::::::::::::::::::::::: CONTACT :::::::::::::::::::::::::::::::::::*/
#contact, #contact form{
	float: left;
	width: 100%;
	margin-top:0;
}
#contact form{margin-top:10px;position: relative;}
#contact form .center {height:140px;margin-bottom: 65px;position: relative;overflow: visible;}
#contact form .center.first {height:40px;margin-bottom: 35px;}
#contact form .field {float: left;padding-left: 15px;position: relative;}
#contact form .field.first{padding-left: 0;}
#contact form .field.textarea label, #contact form .field.select label{position: absolute; top:0;left:0;}
#contact form .field.textarea {padding:0;}
#contact form .field label{font-size:24px;color: #383838;text-shadow: 0 2px 0 #d8d8d8;text-transform: uppercase;font-family: 'VonnesBold';position: relative;top:2px;}
#contact form .field label span {font-size:16px;color: #ae6861;position: absolute;top:-1px;right:-4px;}
#contact form .field.select span{float: left;font-size:10px;color: #c34827;position: absolute; top:-14px;left:70px;text-shadow: 0 1px 0 #fff;}
#contact form .field input, #contact form .field select {margin-left:8px;padding: 8px 3px;font-size:12px;color: #777;text-shadow: none;border: 0 none;border-bottom: 4px solid #d8d8d8;background: url(../images/opacity_5.png);}
#contact form .field input#name {width:242px;}
#contact form .field input#email {width:242px;}
#contact form .field input#website {width:276px;}
#contact form .field select#service {min-height:130px;font-size:12px;color: #444;width:300px;margin-top:0;margin-left:70px;font-family: verdana;}
#contact form .field select#service option {overflow: none;padding: 2px 0;}
#contact form .field textarea#message {font-size:12px;width:820px;min-height:110px;padding: 3px;margin-left:0;margin-top:30px;color: #777;text-shadow: 0 2px 0 #d8d8d8;border: 0 none;border-bottom: 4px solid #d8d8d8;background: url(../images/opacity_5.png);}
#contact form .field textarea#message:focus, #contact form .field input:focus, #contact form .field select:focus {color: #444;outline: 0 none;background: url(../images/opacity_10.png);}
#contact form button{
	float: right;
	width:150px;
	text-align: center;
	font-size:48px;
	height:59px;
	color: #fff;
	text-shadow: 0 2px 0 #912e13;
	font-family: 'VonnesRegular';
	text-transform: uppercase;
	padding: 2px 0;
	margin:0;
	background: #c34827;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: 0 2px 0 #d8d8d8;
	-webkit-box-shadow: 0 2px 0 #d8d8d8;
	-moz-box-shadow: 0 2px 0 #d8d8d8;
	-o-box-shadow: 0 2px 0 #d8d8d8;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;	
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: absolute;
	right:0;
	bottom:-10px;
}
#contact form button:hover {background: #a63d21;}
#contact form button:focus {-moz-box-shadow:none;background: #a63d21;}

.success{
	float: left;
	width:100%;
	height:181px;
	background: url(../images/success.jpg) no-repeat;
	margin-bottom: 50px;
}

/*:::::::::::::::::::::::::::::::: FOOTER :::::::::::::::::::::::::::::::::::*/
#footer{
	float: left;
	width:100%;
	background: #C4C4C4;
	text-align: center;
}
#footer p{font-size:10px;color: #666;text-transform: uppercase;padding:0;margin: 10px 0;text-shadow: 0 1px 0 #ddd;font-weight: bold;}

/*:::::::::::::::::::::::::::::::: UNIVERSAL CLASSES :::::::::::::::::::::::::::::::::::*/
.left {float:left;}
.right {float:right;}
.center {margin: 0 auto;width: 990px;clear:both;overflow:hidden;}
.clear {clear:both;}
