 #container {
	background: #ffffff;
	width: 960px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.wrapper {
	padding: 30px 50px 30px 50px;
	overflow: hidden;
}

/* Nav */

#header {
	overflow: hidden;
	padding: 30px 50px 30px 15px;
}

ul.nav {
	overflow: hidden;
	margin: 0 0 0 10px;
}

ul.nav li {
	float: left;
	margin: 0 2px 0 0;
	font-size: 16px;
	font-family: 'chantilly', 'AurulentSansRegular', 'trebuchet ms', arial, sans-serif;
	text-indent: -999px;
}

ul.nav li a {
	display: block;
	color: #868585;
	text-decoration: none;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

ul.nav li a:hover {
	color: #4e4d4d;
	text-decoration: none;
}

	ul.nav li.menu_home a {
		background: url('../images/menu_home.png') 0 0 no-repeat;
		width: 83px;
		height: 31px;
		display: block;
	}
	
		ul.nav li.menu_home a:hover,
		ul.nav li.menu_home a.current {
			background: url('../images/menu_home_rollover.png') 0 0 no-repeat;
		}
		
	ul.nav li.menu_expertise a {
		background: url('../images/menu_expertise.png') 0 0 no-repeat;
		width: 120px;
		height: 31px;
		display: block;
	}
	
		ul.nav li.menu_expertise a:hover,
		ul.nav li.menu_expertise a.current {
			background: url('../images/menu_expertise_rollover.png') 0 0 no-repeat;
		}
		
	ul.nav li.menu_values a {
		background: url('../images/menu_values.png') 0 0 no-repeat;
		width: 100px;
		height: 31px;
		display: block;
	}
	
		ul.nav li.menu_values a:hover,
		ul.nav li.menu_values a.current {
			background: url('../images/menu_values_rollover.png') 0 0 no-repeat;
		}
		
	ul.nav li.menu_process a {
		background: url('../images/menu_process.png') 0 0 no-repeat;
		width: 110px;
		height: 31px;
		display: block;
	}
	
		ul.nav li.menu_process a:hover,
		ul.nav li.menu_process a.current {
			background: url('../images/menu_process_rollover.png') 0 0 no-repeat;
		}
		
	ul.nav li.menu_contact a {
		background: url('../images/menu_contact.png') 0 0 no-repeat;
		width: 110px;
		height: 31px;
		display: block;
	}
	
		ul.nav li.menu_contact a:hover,
		ul.nav li.menu_contact a.current {
			background: url('../images/menu_contact_rollover.png') 0 0 no-repeat;
		}

.logo {
	border: 0;
}

/* Masthead */

#masthead_home {
	background: url('../images/masthead_home.jpg') top left no-repeat;
	width: 960px;
	height: 457px;
}

#masthead_expertise {
	background: url('../images/masthead_expertise.jpg') top left no-repeat;
	width: 960px;
	height: 457px;
}

#masthead_process {
	background: url('../images/masthead_process.jpg') top left no-repeat;
	width: 960px;
	height: 457px;
}

#masthead_values {
	background: url('../images/masthead_values.jpg') top left no-repeat;
	width: 960px;
	height: 457px;
}

#masthead_contact {
	background: url('../images/masthead_contact.jpg') top left no-repeat;
	width: 960px;
	height: 457px;
}

/* Top */

.submit_top {
	margin: 60px 0 0 0;
}

.submit_top a {
	font-size: 14px;
	color: #4e4d4d;
	font-weight: normal;
}

.submit_top a span {
	color: #9f9e9e;
}

.submit_top a .cv {
	color: #585757;
}

.arrow_right {
	width: 17px;
	height: 10px;
	display: block;
	background: url('../images/arrow_right.jpg') 0 0 no-repeat;
	margin: 3px 5px 0 0;
}

.topborder_left {
	border-top: 1px solid #b80201;
	padding-top: 25px;
}

.topborder_right {
	border-top: 1px solid #f50303;
	padding-top: 25px;
}

/* Main */

#main ul {
	margin: 0 0 20px 20px;
	padding: 0;
	list-style-type: disc;
}

#main ul li {
	color: #7f7f7f;
	font-size: 14px;
	line-height: 24px;
}

#main ul.process_li li i, p i {
	color: #8e5757;
}

/* Side Nav */

#main ul.sidenav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#main ul.sidenav li {
	float: none;
	font-size: 11px;
	line-height: 18px;
}

#main ul.sidenav li a {
	font-weight: bold;
	display: block;
	border-bottom: 1px dashed #c6c6c6;
	text-decoration: none;
	padding: 15px 0 15px 0;
}

#main ul.sidenav li a:hover {
	border-bottom: 1px dashed #dde4f2;
}

/* Footer */

#footer {
	background: #eae8e8 url('../images/footer_bg.jpg') bottom left repeat-x;
	border-top: 1px solid #f60303;
	padding: 20px;
	overflow: hidden;
}

#footer span{
	text-align: left;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	text-shadow: 1px 1px 0 #ffffff;
}

#footer a {
	font-weight: bold;
}

/* Layout */

.span1 {
	width: 80px;
}

.span2 {
	width: 140px;
}

.span3 {
	width: 180px;
}

.span4 {
	width: 240px;
}

.span5 {
	width: 300px;
}

.span6 {
	width: 360px;
}

.span7 {
	width: 420px;
}

.span8 {
	width: 480px;
}

.span9 {
	width: 540px;
}

.span10 {
	width: 600px;
}

.span11 {
	width: 660px;
}

.span12 {
	width: 720px;
}

.span13 {
	width: 780px;
}

.span14 {
	width: 840px;
}

/* Buttons */

.awesome, .awesome:visited {
	margin: 0;
	background: #222 url(alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 10px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	border-left: none;
	border-top: none;
	border-right: none;
	position: relative;
	cursor: pointer;
}

.awesome:hover { 
	background-color: #111; 
	color: #fff;
}

.awesome:active { 
	top: 1px; 
}

.small.awesome, .small.awesome:visited  { 
	font-size: 11px; 
	padding: 0;
}

.awesome, .awesome:visited, .medium.awesome, .medium.awesome:visited { 
	font-size: 13px; 
	font-weight: bold; 
	line-height: 1; 
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25); 
}

.large.awesome, .large.awesome:visited { 
	font-size: 20px;
	padding: 8px 14px 9px;
}
	
.green.awesome, .green.awesome:visited { 
	background-color: #91bd09; 
}

.green.awesome:hover { 
	background-color: #749a02; 
}

.blue.awesome, .blue.awesome:visited { 
	background-color: #2daebf;
}

.blue.awesome:hover { 
	background-color: #007d9a; 
}

.red.awesome, .red.awesome:visited { 
	background-color: #e33100;
}

.red.awesome:hover { 
	background-color: #872300;
}

.magenta.awesome, .magenta.awesome:visited { 
	background-color: #a9014b;
}

.magenta.awesome:hover { 
	background-color: #630030;
}

.orange.awesome, .orange.awesome:visited { 
	background-color: #ff5c00;
}

.orange.awesome:hover { 
	background-color: #d45500;
}

.yellow.awesome, .yellow.awesome:visited { 
	background-color: #ffb515;
}

.yellow.awesome:hover { 
	background-color: #fc9200;
}