body {
	background-color: #bbd0dd;
	color: #fff;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	height: 100%;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	width: 100%;
}

#bgimg {
	position:absolute;
	z-index: -1;
}

a {
	outline: none;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

hr {
	padding: 0px;
	margin: 20px 0px 16px 0px;
	border: none;
	border-bottom: dashed 1px #c7c9ca;
}

#page {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
}

#site {
	position: relative;
	width: 578px;
	padding: 0px;
	margin: 30px auto 35px auto;
}

#logo a {
	display: block;
	background: url("../Images/logo.png") no-repeat;
	width: 105px;
	height: 83px;
}

#navbar {
	text-align: right;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px 24px;
}

#navbar li {
	text-align: center;
	vertical-align: bottom;
	padding: 0px;
	margin: 0px 1px;
	display: inline-block;
	width: 56px;
}

#navbar li:hover {
	margin-top: -8px;
}

#navbar li a {
	font-size: 13px;
	font-weight: normal;
}

#navbar li div {
	background: #e31b23;
	padding: 8px 0px;
}

	#navbar li div.who {
		background-image: url("../Images/nav_who_white.png");
		background-repeat: no-repeat;
		background-position: 11px 8px;
		display: block;
		text-indent: -9999px;
	}
	
		#navbar li.selected div.who { 
			background-image: url("../Images/nav_who_black.png");
			background-repeat: no-repeat;
			background-position: 11px 8px;
			display: block;
			text-indent: -9999px; 
			-webkit-box-shadow: 0.06em 0 0.31em #000;
			-moz-box-shadow: 0.06em 0 0.31em #000;
		}
	
	#navbar li div.what {
		background-image: url("../Images/nav_what_white.png");
		background-repeat: no-repeat;
		background-position: 9px 8px;
		display: block;
		text-indent: -9999px;
	}
	
		#navbar li.selected div.what { 
			background-image: url("../Images/nav_what_black.png");
			background-repeat: no-repeat;
			background-position: 9px 8px;
			display: block;
			text-indent: -9999px;
			-webkit-box-shadow: 0.06em 0 0.31em #000;
			-moz-box-shadow: 0.06em 0 0.31em #000;
		}
	
	#navbar li div.where {
		background-image: url("../Images/nav_where_white.png");
		background-repeat: no-repeat;
		background-position: 6px 8px;
		display: block;
		text-indent: -9999px;
	}
	
		#navbar li.selected div.where { 
			background-image: url("../Images/nav_where_black.png");
			background-repeat: no-repeat;
			background-position: 6px 8px;
			display: block;
			text-indent: -9999px;
			-webkit-box-shadow: 0.06em 0 0.31em #000;
			-moz-box-shadow: 0.06em 0 0.31em #000;
		}
	
	#navbar li div.call {
		background-image: url("../Images/nav_call_white.png");
		background-repeat: no-repeat;
		background-position: 13px 8px;
		display: block;
		text-indent: -9999px;
	}
	
		#navbar li.selected div.call { 
			background-image: url("../Images/nav_call_black.png");
			background-repeat: no-repeat;
			background-position: 13px 8px;
			display: block;
			text-indent: -9999px;
			-webkit-box-shadow: 0.06em 0 0.31em #000;
			-moz-box-shadow: 0.06em 0 0.31em #000;
		}

#navbar li:hover div {
	padding: 12px 0px;
}

#navbar li div.spike {
	background: url("../Images/spikes_red.png") repeat-x;
	background-color: transparent;
	padding: 0px;
	height: 4px;
	position: relative;
}

#navbar li.selected div {
	color: #000;
	background: #fff;
}

#navbar li.selected div.spike {
	background: url("../Images/spikes_white.png") repeat-x;
	background-color: transparent;
}

h1 {
	font-size: 23px;
	font-weight: normal;
	padding: 0px 0px 8px 0px;
	margin: 0px;
}

	h1.title_home {
		background: url("../Images/title_home.png") no-repeat;
		display: block;
		height: 25px;
		margin: 0 0 20px 0;
		padding: 0;
		width: 440px;
		text-indent: -9999px;
	}
	
	h1.title_who {
		background: url("../Images/title_who.png") no-repeat;
		display: block;
		height: 60px;
		margin: 0 0 20px 0;
		padding: 0;
		width: 407px;
		text-indent: -9999px;
	}

	h1.title_where {
		background: url("../Images/title_where.png") no-repeat;
		display: block;
		height: 35px;
		margin: 0;
		padding: 0;
		width: 474px;
		text-indent: -9999px;
	}
	
	h1.title_what {
		background: url("../Images/title_what.png") no-repeat;
		display: block;
		height: 25px;
		margin: 0 0 20px 0;
		padding: 0;
		width: 434px;
		text-indent: -9999px;
	}
	
	h1.title_how {
		background: url("../Images/title_how.png") no-repeat;
		display: block;
		height: 35px;
		margin: 0;
		padding: 0;
		width: 518px;
		text-indent: -9999px;
	}

