/**************************************************************************/
/*GENERAL FORMATTING*/

html {
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 28px;
	background-color: #00BBB2;
}

p {
	margin-bottom: 28px;
	padding: 0px;
	overflow: hidden;
}

em {
	font-weight: bold;
	font-size: 14px;
	color:#FFFFFF;
}

ol, ul {
	list-style: none;
}

address {
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

label {
	float: left;
}

/* tables still need 'cellspacing="0" cellpadding="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**************************************************************************/
/*HEADERS - <h> tag styles*/

h1 {
	background-image: url(../images/main_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	float: left;
	height: 46px;
	width: 160px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h2 {
	float: left;
	height: 46px;
	width: 260px;
	display: block;
	margin-top: 20px;
}

h3 {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-shadow: 0 2px 0 #00A8A0;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	float: left;
	color: #FFFFFF;
	display: block;
	line-height: 22px;
	text-shadow: 0 2px 0 #00A8A0;
}

h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 26px;
	color: #121414;
	letter-spacing: -1px;
	line-height: 26px;
	width: 100%;
	background-image: url(../images/caption_dotted_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
}

h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: -1px;
	line-height: 26px;
	font-weight: bold;
	float: left;
}

/**************************************************************************/
/*ANCHORS - <a> tag styles*/


/*plain anchor tags are used to define dynamic links the user may put into the text*/
a:link, a:visited, a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}

a:hover {
	color: #00fb9e;
}

.hyper:link, .hyper:visited, .hyper:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FF9900;
}


.hyper:hover {
	background-color: #00fb9e;
	color: #FFFFFF;
}

/*removes border on linked images*/
a img {
	border: none;
}

/**************************************************************************/
/*SECTIONS - to hold different sections such as the header, hero, main.... - DO NOT MODIFY - not to be used inside other content divs to avoid confusion*/

.section_holder {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: auto;
}

.content_aligner {
	width: 960px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 0px;
}

.full_width_holder {
	width: 100%;
	float: left;
}

.half_width_holder {
	width: 50%;
	float: left;
}

.nav_section {
	height: 90px;
	background-image: url(../images/nav_divider.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.section_divider {
	background-image: url(../images/section_divider.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 140px;
}

/**************************************************************************/
/*TOP SPIDER */

#top_spider {
	height: 40px;
	background-image: url(../images/top_spider.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#inner_top_spider {
	height: 32px;
}

#inner_top_spider p {
	color: #B6CCCB;
	font-size: 11px;
	text-align: center;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}

#inner_top_spider p span {
	font-style: oblique;
	font-weight: bold;
	color: #FF8800;
}

/**************************************************************************/
/*TOP SPIDER */

#nav_bg_full {
}

/**************************************************************************/
/*MAIN NAVIGATION */

.navigation_list {
	float: right;
	height: 30px;
	width: 482px;
	margin-top: 50px;
}

.navigation_item {
	float: left;
	width: 120px;
	height: 30px;
}

.navigation_btn_style:link, .navigation_btn_style:visited, .navigation_btn_style:hover, .navigation_btn_style:active {
	color: #FFFFFF;
	font-weight: normal;
	display: block;
	height: 30px;
	width: 110px;
	text-decoration: none;
}

.home_btn_style:link, .home_btn_style:visited, .home_btn_style:active {
	background-image: url(../images/navigation_btns.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.home_btn_style:hover {
	background-position: 0px -28px;
}

.about_btn_style:link, .about_btn_style:visited, .about_btn_style:active {
	background-image: url(../images/navigation_btns.gif);
	background-repeat: no-repeat;
	background-position: -110px 0px;
}

.about_btn_style:hover {
	background-position: -110px -28px;
}

.work_btn_style:link, .work_btn_style:visited, .work_btn_style:active {
	background-image: url(../images/navigation_btns.gif);
	background-repeat: no-repeat;
	background-position: -220px 0px;
}

.work_btn_style:hover {
	background-position: -220px -28px;
}

.contact_btn_style:link, .contact_btn_style:visited, .contact_btn_style:active {
	background-image: url(../images/navigation_btns.gif);
	background-repeat: no-repeat;
	background-position: -330px 0px;
}

.contact_btn_style:hover {
	background-position: -330px -28px;
}

/**************************************************************************/
/*HERO*/

#hero_image_section {
	height: 380px;
	background-image: url(../images/hero_image.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 960px;
}

#hero_text_section {
	height: 100px;
	background-image: url(../images/hero_text.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 960px;
	margin-top: 40px;
}

/**************************************************************************/
/*ABOUT SECTION*/

#about_section {
	padding-top: 40px;
}

#about_left_section {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 530px;
}

