@CHARSET "UTF-8";

body {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

#header_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 121px;
	background: url(images/mpilot_header_bg.png) top left repeat-x;
	text-align: center;
}

#header_wrap_inner {
	position: relative;
	top: 0;
	left: 0;
	width: 1000px;
	height: 121px;
	margin: auto;
	text-align: left;
}	

#header {
	position: relative;
	top: 0;
	left: 0;
	width: 900px;
	height: 121px;
	margin: auto;
	text-align: left;
}

#header_logo {
	position: absolute;
	top: 19px;
	left: 15px;
	width: 143px;
	height: 87px;
	text-align: left;
}

#header_nav {
	position: absolute;
	top: 42px;
	right: 5px;
	width: 600px;
	text-align: left;
}

#header_nav ul {
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
}

/* LAYOUT for header nav - styles in mpilot_styles.css */
#header_nav ul li {
	display: inline;
}

#header_nav ul li a {
	width: 110px;
	height: 36px;
	padding: 0 10px 0 0;
	background: url(images/mpilot_nav_bg.png) 0 110px no-repeat;
	float: left;
	text-align: center;
}

#header_nav ul li a:hover,
#header_nav ul li a#current_nav {
	background-position: 0 0;
}

#feature_wrap {
	position: absolute;
	top: 121px;
	left: 0;
	width: 100%;
	height: 329px;
	background: url(images/mpilot_feature_bg.png) top left repeat-x;
	text-align: center;
}

#feature {
	position: relative;
	top: 0;
	left: 0;
	width: 1000px;
	height: 329px;
	margin: auto;
	text-align: left;
}

#feature_strapline {
	position: relative;
	top: 23px;
	left: 0;
	/*margin: auto;*/
	margin-left: 65px;
	text-align: left;
	/*width: 870px;*/
	width: 570px;
}

#case_study_holder_first {
	position: relative;
	float: left;
	/*top: 23px;*/
	/*right: 0px;*/
	text-align: left;
	/*margin-right: 35px;*/
	width: 400px;
}

#case_study_holder {
	position: relative;
	float: left;
	padding-left: 15px;
	/*top: 23px;*/
	/*right: 0px;*/
	text-align: left;
	/*margin-right: 35px;*/
	width: 400px;
}

#casestudy_home {
	position: absolute;
	top: 23px;
	right: 0px;
	text-align: left;
	margin-right: 35px;
	width: 300px;
}

#latest_news_home {
	position: absolute;
	top: 23px;
	right: 0px;
	text-align: left;
	margin-right: 65px;
	width: 300px;
}

.latest_news_home_image {
	float: left;
	position: relative;
	top: -13px;
	margin-right: 10px;
	display: block;
}

#feature_work {
	position: absolute;
	top: 89px;
	left: 0;
	text-align: left;
	width: 1000px;
	height: 230px;
}

#feature_work_title {
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	width: 900px;
	height: 40px;
	margin-left: 65px;
}

#feature_work_left,
#feature_work_right {
	position: absolute;
	top: 40px;
	left: 0;
	text-align: left;
	width: 50px;
	height: 190px;
}

#feature_work_right {
	left: 950px;
}

.feature_buttons {
	margin: 40px 0 0 0;
	cursor: pointer;
}

#feature_work_main {
	position: absolute;
	top: 40px;
	left: 50px;
	width: 900px;
	height: 190px;
	text-align: left;
	overflow: hidden;
}

#feature_work_main_inner {
	position: relative;
	left: -300px;
	width: 1500px;
	height: 190px;
	text-align: left;
	overflow: hidden;
}

.feature_work_col {
	position: relative;
	float: left;
	text-align: left;
	width: 300px;
	height: 190px;
	background: url(images/mpilot_feature_work_bg.png) top left no-repeat;
}

.feature_images {
	margin: 5px 0 0 20px;
}

.feature_work_col_inner {
	position: absolute;
	bottom: 40px;
	left: 20px;
	width: 260px;
	/* If changing height - remember to change in JS! */
	height: 45px;
	overflow: hidden;
	background: #333333 url(images/mpilot_feature_open_icon.png) top right no-repeat;
}

#upper_wrap {
	position: absolute;
	top: 121px;
	left: 0;
	width: 100%;
	height: 279px;
	background: url(images/mpilot_upper_bg.png) top left repeat-x;
	text-align: center;
}

