html, body {
	padding: 0; margin: 0;
	height: 100%;	
}
body {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	text-align: center;
	background: #1F1D11 url(../images/bg-gradient.png) repeat-x;
	color: #666666;
	font-size: 13px;
}
#gs_bg_wrapper {
	height: 100%;	
	background: #FFF;
	width: 880px; 
	text-align: left;
	position: relative;
	margin: 0 auto;		
}
#gs_wrapper {
	background: #FFF;
	width: 880px; 
	text-align: left;
	position: relative;
	margin: 0 auto;		
}
#gs_border_left {
	height: 100%;
	width: 15px;
	background: url(../images/bg-border-left.png) no-repeat;
	position: absolute; top: 0; left: -15px;
}
#gs_border_right {
	height: 100%;
	width: 15px;
	background: url(../images/bg-border-right.png) no-repeat top right;
	position: absolute; top: 0; right: -15px;
}
#gs_main {
	width: 850px;
	position: relative; left: 15px; 
}
h1, h2, h3, h4, h5 {
	color: #C02D45;
	font-weight: normal;	
}
hr { background: #999999; height: 1px; border: 0; }
*.gs_red {
	color: #C02D45;	
}
#gs_content {
	position: relative;
}
#gs_content a:link, 
#gs_content a:visited, 
#gs_content a:active {
	color: #C02D45;	
	text-decoration: none;
}
#gs_content a:hover, 
#gs_content a:focus {
	color: #C02D45;	
	text-decoration: underline;
}

/* 
 * oneColumn template 
 */
div.gs_oneColumn {
	position: relative;
	padding: 30px 30px 30px 335px;
	margin-top: 5px;
	height: 100%; /* IE positioning fix */
	background: url(../images/content-bg-middle.jpg) repeat-x;	
}
/* stupid IE does not support min-height... */
div.gs_oneColumn_height {
	width: 0;
	height: 320px;
	float: left;
	position: relative;
}
div.gs_oneColumn_height_clear {
	clear: both;
}
div.gs_oneColumn_left {
	background: url(../images/content-bg-left.jpg) no-repeat;
	position: absolute;	top: 0; left: 0;
	width: 15px; height: 320px;	
}
div.gs_oneColumn_right {
	background: url(../images/content-bg-right.jpg) no-repeat;	
	position: absolute;	top: 0; right: 0;
	width: 15px; height: 320px;	
}
/* link decorator in content section */
div.gs_oneColumn a:before,
div.gs_homepage_bottom a:before {
	padding-right: 3px;
	content: '»';
}
/* list styles */
div.gs_oneColumn ul {
	list-style: url(../images/triangle.gif);
}


/* 
 * oneColumn template 
 */
div.gs_homepage {
	position: relative;
	padding: 40px 20px 15px 460px; 
	margin-top: 5px;
	height: 100%; /* IE positioning fix */
	background: url(../images/content-bg-middle.jpg) repeat-x;	
}
/* stupid IE does not support min-height... */
div.gs_homepage_height {
	width: 0;
	height: 255px; /* 280px - 40px from padding-top + 15px padding-bottom */
	float: left;
	position: relative;
}
div.gs_homepage_height_clear {
	clear: both;
}

div.gs_homepage_left {
	background: url(../images/content-bg-left.jpg) no-repeat;
	position: absolute;	top: 0; left: 0;
	width: 15px; height: 310px;	
}
div.gs_homepage_right {
	background: url(../images/content-bg-right.jpg) no-repeat;	
	position: absolute;	top: 0; right: 0;
	width: 15px; height: 310px;	
}
div.gs_homepage img.gs_leftimage{
	position: absolute;
	left: 30px; top: 15px;
}
/* link decorator in content section */
div.gs_homepage a:before {
	padding-right: 3px;
	content: '»';
}
h1.gs_homepage {
	font-family: "Century Gothic", "Lucida Grande", Geneva, Arial, sans-serif;
	font-weight: lighter;
	font-stretch:wider;
	color: #C02D45;
}
/* the bottom part of the homepage */
div.gs_homepage_bottom {
	position: relative; 
	padding: 20px 30px 15px 30px; 
	margin-top: 5px;
	height: 100%; /* IE positioning fix */
	background: #F2F5F8 url(../images/homepage-bottom-middle.png) repeat-x;	
}
/* stupid IE does not support min-height... */
div.gs_homepage_bottom_height {
	width: 0;
	height: 182px; /* 207px - 40px from padding-top + 15px padding-bottom */
	float: left;
	position: relative;
}
div.gs_homepage_bottom_height_clear {
	clear: both;
}
div.gs_homepage_bottom_left {
	background: url(../images/homepage-bottom-left.png) no-repeat;
	position: absolute;	top: 0; left: 0;
	width: 15px; height: 207px;	
}
div.gs_homepage_bottom_right {
	background: url(../images/homepage-bottom-right.png) no-repeat;	
	position: absolute;	top: 0; right: 0;
	width: 15px; height: 207px;	
}
div.gs_bottom_content {
	float: left;
	width: 33%;
}
div.gs_bottom_content h3 {
	text-transform: uppercase;
	color: #333333;
	padding: 0px; margin: 0;
}
div.gs_bottom_content ul {
	padding: 0;
	margin: 5px 0 0 0;
	list-style-type: none;
}
div.gs_bottom_content li {
	padding: 0;
	margin: 2px 20px 0 0;
}