h2 {
	font-family: 'Yanone Kaffeesatz', serif;
	font-size: 23px;
	line-height: 1.38em;
	letter-spacing: 1px;
	font-weight: normal;
	padding: 0px;
	margin: 0px 30px 10px 0px;
}

h3 {
	font-size: 11px;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

p {
	line-height: 160%;
}

blockquote {
	font-family: 'Yanone Kaffeesatz', serif;
	font-size: 21px;
	letter-spacing: 1px;
	line-height: 1.31em;
	padding: 0px;
	margin: 0;
}

blockquote span {
	color: #e31b23;
	font-size: 48px;
	line-height: 42px;
	vertical-align: -20px;
}

#content {
	position: relative;
	background: rgba(0, 0, 0, 0.55);
	padding: 26px;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	-webkit-border-top-left-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-bottomright: 50px;
}

#pager {
	position: relative;
	margin: 10px -7px 0px -5px;
}

.pager_thumb {
	display: inline-block;
	padding: 0px;
	margin: 3px;
	cursor: pointer;
}

.pager_thumb img {
	width: 170px;
	height: 90px;
}

.pager_popup {
	display: none;
	position: relative;
	left: 85px;
	bottom: 45px;
	width: 170px;
}

.pager_popup_arrow {
	background: url("../Images/popup_point.png") no-repeat;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 40px;
	height: 40px;
	z-index: 1;
}

.pager_popup_text {
	background: #e31b23;
	padding: 20px 16px 14px 16px;
	position: absolute;
	bottom: 14px;
	left: 14px;
	border-top-left-radius: 35px;
	border-bottom-right-radius: 35px;
	-webkit-border-top-left-radius: 35px;
	-webkit-border-bottom-right-radius: 35px;
	-moz-border-radius-topleft: 35px;
	-moz-border-radius-bottomright: 35px;
	-webkit-box-shadow: 2px 2px 8px #000;
	-moz-box-shadow: 2px 2px 8px #000;
}

.pager_popup_text em {
	font-size: 12px;
	font-style: normal;
	text-transform: uppercase;
	line-height: 15px;
	letter-spacing: 0.3px;
}

.pager_popup_text p {
	font-size: 10px;
	letter-spacing: 0.3px;
}

.pager_popup_text h2 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px 0px 6px 0px;;
}

.pager_thumb:hover .pager_popup {
	display: block;
}

#pager_dots {
	color: #fff;
	text-align: center;
	font-size: 26px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
	height: 16px;
	position: relative;
	top: 7px;
}

#pager_dots span {
	padding: 0px 4px;
	margin: 0px 1px;
	cursor: pointer;
}

#pager_dots .selected {
	color: #e31b23;
}

#video_box {
	background: rgba(0, 0, 0, 0.85);
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}

#video_content {
	text-align: center;
	margin-left: -320px;
	position: absolute;
	left: 50%;
	top: 15px;
	width: 640px;
}

#video_close {
	float: left;
	font-size: 16px;
	padding: 4px;
	cursor: pointer;
}

#video_close:hover {
	background: #000;
}

#video_file {
	display: block;
}

.video_changer {
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	float: right;
	width: 11px;
}

.video_changer img {
	margin: 0px 1px;
}

.video_changer div {
	background: #e31b23;
	padding: 15px 0px;
}

.video_changer.button:hover div {
	color: #000;
	/*background: #fff;*/
}

.video_changer.disabled div, .video_changer.disabled:hover div {
	color: #ddd;
	/*background: #808080;*/
}

.video_changer div.spike {
	background: url("../Images/spikes_b_red.png") repeat-x;
	background-color: transparent;
	padding: 0px;
	height: 6px;
}

.video_changer.button:hover div.spike {
	/*background: url("../Images/spikes_b_white.png") repeat-x;*/
}

.video_changer.disabled div.spike, .video_changer.disabled:hover div.spike {
	/*background: url("../Images/spikes_b_grey.png") repeat-x;*/
}

#video_sep {
	color: #000;
}

#video_previous {
	width: 84px;
}

#video_next {
	margin-right: 20px;
	width: 60px;
}

#video_info {
	text-align: left;
	position: relative;
	margin: 15px 0 0 0;
	width: 200px;
}

#video_info hr {
	margin: 0;
}

#video_info h1 {
	color: #e31b23;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 10px 0;
}

#video_info p {
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 0 0;
}

#video_info p span {
	color: #e31b23;
	font-weight: normal;
}

#video_info .info_time {
	padding-left: 40px;
}

#video_info.loading, #switched_content.loading {
	background: url("../Images/loader_white_black.gif") no-repeat center;
	text-align: center;
	padding: 15px;
	height: 16px;
}