#upper_wrap_case {
	position: absolute;
	top: 121px;
	left: 0;
	width: 100%;
	height: 320px;
	background: url(images/mpilot_upper_bg.png) top left repeat-x;
	text-align: center;
}

#upper_inner_wrap {
	position: relative;
	top: 0;
	left: 0;
	width: 1000px;
	height: 279px;
	margin: auto;
	text-align: left;
}

#upper {
	position: relative;
	top: 0;
	left: 0;
	width: 900px;
	height: 279px;
	margin: auto;
	text-align: left;
}

#upper_casestudy {
	position: relative;
	top: 0;
	left: 0;
	width: 900px;
	height: 320px;
	margin: auto;
	text-align: left;
}

#upper.about {
	background: url(images/mpilot_about_bg.jpg) right top no-repeat;
}

#upper.services {
	background: url(images/mpilot_services2_bg.jpg) right top no-repeat;
}

#upper.portfolio {
	background: url(images/mpilot_portfolio_bg.jpg) right top no-repeat;
}

#upper.contact {
	background: url(images/mpilot_contact_bg.jpg) right top no-repeat;
}

#upper.privacy {
	background: url(images/mpilot_privacy_bg.jpg) right top no-repeat;
}

#upper.directors {
	background: url(images/mpilot_directors_bg.jpg) right top no-repeat;
}

#upper.latestNews {
	background: url(images/mpilot_latestNews_bg.jpg) right top no-repeat;
}

#upper_casestudy.caseIVIg {
	background: url(images/mpilot_case_ivig_bg.jpg) right top no-repeat;
}

#upper_casestudy.caseKings {
	background: url(images/mpilot_case_kings_bg.jpg) right top no-repeat;
}

#upper_casestudy.lifeblood {
	background: url(images/mpilot_case_lifeblood_bg.jpg) right top no-repeat;
}

#upper_casestudy.emleg {
	background: url(images/mpilot_case_emleg_bg.jpg) right top no-repeat;
}

.portfolio_images {
	margin: 5px 0 0 5px;
}

.portfolio_work_inner {
	position: absolute;
	bottom: 40px;
	left: 20px;
	width: 260px;
	/* If changing height - remember to change is JS! */
	height: 45px;
	overflow: hidden;
	background: #333333 url(images/mpilot_feature_open_icon.png) top right no-repeat;
}

#lower_wrap {
	position: absolute;
	top: 400px;
	left: 0;
	width: 100%;
	text-align: center;
}

#lower_wrap.home {
	top: 450px
}

#lower_wrap.no_upper {
	top: 120px
}

#content_wrap {
	position: relative;
	width: 100%;
	min-height: 300px;
	text-align: center;
}	

#content_wrap_top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 91px;
	background: url(images/mpilot_content_bg_top.png) top left repeat-x;
	text-align: center;
}

#content_wrap_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 91px;
	background: url(images/mpilot_content_bg_bottom.png) bottom left repeat-x;
	text-align: center;
}

#content_wrap_inner {
	position: relative;
	top: 0;
	left: 0;
	width: 1000px;
	height: 100%;
	margin: auto;
	z-index: 1;
	text-align: left;
}

#content {
	position: relative;
	top: 0;
	left: 0;
	width: 900px;
	height: 100%;
	margin: auto;
	z-index: 1;
	text-align: left;
}

#content_col_1,
#content_col_2,
#content_col_3 {
	position: relative;
	float: left;
	width: 260px;
	z-index: 10;
	padding: 50px 20px 90px 20px;
	text-align: left;
}

#content_col_12 {
	position: relative;
	float: left;
	width: 560px;
	z-index: 10;
	padding: 50px 20px 90px 20px;
	text-align: left;
}

#content_col_23 {
	position: relative;
	float: right;
	width: 560px;
	z-index: 10;
	padding: 50px 20px 90px 20px;
	text-align: left;
}

#content_col_123 {
	position: relative;
	float: left;
	width: 860px;
	z-index: 10;
	padding: 50px 20px 90px 20px;
	text-align: left;
}

#content_col_a,
#content_col_b {
	position: relative;
	float: left;
	width: 410px;
	z-index: 10;
	padding: 50px 20px 90px 20px;
	text-align: left;
}

