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

html {
	background: #000;
}

body {
	background: #000;
	color: #eee;
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-size: 13px;
}

a {
	color: #889;
}

a:hover {
	color: #fff;
}

a.right {
	float: right;
}

a.grey {
	color: #889;
}

a.grey:hover {
	color: #fff;
}

h1 {
	font-weight: normal;
	font-size: 32px;
	margin-bottom: 5px;
}

h1.bottom_margin {
	margin-bottom: 20px;
}

h2 {
	font-size: 18px;
	margin-bottom: 5px;
}

h3 {
	font-size: 15px;
	margin-bottom: 8px;
}

p {
	font-size: 14px;
	line-height: 1.4em;
}

span.small {
	font-size: 12px;
}

br.clear {
	clear: both;
}

span.red {
	color: #f00;
}

a.small_right {
	float: right;
	font-size: 11px;
	cursor: pointer;
}


/* container */

#wrapper {
	margin: auto;
	width: 850px;
}

#container {
	float: left;
	width: 850px;
}


/* logo */

#logo {
	float: left;
	width: 850px;
	margin: 30px 0 30px 0;
}

#logo .imaginif {
	float: left;
	height: 29px;
}

#logo .slogan {
	float: right;
	height: 29px;
}

#logo a {
	float: left;
	height: 29px;
}

/* top navigation */

#top_navigation {
	float: left;
	width: 850px;
	border-bottom: 1px solid #889;
	font-size: 12px;
	color: #889;
}

/* sub navigation */

#top_navigation .sub {
	float: left;
	width: 500px;
	padding: 8px 0 5px 0;
}

#top_navigation .sub ul {
	float: left;
	list-style-type: none;
}

#top_navigation .sub li {
	float: left;
	margin-right: 8px;
	padding-right: 8px;
	background: url('/_grafix/sub_navigation_line.png') center right no-repeat;
}

#top_navigation .sub li.white {
	color: #eee;
}

#top_navigation .sub li a.white {
	color: #eee;
}

#top_navigation .sub li a {
	text-decoration: none;
}

/* lan switch */

#top_navigation .lan_switch {
	float: right;
	width: 100px;
	padding: 8px 0 5px 0;
	text-align: right;
}

#top_navigation .lan_switch a {
	color: #889;
	text-decoration: none;
}

#top_navigation .lan_switch a:hover {
	color: #eee;
}

#top_navigation .lan_switch span {
	color: #fff;
}

/* navigation */

#navigation {
	float: left;
	width: 850px;
	margin-top: 8px;
	color: #889;
	font-weight: normal;
	font-variant: normal;
	font-size-adjust: none;
}

#navigation a {
	color: #889;
	text-decoration: none;
}

#navigation a:hover {
	color: #eee;
}

#navigation .main {
	float: left;
	width: 725px;
	font-size: 18px;
}

#navigation .main li {
	float: left;
	margin-right: 22px;
}

#navigation ul {
	list-style-type: none;
}

#navigation li.white {
	color: #eee;
}

#navigation li a.white {
	color: #eee;
}


/* content */

#content {
	float: left;
	width: 850px;
	margin-top: 50px;
}

#content .gutter {
	float: left;
	width: 850px;
	padding-bottom: 30px;
}


/* blocks */

#content_block {
	float: left;
	width: 850px;
	min-height: 470px;
}



/*

#showcase_block {
	float: left;
	width: 850px;
	height: 130px;
	margin-top: 25px;
}

#showcase_block ul {
	list-style-type: none;
	width: 850px;
	height: 130px;
}

#showcase_block li {
	float: left;
	display: inline;
	width: 195px;
	height: 130px;
	margin-left: 23px;
}

#showcase_block li.first {
	margin: 0;
}

#showcase_block li a {
	display: block;
	vertical-align: top;
	width: 195px;
	height: 130px;
}

#showcase_block li a:hover { 
	background-position: 0 -130px; 
}

#showcase_block li a.selected { 
	cursor: default;
	background-position: 0 -130px; 
}

#showcase_block li a.selected:hover { 
	cursor: default;
	background-position: 0 -130px; 
}

/* inline showcase 

span.inline_showcase {
	display: block;
	float: right;
	width: 125px;
	height: 290px;
	margin-left: 35px;
	font-size: 11px;
	line-height: 1.1em;
}

span.inline_showcase img {
	display: block;
	width: 125px;
	height: 125px;
	margin-bottom: 8px;
}

img.logo {
	display: block;
	margin: auto;
	padding-top: 12px;
}

*/