#video_info.error, #switched_content.error {
	text-align: center;
	font-size: 14px;
	padding: 15px;
}

#switcher {
	position: relative;
	height: 35px;
	border-top: dashed 1px #fff;
	border-bottom: dashed 1px #fff;
}

#switcher_left {
	background: url("../Images/switcher_left.png") top left no-repeat;
	position: absolute;
	top: 5px;
	left: 0px;
	width: 5px;
	height: 25px;
}

#switcher_right {
	background: url("../Images/switcher_right.png") top left no-repeat;
	position: absolute;
	top: 5px;
	right: 0px;
	width: 5px;
	height: 25px;
}

#switcher_content {
	background: rgba(51, 51, 51, 0.5);
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	line-height: 25px;
	position: absolute; 
	top: 5px;
	left: 5px;
	right: 5px;
	height: 25px;
}

.switcher_item {
	color: #e31b23;
	margin: 0px 4px;
	letter-spacing: 0.6px;
	cursor: pointer;
}

.switcher_item:hover {
	color: #fff;
}

.switcher_item.selected {
	color: #fff;
}

#page_left {
	float: left;
	padding: 26px 0px 0px 0px;
	width: 230px;
}

	#page_left_c {
		font-size: 11px;
		float: left;
		padding: 0;
		width: 230px;
	}

#page_right {
	float: right;
	margin-bottom: 30px;
	padding: 26px 15px 0 0;
	width: 265px;
}

	#page_right_c {
		font-size: 11px;
		float: right;
		margin-bottom: 30px;
		padding: 0 15px 0 0;
		width: 265px;
	}

#page_right p {
	margin: 0px 0px 18px 0px;
}

.who_name {
	font-size: 16px;
	text-transform: uppercase;
}

.who_name span {
	font-size: 11px;
	letter-spacing: 0.5px;
	text-transform: none;
	padding: 0;
}

.email {
	font-size: 11px;
	margin: 5px 0px;
	letter-spacing: 0.5px;
}

.email a {
	font-weight: normal;
	color: #fff;
	padding: 2px 0px;
	text-transform: uppercase;
}

.email a:hover {
	color: #e31b23;
}

.email a span {
	font-size: 11px;
}

#where_tag {
	color: #e31b23;
	font-weight: bold;
	float: left;
	width: 60px;
}

.where_columns {
	color: #c7c9ca;
	float: left;
}

.where_column {
	float: left;
}

#where_clients div {
	font-weight: normal;
	padding: 0px 0px 2px 0px;
	width: 220px;
}

#where_awards div {
	font-weight: normal;
	padding: 0px 0px 2px 0px;
	width: 135px;
}

#contact_address {
	text-transform: uppercase;
	line-height: 16px;
	margin: 26px 0px;
}

.contact_detail {
	margin: 8px 0 20px 0px;
}

.contact_info {
	margin: 8px 0px;
}

.contact_info span {
	font-weight: bold;
	color: #e31b23;
	padding-right: 6px;
}

.contact_info a {
	font-weight: normal;
	text-transform: uppercase;
}

.contact_detail span {
	color: #e31b23;
	padding: 0px 6px;
}

	.contact_detail a {
		font-weight: normal;
		text-transform: uppercase;
		color: #fff;
	}
	
	.contact_detail a:hover {
		color: #e31b23;
	}

.contact_name {
	color: #c7c9ca;
	margin: 20px 0px 5px 0px;
}

	.contact_name_a {
		letter-spacing: 0.5px;
		color: #c7c9ca;
		margin: 8px 0 5px 0;
	}

.contact_name span {
	color: #fff;
	font-weight: bold;
	padding-right: 6px;
}

.contact_name a:hover, .contact_info a:hover {
	color: #e31b23;
}

	.contact_name_a span {
		color: #fff;
		padding-right: 6px;
	}

	.contact_name_a a:hover, .contact_info a:hover {
		color: #e31b23;
	}

/* other style */

.red {
	color: #e31b23;
	font-weight: normal;
}

.grey {
	color: #c7c9ca;
}

.float_left {
	float: left;
}

.button {
	cursor: pointer;
}

.button.disabled {
	cursor: default;
}

.hidden {
	display: none;
}

.extra_padding_bottom
{
	padding-bottom: 10px;
}

.clearfix {
	clear: both;
}

.normal_case {
	text-transform: none;
}

#error404 {
	font-size: 16px;
	text-align: center;
	margin: 20px 0px 0px 0px;
}

#spots {
	bottom: 30px;
	display: block;
	height: 13px;
	right: 40px;
	position: absolute;
	width: 119px;
}

	#spots a {
		background: url("../Images/nav_spots.gif") no-repeat;
		display: block;
		height: 13px;
		width: 119px;
		text-indent: -9999px;
	}
	
	#spots a:hover {
		background: url("../Images/nav_spots_roll.gif") no-repeat;
	}

