/*
Stylesheet Name: Executel
Stylesheet URI: http://www.executel.co.uk/css/executel-default-styles.css
Description: Default layout and styles for www.executel.co.uk
Version: 1
Author: ISIMO
Author URI: http://www.isimo.co.uk
*/

* {
	margin: 0;
	padding: 0;
}

body {
	padding: 0 0 30px 0;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	color: #000;
	background-color: #282828;
}

ul {
	list-style: none;
}

p, span, a {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}





#container {
	margin: 45px auto 0 auto;
	width: 964px;
}

#top_cap {
	float: left;
	width: 964px;
	height: 33px;
}

#bottom_cap {
	clear: left;
	width: 964px;
	height: 34px;
}

#wrapper, .homepage #wrapper {
	float: left;
	width: 946px;
	padding: 0 18px 0 0;
	background-image: url('../images/layout/middle.png');
}

/* .homepage #wrapper {
	background-image: url(../images/layout/wrapper-background.jpg);
	background-position: 0 400px;
	background-repeat: no-repeat;
} */





/* @group logo & search */

#logo_and_search_wrapper {
	float: left;
	margin: -15px 0 0 0;
	width: 946px;
	height: 55px;
}

#logo {
	float: left;
	margin: 0 0 0 18px;
	width: 191px;
	height: 51px;
}

#logo a img {
	border: 0;
}

#search {
	float: right;
	width: 280px;
	margin: 2px 0 0 0;
	padding: 0 0 0 23px;
	height: 22px;
	background-image: url(../images/layout/search-background.png);
}

#search input.text {
	float: left;
	padding: 3px 1px 1px 1px;
	width: 190px;
	height: 16px;
	color: #4d4d4d;
	font-size: 11px;
	border: 1px solid #000;
}

#search button {
	float: left;
	display: block;
	margin: 0 0 0 11px;
	padding: 1px 0 3px 0;
	width: 54px;
	height: 22px;
	font-family: arial;
	font-size: 11px;
	color: #fff;
	border: 1px solid #000;
	background-color: #373737;
	cursor: pointer;
}

/* @end */





/* @group navigation */

#navigation {
	float: left;
	margin: 15px 0 0 10px;
	width: 916px;
	height: 36px;
	text-align: center;
}

#navigation ul li {
	float: left;
	margin: 0 0 0 10px;
}

#navigation ul li a, #navigation a:hover, #navigation ul li a.selected, #navigation ul li a.endItem {
	float: left;
	display: block;
	padding: 11px 0 0 0;
	width: 102px;
	height: 25px;
	text-decoration: none;
	background-image: url(../images/layout/navigation-button.png);
	background-position: 0 0;
}

#navigation ul li a:hover, #navigation ul li a.selected {
	background-position: 0 36px;
}

#navigation ul li a.endItem {
	background-image: url(../images/layout/navigation-button.png);
}


#navigation ul li a.endItem {
	margin: 0 0 0 20px;
	float: right;
}

/* @end */





/* @group horizontal accordion */

#horizontal_container {
	float: left;
	margin: 12px 0 12px 20px;
	width: 905px;
	height: 300px;
	background-color: #373737;
	overflow: hidden;
}

.horizontal_accordion_toggle {
	float: left;
	display: block;
	width: 40px;
	height: 300px;
	border-left: 2px solid #fff;
	background: #373737;
	color: #fff;
}

.horizontal_accordion_toggle_active {
	display: block;
	width: 40px;
	border-right: 2px solid #fff;
	overflow: hidden;
}

.horizontal_accordion_content {
	float: left;
	height: 300px;
	color: #ddd;
	overflow: hidden;
}

.horizontal_accordion_content img {
	float: left;
}

.horizontal_accordion_content ul {
	float: right;
	width: 195px;
	margin: 10px 0 0 0;
}

.horizontal_accordion_content ul li {
	font-size: 12px;
	color: #aaa;
}

.horizontal_accordion_content ul li a {
	display: block;
	width: 185px;
	font-size: 12px;
	text-decoration: none;
	color: #aaa;
	background-image: url(../images/layout/accordion-link-arrow.png);
	background-repeat: no-repeat;
	background-position: right;
}

