body {
	background-color: #000;
	background-image: url(/images/loading_dark.gif);
	background-repeat: no-repeat;
	
	background-position: 30% center;
	
	color: #fff;
	min-width: 990px;
}

div#css-container {
	width: 100%;
	min-width: 990px;
	height: 100%;
}


body.curContact div#css-container.small {		background: url(/images/studio/HP_FEAT_SM) center 65px no-repeat; background-attachment: fixed;}
body.curContact div#css-container.medium {		background: url(/images/studio/HP_FEAT_ME) center 65px no-repeat; background-attachment: fixed;}
body.curContact div#css-container.large {		background: url(/images/studio/HP_FEAT_LG) center 65px no-repeat; background-attachment: fixed;}



/*////// CONTENT //////*/

div#contentContainer {
	position: relative;
	margin: 0 auto;
	padding-top: 65px;
	height: 100%;
}


div#css-container.small div#contentContainer {		width: 990px;}
div#css-container.medium div#contentContainer {		width: 1280px;}
div#css-container.large div#contentContainer {		width: 1280px;}

ul#paginator {
	position: relative;
	height: 100%;
	z-index: 1;
}

ul#paginator li {
	position: fixed;
	top: 0;
	width: 60px;
	height: 100%;
}

li#pageLeft {	left: 0;}
li#pageRight {	right: 0;}

ul#paginator li a {
	display: block;
	width: 60px;
	height: 100%;
	text-indent: -5000px;
	overflow: hidden;
}

li#pageLeft a {			background: url(/images/arrow_left.png) left center no-repeat;}
li#pageLeft a:hover {	background-position: -100px center;}
li#pageLeft a:active {	background-position: -200px center;}

li#pageRight a {		background: url(/images/arrow_right.png) left center no-repeat;}
li#pageRight a:hover {	background-position: -100px center;}
li#pageRight a:active {	background-position: -200px center;}



div#content {
	background: url(/images/bg_dark80.png) left top repeat;
	padding-top: 25px;
	padding-bottom: 120px;
	color: #fff;
	height: 100%;
}


div#css-container.small div#content {								min-height: 700px;}
div#css-container.small div#contentContainer div.contentRighty {	margin-right: 65px; margin-left: 430px;}
div#css-container.small div#contentContainer div.contentLefty {		margin-right: 430px; margin-left: 65px;}

div#css-container.medium div#content {								min-height: 835px;}
div#css-container.medium div#contentContainer div.contentRighty {	margin-right: 145px; margin-left: 640px;}
div#css-container.medium div#contentContainer div.contentLefty {	margin-right: 640px; margin-left: 145px;}

div#css-container.large div#content {								min-height: 960px;}
div#css-container.large div#contentContainer div.contentRighty {	margin-right: 145px; margin-left: 640px;}
div#css-container.large div#contentContainer div.contentLefty {		margin-right: 640px; margin-left: 145px;}


div#content a#toutHeadline1 {
	display: none;
}
div#content h2 {
	display: block;
	height: 90px;
	text-indent: -5000px;
	overflow: hidden;
	background-position: 15px top;
	background-image: url(/images/studio/contact.png);
	background-repeat: no-repeat;
	padding-bottom: 12px;
	border-bottom: double 4px #999;
	margin-bottom: 22px;
}



div.columnNarrow {
	width: 245px;
	float: left;
}



div#content h3 {
	font: normal 13px/22px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	margin-bottom: 22px;
	padding: 0 45px 22px 45px;
	border-bottom: double 4px #999;

}
div#content p,
div#content ul {
	font: normal 13px/22px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	margin: 0 45px 16px 45px;
}
div#content a {
	color: #e35400;
	text-decoration: none;
}
div#content a:hover {
	text-decoration: underline;
}




ul#follow {
	padding-top: 15px;
	margin-left: 36px !important;
}
ul#follow li {
	display: block;
	float: left;
}
ul#follow li a {
	display: block;
	width: 78px;
	height: 28px;
	padding-top: 32px;
	text-align: center;
	/*padding-top: 35px;
	padding-right: 10px;*/
}


li#iconFacebook a {			background: url(/images/social_facebook.png) center top no-repeat;}
li#iconFacebook a:hover {	background-position: center -100px;}


li#iconTwitter a {			background: url(/images/social_twitter.png) center 1px no-repeat;}
li#iconTwitter a:hover {	background-position: center -99px;}

li#iconLinkedIn a {			background: url(/images/social_linkedin.png) center top no-repeat;}
li#iconLinkedIn a:hover {	background-position: center -100px;}



/*////// IMG SWAPPING //////*/


/*  SMALL LAYOUT  */

div#css-container.small img.medium,
div#css-container.small img.large {
	display: none;
}
div#css-container.small img.small {
	display: block;
}


/*  MEDIUM LAYOUT  */

div#css-container.medium img.medium {
	display: block;
}
div#css-container.medium img.small,
div#css-container.medium img.large {
	display: none;
}


/*  LARGE LAYOUT  */

div#css-container.large img.large {
	display: block;
}
div#css-container.large img.small,
div#css-container.large img.medium {
	display: none;
}



div#map_canvas {
	position: relative;
	clear: both;
	display: block;
	width: 405px;
	height: 300px;
	border: none;
	margin: 30px 0 0 45px;
}