/* general blocks */ 

#block_left {
	float: left;
	width: 500px;
	height: 400px;
	overflow: hidden;
}

#block_left .gutter {
	float: left;
	width: 500px;
}

#title {
	float: left;
}

#title .title_gutter {
	float: left;
	padding-bottom: 20px;
}

#block_right {
	float: right;
	width: 325px;
	height: 290px;
	overflow: hidden;
	background: url('/_grafix/bg_right_block.png') top left no-repeat;
}

#block_right .gutter {
	float: left;
	width: 270px;
	padding: 20px;
	color: #222;
	overflow: hidden;
}


/* content lists */

#left_list {
	float: left;
	width: 190px;
}

#right_list {
	float: right;
	width: 215px;
}

#left_list ul, 
#right_list ul {
	list-style-type: none;
	float: left;
	margin-top: 8px;
} 

#left_list ul li, 
#right_list ul li {
	margin: 4px 0;
	padding-left: 20px;
	background: url('/_grafix/bg_list_item_red.gif') center left no-repeat;
}


/* home */

#home_content {
	float: left;
	width: 850px;	
	height: 480px;
	background: url('/_grafix/bg_home.jpg') top left no-repeat;
}

#home_content .slogan {
	float: right;
	font-size: 24px;
	padding-top: 80px; /*310px*/
}

#home_content .designweek {
	float: right;
	text-align: left;
	width: 150px;
	height: 280px;
	margin-top: 25px;
}


/* strategy */

/* left */

#strategy_left {
	float: left;
	width: 425px;
}

#strategy_left .gutter {
	float: left;
	width: 415px;
	padding: 0 10px 0 0;
}

/* right */

#strategy_right {
	float: right;
	width: 425px;
}

#strategy_right .gutter {
	float: right;
	width: 390px;
	padding: 0 0 0 35px;
}

/* tabasco */

#tabasco_template {
	float: left;
	width: 850px;
	background: url('/_images/tabasco.png') top right no-repeat;
}

#tabasco_top {
	float: left;
	width: 850px;
	height: 195px;
}

#tabasco_top span.subtitle {
	display: block;
	color: #fff;
	font-size: 20px;
	margin-bottom: 5px;
}

#tabasco_top span.title {
	display: block;
	color: #fff;
	font-size: 32px;
	margin-bottom: 5px;
}

#tabasco_top span.title b {
	color: #f00;
}

#tabasco_top span.small_title {
	display: block;
	color: #eee;
	font-size: 12px;
	margin-left: 105px;
}

#tabasco_left {
	float: left;
	width: 525px;
}

#tabasco_right {
	float: right;
	width: 300px;
	margin-top: 90px;
}

/* tabasco form */

#tabasco_right form {
	margin-top: 8px;
}

#tabasco_right span.label {
	display: block;
	color: #889;
	font-size: 12px;
	margin-bottom: 5px;
}

#tabasco_right input.form_field {
	width: 293px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	background: #ddd;
	color: #333;
	border: 1px solid #ccc;
	padding: 2px;
	margin-bottom: 12px;
}

#tabasco_right span.send_copy {
	float: left;
}

#tabasco_right input.checkbox {
	vertical-align: top;
}

#tabasco_right input.form_button {
	padding: 2px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	color: #fff;
	background: #333;
	border: 1px solid #ddd;
	float: right;
}

/* roll-outs */

/* left */

#roll-outs_left {
	float: left;
	width: 425px;
}

#roll-outs_left .gutter {
	float: left;
	width: 415px;
	padding: 0 10px 0 0;
}

/* right */

#roll-outs_right {
	float: right;
	width: 425px;
}

#roll-outs_right .gutter {
	float: right;
	width: 390px;
	padding: 0 0 0 35px;
}


/* store concepts */
/* brand communication */
/* brands at retailers */