#content_col_1.home,
#content_col_2.home,
#content_col_3.home {
	height: 275px;
}

#content_col_1_button,
#content_col_2_button,
#content_col_3_button {
	position: absolute;
	right: 15px;
	bottom: 90px;
	width: 150px;
	height: 57px;
	z-index: 20;
	background: url(images/mpilot_homepage_content_button.png) left top no-repeat;
	padding: 0;
	margin: 0;
}

.content_button_text {
	position: absolute;
	top: 15px;
	left: 16px;
	width: 109px;
	height: 16px;
	margin: 0;
	padding: 0;

}

img.content_icons_contact {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
}

#content_col_break_12,
#content_col_break_13 {
	position: absolute;
	top: 60px;
	left: 300px;
	width: 1px;
	height: 180px;
	z-index: 20;
	background: #CCCCCC;
}

#content_col_break_13 {
	left:600px;
}

#paragraph {
	/*position: absolute;*/
	/*top:40px;*/
}

#paragraph1 {
	/*position: absolute;*/
}

#paragraph2 {
	position: relative;
	margin-top: -30px;
	padding: 0px;
}

#paragraph3 {
	position: relative;
	margin-top: -30px;
	padding: 0px;
}

#paragraph4 {
	position: relative;
	margin-top: -30px;
	padding: 0px;
}

#content_col_break_ab {
	position: absolute;
	top: 60px;
	left: 450px;
	width: 1px;
	height: 180px;
	z-index: 20;
	background: #CCCCCC;
}

.content_icons_main {
	position: absolute;
	top: 15px;
	left: 180px;
}

.content_icons_details {
	position: absolute;
	top: 25px;
	left: 180px;
}

.content_icons_related {
	position: absolute;
	top: 15px;
	left: 212px;
}

.content_icons_casestudy_1 {
	position: absolute;
	top: 15px;
	left: 200px;
}

.content_icons_casestudy {
	position: relative;
	top: 30px;
	left: 180px;
}

.content_icons_snapshot {
	position: relative;
	top: 0;
	left: 180px;
}

.content_director_images {
	position: absolute;
	top: 15px;
	right: 20px;
}

.twenty_px {
	height: 20px;
}

.ninety_px {
	height: 90px;
}

.content_portfolio_work {
	position: relative;
	float: left;
	width: 270px;
	height: 190px;
	z-index: 10;
	padding: 10px 15px 0 15px;
	text-align: left;
	background: url(images/mpilot_portfolio_work_bg.png) 15px 10px no-repeat;
}

a.portfolio_work_link {
	position: absolute;
	top: 130px;
	right: 5px;
	padding: 0;
	margin: 0;
}

#footer_wrap {
	width: 100%;
	height: 70px;
	background: url(images/mpilot_footer_bg.png) top left repeat-x;
	text-align: center;
}

#footer_wrap_inner {
	position: relative;
	top: 0;
	left: 0;
	width: 1000px;
	height: 70px;
	margin: auto;
	text-align: left;
}

#footer {
	position: relative;
	top: 0;
	left: 0;
	width: 900px;
	height: 70px;
	margin: auto;
	text-align: left;
}

#footer_logo {
	position: absolute;
	top: 17px;
	left: 10px;
	width: 77px;
	height: 36px;
	text-align: left;
}

#footer_details {
	position: absolute;
	top: 13px;
	left: 98px;
	text-align: left;
}

#footer_nav {
	position: absolute;
	top: 13px;
	right: 5px;
	text-align: left;
}

#footer_terms {
	position: absolute;
	bottom: 10px;
	right: 5px;
	text-align: left;
}

/* FORM layouts - styles in mpilot_styles.css */
fieldset {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

fieldset ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

fieldset li {
	width: 100%;
	/*padding-bottom: 1em;*/
	margin-bottom: 20px;
}

fieldset label {
	display: block;
	width: 100%;
	margin: 5px 0 5px 0;
}

input.submit_button {
	margin: 14px 0 0 28px;
	padding: 0;
	background: transparent;
}

input.text, textarea.text {
	width: 433px;
	padding: 5px;
}

fieldset.submit {
	position: relative;
	left: 333px;
	width: 120px;
	height: 57px;
	border: 0;
	padding: 0;
	margin: 0;
	background: url(images/mpilot_form_button.png) left top no-repeat;
}