.horizontal_accordion_content ul li a:hover {
	color:#ff5A00;
}

.horizontal_accordion_content ul li div.spacer {
	display: block;
	margin: 11px 10px 11px 0;
	width: 195px;
	height: 2px;
	background-color: #5f6062;
}

/* @end */





/* @group latest news & login */

#news_and_login_wrapper {
	float: left;
	width: 224px;
	margin: 0 20px 0 0;
}

#latest_news_wrapper {
	float: left;
	margin: 0 0 0 20px;
	width: 214px;
	background-color: #5f6062;
}


#latest_news_top {
	float: left;
	margin: -6px 0 0 0;
	width: 224px;
	height: 10px;
}

#latest_news_bottom {
	clear: left;
	width: 224px;
	height: 10px;
}

#latest_news {
	float: left;
	width: 224px;
}

#latest_news h1 {
	margin: 3px 0 0 10px;
	font-size: 18px;
	font-weight: 100;
	line-height: 16px;
	color: #fff;
}

#latest_news ul li div {
	float: left;
	margin: 10px 0 0 0;
}

#latest_news ul li div span {
	margin: 0 0 0 10px;
	font-size: 12px;
	color: #ddd;
}

#latest_news ul li div h2 {
	margin: 0 0 0 10px;
	font-size: 12px;
	font-weight: 100;
	color: #ddd;
}

#latest_news ul li div a {
	display: block;
	margin: 2px 0 0 10px;
	width: 100px;
	font-size: 11px;
	text-decoration: none;
	color: #000;
	background-image: url(../images/layout/news_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#latest_news ul li div a:hover {
	text-decoration: underline;
}

#login {
	float: left;
	clear: left;
	margin: 16px 0 0 20px;
	width: 214px;
	height: 125px;
	background-image: url(../images/layout/login-background.png);
}

#login h1 {
	margin: 10px 0 10px 10px;
	font-size: 18px;
	font-weight: 100;
	line-height: 16px;
	color: #fff;
}

#login form fieldset {
	border: 0;
}

#login form div {
	float: left;
	clear: both;
	margin: 0 0 7px 10px;
}

#login label {
	float: left;
	display: block;
	padding: 4px 0 0 0;
	margin: 0 5px 0 0;
	width: 60px;
	font-size: 12px;
	color: #fff;
}

#login input {
	padding: 2px 0 0 0;
	width: 126px;
	height: 16px;
	color: #4d4d4d;
	border: 1px solid #eee;
}

#login button {
	display: block;
	margin: 2px 0 0 162px;
	width: 30px;
	height: 20px;
	color: #373737;
	border: 0;
	background-color: #fff;
	cursor: pointer;
}

/* @end */





/* @group main text */

#main_text {
	float: left;
	margin: 0 0 0 10px;
	width: 330px;
}

#main_text h1 {
	margin: 7px 0 8px 0;
	font-size: 18px;
	font-weight: 100;
	color: #ff5A00;
}

#main_text p {
	font-size: 12px;
	color: #000;
}

#main_text a {
	display: block;
	margin: 15px 0 0 0;
	width: 74px;
	font-size: 12px;
	font-weight: 900;
	text-decoration: none;
	color: #000;
}

#main_text a:hover {
	color: #373737;
}

/* @end */





/* @group case studies */

#case_studies {
	float: left;
	margin: 0 0 0 20px;
	padding: 0 0 4px 0;
	width: 321px;
	background-color: #373737;
}

#case_studies_top {
	float: left;
	margin: -5px 0 0 0;
	width: 321px;
	height: 11px;
}

#case_studies_bottom {
	clear: left;
	width: 321px;
	height: 11px;
}

#case_studies h1 {
	margin: 0 0 10px 10px;
	font-size: 18px;
	font-weight: 100;
	color: #ff5A00;
}

#client_list {
	float: left;
	width: 321px;
}

#client_list ul li {
	
}

#client_list ul li div {
	float: left;
	width: 321px;
	height: 105px;
}

#client_list ul li div h2 {
	float: left;
	margin: 0 0 0 10px;
	width: 186px;
	font-size: 12px;
	line-height: 12px;
	color: #ff5A00;
}