/* 
 * twoColumn template 
 */
div.gs_twoColumn_left {
	position: relative;
	width: 30%;
	float: left;
}
div.gs_twoColumn_right {
	position: relative;
	width: 70%;
}


/* 
 * horizontal menu 
 */
#gs_hm {
 	background: url(../images/header-bg.jpg) 0 15px;
	width : 850px;
	height: 177px;
	position: relative;
}

#gs_home {
	position: absolute;
	width: 160px; height: 80px;
	top: 55px; left: 20px; 
}

/***  level 1 navigation */
#gs_hm_l1 {
	/* start at right position left from logo and at correct height */
	padding: 114px 0 0 200px;
}
ul.gs_hm_l1 {
	padding: 0; margin: 0;
	height: 21px;
}
/* general styling for level 1 list items */
ul.gs_hm_l1 li {
	display:inline;	
	margin: 0 5px 0 5px;
}
ul.gs_hm_l1 a {
	font-family: "New Helvetica", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #808B94;
	cursor: hand; /* needed for IE */
 	padding: 0 0 0 10px; 
	float: left;
 	height: 21px;
}
ul.gs_hm_l1 span {
	padding: 0 10px 0 0;	
	float: left;
	height: 21px;
	line-height: 21px;
}

/* specific styling of level 1 list items */
li.gs_hm_l1_company a {
	color: #FFF;
 	background: url(../images/button-red-left.jpg) no-repeat;
}
li.gs_hm_l1_company span{
 	background: url(../images/button-red-right.jpg) no-repeat right;
}

li.gs_hm_l1_expertise a {
	color: #FFF;
 	background: url(../images/button-bluegray-left.jpg) no-repeat;
}
li.gs_hm_l1_expertise span{
 	background: url(../images/button-bluegray-right.jpg) no-repeat right;
}

li.gs_hm_l1_framework a {
	color: #FFF;
 	background: url(../images/button-blue-left.jpg) no-repeat;
}
li.gs_hm_l1_framework span{
 	background: url(../images/button-blue-right.jpg) no-repeat right;
}

li.gs_hm_l1_references a {
	color: #FFF;
 	background: url(../images/button-bluegray-left.jpg) no-repeat;
}
li.gs_hm_l1_references span {
 	background: url(../images/button-bluegray-right.jpg) no-repeat right;
}

li.gs_hm_l1_resources a {
	color: #FFF;
 	background: url(../images/button-neutral-left.jpg) no-repeat;
}
li.gs_hm_l1_resources span {
 	background: url(../images/button-neutral-right.jpg) no-repeat right;
}




/*** level 2 */
/* menu level 2 wrapper */
#gs_hm_l2 {
	/* start at right position left from logo and at correct height */
	padding: 15px 0 0 0px;
	height: 25px; 
	text-align: center;
}
/* all following div's should have same height */
#gs_hm_l2 div {
	height: 25px;
	vertical-align: middle;
}
/* generic rules for the ruler background */
#gs_hm_l2_ruler_left {
	float: left; 
	width: 10px;
}

#gs_hm_l2_ruler_right {
	float: right; 
	width: 10px;
}

