/* @group CSS Reset
--------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* @end */

/* @group Utility */
.clear {
	clear: both;
	display: block;
	height: 1px;
}
a.more, a.services, a.about, a.team, a.work, a.contact, a.back {
	display: block;
	float: right;
	height: 32px;
	text-indent: -9999em;
}
a.more {
	background: url("../images/b_more.png") no-repeat;
	width: 72px;
}
a.services {
	background: url("../images/b_services.png") no-repeat;
	width: 80px;
}
a.about {
	background: url("../images/b_about.png") no-repeat;
	width: 71px;
}
a.team {
	background: url("../images/b_team.png") no-repeat;
	width: 89px;
}
a.work {
	background: url("../images/b_work.png") no-repeat;
	width: 85px;
}
a.contact {
	background: url("../images/b_contact.png") no-repeat;
	width: 85px;
}
a.back {
	background: url("../images/b_back.png") no-repeat;
	width: 64px;
}
div.nextpage {
	clear: both;
	border-top: 1px solid #e9e9e9;
	margin: 0 40px;
	padding: 20px 0 30px;
}
.bold {
	font-weight: bold;
}
/* @end */

/* @group Typography */
h1 {
	border-bottom: 1px solid #e9e9e9;
	color: #999;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -0.5px;
	margin: 0 40px;
	padding: 40px 0 0 ;
}
h2 {
	color: #999;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -0.5px;

}
a {
	color:#CC0000;
}
p {
	margin: 12px 0;
}

/* @end */

/* @group Layout */
body {
	background: #f2f2f2 url("../images/page_bg.png");
	font:"Arial Narrow";
	font-size:14px;
}
#page_top {
	background: url("../images/page_top.png") repeat-x 0 0;
}
#logo {
	position: absolute;
	top: 0; left: 0;
}
#logo a {
	display: block;
	height: 71px;
	padding: 0 0 0 0;
}

#header {
	height: 126px;
	margin: 0 auto 2px;
	position: relative;
	width: 960px;
}
#body {
	background: #fff url("../images/body_bg.png") repeat-y;
	margin: 0 auto;
	position: relative;
	width: 964px;
}
#body .top {
	background: url("../images/body_top.png") no-repeat 0 0;
	width: 964px;
	height: 473px;
}
#body .bottom {
	background: url("../images/body_bottom.png") no-repeat 0 100%;
	overflow: hidden;
	width: 964px;
}
#footer {
	background: url("../images/footer.png") no-repeat 117px 0;
	color: #999;
	margin: 0 auto;
	padding: 0 0 40px;
	text-align: center;
	width: 964px;
	font-size:12px;
}
.copyright {
	font-style: italic;
	text-shadow: #fff 0 1px 0;
}
/* @end */

/* @group Menus */
ul.menu {
	list-style: none;
}
#header .menu {
	position: absolute;
	top: 62px;right: 0;
}
#header .menu li {
	float: left;
	margin: 0 0 0 15px;
}
#header .menu a {
	background: url("../images/menu.jpg") no-repeat;
	display: block;
	float: left;
	height: 58px;
	text-indent: -9999em;
	width: 120px;
}
#header .menu a:hover {
	opacity: 0.75;
}
#header .menu .active a:hover {
	opacity: 1;
}
#header .menu .services {
	background-position: 0 0;
}
#header .menu .about {
	background-position: -135px 0;
}
#header .menu .work {
	background-position: -270px 0;
}
#header .menu .blog {
	background-position: -405px 0;
}
#header .menu .contact {
	background-position: -540px 0;
}
#header .menu .active .services {
	background-position: -675px 0;
}
#header .menu .active .about {
	background-position: -810px 0;
}
#header .menu .active .work {
	background-position: -945px 0;
}
#header .menu .active .blog {
	background-position: -1080px 0;
}
#header .menu .active .contact {
	background-position: -1215px 0;
}