#client_list ul li div img {
	float: left;
	margin: 0 0 0 10px;
	width: 105px;
	height: 105px;
	background-color: #fff;
}

#client_list ul li div p {
	float: left;
	margin: 5px 0 0 10px;
	width: 186px;
	font-size: 11px;
	color: #fff;
}

#client_list ul li div.spacer {
	float: left;
	display: block;
	margin: 10px 0 10px 10px;
	width: 301px;
	height: 2px;
	background-color: #5f6062;
}

#client_list {
	
}

/* @end */



/* @group vertical accordion & section image */

#accordion_and_section_image_wrapper, #news_and_section_image_wrapper, #links_and_section_image_wrapper  {
	float: left;
	margin: 13px 0 0 20px;
	position: relative;
	min-height: 350px;
}

#vertical_nested_container {
	float: left;
	margin: 0 0 0 0;
	width: 214px;
}

#vertical_nested_container a { 
	text-decoration: none;
	/*color: #ff5A00;*/
}
	


h3.vertical_accordion_toggle {
	float: left;
	display: block;
	margin: 0 0 10px 0;
	width: 214px;
	font-size: 14px;
	font-weight: 100;
	color: #ff5A00;
	
	padding: 0 0 0 15px;
	background: url(../images/nav_arrow_orange.png) no-repeat center left;
	cursor: pointer;
}

a.vertical_accordion_link_toggle {
	float: left;
	display: block;
	margin: 0 0 10px 0;
	width: 214px;
	font-size: 14px;
	font-weight: 100;
	color: #ff5A00;
	padding: 0 0 0 15px;
	background: url(../images/nav_arrow_orange.png) no-repeat center left;
	cursor: pointer;
}

a.vertical_accordion_link_toggle.selected {
	float: left;
	display: block;
	margin: 0 0 10px 0;
	width: 214px;
	font-size: 14px;
	font-weight: 100;
	color: #000;
	padding: 0 0 0 15px;
	background: url(../images/black_nav_arrow.png) no-repeat center left;
	cursor: pointer;
}

h3.vertical_accordion_toggle_active {
	float: left;
	display: block;
	width: 214px;
	font-size: 14px;
	font-weight: 100;
	color: #ff5A00;
	cursor: pointer;
	padding: 0 0 0 15px;
	margin: 0 0 10px 0;
	background: url(../images/nav_arrow_orange_down.png) no-repeat center left;
}

h3.vertical_accordion_toggle.selected {
	float: left;
	display: block;
	width: 214px;
	font-size: 14px;
	font-weight: 100;
	color: #ff5A00;
	cursor: pointer;
	padding: 0 0 0 15px;
	margin: 0 0 10px 0;
	background: url(../images/nav_arrow_orange_down.png) no-repeat center left;
}



/* @group links */

#links {
	width: 214px;
}


#links ul {
	
}

#links ul li {
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	background: url(../images/nav_arrow_orange.png) no-repeat center left;
	cursor: pointer;
}

#links ul li a, #links ul li a:hover, #links ul li a.selected {
	font-size: 14px;
	text-decoration: none;
	color: #ff5A00;
}

#links ul li a:hover {
	color: #373737;
}

#links ul li a.selected {
	padding-left: 6px;
	color: #000;
}


/* @end */

h3.vertical_accordion_toggle_active:hover, h3.vertical_accordion_toggle:hover {
	cursor: pointer;
	}



div.vertical_accordion_content {
	float: left;
	width: 214px;
	color: #000;
	display: none;
}

div.vertical_accordion_content ul {
	float: left;
	margin: 0 0 10px 0;
	color: #0099FF;
}

div.vertical_accordion_content li {
	margin: 0 0 5px 0;
}

div.vertical_accordion_content li.level3 {
	margin: 0 0 0 10px;
}

div.vertical_accordion_content li.level3 a {
	
}

div.vertical_accordion_content li a, div.vertical_accordion_content li a.selected {
	text-decoration: none;
	font-size: 12px;
	color: #000;
}

div.vertical_accordion_content li a:hover {
	cursor: pointer;
	}

div.vertical_accordion_content li a.selected {
	margin-left: 6px;
	color: #000;
}

