/* @override 
	http://www.charlesoakes.com/css/style.css
*/

body {
	padding: 0px;
	margin: 0px;
	color: #333333;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#page {
	
}

#wrapper {
	background: url(../i/bg.png) repeat-y center;
	width: 912px;
	margin: 0px auto;
	position: relative;

}

/* @group Links */

a {
	color: #fff;
}

/* @end */

/* @group Top Menu */

#header {
	background-color: #062626;
	height: 26px;
	margin-left: 8px;
	margin-right: 6px;
}

.topmenuleft {
	font-size: 11px;
	padding-left: 10px;
	padding-top: 6px;
	font-weight: bold;
}

.topmenuleft a {
	position: absolute;
	text-decoration: none;
	font-weight: bold;

}

.topmenuright {
	position: absolute;
	color: #fff;
	font-size: 11px;
	right: 20px;
	word-spacing: 10px;
	font-weight: bold;

}

.topmenuright a {
	text-decoration: none;
	font-weight: bold;
}

/* @end */

/* @group Logo & Banner */

#logoheader {
	height: 181px;
	margin-left: 8px;
	margin-right: 6px;
	border-bottom: 26px solid #062626;
	border-top: 1px solid #fff;
}

#sublogoheader {
	height: 108px;
	padding-left: 8px;
}

/* @end */

/* @group Content */

#indexcontent {
	position: relative;
	color: #fff;
	padding-left: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#content {
	position: relative;
	color: #fff;
	padding-left: 24px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
}

#organisationbox {
	
	background-color: #f58428;
	width: 200px;
	height: 200px;
	position: relative;
	text-align: center;
	font: 26px/50px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#standartsbox {
	background-color: #d92e28;
	width: 200px;
	height: 200px;
	position: relative;
	text-align: center;
	font: 26px/50px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#differencebox {
	background-color: #2a2a84;
	width: 200px;
	height: 200px;
	position: relative;
	text-align: center;
	font: 26px/50px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#clientsbox {
	background-color: #1db700;
	width: 200px;
	height: 200px;
	position: relative;
	text-align: center;
	font: 26px/50px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
/* @end */

/* @group Sub-Content */

#boxes {
	position: relative;
}

#contenttext {
	background-color: #fff;
	position: relative;
	margin-left: 180px;
	margin-right: 10px;
	margin-top: -640px;
	padding-bottom: 10px;
	text-align: justify;
}

.title {
	font-size: 28px;
	margin-top: 20px;
	margin-bottom: 10px;
}

hr {
	 margin-top: 8px;
	 
}

.details {
	font-size: 14px;
	color: #111;
	line-height: 18px;
}

.details a {
	color: #111;
}

#sorganisationbox {
	background-color: #f58428;
	margin-left: -16px;
	width: 150px;
	height: 150px;
	position: relative;
	text-align: center;
	font: 20px/35px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#sstandartsbox {
	background-color: #d92e28;
	margin-left: -16px;
	width: 150px;
	height: 150px;
	position: relative;
	text-align: center;
	font: 20px/35px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#sdifferencebox {
	background-color: #2a2a84;
	margin-left: -16px;
	width: 150px;
	height: 150px;
	position: relative;
	text-align: center;
	font: 20px/35px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#sclientsbox {
	background-color: #1db700;
	margin-left: -16px;
	width: 150px;
	height: 150px;
	position: relative;
	text-align: center;
	font: 20px/35px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* @end */

/* @group Bottom Menu */

#bottom {
	background-color: #062626;
	height: 26px;
	margin-left: 8px;
	margin-right: 6px;
}

.bottomtext {
	position: relative;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 15px;
	text-align: right;
	font-weight: bold;
}

.bottomtext a {
	text-decoration: none;
}

/* @end */