#about_cv_holder {
	height: 170px;
	background-image: url(../images/cv_thumb.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#about_right_section {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 420px;
	height: 500px;
	background-image: url(../images/about-quote.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.fadeThis {
	position:relative;
	display:block;
	height: 90px;
	width: 520px;
	margin-top: 75px;
	background-image: url(../images/cv_button.gif);
	background-repeat: no-repeat;
	background-position: 200px -82px;
}

.fadeThis * {
	display: none;
}

.fadeThis span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 90px;
	width: 520px;
	background:url(../images/cv_button.gif) 200px 18px no-repeat;
}

/**************************************************************************/
/*CONTACT SECTION*/

#contact_section {
	padding-top: 40px;
	height: auto;
	background-image: url(../images/bear.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 20px;
}

#contact_text_area {
	width: 960px;
}

.message {
	background:#121414 url(images/viewer_divider.gif) repeat-x left top;
	color:#B6CCCB;
	display:none;
	width:920px;
	padding:20px; 
	margin-bottom:20px;
}

#alert b {color:#FF8800;}

#contact_alert_holder {
	
}

#contact_inputs_holder {
	height: 80px;
}

#contact_name_input_holder {
}

#contact_email_input_holder {
	padding-left: 10px;
	width: 470px;
}

#contact_message_holder {
}

.contact_small_input_form {
	padding: 0px;
	width: 445px;
	height: 25px;
	border: none;
	float: left;
	background-color: transparent !important;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
}

.contact_textarea_form {
	padding: 0px;
	width: 940px;
	height: 130px;
	border: none;
	overflow: hidden;
	overflow: auto;
	float: left;
	background-color: transparent !important;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
}

.contact_input_back {
	background-image: url(../images/input_box.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
}

.contact_textarea_back {
	height: 150px;
	background-image: url(../images/textarea_box.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#contact_btn_section {
	height: 42px;
	margin-top: 10px;
}

.contact_message_button {
	float: right;
}


#contact_details_holder {
	float: left;
	width: 700px;
}

#contact_basics_holder {
	width: 320px;
	float: left;
}

#contact_other_holder {
	width: 330px;
	float: left;
}

.contact_detail {
	float: left;
	width: 100%;
	font-size: 12px;
}

.contact_list {
	list-style-type: none;
	float: left;
	width: 280px;
	padding-left: 15px;
	background-image: url(../images/list_divider.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 10px;
}

.contact_item {
	float: left;
	margin-bottom: 10px;
	display: block;
	width: 100%;
}

/**************************************************************************/
/*BOTTOM SPIDER */

#btm_spider {
	height: 45px;
	background-image: url(../images/btm_spider.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #121414;
}

#inner_btm_spider {
	height: 32px;
	padding-top: 10px;
}

#inner_btm_spider p {
	color: #B6CCCB;
	font-size: 11px;
	text-align: center;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}

#inner_btm_spider p span {
	font-style: oblique;
	font-weight: bold;
	color: #FF8800;
}

/**************************************************************************/
/*WORK*/


