/* http://meyerweb.com/eric/tools/css/reset/
	v2.0 | 20110126
	License: none (public domain)
*/
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	#background-color: #DAEAF1;
	background-color: #fff;
	background: none repeat scroll 0 0 rgb(245, 245, 245);
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
body,
textarea{
	font-family: Arial,Tahoma,Helvetica,sans-serif;
	color: #000;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, embed, object, video, audio {
	max-width: 100%;
	border: 0;
}
img {
	vertical-align: bottom;
	height: auto;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
strong{
	font-weight: bold;
}
em {
	font-style:italic;
}
label{
	display: inline-block;
	font-size: .875em;
	line-height: 110%;
	width: 40%;
}
legend{display: none;}

input[type="checkbox"]{margin: 3px 8px 3px 3px ;}
input[type="radio"] {margin: 3px 3px 3px 0;}

/******************* helper ***********************/
.hidden, dfn.menu {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom:1;
}

#skipnav {
	position: absolute;
	left: -2000px;
}
	#skipnav li a:focus,
	#skipnav li a:active {
		display: inline-block;
		position: absolute;
		z-index: 110;
		top: 5px;
		left: 2400px;
		font-size: 1em;
		color: #000;
		background: #fff;
		border: solid 2px #f4f4f4;
		padding: 10px;
		width: 15em;
		height: 2.4em;
	}

/******************** positioning ********************/
#mainWrapper{
	background-color:#fff;
	border-left: 15px solid#fff;
	border-right: 15px solid#fff;
	-webkit-box-shadow: 0px 0px 20px #C4C4C4;
	-moz-box-shadow: 0px 0px 20px #C4C4C4;
	box-shadow: 0px 0px 20px #C4C4C4;
	min-width: 320px;
}
.innerWidth{
	width: 100%;
	margin: 0 auto;
}
#header {position: relative;}
#logo {
	padding : 25px 0 0 0;
	float: left;
}
#meta1{
	float: right;
	text-align: right;
	width: 8.9em;
}
#lang{
	font-size: .6875em;
	float: left;
}
	#lang li{
		float:left;
		margin: 8px 10px 5px 0;
		position: relative;
	}
	#lang,
	#searchfield,
	#lang a{
		color: #9B9B9A;
	}

#lang a{text-decoration: none;height:20px}

	#lang strong{
		font-weight:normal;
		color: #0089E0;
		display: none;
	}

	#lang a:hover:before,
	#lang strong:before,
	.langIE{
		border: 7px solid #0089E0;
		font-size:0;line-height:0;height:0;padding:0;margin:0;
		border-top-color:    transparent;
		border-right-color:  transparent;
		border-left-color:   transparent;
		left: 30%;
		top: 5px;
		position: absolute;

		content: "";
		display: inline-block;
	}

#search {
	margin: 0 0 15px 0;
	position: relative;
	display: inline-block;
	border : 1px solid #E9E9E8;
	float: right;
	clear: both;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 100%;
	text-align: left;
}
	.js #search{display: none;}
	#search.open {display: block;}

	#searchfield {
		border: none;
		padding: 0 0 0 5px;
		margin: 0 0 0 1px;
		width: 82%;
		-webkit-appearance: none;
		-moz-appearance: none;
		height: 19px;
		line-height: 20px;
		font-size: 11px;
		font-family: Arial,Tahoma,Helvetica,sans-serif;
	}
	#searchbutton {
		position: absolute;
		top: 0;
		right: -1px;
		cursor: pointer;

		background: url(sprite.png) no-repeat -3px -180px;
		width: 20px;
		height: 20px;
		margin: 0;
		padding: 0;
		border: none;
		text-indent: -700px;
		text-align: left;
		color: transparent;
		overflow: hidden;
		font-size: 1px;
		-webkit-border-top-right-radius: 4px;
		-webkit-border-bottom-right-radius: 4px;
		-moz-border-radius-topright: 4px;
		-moz-border-radius-bottomright: 4px;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
	}
		#search.open #searchbutton{
			top:-29px;
			width: 30px;
			height: 30px;
			background: url(sprite.png) no-repeat 7px -179px;
		}

	.js #toggleSearch{
		display: inline-block;
		background: url(sprite.png) no-repeat 7px -174px;
		width: 30px;
		height: 30px;
		cursor: pointer;
	}
	.js #toggleSearch.open{
		background: none;
	}

#noscriptMessage {
	border: 6px solid #0089E0;
	padding: 20px;
	margin-bottom: 20px;
}

#status{
	background-color: #23A0CF;
	color: #fff;
	clear: both;
	float: right;
	font-size: .8125em;
	font-weight: bold;
	padding: 8px;

	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
	#status:hover{
		-moz-box-shadow: inset 0px 0px 12px -2px #0089E0;
		-webkit-box-shadow: inset 0px 0px 12px -2px #0089E0;
		box-shadow: inset 0px 0px 12px -2px #0089E0;
	}