#section_image {
	float: left;
	clear: left;
	width: 214px;
	height: 150px;
}
#section_image img {
	bottom: 0;
	left: 0;
}

/* @end */



/* @group gallery */

#promo_gallery, #flashHolder, #mobile_display, #scroll_btns{
	float: left;
	clear: right;
	margin: 13px 0 0 11px;
	width: 680px;
	height: 300px;
}

#flashHolder{
	border:thin #000000 solid;
}


/* No scroller */
#mobile_display{
	text-align: center;
	position:relative;
	overflow: hidden;
	background-color:#000000;
	display: none;
}

#mobile_display div{
	margin: 40px auto auto auto;
	text-align: center;
}
#mobile_display div div{
	position: relative;
	float: left;
	height: 150px;
	margin: 0 10px 0 10px;
}

#mobile_display div div img{
	height: 150px;
}


/* With scroller */
#mobile_display div.scrolling {
	position: relative;
	overflow: hidden;
}
#mobile_display div ul{
	margin: 0px auto auto 20px;
	text-align: center;
	width: 1400px;
	height: 200px;
}

#mobile_display div ul li{
	position: relative;
	float: left;
	height: 150px;
	margin: 0 10px 0 10px;
}

#mobile_display div ul a{
	text-decoration: none;
}

#mobile_display div ul li img{
	height: 150px;
}

#mobile_display p{
	position: relative;
	margin: 0px 0 0 0;
	width: 660px; 
	color: #FFFFFF;
}

#mobile_display p span{
	margin: 10px auto 0px 10px;
}

#scroll_btns{
	float: left;
	height: 37px;
	display: none;
	position: relative;
	width: 680px;
	margin: 10px 0 0 10px;
}

#scroll_btns a.all_handsets{
	float: left;
	text-decoration: none;
	color: #000000;
	margin: 12px 0 0 10px;
}

#scroll_btns a.prev{
	float: left;
	text-decoration: none;

}

#scroll_btns a.next{
	float: right;
	text-decoration: none;
}

/* @end */






/* @group ajax content */

#ajax_content_wrapper {
	float: left;
	margin: 12px 0 0 11px;
	padding: 0 0 0 10px;
	width: 670px;
	/*background: url(../images/content/intouch-logo.jpg) no-repeat bottom right;*/
	border-left: 1px dotted #5F6062;
}


#ajax_content_wrapper #text {
	display: block;
	position: relative;
	float: left;
	margin: 0 0px 0 0;
	width: 416px;
	padding: 0 30px 0 0;
	
	
}

#ajax_content_wrapper #text img {
	float: left;
	padding-right:10px;
	padding-bottom:10px;
	/* Commented out by Sean - 05/08/09 - as the height causes a problem on ajax images for the product pages
	height: 225px;*/
}

#ajax_content_wrapper #text h1, #static_content_wrapper #text h1, #static_content_wrapper #search_results h1  {
	/*float: left;*/
	margin: 6px 0 0 0;
	font-size: 18px;
	font-weight: 100;
	color: #ff5A00;
}

#ajax_content_wrapper #text p, #static_content_wrapper #text p {
	float: left;
	margin: 0 0 15px 0;
	width: 100%;
	font-size: 12px;
	color: #000;
}

#ajax_content_wrapper #text p a,#ajax_content_wrapper #text li a  {
	color: #000;
}

#ajax_content_wrapper #text p a.viewall {
	text-align: right;
	color: #000;
	text-decoration: none;
}

#ajax_content_wrapper #text ul {
	display: block;
	float: left;
	font-size: 12px;
	color: #000;
	/* Commented out by Sean - 14/07/09 because of problem on BlackBerry page */
	/*min-height: 300px;*/
}


#ajax_content_wrapper #text ul.no_min_height {
	min-height: 0px;
}

#ajax_content_wrapper #text ul.narrow {
	display: block;	
	width: 265px;
	margin: auto auto 20px auto;
	min-height: 0;
	float:left;
}


#ajax_content_wrapper #text ul li {
	list-style: disc;
	margin: 0 0 10px 30px;
}

#ajax_content_wrapper #text ul li a {
	font-size: 12px;
	color: #000;
}

/* @end */






/* @group list content */

#list_content {
	float: left;
	width: 680px;
}

