@charset "UTF-8";
/* CSS Document */
html {
;
}
body {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	background: #151515 url(../Assets/Assets-layout/KMUK-OPTIMSE-site-bg-image.jpg) no-repeat fixed center top;
}
/* Layout controls */
.site_container {
	margin: 0px;
	padding: 0px;
}
.site_inner_container {
	margin: 0px auto;
	padding: 0px;
	width: 1200px;
}
/* 1220 12 column Grid Layout */
/* Each column is now 80px */
/* Percentage widths so can handle responsive if ever needed */
/* Half Width 580 */
/* Third Width 380 */
/* 2 Thirds Width 780 */
#column1180, #column880, #column780, #column580, #column480, #column380, #column380-10, #column280, #column280-10, #column180, #column85 {
	margin: 0px 10px 0px 10px;
	float: left;
}
#column1180 {
	width: 1180px;
}
#column880 {
	width: 880px;
}
#column780 {
	width: 780px;
}
#column580 {
	width: 580px;
}
#column480 {
	width: 480px;
}
#column380-10 { 
	width: 370px;
}
#column380 {
	width: 380px;
}
#column280-10 {
	width: 270px;
}
#column280 {
	width: 280px;
}
#column180 {
	width: 180px;
}
#column85 {
	width: 85px;
}
/* Header that can be adjusted depending on the width of the page*/
#header {
	width: 1200px;
	background-attachment: scroll;
	background-image: url(../Assets/Assets-layout/optimise-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 0px 10px;
	padding: 0px;
	height: 140px;
}
footer {
	margin: 20px 0px;
	padding: 15px;
	border-top: 5px solid #5AAC26;
	border-right: 0px solid #333;
	border-bottom: 0px solid #333;
	border-left: 0px solid #333;
	background-color: #000;
}
footer input {
	margin: 0px!important;
}
/* Site Log in Panel at top of site */
.site_logout_panel {
	font-size: 10px;
	float:right;
	margin-top:10px;
	margin-right:10px;
	display:block;
	width:auto;
	height:30px;
	color:#999!important;
	padding-left:200px;
}
.site_logout_panel input[type="submit"] {
	
	padding: 5px;
	
	margin: 1px 5 5px 10px;
	font: bold 10px Arial, Helvetica, sans-serif;
}