.js #toggleMainMenu{
	float: left;
	clear: both;
	background-color: #D8D5D5;
	width: 100%;
	padding: 10px 10px 10px 30px;
	position: relative;
	cursor: pointer;
	display: block;
	font-size: 1em;
	margin: 0 0 5px 0;
}
	.js #toggleMainMenu:hover,.js #toggleFooterMenu h3{cursor: pointer;}

	#toggleMainMenu:before,
	.toggleMainMenuIE,
	#toggleFooterMenu h3:before,
	.toggleFooterMenuIE{
		border: 7px solid #17A3D2;
		border-top-color:    transparent;
		border-right-color:  transparent;
		border-left-color:   transparent;

		font-size:0;line-height:0;height:0;padding:0;margin:0;
		position: absolute;
		top: 8px;
		left: 8px;

		content: "";
		display: inline-block;
	}

	#toggleMainMenu.open:before,
	#toggleFooterMenu.open h3:before{
		border: 0;
		border: 7px solid #17A3D2;
		font-size:0;line-height:0;height:0;padding:0;margin:0;

		border-bottom-color: transparent;
		border-right-color:  transparent;
		border-left-color:   transparent;
		top: 18px;
	}

#mainNav{
	background-color: #D8D5D5;
	width: auto;
	clear: both;
	padding: 0;
}
	.js #mainNav {display: none;}
	#mainNav.open{display: block}
	#mainNav li{
		border-bottom: 1px solid #fff;
		position: relative;
	}
	#mainNav a,
	#mainNav strong{
		color: #656565;
		padding: 9px 10px;
		display: block;
		text-decoration: none;
		font-size: 1em;
		font-weight: bold;
		text-shadow: 0px 1px 0px #ffffff;
	}
	#mainNav .act,
	#mainNav a:hover,
	#mainNav a:active,
	#mainNav a:focus,
	#mainNav li strong{
		background: #ffffff;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZDhkNWQ1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-radial-gradient(50% 0%, circle closest-corner,,  #ffffff 1%, #d8d5d5 60%);
		background: -webkit-gradient(radial, 50% 0%, 0px, center center, 100%, color-stop(1%,#ffffff), color-stop(60%,#d8d5d5));
		background: -webkit-radial-gradient(50% 0%, closest-corner,,  #ffffff 1%,#d8d5d5 60%);
		background: -o-radial-gradient(50% 0%, closest-corner,,  #ffffff 1%,#d8d5d5 60%);
		background: -ms-radial-gradient(50% 0%, closest-corner,,  #ffffff 1%,#d8d5d5 60%);
		background: radial-gradient(circle at 50% 0%,  #ffffff 1%,#d8d5d5 60%);
	}

	.no-touch #mainNav > li:hover > ul ,
	.no-touch #mainNav > li:active > ul,
	.no-touch #mainNav > li:focus > ul{
		height: auto;
		display: block;
	}

		/******* mobilenav **********/
		#mainNav.mobilenav > li:hover > ul ,
		#mainNav.mobilenav > li:active > ul,
		#mainNav.mobilenav > li:focus > ul {
			display: none;
		}
		#mainNav.mobilenav > li.act > ul {
			display: block;
		}

	/* 2. Level */
	#mainNav ul{
		height: auto;
		opacity: .85;
		display: none;
		background-color: #D8D5D5;
		padding: 10px 0;

		background: #fcfcfc;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkM2QyZDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #fcfcfc 1%, #d3d2d1 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fcfcfc), color-stop(100%,#d3d2d1));
		background: -webkit-linear-gradient(top,  #fcfcfc 1%,#d3d2d1 100%);
		background: -o-linear-gradient(top,  #fcfcfc 1%,#d3d2d1 100%);
		background: -ms-linear-gradient(top,  #fcfcfc 1%,#d3d2d1 100%);
		background: linear-gradient(to bottom,  #fcfcfc 1%,#d3d2d1 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#d3d2d1',GradientType=0 );

		-moz-box-shadow: 0px 3px 6px 0px #575B5A;
		-webkit-box-shadow:  0px 3px 6px 0px #575B5A;
		box-shadow:  0px 3px 6px 0px #575B5A;
	}
	#mainNav ul a:hover,
	#mainNav ul a:active,
	#mainNav ul a:focus,
	#mainNav ul li strong{
		background: none;
	}
	#mainNav ul li{
		border: 0;
		float: none;
	}
	#mainNav ul a{
		font-weight: bold;
		padding: 7px 10px;
	}
	#mainNav ul a:hover,
	#mainNav ul strong{
		color: #000;
	}
	#mainNav .last ul{
		left: -37px;
	}

/************ content ******/
#topBox {
	border-bottom : 6px solid #352F6D;
	margin: 0 0 35px 0;
	position: relative;
}
h1{
	font-size: 1.375em;
	font-weight: bold;
	margin: 35px 0 10px 0;
	line-height: 130%;
}
h2{
	font-size: 1em;
	font-weight: bold;
	margin: 25px 0 10px 0;
	line-height: 130%;
}
	h1 + h2,
	#item h2{
		margin-top: 0;
	}
h3,h4{
	font-size: .875em;
	font-weight: bold;
	margin: 20px 0 5px 0;
	line-height: 130%;
}
h1.csc-firstHeader,
h2.csc-firstHeader{
	margin-top: 0;
}