#list_content h1 {
	float: left;
	margin: 0 0 0 0;
	width: 670px;
	font-size: 18px;
	font-weight: 100;
	color: #ff5A00;
}

#list_content p {
	float: left;
	margin: 0 0 15px 0;
	width: 670px;
	font-size: 12px;
	color: #000;
}

#list_content ul li div {
	float: left;
	margin: 0 0 24px 0;
	width: 680px;
}

#list_content ul li div img {
	float: left;
	width: 100px;
	height: 100px;
	background-color: dodgerblue;
}

#list_content ul li div h2 {
	float: left;
	display: block;
	margin: 0 0 2px 10px;
	width: 400px;
	font-size: 14px;
	font-weight: 100;
	color: #ff5A00;
}

#list_content ul li div p {
	float: left;
	margin: 0 0 10px 10px;
	padding: 0 0 5px 0;
	width: 323px;
	font-size: 11px;
}

#list_content ul.downloads {
	float: left;
	margin: 24px 12px 0 0;
	width: 323px;
}

#list_content ul.downloads li div {
	margin: 0 0 24px 0;
	width: 323px;
}

#list_content ul.downloads h2, #list_content ul.downloads p  {
	margin: 0 0 -18px 0;
	/*color: #ff5A00;*/
}

#list_content ul.downloads p {
	margin: 0;
}

#list_content ul.downloads a {
	margin: 0;
	color: #000;
}

#list_content a {
	margin: 0;
	color: #000;
}

/* @end */





#news_content {
	float: left;
	width: 680px;
}

#news_content h1 {
	float: left;
	margin: 0 0 0 0;
	font-size: 18px;
	font-weight: 100;
	color: #ff5A00;
}

#news_content p {
	float: left;
	margin: 0 0 15px 0;
	width: 670px;
	font-size: 12px;
	color: #000;
}

#news_content p a {
	float: left:
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

#news_content ul li div {
	float: left;
	margin: 0 0 24px 0;
	width: 680px;
}

#news_content ul li div img {
	float: left;
	width: 100px;
	height: 100px;
	background-color: dodgerblue;
}

#news_content ul li div h2 {
	float: left;
	margin: 0 0 2px 10px;
	font-size: 14px;
	font-weight: 100;
	color: #ff5A00;
}

#news_content ul li div p {
	float: left;
	margin: 0 0 10px 10px;
	width: 570px;
	padding: 0 0 5px 0;
	font-size: 11px;
}





/* @group static content */

#static_content_wrapper {
	float: left;
	margin: 12px 0 0 11px;
	width: 680px;
}

#static_content_wrapper #text,  #static_content_wrapper #search_results {
	width: 680px;
}

#static_content_wrapper #text img {
	float: left;
	width: 680px;
	height: 340px;
	background-color: dodgerblue;
}

#static_content_wrapper #text h1, #static_content_wrapper #search_results h1 {
	margin-bottom: 5px;
	width: 680px;
}

#static_content_wrapper #text h2, #static_content_wrapper #search_results h2 {
	width: 680px;
	margin-bottom: 7px;
	font-size: 14px;
	font-weight: 100;
	color: #ff5A00;
}

#static_content_wrapper #search_results h1 {
	margin-top: -3px;
}

#static_content_wrapper #text p, #static_content_wrapper #search_results p {
	width: 680px;
}

#static_content_wrapper #search_results h2 {
	margin-bottom: 2px;
}

#static_content_wrapper #search_results ul {
	margin: 10px 0 0 0;
}

#static_content_wrapper #search_results ul li {
	margin: 0 0 20px 0;
}

#static_content_wrapper #search_results p {
	color: #000;
}

#static_content_wrapper #search_results a {
	color: #ff5A00;
}

/* @end */





/* @group sub content */

#sub_content {
	float: left;
	width: 224px;
	padding: 7px 0 0px 0;
	margin: -8px 0 0px 0;
}

#sub_content_top {
	float: left;
	padding: 0 0 0 0;
	width: 224px;
	height: 6px;
}

#sub_content_services_top {
	float: left;
	padding: 0 0 0 0;
	width: 224px;
	height: 6px;
}

