﻿@font-face {
    font-family: 'FuturaStdMedium';
    src: url('fonts/futurastd-medium-webfont.eot');
    src: url('fonts/futurastd-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futurastd-medium-webfont.woff') format('woff'),
         url('fonts/futurastd-medium-webfont.ttf') format('truetype'),
         url('fonts/futurastd-medium-webfont.svg#FuturaStdMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FuturaStdBold';
    src: url('fonts/futurastd-bold-webfont.eot');
    src: url('fonts/futurastd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futurastd-bold-webfont.woff') format('woff'),
         url('fonts/futurastd-bold-webfont.ttf') format('truetype'),
         url('fonts/futurastd-bold-webfont.svg#FuturaStdBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Body
-------------------- */
* {
    margin:		0;
    padding:	0;
}
html {
    height: 100%;
}
body
{
	font-size:		14px;
	font-family:	Tahoma, Verdana, Segoe, sans-serif;
	color:			#474747;
	
	background-color: #2b3337;
	
	min-height: 100%;
	position: relative;
}
a
{
	color:			#0099cc;
	text-decoration:	none;
}
a:focus, a:hover, a:active
{
	color:			#0099cc;
	text-decoration:	underline;
}
.clear
{
	clear: both;
}
img
{
	border: 0;
	vertical-align: top;
}
img.alignleft
{
	float: left;
	margin: 0 10px 10px 0;
}
img.alignright
{
	float: left;
	margin: 0 0 10px 10px;
}
.content_wrap
{
	
	background-color: #04b4d9;
	background-image:	url(images/bg.jpg);
	background-repeat:	repeat-x;
	background-position: center top;
	
	border-bottom: 4px solid #3399cc;
}
.wrap
{
	width:			860px;
	margin-top:		0px;
	margin-left:	auto;
	margin-right:	auto;
	
	position: relative;
}

/*
	button_big
*/
.button_big
{
	float: left;
	padding: 0 21px;
	background: #0f3a5b;
	border: none;
	
	color: #8eddfa;
	font-family: FuturaStdMedium, Arial, sans-serif;
	font-size: 13px;
	line-height: 29px;

	cursor: pointer;
}
.button_big.right
{
	float: right;
}
input.button_big
{
	height: 26px;
}
.button_big:hover
{
	color: #0f3a5b;
	background: #4aaddb;
	text-decoration:none;
}

/*
	Header
*/
#header
{
	height: 135px;
	
	position: relative;
	z-index: 5;
}
#logo
{
	display:block;
	width: 224px;
	height: 69px;
	
	background-image:	url(images/logo.png);
	background-repeat:	no-repeat;
	background-position: 0 0;
	
	position: absolute;
	top: 30px;
	left: 10px;
	z-index: 10;
}


/* Languages */
#languages 
{
	float: right;
	list-style: none;
	margin-top: 30px;
	margin-right: 35px;
}
#languages li
{
	float: left;
	margin-left: 5px;
}
#languages li a
{
	display:block;
	float: left;
	
	color: #5a5a5a;
	font-family: FuturaStdMedium, Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	
	position: relative;
}
#languages li a:hover,
#languages li.active a
{
	color: #004b6f;
}


/* Menu */
#menu 
{
	max-width: 600px;
	list-style: none;
	
	background-image:	url(images/menu_border.png);
	background-repeat:	no-repeat;
	background-position:	right top;
	
	position: absolute;
	right: 0;
	top: 70px;
}
#menu li
{
	float: left;
	dheight: 56px;
}
#menu li a
{
	display: block;
	float: left;
	margin: 15px 20px 0 0;
	padding-bottom: 2px;
	
	color: #0f3a5b;
	font-size: 12px;
	font-family: FuturaStdMedium, Arial, sans-serif;
	font-weight: bolder;
	text-decoration: none;
	
	position: relative;
	outline: none;
}
#menu li a:hover,
#menu li.active a
{
	color: #0f3a5b;
	
	border-bottom: 5px solid #0f3a5b;
}



/*
	Content
*/
#content
{
	color: #333333;
	padding-bottom: 50px;
}
#content .twocol
{
	float: left;
}
#content .twocol .left
{
	float: left;
	width: 540px;
	padding: 10px 25px 25px;
}
#content .twocol .right
{
	float: right;
	width: 260px;
	padding: 10px 25px 25px;
}

/* frontpage */
.slider
{
}
.slider .slides
{
	width: 860px;
	height: 280px;
	
	background: white;
	border: 1px solid #e0e0e0;
	
	-webkit-box-shadow: 0 0 5px #cccccc;
	-moz-box-shadow: 0 0 5px #cccccc;
	box-shadow: 0 0 5px #cccccc;

	position:relative;
}
.slider .slides .slide
{
	width: 860px;
	height: 280px;
	
	position:absolute;
	
	background: #ffffff;
	text-align: center;
}
.slider .slides .slide:first-child
{
	z-index: 10;
}
.slider .slides .slide a
{
	display: inline-block;
	width: 111px;
	height: 32px;
	
	background-image:	url(images/slider_sprite.png);
	background-repeat:	no-repeat;
	background-position:	0 -8px;
	
	position:absolute;
	right: -1px;
	bottom: 40px;
	
	color: #454112; 
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 26px;
	text-shadow: 0 1px 0px #ffffff;
}

/*
	Slider nupud
*/
.slider ul
{
	list-style: none;
	width: 860px;
	width: 393px;
	margin: 0 auto;
	padding: 8px 0;
	
	text-align: center;
	font-size: 12px;
	line-height: 1px;
	
	border-bottom: 1px dotted #7b8589;
}
.slider ul li
{
	display: inline;
}
.slider ul li a
{
	display: inline-block;
	width: 7px;
	height: 8px;
	margin: 0 1px;
	
	background-image:	url(images/slider_sprite.png);
	background-repeat:	no-repeat;
	background-position:	0 0;
}
.slider ul li a:hover,
.slider ul li.active a
{
	background-position:	-7px 0;
}



/*
	Frontpage services
*/
#services_fp
{
	padding-top: 11px;
	list-style: none;
}
#services_fp > li
{
	float: left;
	width: 164px;
	margin-left: 68px;
}
#services_fp > li:first-child
{
	margin-left: 0;
}
#services_fp > li > a
{
	float: left;
	display: block;
	width: 156px;
	height: 43px;
	padding-top: 55px;
	padding-left: 8px;
	
	background-image:	url(images/services_fp.png);
	background-repeat:	no-repeat;
	background-position:	0 0;
	
	color: white;
	font-weight: bold;
	font-size: 18px;
}
.en #services_fp > li > a
{
	height: 41px;
	padding-top: 57px;
	font-size: 14px;
}
#services_fp > li > a:hover
{
	text-decoration: none;
}
#services_fp > #service_ads > a
{
	background-position:	0 0;
}
#services_fp > #service_studio > a
{
	background-position:	0 -98px;
}
#services_fp > #service_web > a
{
	background-position:	0 -196px;
}
#services_fp > #service_pres > a
{
	background-position:	0 -294px;
}
/* 2. level */
#services_fp > li > ul
{
	float: left;
	width: 187px;
	
	list-style: none;
	
	position:relative;
	left: -5px;
	top: -6px;
}
#services_fp li > ul > li
{
	padding: 2px 0 1px;
}
#services_fp li > ul > li > a
{
	display:block;
	padding-left: 9px;
	padding-bottom: 1px;
	margin: 1px 0;
	
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	line-height: 16px;
}
#services_fp > li > ul > li > a:hover,
#services_fp > li > ul > li.active > a
{
	color: #333333;
	padding-left: 8px;
	margin: 0;
	
	border: 1px solid white;
	background: #fad11e;
	
	-webkit-box-shadow: 1px 1px 1px #6D9FB2;
	-moz-box-shadow: 1px 1px 1px #6D9FB2;
	box-shadow: 1px 1px 1px #6D9FB2;
	
	text-decoration: none;
}


/*
	blog list
*/
.blog
{
	float: left;
	width: 815px;
	padding: 20px 22px 20px 23px;
	
	background: white;
	border: 1px solid #e0e0e0;
	
	-webkit-box-shadow: 0 0 5px #cccccc;
	-moz-box-shadow: 0 0 5px #cccccc;
	box-shadow: 0 0 5px #cccccc;

	position:relative;
}
.blog .blog_item
{
	float: left;
	width: 815px;
	padding-top: 30px;
	padding-bottom: 16px;
	
	border-bottom: 1px dotted #d1d1d1;
}
/* blog list */
.blog.list .blog_item .meta
{
	float: left;
	width: 145px;
	margin-right: 25px;
}
.blog.list .blog_item .meta span,
.blog.list .blog_item .meta a
{
	float: left;
	width: 125px;
	margin-bottom: 5px;
	padding-left: 20px;
	
	background-image:	url(images/news_meta.png);
	background-repeat:	no-repeat;
	background-position:	0 0;
	
	color: #6d6f72;
	font-size: 11px;
}
.blog.list .blog_item .meta .date
{
	background-position:	0 3px;
}
.blog.list .blog_item .meta .author
{
	background-position:	0 -47px;
}
.blog.list .blog_item .meta .comments
{
	background-position:	0 -97px;
}
.blog.list .blog_item .image
{
	float: left;
	width: 200px;
	min-height: 70px;
	margin-right: 25px;
}
.blog.list .blog_item .body
{
	float: left;
	width: 420px;
}
/* blog post */
.blog.post .blog_item
{
	float: left;
	width: 700px;
	padding-top: 30px;
	padding-bottom: 5px;
	padding-left: 115px;
	
	border-bottom: 1px dotted #d1d1d1;
}
.blog.post .blog_item .image
{
	margin-bottom: 25px;
}
.blog.post .blog_item .body
{
}

/* blog content */
.blog .blog_item .body h1
{
	margin-bottom: 9px;
	
	color: #0f395b;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
}
.blog .blog_item .body h1 a
{
	color: #0f395b;
}
.blog .blog_item .body p
{
	margin: 9px 0;
	
	color: #464749;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
.blog .blog_item .body .more-link
{
	display: block;
	margin: 18px 0 0;
	
	color: #103a5b;
	font-size: 10px;
	font-weight: normal;
}

/*
	Blog Paginator
*/
.blog.list ul.page-numbers
{
	float: left;
	width: 815px;
	margin-top: 20px;
	margin-bottom: 10px;
	
	list-style: none;
	
	text-align: center;
	font-size: 13px;
	line-height: 18px;
}
.blog.list ul.page-numbers li
{
	display: inline;
}
.blog.list ul.page-numbers li a
{
	display: inline-block;
	
	color: #48bff3;
}
.blog.list ul.page-numbers li a:hover,
.blog.list ul.page-numbers li.active a
{
	color: #0f395b;
}
/* Comments */
.blog.post .comments
{
	float: left;
	
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 115px;
	
	position: relative;
	clear: both;
}
.blog.post .comments .comment-body
{
	width: 535px;
	padding: 13px 35px;
	
	border: 1px solid #e5e5e5;
	background: #f0f1f1;
	margin-bottom: 10px;
}
.blog.post .comments h3
{
	margin-bottom: 5px;
	
	color: #0f395b;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	
	position: relative;
}
.blog.post .comments .date
{
	margin-bottom: 5px;
	
	color: #87898c;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	
	position: relative;
}
.blog.post .comments p
{
	margin: 6px 0 5px;
	
	color: #464749;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	
	position: relative;
}
#content .add_comment
{
	padding-top: 10px;
	margin-bottom: 20px;
}
#content .add_comment h3
{
	margin: 0 0 10px 0;
	border: 0;
}
#content .add_comment textarea
{
	float: left;
	width: 455px;
	padding: 5px;
	border: 1px solid #bdbdbd;
	
	color: #333333;
	font-family:	Tahoma, Verdana, Segoe, sans-serif;
	font-size: 12px;
	line-height: auto;
}
#content .add_comment .input
{
	float: left;
	width: 700px;
	margin-top: 7px;
	margin-right: 6px;
	
	position: relative;
}
#content .add_comment .input label
{
	float: left;
	width: 700px;
	
	color: #999999;
	font-size: 12px;
	font-weight: normal;
	font-family:	Tahoma, Verdana, Segoe, sans-serif;
	line-height: 28px;
}
#content .add_comment .input label.overlabel-apply
{
	display:block;
	width: auto;
	position: absolute;
	
	top: 0;
	left: 7px;
}
#content .add_comment .input input
{
	width: 230px;
	height: 25px;
	padding: 0 5px;
	border: 1px solid #bdbdbd;

	font-size: 12px;
	font-weight: normal;
	font-family:	Tahoma, Verdana, Segoe, sans-serif;
	line-height: 24px;
}
#content .add_comment .buttons
{
	float: left;
	width: 465px;
	margin-top: 7px;
	margin-right: 6px;
	
	position: relative;
}


/*
	Services
*/
/* Menu */
#services_menu 
{
	float: left;
	width: 187px;
	list-style: none;
	
	position: relative;
	left: -11px;
}
#services_menu li
{
	margin-bottom: 4px;
}
#services_menu li a
{
	margin-left: 11px;
	
	color: #004b6f;
	font-size: 12px;
	font-family: FuturaStdBold, Arial, sans-serif;
	text-decoration: none;
	
	position: relative;
	outline: none;
}
#services_menu > li > a:hover,
#services_menu > li.active > a
{
	color: #004b6f;
}
#services_menu > li > a:hover
{
	text-decoration: underline;
}
/* 2. level */
#services_menu > li > ul
{
	margin: 6px 0;
	list-style: none;
}
#services_menu li > ul > li
{
	margin-bottom: 3px;
}
#services_menu li > ul > li > a
{
	display:block;
	margin-left: 0;
	padding-left: 11px;
	
	color: #464749;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	line-height: 15px;
}
#services_menu > li > ul > li.active > a
{
	color: #464749;
	height: 19px;
	
	border: 1px solid white;
	background: #fad11e;
	line-height: 19px;
	
	-webkit-box-shadow: -1px 1px 1px #6D9FB2;
	-moz-box-shadow: -1px 1px 1px #6D9FB2;
	box-shadow: -1px 1px 1px #6D9FB2;
}
#services_menu > li > ul > li > a:hover
{
	text-decoration: underline;
}
/* 3. level */
#services_menu > li > ul > li > ul
{
	margin: 7px 0 6px;
	list-style: none;
}
#services_menu > li > ul > li > ul > li
{
	margin-bottom: 0px;
}
#services_menu > li > ul > li > ul > li > a
{
	display:block;
	margin-left: 11px;
	padding-left: 19px;
	padding-top: 1px;
	padding-bottom: 3px;
	
	color: #464749;
	font-size: 12px;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	line-height: 15px;
	font-weight: normal;
	
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	
	border-top: 1px dotted #6f8088;
}
#services_menu > li > ul > li > ul > li:first-child > a
{
	border: 0;
}
#services_menu > li > ul > li > ul > li.active > a
{
	font-weight: bold;
	
	background-image:	url(images/service_menu_bul.png);
	background-repeat:	no-repeat;
	background-position:	2px 7px;
}
#services_menu > li > ul > li > ul > li > a:hover
{
	text-decoration: underline;
	
	background-image:	url(images/service_menu_bul.png);
	background-repeat:	no-repeat;
	background-position:	2px 7px;
}

/* services_content */
.services_content
{
	float: right;
	width: 650px;
}
.services_content h1
{
	color: #0f395b;
	font-size: 20px;
	font-weight: normal;
	margin: 6px 5px 4px 5px;
	line-height: 26px;
	
	position: relative;
}
.services_content p
{
	color: #464749;
	font-size: 12px;
	font-weight: normal;
	margin: 4px 5px 13px 5px;
	line-height: 18px;
	
	position: relative;
}
.services_content .button_big
{
	margin-top: 20px;
}

/* service_content */
.service_content
{
	float: right;
	width: 650px;
}
.service_content .sample
{
	float: left;
	min-width: 200px;
	padding: 9px;
	
	background: white;
	
	-webkit-box-shadow: 0 0 5px #cccccc;
	-moz-box-shadow: 0 0 5px #cccccc;
	box-shadow: 0 0 5px #cccccc;

	position:relative;
}
.service_content .sample.audio
{
	margin-top:120px;
}
.service_content .meta
{
	float: left;
	width: 600px;
	margin-left: 5px;
	
	margin-top: 16px;
	color: #0f3a5b;
	font-size: 12px;
}
.service_content .meta p
{
	margin-bottom: 8px;
}
.service_content .meta .label
{
	color: #464749;
}

/* agency_partners */
.agency_partners
{
	float: left;
	width: 360px;
	margin-right: 50px;
	font-size: 12px;
	font-family: Helvetica,Arial,sans-serif;
}
.agency_partners td
{
	color: #0f395b;
	font-size: 12px;
	font-family: Helvetica,Arial,sans-serif;
}
/* agency_content */
.agency_content
{
	float: right;
	width: 450px;
}
.agency_content h1
{
	color: #0f395b;
	font-size: 15px;
	font-weight: normal;
	margin: 6px 0 10px;
	line-height: 20px;
	
	position: relative;
}
.agency_content h2
{
	color: #0f395b;
	font-size: 15px;
	font-weight: bold;
	margin: 30px 0 9px;
	line-height: 18px;
	
	position: relative;
}
.agency_content p
{
	color: #464749;
	font-size: 12px;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	margin: 4px 0 13px;
	line-height: 18px;
	
	position: relative;
}
.agency_content ul
{
	list-style: none;
	margin: 9px 0;
}
.agency_content li
{
	padding-left: 28px;
	
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	
	background-image:	url(images/bul.png);
	background-repeat:	no-repeat;
	background-position:	0 6px;
}
.agency_content li,
.agency_content li a
{
	color: #0f395b;
	
	position: relative;
}

/* contact_content */
.contact_left
{
	float: left;
	width: 300px;
}
.contact_left h1
{
	color: #004b6f;
	font-size: 12px;
	font-weight: normal;
	font-family: FuturaStdMedium, Arial, sans-serif;
	margin: 0 0 1px;
	line-height: 20px;
	
	position: relative;
}
.contact_left p
{
	color: #464749;
	font-size: 12px;
	font-weight: normal;
	margin: 2px 0 17px;
	line-height: 19px;
	
	position: relative;
}
.contact_right
{
	float: right;
	width: 560px;
}
.contact_right .map
{
	float: right;
	padding: 10px;
	margin-bottom: 10px;
	
	background: white;
	
	-webkit-box-shadow: 0 0 5px #cccccc;
	-moz-box-shadow: 0 0 5px #cccccc;
	box-shadow: 0 0 5px #cccccc;

	position:relative;
}
.contact_left .input
{
	float: left;
	margin-top: 2px;
	
	position: relative;
}
.contact_left .input label
{
	float: left;
	width: 300px;
	
	color: #464749;
	font-size: 11px;
	font-weight: normal;
	font-family:	Tahoma, Verdana, Segoe, sans-serif;
	line-height: 26px;
}
.contact_left .input label.overlabel-apply
{
	display:block;
	width: auto;
	position: absolute;
	
	top: 0;
	left: 7px;
}
.contact_left .input input
{
	float: left;
	width: 288px;
	height: 25px;
	padding: 0 5px;
	border: 1px solid #b9e4f7;
	background: #ddf3fc;

	color: #464749;
	font-size: 11px;
	font-weight: normal;
	font-family:	Tahoma, Verdana, Segoe, sans-serif;
	line-height: 24px;
}
.contact_left .input textarea
{
	float: left;
	width: 288px;
	padding: 5px;
	border: 1px solid #b9e4f7;
	background: #ddf3fc;
	
	color: #464749;
	font-family:	Tahoma, Verdana, Segoe, sans-serif;
	font-size: 11px;
	line-height: auto;
}
.contact_left .buttons
{
	float: left;
	width: 300px;
	margin-top: 10px;
	
	position: relative;
}
.contact_left .buttons .text
{
	margin-left: 5px;
	color: #464749;
	font-family:	Tahoma, Verdana, Segoe, sans-serif;
	font-size: 11px;
	line-height: 28px;
}

/* csr_content */
.wrap.csr
{
	width: 900px;
}
.csr_content
{
	position: relative;
}
.csr_content .badge
{
	display: block;
	width: 146px;
	height: 54px;

	background-image:	url(images/csr.png);
	background-repeat:	no-repeat;
	background-position:	0 0;
	
	text-indent: -9999px;
	outline: none;
	overflow: hidden;
	
	position: absolute;
	top: -12px;
	left: 363px;
}
.en .csr_content .badge
{
	width: 165px;
	background-position:	0 -54px;
}
.csr_content .body
{
	float: left;
	width: 680px;
	padding: 75px 105px 0 115px;
	
	background-image:	url(images/csr_bg.png);
	background-repeat:	no-repeat;
	background-position:	0 0;
}
.csr_content .body .image
{
	float: right;
	width: 340px;
	height: 225px;
	
	background-image:	url(images/csr_image.png);
	background-repeat:	no-repeat;
	background-position:	0 0;
}
.csr_content .body h1
{
	width: 340px;
	height: 90px;
	
	background-image:	url(images/csr_text.png);
	background-repeat:	no-repeat;
	background-position:	0 0;
	
	text-indent: -9999px;
	overflow: hidden;
}
.en .csr_content .body h1
{
	background-image:	url(images/csr_text_en.png);
}
.csr_content .body p
{
	color: #464749;
	font-size: 12px;
	font-weight: normal;
	margin: 4px 0 14px;
	line-height: 18px;
	
	position: relative;
}
.csr_content .footer
{
	float: left;
	width: 680px;
	min-height: 25px;
	padding: 32px 105px 69px 115px;	
	
	background-image:	url(images/csr_bg.png);
	background-repeat:	no-repeat;
	background-position:	0 bottom;
}
.csr_content .footer h1
{
	float: left;
	width: 680px;
	height: 36px;
	
	background-image:	url(images/csr_text.png);
	background-repeat:	no-repeat;
	background-position:	0 -90px;
	
	text-indent: -9999px;
	overflow: hidden;
}
.en .csr_content .footer h1
{
	background-image:	url(images/csr_text_en.png);
}

/* overall */
#content .page h1
{
	color: #0099cc;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	margin: 21px 0 13px 0;
	line-height: 26px;
	
	border-bottom: 1px solid #cccccc;
	position: relative;
}
#content .page h2
{
	color: #0099cc;
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0 5px 0;
	line-height: 22px;
	
	position: relative;
}
#content .page h3
{
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	margin: 17px 0 6px 0;
	line-height: 18px;
	
	position: relative;
}
#content .page p
{
	font-size: 14px;
	font-weight: normal;
	margin: 5px 0 10px;
	line-height: 17px;
	
	position: relative;
}
#content .page p sup
{
	font-size: 8px;
	line-height: 5px;
}
#content .page p .bigger
{
	font-size: 18px;
	line-height: 24px;
}
#content .page .highlight
{
	color: #cc0000;
}
#content .page ul
{
	list-style: none;
}
#content .page li,
#content .page li a
{
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	
	position: relative;
}



/*
	Footer
*/
#footer
{
	width: 100%;
	min-height: 186px;
}
#footer .twitter
{
	float: left;
	width: 395px;
	padding-top: 17px;
}
#footer .twitter h1
{
	margin-bottom: 10px;
	
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 28px;
	
	border-bottom: 1px dotted #7d7f80;
}
#footer .twitter .meta .account
{
	color: #ffcc00;
	font-size: 14px;
	line-height: 18px;
}
#footer .twitter .meta .date
{
	color: #999999;
	font-size: 11px;
	line-height: 18px;
}
#footer .twitter .message
{
	color: #cccccc;
	font-size: 12px;
	line-height: 18px;
}
#footer .fb
{
	float: left;
	width: 120px;
	padding-top: 27px;
	margin-left: 30px;
}
#footer .contact
{
	float: left;
	width: 760px;
	margin-top: 14px;
	margin-bottom: 22px;
	padding: 26px 0 0 100px;
	
	color: #cccccc;
	font-size: 11px;
	
	background-image:	url(images/logo_footer.png);
	background-repeat:	no-repeat;
	background-position:	0 17px;
	
	border-top: 1px dotted #7d7f80;
}
#footer .contact a
{
	color: #66ccff;
}

#csr
{
	width: 146px;
	height: 54px;

	position: absolute;
	top: 27px;
	right: 0;
}
#csr a
{
	display: block;
	width: 146px;
	height: 54px;

	background-image:	url(images/csr.png);
	background-repeat:	no-repeat;
	background-position:	0 0;
	
	text-indent: -9999px;
	outline: none;
	overflow: hidden;
}
.en #csr
{
	width: 165px;
}
.en #csr a
{
	width: 165px;
	background-position:	0 -54px;
}