a{
	background: none;
	color: #23A0CF;
	line-height: 110%;
	text-decoration: none;
}
	a:hover,
	a:active,
	a:focus ,
	#meta a:hover ,
	#meta a:active ,
	#meta a:focus,
	a.current:hover,
	a.current:active,
	a.current:focus{
		color: #23A0CF;
		text-decoration: underline;
	}
	a.download,
	a.current{
		color: #23A0CF;
	}
	.aToZ {width: 100%;}

p{
	font-size: .875em;
	margin: 5px 0 15px 0;
	line-height: 130%;
}
.csc-textpic-caption {
	font-size: .75em;
	margin: 5px 0 15px 0;
	line-height: 110%;
}

.csc-linkToTop{
	background: url("sprite.png") no-repeat -150px -176px ;
	display: inline-block;
	float: right;
	margin: 0;
	position: relative;
	text-decoration: none;

	width: 22px;
	height: 20px;
}
	.csc-linkToTop:hover{text-decoration: none;}

.csc-textpic-imagerow {
	overflow: hidden;
}

.csc-textpic-images {
	position: relative;
}
.csc-textpic-center .csc-textpic-images {
	margin: 0 auto 0 auto;
}
.csc-textpic-intext-left .csc-textpic-images {
	float: left;
	margin: 0 2% 2% 0;
	padding: 3px 0 0 0;
}
.csc-textpic-intext-right .csc-textpic-images {
	float: right;
	margin-left: 2%;
}

.csc-textpic-text ol,
.csc-textpic-text ul,
.csc-bulletlist{
	font-size: 0.875em;
}
	.csc-textpic-text ul li,
	.csc-textpic-text ol li,
	.csc-bulletlist li{
		margin: 3px 15px;
		position: relative;
		line-height: 130%;
	}
	.csc-textpic-text ol li{
		margin: 3px 24px;
	}
	.csc-textpic-text ul li:before,
	.csc-bulletlist li:before,
	.linkBulletlist {
		position: absolute;
		top: 6px;
		left: -12px;
		background: url(sprite.png) no-repeat -77px -189px;
		width: 7px;
		height: 7px;
		display: inline-block;
		content: "";
	}

.csc-menu li {
	margin: 0 0 10px 0;
}
.span_4 .csc-menu-1 {
	font-size: .75em;
	background: #d8d5d5;
	padding: 15px 5px 5px 40px;
	margin: 0 0 20px 0;
	overflow: hidden;
}
	.span_4 .csc-menu a,
	.span_4 .csc-menu strong {
		font-weight: normal;
		color: #666;
	}
	.span_4 .csc-menu strong {
		color: #000;
	}
	.span_4 .csc-menu-1 li {
		padding: 0 0 0 10px;
	}
	.span_4 .csc-menu-1 a:hover:before,
	.span_4 .csc-menu-1 strong:before,
	.csc-menu-1IE {
		content: "";
		display: inline-block;
		width: 8px;
		height: 8px;
		background-color: #17A3D2;
		margin: 0 3px 0 -11px;
	}
.small{
	font-size: 70%;
	font-weight: bold;
}

/** Bulletlist with red dots ***/
.horizontal{
	font-size: 0.875em;
	display: inline-block;
	margin: 15px 0 3px 0;
}
	.horizontal li{
		float: left;
		margin: 3px 15px;
		position: relative;
	}
	.horizontal li:before,
	.horizontalIE{
		background: url(sprite.png) no-repeat -77px -189px;
		width: 8px;
		height: 8px;
		content:"";
		display: inline-block;

		position: absolute;
		top: 4px;
		left: -12px;
	}

/*** From A-Z ***/
.topBoxShadow {
	-moz-box-shadow: inset 0px 0px 30px -6px #cfcfcf;
	-webkit-box-shadow: inset 0px 0px 30px -6px #cfcfcf;
	box-shadow: inset 0px 0px 30px -6px #cfcfcf;
	padding: 1px 30px 30px 30px;
	border: 1px solid #eee;
}
.aToZ a{
	display: block;
	padding : 7px 0;
}

/* Image Navigation*/
#imageNav{
	border-top: 5px solid #D4D4D4;
	padding: 0 0 20px 0;
}
#imageNav h3{margin: 20px 0 0 0; font-size: 1em;}
#imageNav p{margin: 0;font-size: .75em;line-height: 130%;}
#imageNav .col img{display: none;}
#imageNav a > .imageNav,#imageNav .images > .imageNav {display: none;}
#imageNav a:hover > img, #imageNav .images:hover > img{display: none;}
#imageNav a:hover > .imageNav, #imageNav .images:hover > .imageNav{display: block;}

/**** embed youtube videos ***/
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

/*** falldownbanner ***/
#falldownBanner {
	background: none repeat scroll 0 0 rgb(0, 0, 0);
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 10px;
}
	.js #falldownText {
		display: none;
	}
	#falldownBanner img {
		display: none;
	}
	#falldownBanner a {
		text-decoration: underline;
	}