#sub_content_bottom {
	float: left;
	margin: 0px 0 0 0;
	width: 224px;
	height: 6px;
}

#sub_content_services_bottom {
	float: left;
	margin: 0px 0 0 0;
	width: 224px;
	height: 14px;
}

#sub_content_text {
	float: left;
	width: 224px;
	background-color: #ff5A00;
}

#sub_content_text_black {
	float: left;
	width: 224px;
	background-color: #000000;
}

#sub_content_text h2 {
	float: left;
	width: 200px;
	margin: 5px 0 2px 10px;
	font-size: 14px;
	font-weight: 100;
	color: #fff;
}

#sub_content_text ul {
	float: left;
	margin: 0 0 15px 20px;
	padding: 0 20px 0 0px;
	list-style-type: disc;
}

#sub_content_text ul li {
	margin: 0 0 5px 5px;
	width: 175px;
	font-size: 11px;
	color: #fff;
	list-style-type: disc;
	vertical-align: top;
}

#sub_content_text p {
	width: 209px;
	margin: 0 10px 10px 10px;
	padding: 0 0 5px 0;
	font-size: 11px;
}

#sub_content_text p img {
	margin: 0 10px 10px 0;
}

/* @end */





/* @group previous & next links */

#prev_and_next {
	float: left;
	margin: 6px 0 0 0;
	width: 680px;
}

#prev_and_next p {
	float: left;
	font-size: 11px;
	color: #000;
}

#prev_and_next a {
	float: right;
	margin: 0 0 0 10px;
	font-size: 11px;
	text-decoration: none;
	color: #000;
}

#prev_and_next a:hover {
	text-decoration: underline;
}

/* @end */





/* @group sitemap */

#sitemap {
	margin: -10px 0 0 0;
	font-size: 11px;
}

#sitemap *:hover {
	text-decoration: none;
}

#sitemap dl {
	display: block;
}

#sitemap dl dt a {
	display: block;
	margin: 20px 0 5px 0;
	font-size: 14px;
	color: #ff5A00;
}

#sitemap dl dd a {
	display: block;
	margin: 5px 0 5px 10px;
	font-size: 12px;
	color: #ff7666;
}

#sitemap dl dd dl {
	margin: 0 0 20px 0;
}

#sitemap dl dd dl dt a {
	display: block;
	margin: 0 0 2px 5px;
	font-size: 12px;
	color: #ff7666;
}

#sitemap dl dd dl dd {
	margin: 0 0 0 20px;
}

#sitemap dl dd dl dd a {
	display: block;
	margin: 0 0 2px 0;
	font-size: 12px;
	color: #515151;
}

/* @end */

#newsletter {
	float: left;
	font-size: 14px;
}

#newsletter p {
	margin: 0 0 20px 0;
	font-size: 12px;
	line-height: 20px;
	color: #000;
}

#newsletter form {
	margin: 1px 0 0 0;
}

#newsletter form fieldset {
	border: 0;
}

#newsletter form div {
	margin: 0 0 10px 0;
}

#newsletter form div select {
	margin: 0 0 0px 0;
	width: 100px;
}

#newsletter form div label {
	float: left;
	display: block;
	padding: 3px 0 0 1px;
	width: 110px;
	font-size: 12px;
	color: #ff5A00;
}

#newsletter form div input {
	padding: 2px 0 0 0;
	width: 210px;
	height: 16px;
	border: 1px solid #aaa;
}

#newsletter form div input.button {
	margin: 10px 0 0 0;
	padding: 0 0 3px 0;
	width: 50px;
	height: 18px;
	cursor: pointer;
}



#online_issues, #pdf_issues {
	float: left;
	margin: 0 0 20px 122px;
	width: 235px;
	font-size: 11px;
}

#online_issues h1, #pdf_issues h1 {
	margin: 0 0 0 0;
	font-size: 14px;
	font-weight: 100;
	color: #ff5A00;
}

#online_issues ul, #pdf_issues ul {
	margin: 10px 0 0 0;
}

#online_issues ul li, #pdf_issues ul li {
	margin: 0 0 15px 0;
	padding: 2px 0 2px 2px;
}

#online_issues ul li span.type, #online_issues ul li span, #pdf_issues ul li span {
	font-weight: 900;
	color: #5f6062;
}