#work_thumbs_list {
	width: 960px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	position: relative;
}
.work_thumbs_item {
	float: left;
	height: 190px;
	width: 300px;
	background-image: url(../images/work_thumb_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 5px;
}

.work_catagory_list {
	width: 100%;
	margin-top: 5px;
}


.work_catagory_item {
	width: 100%;
	display: list-item;
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
	font-weight: normal;
}

.work_programme_list {
	height: 20px;
	width: 140px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 14px;
}

.work_programme_item {
	float: left;
	height: 20px;
	width: 21px;
	margin-right: 5px;
}

.view_project:link, .view_project:visited, .view_project:active {
	color: #121414;
	font-size: 12px;
	font-weight: normal;
	display: block;
	height: 20px;
	width: 100%;
}

.view_project:hover {
	color: #FFDABB;
}

.work_view_project_list {
	position: relative;
}

.work_view_project_item {

}


#work_text_area {
	width: 940px;
	height: auto;
	float: left;
	background-image: url(../images/work_penguin_icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	margin-top: 30px;
	padding-left: 20px;
}

#work_text_area p {
}

.key_arrows {
	height: 25px;
	width: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.test_list {
	float: left;
	width: 800px;
}

.test_item {
	display: inline;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
img {
	display: inline;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.boxgrid {
	width: 300px;
	height: 190px;
	margin:0px;
	float:left;
	background:#161613;
	overflow: hidden;
	position: relative;
}

.boxcaption {
	float: left;
	position: absolute;
	background: #FF8800;
	height: 190px;
	width: 300px;
}

.captionfull .boxcaption {
	top: -190px;
	left: 0;
}

#photo-me-thumb {
	background-image: url(../images/photo-me-bg-test.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#rmd-thumb {
	background-image: url(../images/rmd-caption-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}


#oc-thumb {
	background-image: url(../images/oc-caption-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#aston-thumb {
	background-image: url(../images/aston-caption-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#angel-thumb {
	background-image: url(../images/angel-caption-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#ie-thumb {
	background-image: url(../images/ie-caption-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#arabia-thumb {
	background-image: url(../images/arabia-caption-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#croydon-thumb {
	background-image: url(../images/croydon-caption-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#reebok-thumb {
	background-image: url(../images/reebok-caption-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.caption_top_section {
	height: 130px;
	width: 270px;
	background-color: #FF8800;
	padding: 15px;
}

.caption_middle_section {
	background-color: #282D2D;
	height: 50px;
	width: 300px;	
}

.caption_bottom_section {
	background-color: #121414;
	height: 30px;
	width: 300px;
}

#work_btm_list_holder {
	padding-bottom: 30px;	
}

#work_btm_list {
	width: 960px;
	float: left;
}

.work_btm_item {
	width: 210px;
	margin-right: 20px;
	height: 30px;
	padding-left: 15px;
	float: left;
	display: block;
	background-image: url(../images/list_divider.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 12px;
}

.viewer_image_holder {
	background-color: #FFFFFF;
	float: left;
	height: 450px;
	width: 950px;
}

.viewer_content_holder {
	background-color: #121414;
	float: left;
	height: 100px;
	width: 950px;
	background-image: url(../images/viewer_divider.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 13px;
	line-height: 26px;
}

.inner_viewer_content_holder {
	float: left;
	height: 70px;
	width: 910px;
	margin-top: 15px;
	margin-left: 20px;
}

.viewer_top {
	height: 20px;
}

.viewer_bottom {
	height: 45px;
	margin-top: 5px;
	font-size: 12px;
	line-height: 22px;
}

.viewer_header {
	font-size: 14px;
	font-weight: bold;
	color: #FF8800;
	margin-bottom: 3px;
	line-height: 20px;
}

.viewer_content_list {
	width: 400px;
	margin-bottom: 10px;
	float: left;
}

.viewer_content_item {
	display: inline;
	list-style-type: disc;
	margin-left: 15px;
	font-size: 12px;
	font-weight: normal;
	color: #ff8800;
	float: left;
}


/**************************************************************************/
/*OVERRIDES*/

.display_none {
	display:none;
}

.last_item {
	margin-right: 0px;
}


/**************************************************************************/
/*CLEARER - to be put inside expanding divs - remember toput an empty html tag inside the div to fix IE6 minimum height on empty divs*/

.clearer {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}