/****** Social Media and print ******/
#social_pdf {
	clear:both;
	text-align: right;
	padding: 30px 0 10px 0;
}
#socialshareprivacy{
	float: right;
	margin: 0 20px 0 0;
}
.social_share_privacy_area li {
	float: left;
	margin: 0 10px 0 0;
}
.social_share_privacy_area li .dummy_btn {
	cursor: pointer;
	float: left;
	margin: 0 0 0 7px;
	padding: 0;
	height: 21px;
	overflow: hidden;
}
.social_share_privacy_area li div iframe {
	overflow: hidden;
	height: inherit;
	width: inherit;
}
.social_share_privacy_area li .switch {
	display: inline-block;
	text-indent: 9999em;
	background: transparent url(sprite.png) no-repeat -183px -174px ;
	width: 23px;
	height: 12px;
	overflow: hidden;
	float: left;
	margin: 4px 0 0;
	padding: 0;
	cursor: pointer;
}
.social_share_privacy_area li .switch.on {
	background-position: -183px -185px;
}
.social_share_privacy_area li.help_info {
	position: relative;
}
.social_share_privacy_area .help_info .info,
.social_share_privacy_area .help_info.icon .info {
	display: none;
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 260px;
	padding: 10px 15px;
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 3px 4px #999;
	-webkit-box-shadow: 0 3px 4px #999;
	box-shadow: 0 3px 4px #999;
	background-color: #fdfbec;
	color: #000;
	z-index: 70;
}
	.social_share_privacy_area .twitter.help_info .info {left: -65px;}
	.social_share_privacy_area .gplus.help_info .info {left: -125px;}
	.social_share_privacy_area .help_info.icon .info {left: -190px;}

.social_share_privacy_area li.help_info.display .info,
.social_share_privacy_area li .help_info.icon.display .info {
	display: block;
}
.social_share_privacy_area li.help_info.info_off.display .info {
	display: none;
}
.social_share_privacy_area li .help_info.icon {
	background: transparent url(sprite.png) no-repeat -119px -182px scroll;
	width: 25px;
	height: 20px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	border: 2px solid #e7e3e3;
	border-right-width: 0;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	margin: 0;
	padding: 0;
}
.social_share_privacy_area .settings_info .settings_info_menu.on .help_info.icon {
	border-top-width: 0;
	border-left-width: 0;
}
.social_share_privacy_area .settings_info .settings_info_menu.perma_option_off .help_info.icon {
	border-right-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.social_share_privacy_area .settings_info {
	position: relative;
	text-align: left;
	width: 10px;
	border: 1px solid #fff;
}
.social_share_privacy_area .settings_info a {
	text-decoration: none;
}
.social_share_privacy_area .settings_info .settings_info_menu {
	background-color: #f3f4f5;
	border: 2px solid #e7e3e3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px #c1c1c1;
	-webkit-box-shadow: 2px 2px 3px #c1c1c1;
	box-shadow: 3px 3px 3px #c1c1c1;

	left: 0;
	position: absolute;
	top: 0;
	z-index: 75;
	width: 60px;
}
.social_share_privacy_area .settings_info .settings_info_menu.off {
	border-width: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}
.social_share_privacy_area li.settings_info .settings_info_menu.off form {
	display: none;
	margin: 0;
	padding: 0;
}
	.social_share_privacy_area .settings_info_menu.on {
		position: absolute;
		top: 0px;
		left: -90px;
		width: 135px;
	}
.social_share_privacy_area li.settings_info .settings_info_menu .settings {
	text-indent: -9999em;
	display: inline-block;
	background: transparent url(sprite.png) no-repeat -92px -182px scroll;
	width: 25px;
	height: 20px;
	border: 2px solid #e7e3e3;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	border-left: 1px solid #ddd;
	margin: 0;
	padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.on .settings {
	border-top-width: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset {
	border-width: 0;
	margin: 0;
	padding: 0 10px 10px;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset legend {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	margin: 0;
	padding: 10px 0;
	width: 115px;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset input {
	clear: both;
	float: left;
	margin: 4px 10px 4px 0;
	padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label {
	display: inline-block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	-moz-transition: color .5s ease-in;
	-webkit-transition: color .5s ease-in;
	transition: color .5s ease-in;
	margin: 0;
	padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label.checked {
	color: #090;
}

.dummy_btn > img{display: none;}
.dummy_btn{border-right: 1px solid #D3D3D3;}

.fb_like {
	background: url("sprite.png") no-repeat -323px 0 transparent;
	width: 20px;
}
	.lang_1 .fb_like {
		background: url("sprite.png") no-repeat -315px -30px transparent;
	}
	.lang_2 .fb_like {
		background: url("sprite.png") no-repeat -305px -57px transparent;
	}
.tweet {
	background: url("sprite.png") no-repeat -225px -108px transparent;
	width: 19px;
}
.gplusone {
	background: url("sprite.png") no-repeat -268px -80px transparent;
	width: 19px;
}
.info_off .fb_like,
.info_off .tweet,
.info_off .gplusone{
	background: none;
}

#pdf{
	background: url("sprite.png") no-repeat -0px -137px ;
	float: right;
	width: 22px;
	height: 20px;
	margin: 0 7px 0 17px;
	text-decoration: none;
}

/****** footer with second menü (sitemap) ******/
#rohs_reach {
	padding-top:10px;
	padding-left:5px;
}
#itar {
	padding-top:5px;
	padding-left:15px;
	width:90px;
	height: auto;
}
#socialmediabutton {
	margin-left:0px;
	margin-top:-10px;
}
#footer {
	margin: 0;
	width: 100%;
	background-color: #E3E3E3;
	padding: 5px 15px 15px 15px;
}
	#footer ul a,
	#footer ul strong{
		padding: 20px 0 5px 0;
		display: inline-block;
		font-weight: normal;
	}
	#footer #facebook a{padding: 0;}

	#footer ul ul a,
	#footer ul ul strong{
		color: #000;
		font-size: .875em;
		line-height: 150%;
		width: 100%;
		display: inline-block;
		padding: 0;
	}

	#footer .span_5{width: 100%;}

	/*** IngoComic ***/
	#comicImg{
		position: relative;
		padding: 30px 0 30px 68px;
		width: 100%;
		line-height: 140%;
		color: #000;
	}

	#comicImg:before,
	.linkComic{
		display: inline-block;
		content: "";
		width: 48px;
		height: 48px;
		background: url("sprite.png") no-repeat 0 -65px transparent;
		position: absolute;
		left: 10px;
		top: 25px
	}
		#comicImgLink {
			color: #000;
			font-size: .6875em;
			font-weight: bold;
		}

		/*** Menü / sitemap ***/
		#footer strong{color: #17A3D2;}

		/*** Schnellübersicht ***/
		.js #toggleFooterMenu h3{
			font-size: 1em;
			color: #17A3D2;
			position: relative;
			margin: 35px 0 0 0;
			padding: 10px 10px 10px 20px;
			display: inline-block;
			cursor: pointer;
		}
			#toggleFooterMenu h3:before,
			.toggleFooterMenuIE{
				left: 0;
			}
		.js #toggleFooterMenu .col{display: none;}
		#toggleFooterMenu.open .col{display: block;}
	#facebook {
		padding: 30px 0 0 38px;
		position: relative;
	}
	#facebook a{
		color: #000;
		padding: 0 ;
		font-weight: bold;
	}
	#facebook a:before,
	.linkFacebook{
		display: inline-block;
		content: "";
		width: 38px;
		height: 33px;
		background: url("sprite.png") no-repeat -32px -168px transparent;
		position: absolute;
		left:-5px;
		top: 23px;
	}