/* ruler for when no level 2 menus are available */
#gs_hm_l2_ruler_empty { /* nothing to display here */ }
/* ruler background for menu company */
#gs_hm_l2_ruler_company { 					 	background: url(../images/ruler-red-middle.jpg) repeat; }
#gs_hm_l2_ruler_company #gs_hm_l2_ruler_left {	background: url(../images/ruler-red-left.jpg) no-repeat left;}
#gs_hm_l2_ruler_company #gs_hm_l2_ruler_right {	background: url(../images/ruler-red-right.jpg) no-repeat right;}
/* ruler background for menu expertise */
#gs_hm_l2_ruler_expertise { 						background: url(../images/ruler-bluegray-middle.jpg) repeat;}
#gs_hm_l2_ruler_expertise #gs_hm_l2_ruler_left {	background: url(../images/ruler-bluegray-left.jpg) no-repeat left;}
#gs_hm_l2_ruler_expertise #gs_hm_l2_ruler_right {	background: url(../images/ruler-bluegray-right.jpg) no-repeat right;}
/* ruler background for menu expertise */
#gs_hm_l2_ruler_framework { 							background: url(../images/ruler-blue-middle.jpg) repeat; }
#gs_hm_l2_ruler_framework #gs_hm_l2_ruler_left {		background: url(../images/ruler-blue-left.jpg) no-repeat left;}
#gs_hm_l2_ruler_framework #gs_hm_l2_ruler_right {	background: url(../images/ruler-blue-right.jpg) no-repeat right;}
/* ruler background for menu references */
#gs_hm_l2_ruler_references { 						background: url(../images/ruler-bluegray-middle.jpg) repeat; }
#gs_hm_l2_ruler_references #gs_hm_l2_ruler_left {	background: url(../images/ruler-bluegray-left.jpg) no-repeat left;}
#gs_hm_l2_ruler_references #gs_hm_l2_ruler_right {	background: url(../images/ruler-bluegray-right.jpg) no-repeat right;}
/* ruler background for menu resources */
#gs_hm_l2_ruler_resources { 						background: url(../images/ruler-neutral-middle.jpg) repeat; }
#gs_hm_l2_ruler_resources #gs_hm_l2_ruler_left {	background: url(../images/ruler-neutral-left.jpg) no-repeat left;}
#gs_hm_l2_ruler_resources #gs_hm_l2_ruler_right {	background: url(../images/ruler-neutral-right.jpg) no-repeat right;}
/* ruler background for contact page */
#gs_hm_l2_ruler_contact { 						background: url(../images/ruler-neutral-middle.jpg) repeat; }
#gs_hm_l2_ruler_contact #gs_hm_l2_ruler_left {	background: url(../images/ruler-neutral-left.jpg) no-repeat left;}
#gs_hm_l2_ruler_contact #gs_hm_l2_ruler_right {	background: url(../images/ruler-neutral-right.jpg) no-repeat right;}

/* menu level 2 listing */
ul.gs_hm_l2 {
	display: inline;
	padding: 0; margin: 0;
	text-align: center;
}
li.gs_hm_l2,
li.gs_hm_l2_sel {
	display:inline;	
	margin: 0 5px 0 5px;	
}
ul.gs_hm_l2 a {
	font-family: "New Helvetica", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	height: 25px;
	line-height: 25px;	
}
/* passive links */
li.gs_hm_l2 a {
	color: #333333;
}
li.gs_hm_l2 a:hover,
li.gs_hm_l2 a:focus {
	color: #4D4D4D;
}
/* currently selected link */
li.gs_hm_l2_sel a {
	color: #FFF;
}

/* meta menu */
#gs_meta {
	position: absolute;
	bottom: 48px; left: 750px;
	padding: 0; margin: 0;
}
#gs_meta ul {
	padding: 0 0 0 15px; margin: 0;	
}
#gs_meta li {
	list-style-type: none;	
	display: block;
	padding: 0; margin: 0;
	height: 15px; 
}
#gs_meta a {
	font-family: "New Helvetica", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #999999;
}
a.gs_meta_contact {
	color: #9D141D  ! important;
}
a.gs_meta_lang {
	color: #666666 ! important;
}

/* images left from the content */
img.gs_leftimage{
	position: absolute;
	left: 40px; top: 30px;
}
img.gs_leftfloat {
	float: left;	
	margin-right: 10px;
}
img.gs_rightfloat {
	float: right;	
	margin-left: 10px;
}
img.gs_leftfloat_border {
	float: left;
	border: 1px solid #666666;
	margin-right: 10px;
}
img.gs_rightfloat_border {
	float: right;	
	border: 1px solid #666666;
	margin-left: 10px;
}

/* team page specific stuff */
div.gs_team_member {
	position: relative;
	min-height: 120px;
	_height: 120px; /* IE 6.0 underscore hack */
}
div.gs_team_member img {
	position: absolute;
	left: -150px; top: 0;
}
div.gs_team_details {
	padding: 10px 0 0 0;
	position: relative;
}
ul.gs_error li {
	list-style-type: none;	
}

/* page edit button */
a.gs_edit_button {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1000;
	padding: 1px 2px 1px 2px;
	font-size: 0.8em;
	white-space: nowrap;
	text-align: center;
	color: #666666;
	background: #D6D7E0;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
/* override normal a:before styles */
a.gs_edit_button:before {
	content: '' ! important;
	padding-left: 1px ! important;
}