#pdf_issues ul li span.type {
	color: #000;
}

#online_issues ul li a, #pdf_issues ul li a {
	font-size: 11px;
	color: #000;
}





#contact address {
	float: left;
	margin: 0 0 20px 0;
	width: 435px;
}

#contact h1 {
	margin: 7px 0 8px 0;
	font-size: 18px;
	font-weight: 100;
	color: #ff5A00;
}

#contact address {
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
}

#contact h2 {
	clear: left;
	font-size: 14px;
	font-weight: 100;
	color: #ff5A00;
}

#contact span {
	display: block;
	clear: left;
	margin: 0 0 20px 0;
	font-size: 12px;
	color: #000;
}

#contact p {
	margin: 0 0 20px 0;
	font-size: 12px;
	line-height: 20px;
	color: #000;
}

#contact p a {
	display: block;
	color: #000;
}






#intouch_logo {
	display: block;
	float: right;
	width: 224px;
	height: 60px;
	background: url(/assets/images/content/intouch-logo.jpg) no-repeat bottom right; 
	height:48px;
}

#news_and_section_image_wrapper #latest_news_wrapper {
	margin-left: 0;
}





/* @group strapline */

#strapline {
	float: left;
	clear: both;
	margin: 12px 0 0 0;
	width: 950px;
	background-color: #ff5A00;
}

#strapline h1 {
	padding: 5px 0 5px 20px;
	font-size: 14px;
	font-weight: 100;
	color: #fff;
}

/* @end */





/* @group partners */

#partners {
	float: left;
	clear: both;
	margin: 12px 0 15px 104px;
	width: 739px;
	height: 60px;
}

#partners img {
	float: left;
}

#partners_blank {
	float: left;
	clear: both;
	margin: 12px 0 15px 104px;
	width: 739px;
	height: 20px;
}

/* @end */





/* @group info links */

#info_links {
	float: left;
	clear: both;
	margin: 0 0 0 20px;
	width: 250px;
}

#info_links ul li {
	float: left;
	margin: 0 5px 0 0;
	font-size: 11px;
}

#info_links ul li a, #info_links ul li a.selected {
	font-size: 11px;
	text-decoration: none;
	color: #000;
}

#info_links ul li a:hover {
	text-decoration: underline;
}

#info_links ul li a.selected {
	color: #ff5A00;
}

/* @end */





/* @group footer */

#footer {
	clear: both;
	margin: 15px auto;
	padding: 0 5px 0 5px;
	width: 954px;
	height: 14px;
	color: #fff;
}

#footer address {
	float: left;
	font-size: 11px;
	font-style: normal;
}

#footer p {
	float: right;
	font-size: 11px;
	padding: 0 18px 0 0;
}

#footer p span {
	font-size: 11px;
	color: #ff5A00;
}

/* @end */





/* --- SHADOWBOX TEMPLATE --- */

#shadowbox_container2 {
	margin: 0 auto;
	width: 800px;
}

#top {
	float: left;
	margin: 0 0 2px 0;
	width: 800px;
	height: 10px;
}

#bottom {
	float: left;
	margin: -6px 0 0 0;
	width: 800px;
	height: 10px;
}

#shadowbox_content2 {
	float: left;
	padding: 0 0 5px 0;
	margin: 2px 0 0 0;
	width: 800px;
	background-color: #fff;
}

#shadowbox_content2 img {
	float: left;
	margin: 10px 0 20px 20px;
	width: 760px;
	/*height: 340px;
	background-color: dodgerblue;*/
}

#shadowbox_content2 h1, #shadowbox_content h2 {
	margin: 0 0 2px 20px;
	font-size: 16px;
	font-weight: 100;
	color: #ff5A00;
}

#shadowbox_content2 h2 {
	font-size: 14px;
}

#shadowbox_content2 p {
	margin: 0 0 20px 20px;
	width: 760px;
	font-size: 11px;
	color: #000;
}

#shadowbox_content2 em {
	margin: 0 0 0 20px;
	padding: 0 0 5px 0;
	font-size: 11px;
	color: #ff5A00;
}

.orangeheading {
	color: #ff5A00;
}