/**** Footer2 */
#footer2{
	background-color: #C4C4C4;
	padding: 10px 10px 10px 15px ;
	width: 100%;
	font-size: .75em;
}
	#footer2,
	#footer2 a,
	#footer2 strong {
		color: #262525;
	}
	#footer2 .col{margin-bottom:0}
	#logo-footer{text-align: right;}
		#logo-footer img {width: 100px;}
	#copyright{padding: 0 0 10px 0}
	#meta li{padding: 0 0 10px 0;}

/*** FlexSlider ***/
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}


.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li:FIRST-CHILD {display: block}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after, .linkSlides {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

.slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {zoom: 1;position: relative;}
.flexsliderText{padding: 10px;position :absolute; top: 0; width: 100%; background: none repeat scroll 0 0 rgb(0, 0, 0);background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);color: #fff;}
.flexslider .flexsliderText h3{font-size: 1em;margin: 0 0 5px 0;}
.flexslider .flexsliderText p{font-size: .875em;margin:0}

.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* Direction Nav */
.flex-direction-nav a {background: url("sprite.png") no-repeat -222px -144px; width: 25px; height: 45px; margin: -20px 0 0; display: block; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-prev {opacity: 1; left: 0;}
.flex-direction-nav .flex-next {background: url("sprite.png") no-repeat -269px -144px; opacity: 1; right: 0;}
.flexslider:hover .flex-next {opacity: 0.8;}
.flexslider:hover .flex-prev {opacity: 0.8;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {position: absolute; bottom: 3px; right: 20px;}
.flex-control-nav li {float:left; margin: 0 6px; display: inline-block; zoom: 1; }
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgb(191, 191, 191);background: rgba(191, 191, 191,1); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgb(228, 2, 46); background: rgba(35, 160, 207, 1); }
.flex-control-paging li a.flex-active { background: #000; background: rgb(228, 2, 46); background: rgba(35, 160, 207, 1); cursor: default; }

/** outerArrows **/
.outerArrows{
	margin: 20px 40px 0 40px;
}
.outerArrows .flex-direction-nav .flex-prev {
	left: -40px;
}
.outerArrows .flex-direction-nav .flex-next {
	right: -40px;
}

/* mitarbeiter Gallery*/
#sliderPerson li{text-align: center;}
.flexslider .personText{background-color: #D8D5D5; bottom: 25px;font-size: .75em;left: 50%; line-height: 140%; margin-left: -40%;padding: 5px;position :absolute;width: 80%; display: none;overflow: hidden}
.flexslider .personText strong{display: block;font-size: 1.2em;}
.flexslider li:hover .personText{display: block;}

/* #sliderGallery */
#sliderGalleryCarousel {display: none;}
.js #sliderGalleryCarousel {display: block;}
#sliderGalleryCarousel li{cursor: pointer;margin: 0 8px;}
#sliderGalleryCarousel li.flex-active-slide {cursor: default;}
#sliderGalleryCarousel .flex-direction-nav a {
	background-position: -310px -145px;
}
#sliderGalleryCarousel .flex-direction-nav .flex-next {
	background-position: -334px -145px;
}
#sliderGallery{	border-bottom : 5px solid #fff;}

#sliderGallery li {
	text-align: center;
}
#sliderGallery .text {
	background: #C4C4C4;
	padding: 5px;
	color: #fff;
	font-size: .75em;
}
#sliderGallery p {
	margin: 0;
	font-size: 1em;
}