#submenu {
	position: absolute;
	top: 34px; right: 40px;
}
#submenu li {
	float: left;
	margin: 0 0 0 20px;
}
#submenu a {
	color: #333;
	display: block;
	float: left;
	text-decoration: none;
	padding: 0 3px 1px;
}
#submenu a:hover {
	color: #999;
}
#submenu .current a {
	border-bottom: 2px solid #2aa9e0;
	color: #333;
}
#footer .menu {
	height: 20px;
	padding: 20px 0 30px;
	margin: 0 auto;
	width: 640px;
}
#footer .menu li {
	display: inline;
	margin: 0 20px 0 0;
}
#footer .menu a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}
#footer .menu a:hover {
	text-decoration: underline;
}
#footer .newsletter {
	background: url("../images/f_newsletter.png") no-repeat left center;
	padding: 4px 0 4px 32px;
}
#footer .twitter {
	background: url("../images/f_twitter.png") no-repeat 0 2px;
	padding: 4px 0 5px 30px;
}
#footer .facebook {
	background: url("../images/f_facebook.png") no-repeat 0 1px;
	padding: 4px 0 5px 30px;
}
#footer .linkedin {
	background: url("../images/f_linkedin.png") no-repeat 0 1px;
	padding: 4px 0 5px 30px;
}
#footer .rss {
	background: url("../images/f_rss.png") no-repeat left center;
	padding: 4px 0 4px 30px;
}
/* @end */

/* @group Home */
#shadow {
	background: url("../images/shadow.jpg") no-repeat 50% 420px;
	position: relative;
}
#slider {
	height: 340px;
	margin: 10px auto 0;
	width: 960px;
}
.home #body {
	margin: 40px auto 0;
	top: 0px;
	left: 0px;
	height: 479px;
}
.home #body .bottom {
	padding: 50px 25px 34px;
	width: 914px;
	height: 392px;
}
.home .column1, .home .column2, .home .column3 {
	float: left;
	padding: 10px 22px;
	width: 260px;
	height: 134px;
}
.home .column1 h2, .home .column2 h2, .home .column3 h2 {
	height: 22px;
	text-indent: -9999em;
}
.home .column1 h2 {
	background: url("../images/h_deliver.png") no-repeat;
}
.home .column2 h2 {
	background: url("../images/h_shop.png") no-repeat;
}
.home .column3 h2 {
	background: url("../images/h_press.png") no-repeat;
}
.home .column2 {
	
}
.home .column2 .thumbnail {
	
}
.home .column2 img {
	
}
.date {
	color: #555;
	font-size: 12px;
}
.home  .column3 ul {
	border-top: 1px solid #e9e9e9;
	margin: 12px 0;
	min-height: 218px;
	height: 104px;
}
.home .column3 li {
	list-style: none;
	border-bottom: 1px solid #e9e9e9;
	padding: 10px 0;
}
.home .column3 li:hover {
	background: #f8f8f8;
	border-bottom: 1px solid #fff;
	-moz-border-radius:0 0 8px 8px;
	-webkit-border-radius:0 0 8px 8px;
	border-radius:0 0 8px 8px;
}
.home .column3 p {
	margin: 0 10px;
}
.home .column3 a {
	text-decoration: none;
}
.home .column3 a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Services */
#services {
	padding: 35px 35px 45px;
}
.info-col { float: left; width: 890px; 
height: 100%; margin: 0 1px; }
.info-col h2 {  }

dl { }
dt { 
	background: url("../images/bullet_arrow.png") no-repeat 0 50%;
	margin: 0 0 0 22px;
	padding: 0 0 0 15px;
	line-height: 24px;
}
dt:hover {
	text-decoration: underline;
}
dd { 
	position: absolute; 
	left: -9999px; 
	top: -9999px;
	padding: 0 20px 10px 22px;
	width: 900px;
}
dd img {
	float: right;
	margin: 0 0 10px 10px;
}
#services h2 {
	text-indent: -9999em;
	height: 64px;
	margin: 0 0 10px;
}
#services .identity {
	background: url("../images/sh_identity.png") no-repeat left center;
}
#services .media {
	background: url("../images/sh_media.png") no-repeat left center;
}
#services .web {
	background: url("../images/sh_web.png") no-repeat left center;
}
#services .business {
	background: url("../images/sh_business.png") no-repeat left center;
}
/* @end */