/* left */

#store-concepts_left, 
#brand-communication_left, 
#brands-at-retailers_left {
	float: left;
	width: 425px;
}

#store-concepts_left .gutter, 
#brand-communication_left .gutter, 
#brands-at-retailers_left .gutter {
	float: left;
	width: 415px;
	padding: 0 10px 0 0;
}

/* right */

#store-concepts_right, 
#brand-communication_right, 
#brands-at-retailers_right {
	float: right;
	width: 425px;
}

#store-concepts_right .gutter, 
#brand-communication_right .gutter, 
#brands-at-retailers_right .gutter {
	float: right;
	width: 390px;
	padding: 0 0 0 35px;
}

#store-concepts_right ul, 
#brand-communication_right ul, 
#brands-at-retailers_right ul {
	float: left;
	list-style-type: none;
}

#store-concepts_right li, 
#brand-communication_right li, 
#brands-at-retailers_right li {
	float: left;
	width: 110px;
	height: 155px;
}

#store-concepts_right li.margin, 
#brand-communication_right li.margin, 
#brands-at-retailers_right li.margin {
	margin-right: 30px;
}

#store-concepts_right a, 
#brand-communication_right a, 
#brands-at-retailers_right a {
	display: block;
	vertical-align: top;
	width: 110px;
	height: 110px;
	margin-bottom: 8px;
}

#store-concepts_right li a:hover, 
#brand-communication_right li a:hover, 
#brands-at-retailers_right li a:hover { 
	background-position: 0 -110px; 
}

#store-concepts_right span, 
#brand-communication_right span, 
#brands-at-retailers_right span {
	float: left;
	display: block;
	font-size: 12px; 
	vertical-align: top; 
	color: #889;
	line-height: 1.2em;
	padding-left: 8px;
}


/* about */

/* left */

#about_left {
	float: left;
	width: 425px;
}

#about_left .gutter {
	float: left;
	width: 415px;
	padding: 0 10px 0 0;
}

/* right */

#about_right {
	float: right;
	width: 390px;
	background: url('/_grafix/bg_right_block.png') top center no-repeat;
}

#about_right .gutter {
	float: right;
	width: 250px;
	padding: 20px 70px 0 35px;
}

#about_right h2 {
	color: #000;
}

#about_right p {
	color: #000;
	font-size: 13px !important;
}

#about_right a {
	color: #000;
}

#about_right a:hover {
	color: #333;
}

#about_right .bottom {
	float: left;
	width: 390px;
	height: 25px;
	background: url('/_grafix/bg_right_block_bottom.png') top center no-repeat;
}


/* vision */

/* left */

#vision_left {
	float: left;
	width: 425px;
}

#vision_left .gutter {
	float: left;
	width: 415px;
	padding: 0 10px 0 0;
}

/* right */

#vision_right {
	float: right;
	width: 425px;
}

#vision_right .gutter {
	float: right;
	width: 390px;
	padding: 0 0 0 35px;
}


/* clients */

#clients_block {
	float: left;
	width: 850px;
}

#clients_block .gutter {
	float: left;
	width: 774px;
	padding: 0 38px;
	text-align: center;
}

#clients_block #top_list img {
	float: left;
	margin-right: 8px;
	margin-bottom: 9px;
}

#clients_block #top_list img.no_margin {
	float: left;
	margin-right: 0;
	margin-bottom: 7px;
}

#clients_block #bottom_list img {
	float: left;
	margin-right: 5px;
	margin-bottom: 7px;
}

#clients_block #bottom_list img.no_margin {
	float: left;
	margin-right: 0;
	margin-bottom: 7px;
}


/* worldmap */

#map_block {
	float: left;
	width: 850px;
	height: 410px;
}

#map_legend {
	float: left;
	margin-top: 10px;
	font-size: 12px;
}

#map_legend img {
	width: 30px;
	vertical-align: middle;
}


/* faq */

/* left */

#faq_left {
	float: left;
	width: 425px;
}

#faq_left .gutter {
	float: left;
	width: 415px;
	padding: 0 10px 0 0;
}

/* right */

#faq_right {
	float: right;
	width: 425px;
}