/******** #sliderZoom ********/
#sliderZoom {
	margin-bottom: 30px;
}
#sliderZoom .flex-control-nav {
	bottom: -20px;
	right: 0;
}

/* productImages */
#productImagesItems {
	float: left;
	width: 49%;
}
.no-js #productImagesItems li {
	display: none;
}
	.no-js #productImagesItems li:first-child {
		display: block;
	}
#productImagesColors {
	float: left;
	width: 49%;
	margin-left: 2%;
	font-size: .875em;
}
	#productImagesColors a {
		margin: 0 0 10px 0;
		display: block;
	}


/*** Forms ***/
.field{margin: 0 0 10px 0;}

/*** indexed search ***/
.tx-indexedsearch-whatis,
.tx-indexedsearch-descr,
.tx-indexedsearch-text-item-path{
	font-size: .875em;
}

.tx-indexedsearch-searchbox {margin: 0 0 30px 0;}
.tx-indexedsearch-percent{float: right;}
dt.tx-indexedsearch-text-item-path{margin: 0 5px 0 0;}
.tx-indexedsearch-text-item-path{display: inline;}
.tx-indexedsearch-res{
	clear: both;
	margin: 30px 0 10px 0;
}
#tx-indexedsearch-searchbox-button-submit{margin: 20px 0 0 0;}
.tx-indexedsearch-searchbox div{margin: 0 0 5px 0;}

.browsebox{margin: 10px 0;}
.browsebox li{
	float: left;
	margin: 20px 15px 20px 0;
}

/**** faq ***/
#faq .csc-default {
	margin-left: 50px;
}
	#faq #topBox .csc-default {
		margin-left: 0;
	}
#faq h1,
#faq h2 {
	margin-left: -50px;
}

/*** CSS only for Mobil ***/
.onlyMobil{display: none;}


/******************* responsive grid *********************************/
.row:after, .col:after, .linkRow {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.col {
	display: block;
	float:left;
	width: 100%;
	margin:0;
}
.col:first-child { margin-left: 0;}
.offset2{ margin-left: 0; }
#toggleFooterMenu{
	clear: both;
	display: inline;
	margin: 0 0 20px 0;
}


/******************* responsive tables *********************************/

	.responsiveTable table {
		border-bottom: 2px solid #CCCCCC;
		background-color: #F1F1F1;
		width: 98%;
	}
	.responsiveTable thead th {
		display: none;
	}
	.responsiveTable tbody td {
		float: left;
		width: 98%;
		clear: left;
	}
	.responsiveTable tr {
		border-top: 1px solid #CCCCCC;
	}
	.responsiveTable tbody td:before {
		content: attr(data-title);
		z-index:1000;
		font-weight: bold;

		display: block;
		height: 15px;

		padding-right: 20px;
		top: 10px;
		white-space: nowrap;
		position: absolute;
		top: 5px;
		left: 10px;
	}
	.responsiveTable td {
		padding: 5px 5px 5px 49% ;
		position: relative;
	}


@media ( min-width : 321px ) and (max-width: 479px){

	.col{margin-left: 2%;}

	.row .col:first-child,
	.row  > .span_4.offset2,
	.span_4 + div  +div,
	.span_6,
	#footer2 .span_10,
	.offset2{
		margin-left:0;
	}
	#content .span_1,
	#content .span_2,
	#content .span_3,
	#footer .col,
	#footer2 .col {
		width:100%;
	}
	.span_2 {width:10.75%;}
	.span_3 {width:17.125%;}
	.span_4 {width:49%;}
	.span_6 {width:100%;}

	#content .span_12 .span_4 + div + div {clear: both;}
	.span_4 + div + div + div{ margin-left:2%;}
	#toggleFooterMenu .col{margin:0;}

	#search {width: 9.375em;}
	
}