/* @group About */
.about #body .top {
	background: url("../images/body_top2.png") no-repeat 0 0;
}
.about h1 {
	border: 0;
	padding: 30px 0 0;
}
#about {
	float: left;
	line-height: 1.6;
	position: relative;
	margin: 10px 10px 10px;
	top: 0px;
	left: 10px;
	width: 900px;
}
* html #about {
	display: inline;
}
#about .column1, #about .column2 {
	float: left;
	width: 380px;
}
#about .column1 {
		margin: 0 40px 0 0;
}
#process {
	background: url("../images/process_bg.png") no-repeat;
	clear: both;
	height: 310px;
	margin: 0 auto;
	padding: 30px 40px;
	width: 804px;
}
#process .column1, #process .column2, #process .column3 {
	float: left;
}
#process .column1 {
	background: url("../images/process_1.png") no-repeat 100% 40px;
	width: 235px;
}
#process .column2 {
	background: url("../images/process_2.png") no-repeat 100% 40px;
	margin: 0 40px;
	width: 200px;
}
#process .column3 {
	background: url("../images/process_3.png") no-repeat 100% 40px;
	width: 285px;
}
#process .column1 h3 {
	background: url("../images/process_listen.png") no-repeat 0 100%;
	height: 43px;
	text-indent: -9999em;
	width: 139px;
}
#process .column2 h3 {
	background: url("../images/process_craft.png") no-repeat 0 100%;
	height: 43px;
	text-indent: -9999em;
	width: 130px;
}
#process .column3 h3 {
	background: url("../images/process_deliver.png") no-repeat 0 100%;
	height: 43px;
	text-indent: -9999em;
	width: 146px;
}
/* @end */

/* @group Cadre */
.cadre #body .top {
	background: url("../images/body_top2.png") no-repeat 0 0;
}
.cadre h1 {
	border: 0;
	padding: 30px 0 0;
}
#staff {
	margin: 0 auto;
	padding: 40px 0;
	width: 880px;
}
#staff img {
	float: left;
	margin: 0 0 0 20px;
}
#cadre {
	margin: 0 auto;
	padding: 0 0 40px;
	width: 880px;
}
#cadre .member {
	float: left;
	margin: 0 0 0 20px;
	width: 160px;
}
#cadre img {
	float: left;
}
#cadre .name {
	background: #e9e9e9;
	color: #333;
	float: left;
	font-size: 16px;
	padding: 4px 15px;
	text-decoration: none;
}
#cadre .role {
	clear: both;
	float: left;
	font-size: 11px;
	padding: 5px 3px 0;
	width: 150px;
}
#cadre .agency {
clear: both;
color: #999;
float: left;
font-size: 12px;
padding: 0 3px;
}
#staff .first, #cadre .first {
	margin:0;
}
/* @end */

/* @group Profiles */
#profile {
	margin: 40px 50px 50px;
}
#profile .intro {
	line-height: 1.8;
}
#profile h2 {
	color: #333;
	font-size: 34px;
	font-weight: bold;
	display: inline;
	letter-spacing: -1px;
	text-transform: none;
}
#profile .tagline {
	color: #2aa9e0;
	font-size: 28px;
	letter-spacing: -0.5px;
	padding: 0 0 0 5px;
}
#profile .column1 {
	float: left;
	width: 410px;
}
#profile .column2 {
	float: left;
	margin: 0 0 0 40px;
	width: 410px;
}
/* @end */