#faq_right .gutter {
	float: right;
	width: 390px;
	padding: 0 0 0 35px;
}

/* list */

.faq_list {
	list-style-type: none;
}

.faq_list li {
	margin: 8px 0;
}

.faq_list li p {
	margin-top: 5px;
	margin-bottom: 25px;
	font-size: 13px;
}


/* join us */

#block_left_join-us {
	float: left;
	width: 425px;
}

#block_left_join-us .gutter {
	float: left;
	width: 425px;
}

#block_right_join-us {
	float: right;
	width: 375px;
	background: url('/_grafix/bg_right_block_join-us.png') top left no-repeat;
}

#block_right_join-us .gutter {
	float: left;
	width: 335px;
	padding: 20px;
	color: #222;
}

#block_right_join-us .bottom {
	float: left;
	width: 375px;
	height: 27px;
	background: url('/_grafix/bg_right_block_join-us_bottom.png') top left no-repeat;
}

#block_left_join-us span.small {
	display: block;
	margin-bottom: 15px;
}

#block_left_join-us h2 {
	margin-bottom: 15px;
}

p.join_us_intro {
	color: #ccc;
	font-size: 13px;
	margin-bottom: 25px;
	line-height: 1.2em;
}

/* careers */

ul.job_offers {
	list-style-type: none;
	margin-bottom: 37px;
}

ul.job_offers li {
	margin-bottom: 3px;
}

table#form {
	width: 335px;
	margin-top: 5px;
	color: #333;
}

table#form input.form_field {
	width: 220px;
	padding: 2px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
}

table#form textarea.form_field {
	width: 220px;
	height: 60px;
	padding: 2px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	background: #fff;
	color: #333;
	border: 1px solid #ccc;
}

table#form input.form_button {
	padding: 2px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	color: #fff;
	background: #333;
	border: 1px solid #000;
}

td.error {
	color: #c00;
}

td.form_field_label {
	width: 100px;
	vertical-align: top;
	padding-top: 5px;
}

td.form_field_cell {
	padding: 0 0 6px 0;
}

table.list {
	font-size: 14px;
}


/* contact */

#contact_block_top {
	float: left;
	width: 850px;
}

#contact_block_top .gutter {
	float: left;
	width: 850px;
}

#contact_block_bottom {
	float: left;
	width: 850px;	
}

#contact_block_bottom .gutter {
	float: left;
	width: 850px;
}

hr.line {
	height: 1px;
	width: 100%;
	background-color: #ccc;
	border: none;
}

/* contact form */

#contact_form  {
	float: left;
	width: 850px;
	margin-top: 20px;
}

#contact_form .left {
	float: left;
	width: 495px;
}

#contact_form .right {
	float: right;
	width: 300px;
}

#contact_form span.label {
	display: block;
	color: #889;
	font-size: 12px;
	margin-bottom: 5px;
}

#contact_form textarea {
	width: 490px;
	height: 170px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	background: #ddd;
	color: #333;
	border: 1px solid #ccc;
	padding: 2px;
}

#contact_form input.form_field {
	width: 293px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	background: #ddd;
	color: #333;
	border: 1px solid #ccc;
	padding: 2px;
	margin-bottom: 12px;
}

#contact_form span.send_copy {
	float: left;
}

#contact_form input.checkbox {
	vertical-align: top;
}

#contact_form input.form_button {
	padding: 2px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	color: #fff;
	background: #333;
	border: 1px solid #ddd;
	float: right;
}


/* footer */

#footer {
	float: left;
	width: 850;
	height: 30px;
}

#footer .gutter {
	float: left;
	width: 850px;
	text-align: center;
	padding: 7px 0 20px 0;
	color: #889;
	font-size: 12px;
	border-top: 1px solid #889;
}

#footer a {
	color: #889;
}

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


/* sticky footer backup

#footer {
	width: 100%;
	height: 30px;
	position: fixed; 
	left: 0px; 
	bottom: 0px; 
	background: #000;
}

#footer .footer_content {
	margin: auto;
	width: 850px;
	padding: 5px 0;
	color: #889;
	font-size: 12px;
	text-align: center;
	border-top: 1px solid #889;
}

#footer a {
	color: #889;
}

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

*/