@media ( min-width : 480px ) {

	.col,
	#toggleFooterMenu .col,
	.aToZ {
		margin-left:2%;
		padding:0 0%;
	}

	.offset2,
	#footer .col,
	.aToZ:first-child,
	#content .span_16 div:first-child {
		margin-left:0
	}

	#content .span_12 .span_1 {width:6.5%;}
	#content .span_12 .span_2 {width:15.0%;}
	#content .span_12 .span_3 {width:23.5%;}
	#content .span_12 .span_4 {width:32.0%;}
	#content .span_12 .span_5 {width:40.5%;}
	#content .span_12 .span_6 {width:49.0%;}
	#content .span_12 .span_7 {width:57.5%;}
	#content .span_12 .span_8 {width:66.0%;}
	#content .span_12 .span_9 {width:74.5%;}
	#content .span_12 .span_10 {width:83.0%;}
	#content .span_12 .span_11 {width:91.5%;}
	#content .span_12 .span_12 {width:100%;}
	#content .span_12 .span_13,
	#content .span_12 .span_14,
	#content .span_12 .span_15,
	#content .span_12 .span_16 {
		margin-left:0;
		width:100%;
	}

	#content .span_16 .span_1 { width: 4.375%; }
	#content .span_16 .span_2 { width: 10.75%; }
	#content .span_16 .span_3 { width: 17.125%; }
	#content .span_16 .span_4 {width:23.5%; }
	#content .span_16 .span_5 { width: 29.875%; }
	#content .span_16 .span_6 {width:36.25%;}
	#content .span_16 .span_7 { width: 42.625%; }
	#content .span_16 .span_8 { width: 49.0%; }
	#content .span_16 .span_9 { width: 55.375%; }
	#content .span_16 .span_10 { width: 61.75%; }
	#content .span_16 .span_11 { width: 68.125%; }
	#content .span_16 .span_12{ width: 74.5%; }
	#content .span_16 .span_13{ width: 80.875%; }
	#content .span_16 .span_14{ width: 87.25%; }
	#content .span_16 .span_15{ width: 93.625%;}
	#content .span_16 .span_16{ width: 100%; }

	#footer2 .span_4{width: 40.5%;}
	#footer2 .span_10{width:57.5%;}

	.aToZ li {
		display: inline-block;
		float: left;
		width: 32%;
	}

	label{width: 30%;}

	#meta1{
		display: block;
		border:0;
		padding: 15px 0 0 0 ;
		width: 16.5em;

		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	#lang{float: left;margin: 0;}

	.js #toggleSearch {display: none;}
	.js #search{clear: none;width: 9.375em;display: block;}
	#search.open #searchbutton {top: 0;}

	#imageNav .span_4 {width:23.5%;}
	#imageNav .col img{display: block;}
	#imageNav {padding: 20px 0 25px 0;}

	#toggleFooterMenu h3{margin: 35px 0 0 50px;}
	#footer .span_2, #footer .span_3 { width: 100%; }
	#footer-logo{margin-right: 2%;}
	#logo-footer{float: right; margin-top: 20px;}

	#productImagesColors ul {
		float: left;
		width: 50%;
	}

	.responsiveTable table {
		border-bottom: 0;
		background-color: #fff;
		width: auto;
	}
	.responsiveTable td,
	.responsiveTable th {
		padding: 5px 35px 5px 0px;
	}
	.responsiveTable thead th {
		display: table-cell;
		font-weight: bold;
		text-align: left;
	}
	.responsiveTable tbody td {
		display: table-cell;
		float: none;
		width: auto;
	}

	.responsiveTable tbody td:before {
		content:none;
	}

	.responsiveTable tr {
		border-top: 0;
	}

	.responsiveTable th,
	.responsiveTable td {
		padding: 5px;
		font-size: .875em;
		border: 1px solid #ccc;
	}
	.responsiveTable th {
		background: #ccc;
	}

}

@media ( min-width : 600px ) {

	#footer .col{
		margin-left:2%;
	}
	#footer .col:first-child{
		margin-left:0
	}
	#footer .span_5 { width: 29.875%; }
	#footer .span_2,
	#footer2 .span_2 {
		position: relative;
		width: 10.75%;
	}
	#footer .span_3 {width:17.125%;}
	#footer2 .span_4{width: 23.5%;}
	#footer2 .span_10{width: 61.75%;}

	.small{
		font-size: 65.6%;
		margin: 5px 0 15px 10px;
	}
	.small .download{font-weight: normal;}
	.small_65{margin: 10px 0 0 10px;}

	#footer .span_2 {width:14%;}
	#footer {padding: 5px 10px 20px 10px;}

	#footer .col > h4{margin: 15px 0 0 0;}
	#footer .col > h4:first-child{margin: 30px 0 0 0;}

	.js #toggleFooterMenu h3{display: none}
	.js #toggleFooterMenu .col {display: block;}

	#footer ul ul a,
	#footer ul ul strong,
	#footer a,
	#footer strong{
		font-size: .6875em;
	}
	#footer ul a,
	#footer ul strong{
		padding : 25px 0 0 0;
	}
	#footer ul li{line-height: 80%;}

	#toggleFooterMenu {
		clear: none;
		display: inline;
		padding: 15px 0 0 0;
	}
	#toggleFooterMenu h3{display: none;}
	#toggleFooterMenu .col{display: block;}
	#footer2 {font-size: .6875em;}

	#meta ul{float: right;}
	#meta li{float: left;}
	#meta a,#meta strong {margin: 0 0 0 15px;}
	#meta{padding: 35px 30px 0 20px;}

	#copyright{padding: 35px 0 0 20px;}
	#copyright{line-height: 160%;}

	.social_share_privacy_area .fb_like {width: 105px;}
	.social_share_privacy_area .tweet {width: 95px;}
	.social_share_privacy_area .gplusone  {width: 60px;}
	.dummy_btn{	border-right: none;}

	.social_share_privacy_area .twitter.help_info .info {left: 0px;}
	.social_share_privacy_area .gplus.help_info .info {left: -75px;}
	.social_share_privacy_area .help_info.icon .info {left: -180px;}

	.flex-control-nav {bottom: 10px;}

}