/* @group Portfolio */
.portfolio #header {
	background: url("../images/line.png") no-repeat center bottom;
	margin: 0 auto 30px;
}
.portfolio #body {
	background: url("../images/line.png") no-repeat center bottom;
	padding: 0 0 1px;
}
.portfolio #footer {
	background: url("../images/footer_p.png") no-repeat center top;
	margin: 20px auto 0;
}
.yoxview {
	margin: 50px 0;
}
.portfolio #body img {
	background: url("../images/p_frame.png") no-repeat 0 0;
	padding:9px 15px 20px 14px;
	margin: 0 0 0 12px;
}
.hidden {
	display: none;
	float: left;
}
#identity {
	padding: 0 0 0 120px;
	background: url("../images/p_identity.png") no-repeat 21px 50%;
}
#photography {
	padding: 0 0 0 120px;
	background: url("../images/p_photos.png") no-repeat 0 50%;
}
#web {
	padding: 0 0 0 120px;
	background: url("../images/p_web.png") no-repeat 28px 50%;
}
#print {
	padding: 0 0 0 120px;
	background: url("../images/p_print.png") no-repeat 28px 50%;
}
#video {
	padding: 0 0 0 120px;
	background: url("../images/p_video.png") no-repeat 28px 50%;
}
/* @end */

/* @group Newsletter */
.newsletter form {
	background: url("../images/newsletter_arrow.png") no-repeat 100% 100px;
	margin: 0 auto;
	padding: 100px 0;
	text-align: center;
	width: 480px;
}
/* @end */

/* @group Contact */
.contact #body {
	background: #fff url("../images/body2_bg.png") repeat-y;
	float: left;
	position: relative;
	width: 724px;
}
.contact #body .top {
	background: url("../images/body2_top.png"/) no-repeat 0 0;
	width: 724px;
}
.contact #body .bottom {
	background: url("../images/body2_bottom.png") no-repeat 0 100%;
	overflow: hidden;
	width: 724px;
}
.contact #footer {
	background: url("../images/line.png") no-repeat center top;
	margin: 30px auto 0;
	padding: 20px 0;
}
#columns {
	margin: 0 auto;
	width: 964px;
}
#contact_header {
	background: url("../images/c_bar.jpg") no-repeat;
	margin: 0 auto 20px;
	text-align: center;
	width: 964px;
}
#contact_header .phone, #contact_header .email, #contact_header .skype {
	display: inline;
	font-size: 18px;
	line-height: 74px;
	margin: 0 40px;
	text-shadow: #fff 0 1px 0;
}
#contact_header .phone {
	background: url("../images/c_phone.png") no-repeat left center;
	padding: 20px 0 20px 40px;
}
#contact_header .email {
	background: url("../images/c_email.png") no-repeat left center;
	padding: 20px 0 20px 50px;
}
#contact_header .skype {
	background: url("../images/c_skype.png") no-repeat left center;
	padding: 20px 0 20px 50px;
}
#contact_header a {
	color: #333;
	text-decoration: none;
}
#contact_header a:hover {
	text-decoration: underline;
}
#contact {
	margin: 50px 2px;
	padding: 20px 30px 10px 70px;
	width: 527px;
}
#contact td {
	padding: 7px 0;
	vertical-align: top;
}
#contact .label {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	padding: 12px 10px 0 0;
	width: 110px;
}
#contact span.message {
	font-weight: normal;
	font-size: 14px;
	color: #999;
}
#contact input {
	height: 20px;
	font: 14px Arial, Helvetica, sans-serif;
	padding: 3px 5px;
	width: 240px;
}
#contact textarea {
	font: 14px Arial, Helvetica, sans-serif;
	height: 200px;
	padding: 8px 5px;
	width: 390px;
}
#contact input.submit {
	background: url("../images/b_send.png") no-repeat;
	border: 0;
	height: 32px;
	text-indent: -9999em;
	width: 400px;
}
.contact .feedback, .contact .confirmation {
	background: #f2f2f2;
	border-radius:8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 70px auto 0;
	padding: 20px 40px;
	text-shadow: #fff 0 1px 0;
	width: 400px;
}
.contact .confirmation {
	margin: 100px auto;
}
#right {
	float: left;
	margin: 0 0 0 10px;
	width: 230px;
}

/* @end */