/*** Breakpoint for navigation ***/
@media ( min-width : 730px ) {

	#header {
		height: 140px;
		z-index: 100;
	}

	#meta1{width: 19.5em;}

	#lang strong{display: block;}

	.js #toggleMainMenu{display: none; }

	#meta1{	margin: 0;}
	#status {
		position: absolute;
		bottom:0;
		right: 0;
		height: 58px;
		z-index: 80;
		text-decoration: none;
	}
	#mainNav {
		position: absolute;
		right: 10px;
		bottom:0;
		width: auto;
		font-size: .8125em;
		z-index: 90;
	}
	.js #mainNav {display: block;}
	#mainNav li{
		float: left;
		border-bottom: 0;
		border-right: 1px solid #fff;
		border-left: 2px solid #C4C4C4;
	}
		#mainNav li:first-child{border-left: none;}
		#mainNav li:last-child{border-right: none;}
	#mainNav ul{
		position: absolute;
		top: 31px;
		left: 0;
		width: 11em;
	}
	#mainNav ul a,#mainNav ul strong{
		font-size: 0.923em;
		text-shadow:none;
	}
	.aToZ a {padding : 13px 0;}
	.topBoxShadow {padding: .3% 12.75% 3% 12.75%;}

}

/**** tablet ****/
@media ( min-width : 770px ) {

	.span_1 { width: 4.375%; }
	.span_2 { width: 10.75%; }
	.span_3 { width: 17.125%; }
	.span_4 {width:23.5%; }
	.span_5 { width: 29.875%; }
	.span_6 {width:36.25%;}
	.span_7 { width: 42.625%; }
	.span_8 { width: 49.0%; }
	.span_9 { width: 55.375%; }
	.span_10 { width: 61.75%; }
	.span_11 { width: 68.125%; }
	#content .span_12, .span_12 { width: 74.5%; }
	#content .span_13, .span_13 { width: 80.875%; }
	#content .span_14, .span_14 { width: 87.25%; }
	#content .span_15, .span_15 { width: 93.625%;}
	#content .span_16, .span_16 { width: 100%; }

	.col.offset2,
	.aToZ.offset2 {
		margin-left:12.75%;
	}
	#footer .offset2 {margin-left: 2% }


	#meta1{width: 21em;}
	#lang li {margin: 8px 20px 0 0;}


	#imageNav h3{margin: 20px 0 0 10px;}
	#imageNav p{margin: 0 0 0 10px;}

	#comicImg{width: 160px;}
	#footer h4,	#footer a,#footer strong{font-size: .6875em;}

	#footer2{padding: 0 10px 0 10px ;}
	#footer2 .col{margin-bottom: 0;}
	#footer .span_2 {width: 14%;}

	#meta{display: inline-block;}

	.flexslider .flexsliderText{padding: 20px;position :absolute; top: 32%; right: 0; width: 32%;}
	.flexslider .flexsliderText h3{font-size: 1.875em;margin: 0 0 5px 0;}
	.flexslider .flexsliderText p{font-size: 1.125em;margin: 0;}

	h1, h2, h3, p {line-height: 120%}

	#falldownBanner {
		position: relative;
		background: none;
		padding: 0;
	}
	#falldownBanner img {
		display: block;
	}
	#text {
		position: absolute;
		top: 0;
		left: 30%;
		width: 40%;
		color: #fff;
		height: 100%;
		padding: 20px;
		background: #666;
		background: none repeat scroll 0 0 rgb(0, 0, 0);
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
		margin: 0 auto;
		z-index: 5;
	}
	#falldownHeader {
		width: 40%;
		color: #fff;
		background: #666;
		background: none repeat scroll 0 0 rgb(0, 0, 0);
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
		margin-left: 30%;
		padding: 5px 20px;
		position: relative;
		z-index: 20;
	}

}

/**** desktop ****/
@media (min-width: 940px) {

	.span_5 { width: 29.875%; }
	.span_10 { width: 61.75%; }

	#footer .offset2{margin-left:12.75%;}

	#content .span_12 .span_1 { width:6.5%; }
	#content .span_12 .span_2 { width:15.0%; }
	#content .span_12 .span_3 { width:23.5%; }
	#content .span_12 .span_4 { width:32.0%; }
	#content .span_12 .span_5 { width:40.5%; }
	#content .span_12 .span_6 { width:49.0%; }
	#content .span_12 .span_7 { width:57.5%; }
	#content .span_12 .span_8 { width:66.0%; }
	#content .span_12 .span_9 { width:74.5%; }
	#content .span_12 .span_10 { width:83.0%; }
	#content .span_12 .span_11 { width:91.5%; }
	#content .span_12 .span_12 { margin-left:0; width:100%; }

	#footer .span_2 { width: 10.75%; }

	#text {width: 30%;}
	#falldownHeader {width: 30%;}

	.innerWidth{width: 970px; }
	#footer .innerWidth,
	#footer2 .innerWidth{
		width: 940px;
	}

	#header {height: 120px;}
	#logo {
		float: left;
		margin : 10px 0 0 10px;
	}
	#footer a,
	#footer strong{	line-height: 100%;}



}