@charset "utf-8";

/*
  CSS Document for UKFast.co.uk -
  Designed and built by Richard Salisbury, Richard Hartley and Gavin Taylor ( UKFast.Net Ltd - http://www.ukfast.co.uk )
  Date created - 29th April 2009
*/

* { padding: 0; margin: 0; }

/* basic elements */

html { overflow: scroll; }

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #e5e5e5;
  color: #333333;
}

p {
  padding: 5px 0px;
  line-height:20px
}

a {
  color: #1b9ff4;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  border: none;
	outline: none;
}
a.false_link {
  cursor: pointer;
}
a.hidden_link {
	text-decoration:none;
}
a img {
  border: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 10px 0;
  font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #000000;
	padding: 0px 0 10px 0px
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
}
h4 {
  font-size: 12px;
}

img {
  border: none;
}
blockquote {
	font-style: italic;
	font-size:11px;
}

hr {
  color: #DEDEDE;
  background-color: #DEDEDE;
	height: 1px;
	border:0;
	margin-top:5px;
	margin-bottom:5px;
}
ul {
	margin-left: 20px;
}
ul li {
	list-style-image: url(/images/structure/black_bullet.gif);
	line-height:20px;
}
.fake_bullet {
	background-image: url(/images/structure/black_bullet.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: inline;
	height: 5px;
	width: 5px;
	padding-right: 10px;
}

.bold {
	font-weight:bold;
}
dt {
	background:transparent url(/images/structure/black_bullet.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	font-weight:bold;
	margin-bottom:10px;
	margin-left:10px;
	padding-left:10px;
	padding-right:5px;
}
dd {
	line-height:20px;
	margin-bottom:15px;
	margin-left:20px;
	padding-right:5px;
}
fieldset {
  margin: 10px 0px;
  padding: 5px;
  border: none;
}

legend {
  font-weight: bold;
	color: inherit;
}

input, select {
  font-family: Arial, Helvetica, sans-serif;
}

object:focus {
  border: none;
	outline: none;
}

/* site structure */

div.wrapper {
	background-color: #f7f7f7;
	margin: 0 auto 0px auto;
	width: 982px;
	overflow:hidden;

}

div.homepage_wrapper {
	background-color: #e5e5e5;
	border:none;
}

div.footer_wrapper {
	background-color: #f7f7f7;
	margin: 3px auto 0px auto;
	width: 982px;
	overflow:hidden;
}

div.homepage_footer_wrapper {
	margin: 0px auto 0px auto;
	background-color: #e5e5e5;
	border:none;
}

div.header {
	background:#ffffff;
  height: 100px;
	border: 1px solid #e6e6e6;
	margin:0 3px 3px 3px;
	width:974px;
}

.site_logo {
	display:block;
	margin: 18px 0 0 5px;
	height: 37px;
	width: 144px;
	float: left;
}

#header_tel_numbers {
	float: right;
	clear: right;
	text-align: right;
	font-weight: bold;
	margin-top: 14px;
	width: 280px;
}
div#header_tel_numbers p {
	padding: 0;
	color: #444444;
	margin-bottom: 8px;
}
#header_tel_numbers p.sales {
	background:url(/images/structure/sales_support_numbers.gif) no-repeat;
	float:right;
	width:217px;
	height:41px;
	display:block;
	margin:0 10px 0 0;
}

div#header_tel_numbers p span.dept {
	color:#CC1111;
	font-size: 14px;
}
div#header_tel_numbers p span.tel {
	color: #444444;
	font-size: 14px;
}

div.quick_links {
	float: right;
	height: 25px;
	margin-right: 43px;
}
div.quick_links ul {
	margin: 0px;
	padding: 2px 0px;
}
div.quick_links ul li{
	padding: 0 0px 0 12px;
	margin-left: 5px;
	display: inline;
	color: #444444;
}
div.quick_links ul li a {
	color: #444444;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
div.quick_links ul li a:hover{
	text-decoration: underline;
}

div.quick_search {
	float: right;
	width: 400px;
	height: 25px;
	margin-top: 0px;
	margin-left: 77px;
	overflow: hidden;
}
div.quick_search legend {
  display: none;
}
div.quick_search fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
div.quick_search fieldset form {
  padding: 0 !important;
  margin: 0 !important;
}
div.quick_search fieldset input.search_box, fieldset.search_page input.search_box {
	background-color: #ffffff;
	border: 1px solid #c7e2f1;
	border-top: 1px solid #c0c0c0;
	height: 19px;
	width: 278px;
	padding: 2px;
	float: left;
}
div.quick_search fieldset input.search_button, fieldset.search_page input.search_button {
	height: 25px;
	width: 84px;
	float: left;
	color: #444444;
}
ol.search_results {
	margin-left: 25px;
}
ol.search_results li{
		list-style-position:outside !important;
	list-style-image: none;
	line-height:20px;
}
ul.breadcrumbs {
	color:#444444;
	margin: 0;
	padding:0 0 0 5px;
	overflow:hidden;
}
ul.breadcrumbs li {
	float:left;
	list-style:none;
}
ul.breadcrumbs li span {
	margin: 0 3px;
}


div.homepage_body {
	background-color: #e5e5e5;
	padding-bottom: 0px;
	margin-left:3px;
}

/* homepage only styles */

div.homepage {
	width: 976px;
	padding: 0;
	overflow: hidden;
}

div.homepage div.featured {
	font-family: Arial,Helvetica,sans-serif;
	background-color: #ffffff;
	height: 238px;
	width: 647px;
	padding:0px 3px;
	float:left;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	margin:0;
}
div.homepage div.featured img {
	height: 175px;
}

.homepage_tab_content, .wide_page_tab_content, .internal_tabcontent
{
padding:0px 7px 0px 7px;
clear:both;
background-color:#ffffff;
margin:0px 3px 0px 3px;
border: 1px solid #e6e6e6;
border-top:none;
}

.homepage_tab_content {
height:127px;
background-color:#F3F4F6;
background-image:url(/images/structure/default_container_content_slither_1x155.png);
background-repeat:repeat-x;
}

.wide_page_tab_content {
margin:0 0 3px 0;
padding-top:10px;
}

div#homepage_tabs
{
border: 1px solid #e6e6e6;
margin:2px 3px 0px 0;
height:162px;
background-color:#ffffff;
}
div.wide_template_tabs, div.tab
{
margin:0 0 0 3px;
padding:0;
background-color:#ffffff;
}


.homepage_tab_content ul
{
float:right;
width:140px;
margin:5px 0 0 40px;
}

ul#homepage_tab_links, ul#wide_page_tabs, ul#tab
{
padding:0;
display:block;
margin:3px 3px 0 3px;
overflow:hidden;
background:url(/images/structure/1px_grey_dot.gif) repeat-x 0 27px;
height:28px;
}
ul#wide_page_tabs, ul#tab
{
padding:0;
display:block;
margin:3px 0px 0;
overflow:hidden;
background:url(/images/structure/1px_grey_dot.gif) repeat-x 0 27px;
height:28px;
}



ul#homepage_tab_links li, ul#wide_page_tabs li, ul#tab li
{
float:left;
list-style:none;
font-weight:bold;
height:24px;
margin-top:0;
}

ul#homepage_tab_links li a, ul#wide_page_tabs li a,  ul#tab li a{
display:block;
width:131px;
text-decoration:none;
padding:1px 10px 1px 15px;
color:#000000;
background-image:url(/images/structure/light_grey_tab_slither.gif);
background-repeat:repeat-x;
border: 1px solid #e6e6e6;
margin-right:3px;
cursor: pointer;
}

ul#wide_page_tabs li a, ul#tab li a{
width:124px;
}


ul#homepage_tab_links li a.active, ul#wide_page_tabs li a.active, ul#tab li a.active{
background:#ffffff !important;
border: 1px solid #e6e6e6;
border-bottom:none;
padding:1px 10px 6px 15px;
}

ul#homepage_tab_links li a:hover, ul#wide_page_tabs li a:hover{
text-decoration:underline;
}

div#homepage_tab_1_content {
	background: url(/images/structure/hosting_types_tron_car.jpg) no-repeat 0 100%;
}
div#homepage_tab_1_content p {
	padding-left:155px;
}

li#homepage_tab_6 a
{
width:136px !important;
margin-right:0px !important;
}
li#wide_page_tab_5 a, li#tab_5_title a
{
margin-right:0px !important;
}

/* display the right tabs */
#wide_page_tab_1_content {
	display:block;
}
#wide_page_tab_2_content, #wide_page_tab_3_content, #wide_page_tab_4_content, #wide_page_tab_5_content {
	display:none;
}


div.featured div.tab_content {
	background-image: url(/images/structure/default_container_content_slither_1x155.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
	border: 1px solid #e6e6e6;
	border-bottom: none;
	display: none;
	height: 205px;
	margin-top:3px;
}
div.featured div.tab_content h2, div.featured div.tab_content h2 a {
	font-weight: normal;
	font-size: 18px;
}
div.featured div.tab_content p {
	color: #000000;
	margin: 0;
	padding: 0;
	font-weight: normal;
	padding-right: 5px;
}
div.featured div.tab_content a {
	text-decoration: none;
}
div.featured div.tab_content a:hover {
	text-decoration: underline;
}
div.featured div.active {
	display: block;
}
div.featured div.image h2 {
	padding: 7px 5px 7px 10px;
}
div.featured div.image ul {
	margin: 0 0 0 5px;
}
div.featured div.image ul li {
	padding: 0 10px;
	display: block;
	height: auto;
	width: auto;
	float: left;
	color: #e0e0e0;
}

div.featured div.video .flow_player {
	display: block;
	margin: 0 10px 0 0;
	height: 204px;
	width: 320px;
	float:left;
}
div.featured div.video h2 {
	padding-bottom: 0;
}
div.featured div.video img {
	height: auto;
	width: auto;
}
div.featured div.video ul {
	margin-left: 332px;
}
div.featured div.video ul li {
	background-image:url(/images/structure/black_bullet.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	list-style-image: none;
	list-style: none;
	padding-left: 15px;
	margin: 0;
}

div.featured div#tab_1_content ul li.last
{
	border:none;
}

div.featured div#tab_1_content a{
	color: #1b9ff4;
}
div.featured div#tab_2_content a {
	color: #1b9ff4;
}
div.featured div#tab_3_content a {
	color: #1b9ff4;
}
div.featured div#tab_4_content a {
	color: #1b9ff4;
}
div.featured div#tab_1_content ul li {
	color: #000000;
	border-right:1px solid #cccccc;
	padding: 0 12px;
}

div.featured div#tab_2_content ul li {
	color: #000000;
	border:none;
}
div.featured div#tab_3_content ul li {
	color: #000000;
	border:none;
}
div.featured div#tab_4_content ul li {
	color: #000000;
	border:none;
}

div.featured div#featured_tabs {
	height: 29px;
	margin:0 0 4px 0;
	padding:0 0px 0 0;
	/*background-color: #e4e4e4;*/
}
div.featured div.tab_1_active {
	border-top: 1px solid #cccccc;
	background-color:#ffffff;
}
div.featured div.tab_2_active {
	border-top: 1px solid #cccccc;
}
div.featured div.tab_3_active {
	border-top: 1px solid #cccccc;
}
div.featured div.tab_4_active {
	border-top: 1px solid #cccccc;
}

div.featured div#featured_tabs a {
	display: block;
	height: 12px;
	width: 140px;
	padding: 4px 4px 5px 15px;
	float: left;
	margin: 3px 3px 0 0;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	border-bottom:1px solid #cccccc;
}
div.featured div#featured_tabs a.active {
	padding:8px 4px 3px 15px;
	margin-top: -1px;
	height: 14px;
	color:#000000;
	background-color:#F2F2F4 !important;
	border: 1px solid #e6e6e6;
	border-top:none;
	background-image:none !important;
}
div.featured div#featured_tabs a#tab_1 {
	background:url(/images/structure/dark_grey_tab_slither.gif) repeat-x;
}
div.featured div#featured_tabs a#tab_2 {
	background:url(/images/structure/dark_grey_tab_slither.gif) repeat-x;

}
div.featured div#featured_tabs a#tab_3 {
	background:url(/images/structure/dark_grey_tab_slither.gif) repeat-x;
}
div.featured div#featured_tabs a#tab_4 {
	background-image: url(/images/structure/dark_grey_tab_slither.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	margin-right: 0;
	float:right;
	width:140px;
}

a.homepage_cta_block {
	display:block;
	height: 62px;
	width: 317px;
	float:right;
	margin:0px;
	background:url(/images/structure/banners/google_lover_banner_triples_traffic_317x62.gif) no-repeat 0 0;
}
div.homepage_newsletter table {
	width: 310px;
	margin:5px 0 0 4px;
}
div.homepage_newsletter table tr {
	height:18px;
}
div.homepage_newsletter table td.col1{
	text-align:right;
}
div.homepage_newsletter input[type="text"]{
	height: 18px;
	width: 120px;
	margin-right:12px;
}
div.homepage_newsletter .submit_button {
	margin:3px 0 0 0;
}

div.homepage div.gadgets {
	background-color: #eeeeee;
	height: 110px;
	width: 313px;
	float:left;
}
div.homepage div.gadgets h2 {
	padding: 5px 10px 0 10px;
	font-size: 15px;
	clear:left;
}
div.homepage div.gadgets h2 span {
	font-size: 11px;
}
div.homepage div.gadgets img {
	height: 110px;
	width: 153px;
	float: left;
	background-color: #000000;
}
div.homepage div.gadgets ul {
	height: 109px;
	width: 160px;
	margin: 0;
	float: left;
}
div.homepage div.gadgets ul li {
	list-style-image: none;
	list-style: none;
}
div.homepage div.gadgets ul li a {
	background-color: #00aeef;
	display: block;
	height: 27px;
	padding: 5px 3px 4px 7px;
	color: #ffffff;
	text-decoration: none;
}
div.homepage div.gadgets ul li a:hover {
	background-color: #000000;
	font-weight: bold;
}

div.default_container {
	float: left;
	height: 200px;
	width: 324px;
	margin-top: 3px;
	margin-right: 3px;
	border: 1px solid #e6e6e6;
	background-color:#ffffff;
}
div.default_container h2.title {
	background-color: #ffffff;
	border-bottom: 1px solid #ededed;
	padding: 7px 5px 3px 14px;
	height: 20px;
	font-size: 14px;
	color: #1B9FF4;
}
div.default_container h2.title a {
	text-decoration: none;
	color:#000000;
}
div.default_container h2.title a:hover {
	text-decoration: underline;
}
div.default_container div.content {
	height: 165px;
	padding: 2px 5px;
	background-color:#ffffff;
}
div.default_container div.content ul {
	margin-left: 25px;
}
div.default_container div.content p {
	padding: 0 10px;
}

div#enterprise_business_hosting
{
  background:url(/images/structure/enterprise_business_hosting.jpg) no-repeat 100% 100%;
}

div#dedicated_server_hosting
{
  background:url(/images/structure/dedicated_server_hosting.jpg) no-repeat 100% 100%;
}

div.latest_updates {
	float: right;
	height: 200px;
	width: 316px;
	margin: 3px 0 0 0;
}
div.latest_updates div.content {

}
div.latest_updates div.content p {
	padding: 5px 10px;
}

div.latest_updates div.content ul {
	margin: 0 0 5px 10px;
}
div.latest_updates div.content ul li {
	list-style: none;
	list-style-image: none;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #cccccc;
}
div.latest_updates li span.source {
	float: left;
}
div.latest_updates li span.date {
	float: right;
	color: #444444;
}
div.latest_updates li span.link {
	display: block;
	clear: both;
	height: 55px;
}
div.latest_updates ul.latest_tweets {
	margin-bottom: 0;
}
div.latest_updates ul.latest_news {
	height: 50px;
}
div.latest_updates ul.latest_news li {
	border-bottom: none !important;
	padding: 0 !important;
	margin: 0 !important;
	line-height: 18px;
}

div.latest_updates p.more_news {
	padding: 0 0 5px 10px !important;
}

.lcol_network_speed {
	background-image: url('/images/structure/stadium_pitch_internal_banner.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	display:block;
	height: 143px;
	width: 173px;
	margin: 10px 0 10px 5px;
}
.lcol_manoc_tour {
	background-image: url('/images/structure/take_datacentre_tour_graphic.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	display:block;
	height: 130px;
	width: 175px;
	margin: 10px 0 10px 5px;
}
.lcol_manoc_tour:hover {
	background-position: 0 -130px;
}

.lcol_banner {
	display:block;
	margin:5px 5px 0 5px;
}

.rcol_temp_liveperson {
	background-image: url('/images/structure/chat/repoffline.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0 0 0 0;
}
.rcol_temp_liveperson a {
	display:block;
	height: 112px;
	width: 199px;
}


/* to be used on campaing templates */
.rcol_request_quote_large {
	background-image: url('/images/structure/need_assistance_cta.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	display:block;
	height: 227px;
	width: 195px;
	margin: 0 0 0 0;
}


/* internal page banners */

.internal_banner {
	margin: 0px 0 0 0;
	background-repeat: no-repeat;
	background-position: 0 100%;
	display:block;
	min-height: 125px;
	clear:left;
	margin-top:2px;
	overflow:hidden;
}

div.internal_banner div.internal_banner {
	float: left;
}

.internal_banner span{
	display:none;
}

.internal_content {
	margin: 10px 0 0 0;
	padding: 0 0 0 5px;
	min-height: 385px;
	clear: both;
}
.internal_content h3, .internal_content h4 { border: none !important; }

.internal_content div.first_paragraph {
	font-weight: bold;
	font-size: 13px;
}

div.internal_ccol_wide div.internal_content {

}

div.internal_column {
	width: 193px;
	margin-bottom: 0px;
}
div.internal_column div.top {
	height: 0px;
}
div.internal_column div.bottom {
	height: 0px;
}

/* javascript tabs */

ul.tab {
	clear: both;
	padding: 0;
	margin: 0 0 0 0;
	list-style-type: none;
	overflow: hidden;
	height: 24px;
}


ul.tab li {
	background-color: #1b9ff4;
	float: left;
	width: 150px;
	list-style: none;
	height:22px;
	overflow: hidden;
	text-align:center;
	border-bottom: 2px solid #000000;
	border-right:1px solid #39C0FE;
}


ul.tab li a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding: 2px 0px 0px 0px;
	width: 150px;
	height: 21px;
}

ul.tab li a:hover {
	text-decoration: none;
	background-color:#000;
}

ul.tab li a.selected, ul.tab li a:active {
	text-decoration: none;
	background-color:#000;
}

ul.tab li a#tab_5_title {
	/*padding: 3px 0px 0 0px;*/
}

.internal_tabcontent {
	clear: both;
	display:none;
	min-height: 300px;
	margin: 0px;
	padding: 10px 5px 0px 5px;
	width: 99%;
}

/* continued structure styles */

.default_button {
	background-image: url('/images/structure/blue_button.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	height: 25px;
	width: 142px;
}
.default_button:hover {
	background-position: 0 -25px;
}

div.client_testimonials a {
	display: block;
	margin-top: 0px;
	padding:0 5px;
}
div.client_testimonials ul {
	margin: 0px;
}

div.ukfast_accolades {
	background-image: none;
}
div.ukfast_accolades blockquote span.title {
	display: block;
	font-weight: bold;
	margin:0 0 0 0;
}
div.ukfast_accolades div.jcarousel-container {
	width: 322px;
}
div.press_releases {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	float: left;
	height: 120px;
	width: 306px;
	margin-right: 5px;
	padding: 0 10px;
	margin-top:3px;
}
div.press_releases h2 {
	margin: 0;
}
div.press_releases div.icon {
	background-image: url('/images/structure/question_mark_nogradient.gif');
	background-position: 0 0;
	margin-top: 10px;
	height: 100px;
	width: 90px;
	float: left;
}
div.press_releases ul {
	margin-left: 0;
	clear: left;
}

div.press_releases ul li {
	margin-top: 3px;
	line-height: 15px;
	list-style-image: none;
	list-style: none;
}
div.press_releases span {
	float: left;
	font-size: 11px;
	margin: 5px 15px 0 0;
}

div.footer_navigation  {
	height: 26px;
	background-color: #00aeef;
	margin:3px;
}

div.footer_navigation ul {
	color: #FFFFFF;
	float: left;
	clear: both;
	margin: 0;
	display: block;
	height: 26px;
}
div.footer_navigation ul li {
	display:inline;
	padding: 0px;
  line-height: 16px
}
div.footer_navigation ul li a {
	display: block;
	float: left;
	height: 14px;
	padding: 6px 12px;
	color: #ffffff;
	text-decoration: none;
}
div.footer_navigation ul li a, div.footer_navigation ul li a:visited {
	background-color: #00aeef;
	border-left: 1px solid #39c0fe;
}
div.footer_navigation ul li a:hover {
	background-color: #000000;
}
div.footer_navigation ul li.first a {
	border-left: none;
	background-image: url(/images/structure/level1_nav_home_icon.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 20px;
}
div.footer_navigation ul li.first a span.nav_link {
	display: none;
}

.rss_feed, .rss_feed:hover {
	background-position:0 50%;
	background-repeat:no-repeat;
	float:left;
	margin:7px 0 0 10px;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}
.rss_icon {
	background-image:url(/images/icons/icons.png);
	background-position:0 -27px;
	background-repeat:no-repeat;
	padding-left:15px;
	margin-right: 3px;
}

/* footer sitemap */

div.footer_sitemap {
	border-top: none;
	background-color: #FFFFFF;
	padding: 5px 0;
	color: #666666;
}
div.footer_sitemap a {
	color: #666666;
}
div.footer_sitemap ul {
	float: left;
	width: 144px;
	margin-left: 16px;
}
div.footer_sitemap ul li {
	list-style: none;
	list-style-image: none;
	font-size: 11px;
	height: inherit;
	padding:0 0 0 2px;
}
div.footer_sitemap ul li.heading {
	font-size: 12px;
	font-weight: bold;
	margin-left: 0;
}
div.footer_sitemap ul li.heading a {
	text-decoration: none;
}
div.footer_sitemap ul li a {
	text-decoration: none;
}
div.footer_sitemap ul li a:hover {
	text-decoration: underline;
}

/* footer awards */

div.footer {
	height: 140px;
	background-color:#ffffff;
	border: 1px solid #e6e6e6;
	margin:3px;
	padding:0;
}
div.footer ul {
	margin: 0;
}
div.footer ul li {
	list-style-image: none;
	list-style: none;
}

div.footer ul.cta {
	float: left;
	width: 278px;
	margin-left:19px;
}
div.footer ul.cta li span.dept {
	color:#CC1111;
	font-size: 14px;
	font-weight: bold;
}
div.footer ul.cta li span.tel {
	color: #444444;
	font-size: 14px;
	font-weight: bold;
}
div.footer ul.cta li {
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 33px;
	display: block;
	height: 25px;
}
div.footer ul.cta li.sales {
	padding: 0;
}
div.footer ul.cta li.quote {
	background-image: url(/images/structure/footer_request_a_server_quote.gif);
	background-position: 4px 0px
}
div.footer ul.cta li.chat {
	background-image: url(/images/structure/footer_start_a_live_chat.gif);
  background-position: 0px 3px
}
div.footer ul.cta li.contact {
	background-image: url(/images/structure/footer_contact_us.gif);
  background-position: 0px 2px
}

div.footer ul.cta_right li
{
	height: 25px;
}

div.footer ul.awards {
	float: left;
	margin-top: 33px;
}
div.footer ul.awards li {
	float: left;
	margin-left: 20px;
}
div.footer ul.awards li a {
	background-image: url(/images/logos/sprite_footer_awards.gif);
	background-repeat: no-repeat;
	display: block;
}
div.footer ul.awards li a span {
	display: none;
}
.award_tech_track {
	height: 60px;
	width: 37px;
	background-position: 0 0;
}
.award_times_100 {
	height: 60px;
	width: 60px;
	background-position: -38px 0;
}
.award_best_company {
	height: 60px;
	width: 44px;
	background-position: 0 0;
}
.award_ispa_winners {
	height: 60px;
	width: 67px;
	background-position: -99px 0;
}
.award_investors_people {
	height: 60px;
	width: 88px;
	background-position: -168px 0;
}
.award_pci_compliant {
	height: 60px;
	width: 118px;
	background-position: -257px 0;
}

div.footer div#feedback {
	width:180px;
	float:right;
	text-align:right;
	margin-right:14px;
}
div.footer div.media_rating {
	float:right;
	text-align:right;
	margin-right:0px;
	height:25px;
}

p.footer_seo {
	color: #666666;
	clear: both;
	padding: 5px 10px 15px 10px;
	background-color:#e5e5e5;
	width:976px;
	margin:0 auto;
}
p.footer_seo a {
	color: #666666;
	text-decoration: none;
}
p.footer_tel {
	color: #666666;
	float: left;
	padding: 5px 10px 15px 10px;
	width: 170px;
	text-align:right;
}

/* Nav 1 Styles */

div.navigation_level_one {
	background-color: #00aeef;
	height: 26px;
	margin: 16px 3px 0px;
	clear:both;
	width:968px;
	clear:both;
	float:left;
}

ul.navigation_level_1 {
	background-color: #00aeef;
	padding: 0;
	margin: 0;
	display: block;
	height: 26px;
	overflow: hidden;
  list-style-position:outside;
}
ul.navigation_level_1 li {
	display:inline;
	padding: 0px;
  line-height: 16px;
  float:left;
}

ul.navigation_level_1 li a {
	background-color: #00aeef;
	display: block;
	height: 14px;
	padding: 6px 15px;
	color: #ffffff;
	text-decoration: none;
	border-left: 1px solid #39c0fe;
}
ul.navigation_level_1 li a span.nav_link {
	font-weight: bold;
}

ul.navigation_level_1 li a:hover {
	background-color: #000000;
}
ul.navigation_level_1 li a.selected {
	background-color: #000000;
}
ul.navigation_level_1 li.first a {
	border-left: none;
	background-image: url(/images/structure/level1_nav_home_icon.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 20px;
}
ul.navigation_level_1 li.first a span.nav_link {
	display: none;
}

ul.navigation_level_1 li ul {
	background-image:url(/images/structure/default_container_content_slither_1x155.png);
	background-position:0 100%;
	background-repeat:repeat-x;
	background-color:#ffffff;
	border:1px solid #999999;
	margin: 0 0 0 1px;
  padding: 0 0 10px 0;
  position: absolute;
  display: none;
  z-index: 500;
  height: auto;
  width:380px;
}

ul.navigation_level_1 li ul li {
  overflow: hidden;
  font-weight: bold;
  width:50%;
	color:#000000;
}


ul.navigation_level_1 li ul li a{
  background-color: transparent;
	float:none;
  display: inline-block;
  border-bottom: 1px solid #39c0fe;
  width: 180px;
	color:#000;
	border:none;
	font-weight:normal
}

ul.navigation_level_1 li.number_8 ul{
  width:285px;
}

ul.navigation_level_1 li.number_8 ul li a{
  width:auto;
}

ul.navigation_level_1 li ul li a:visited{
  background-color: transparent;
	border:none;
	font-weight:normal
}

ul.navigation_level_1 li ul li a:hover{
  background-color: transparent;
	border:none;
	font-weight:normal;
	text-decoration:underline;
}

ul.navigation_level_1 li ul li a span{
	font-weight:normal
}

/* other styles */

.no_display {
	display:none;
}

.required {
  color: #FF0000;
}
span.hidden{
  display: none
}
span.clear{
  clear: both;
	display: block;
	height: 1px;
}
span.highlighted {
  background-color: #b0ddfc;
}

div.errors {
  position:relative;
  border: solid 1px red;
  margin:10px 0px 15px 0;
  background: url(/images/structure/warning_circle.gif) #ffffff no-repeat 8px 10px;
  color: red;
}

div.errors p {
  padding: 5px 10px 5px 45px;
}

div.errors ul {
  color: red;
  list-style: none !important;
  list-style-position:inside;
  font-weight:bold;
  margin:0px 0px 0px 45px;
  padding:0px;
}

div.errors ul li {
  margin-bottom:3px;
	list-style: none;
}

div.confirmation {
  border: solid 1px #00adef;
  margin:0px 0px 10px;
  padding: 5px 0px;
  background: #fafafa;
}
div.confirmation p {
  margin: 0px 30px;
  padding-bottom: 5px;
  padding-left:0px;
  text-align: justify;
}
div.confirmation ul {
  color: #00F;
  list-style-type: disc;
  list-style-position: inside;
  font-weight: bold;
  margin: 0px 0px 0px 30px;
  padding: 0px;
}
div.confirmation ul li {
  margin-bottom: 3px;
}

div.search_tools {
  padding: 10px;
  margin: 10px auto 20px auto;
  text-align: center;
  background-color: #b0ddfc;
}

.pdf_link {
	background-image:url(http://images.ukfast.net/icons/pdf_icon.gif);
	background-repeat:no-repeat;
	background-position: 3px 5px;
	margin-left: 0;
	padding: 2px 0 0 24px;
	list-style: none !important;
}
.doc_link {
	background-image:url(http://images.text.co.uk/control_panel/word_icon.png);
	background-repeat:no-repeat;
	background-position: 3px 5px;
	margin-left: 0;
	padding: 2px 0 0 24px;
	list-style: none;
}
.xls_link {
	background-image:url(http://images.text.co.uk/control_panel/excel_icon.png);
	background-repeat:no-repeat;
	background-position: 3px 5px;
	margin-left: 0;
	padding: 2px 0 0 24px;
	list-style: none;
}

.pdf_download {
	
}
.pdf_download h4 {
	font-size: 12px;
	margin: 0;
	padding: 5px 8px;
}
.pdf_download ul{
	margin: 0 0 0 5px !important;
	padding: 0 10px 5px 5px;
	min-height: 70px;
}
.pdf_download ul li{
	background-image: url(http://images.ukfast.net/08/buttons/whitepaper_download_icon.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
	margin:  0px 0px 5px 0px;
	list-style-type: none;
	list-style-image: none;
}

.pdf_download_two {
	width: 193px;
	margin-left:5px;
	float: right;
}
.pdf_download_two h4{

	font-size: 12px;
	margin: 0;
	padding: 5px 8px;
}
.pdf_download_two ul{

	margin: 0;
	padding: 0 10px 5px 10px;
	min-height: 70px;
}
.pdf_download_two ul li{
	background-image: url(http://images.ukfast.net/icons/pdf_icon.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
	margin:  0px 0px 5px 0px;
	list-style-type: none;
	list-style-image: none !important;
}

table.default_table {
	border: 1px solid #e6e6e6;
	background-color: #ffffff;
	border-collapse: collapse;
	width: 100%;
}
table.default_table th {
	font-weight: bold;
	padding: 5px;
	border: 1px solid #e6e6e6;
	vertical-align: middle;
}
table.default_table td {
	padding: 5px;
	border: 1px solid #e6e6e6;
	vertical-align: text-top;
}
table.default_table td.odd {
	background-color: #e8e8e8;
}
table.default_table td.even {
	background-color: #ffffff;
}

div.below_text_cta_bg {
	border: 1px solid #ECECEC;
	background-color: #f7f7f7;
	margin: 10px;
	padding: 5px 0;
	text-align:center;
	font-size:1.5em;
}
div.below_text_cta_bg a {
padding-top:5px;
display:block;
}

/* hyper_v styles */

div.hyper_v_benefits{
  border: 1px solid #e6e6e6;
  float: right;
  padding: 5px;
  width: 200px;
  margin: 10px
}

div.hyper_v_benefits ul{
  padding-left: 20px
}

div.hyper_v_benefits li{
  margin-left: 0px;
  padding-left: 0px
}

div.hyper_v_benefits a{
  display: block;
  width: 135px;
  margin: auto;
}


/* jobs page */

li.job_title {
list-style-image: none;
list-style: none;
}
li.job_title a {
padding-left: 10px;
background-position: 0px 50%;
}

/* popup window */

body#popup_window {
	margin: 0 !important;
	padding: 10px !important;
	background-color: #ffffff;
	background-image: none;
}
body#popup_window h1 {
	background-position:0 5px;
	padding-bottom: 0;
	font-size: 16px;
}

body#popup_window div.datacenter_tour {
	margin: 0 !important;
	background-color: #231f20;
	margin: 10px auto;
	width: 640px;
}

body#popup_window div.popup_content_background {
	background-image:url(/images/structure/main_content_background_gradient.gif);
	background-position:0 100%;
	background-repeat:repeat-x;
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 5px;
}

/* campaign template */

.campaign_banner {
	width: 768px;
}



.campaign_lcol {
	float:left;
	clear: both;
	width:195px;
}

/* tool banner template */

.tool_banner {
	margin-top:27px;
}

.tool_banner_wide {
 float:left;
}

p.video_player {
  background-image: url('/images/structure/video_background.gif');
	background-repeat: no-repeat;
  padding: 15px;
  margin: 10px 5px 5px 5px;
  width: 345px;
  height: 213px;
  float: right;
}

img.photo_frame {
  padding: 5px;
  margin: 5px 0px 5px 5px;
  border: solid 1px #E4E2E4;
}

/* stadium_pitch2 */

#stadium_pitch2 {

}
div#stadium_pitch2 {
	width: 180px;
	height: 175px;
	text-align: center;
	border: 1px solid #000000;
	padding: 45px 5px 0 5px;
	float: left;
	margin-left: 8px;
}
#stadium_pitch_internal {
	margin: 10px 0 0 5px;
}
div#stadium_pitch_internal {
	width: 175px;
	height: 130px;
	text-align: center;
	border: 1px solid #000000;
	padding: 15px 5px 0 5px;
}


/* popup video styles */

a.vid_thumb {
	background-image: url("http://images.ukfast.co.uk/video/stills/thumbnails/default.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #ffffff;
	display:block;
	width:120px;
	height:22px;
	margin-bottom:3px;
	text-decoration: none;
	padding: 60px 4px 0 4px;
	border: 1px solid #00adee;
}
a.vid_thumb span.add {
	margin-top: 5px;
	display: block;
	height: 15px;
	width: 15px;
	background-image: url("/images/structure/video_add.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
}
a.vid_thumb span.add:hover {
	display: block;
	height: 15px;
	width: 15px;
	background-image: url("/images/structure/video_add.png");
	background-position: 0 -15px;
	float: left;
}

a.vid_thumb span.length {
	padding: 0px 5px;
	color: #ffffff;
	font-size: 11px;
	background-image: url("/images/structure/video_length.png");
	float: right;
}

.vid_info{
	font-size:10px;
	font-weight:normal;
}

.vid_info p{
	font-size:10px;
	font-weight:normal;
	margin:0px;
}
.vid_info button {
	display:block;
	font-size:10px;
	border:0px solid #ffffff;
	background-color: #ffffff;
	background-image: url(/images/icons/icons.png);
	width:60px;
	height:14px
}

.vid_rating0{
	background-position: -75px -27px;
}

.vid_rating1{
	background-position: -63px -27px;
}

.vid_rating2{
	background-position: -51px -27px;
}

.vid_rating3{
	background-position: -39px -27px;
}

.vid_rating4{
	background-position: -27px -27px;
}

.vid_rating5{
	background-position: -15px -27px;
}

.more_video{
display:block;
margin-top:2px;
border:0px solid #FFF;
background: url(http://images.ukfast.co.uk/icons/video_camera.gif);
background-position:0px 1px;
background-repeat:no-repeat;
width:100px;
height:13px;
padding-left:19px;
}

p.no_video {
	background-image: url("http://images.ukfast.co.uk/video/stills/thumbnails/default.jpg");
	background-repeat: no-repeat;
	background-position: 50% -10px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: red;
	text-align: center;
	vertical-align: middle;
	margin: 50px auto 0 auto;
	padding-top: 60px;
}

a.flow_player {
	background-image: url("http://images.ukfast.co.uk/video/stills/default.jpg");
	background-repeat: no-repeat;
	display: block;
	height: 204px;
	width: 320px;
}
a.flow_player img.play_button {
	margin: 27% 0 0 47%;
	cursor: pointer;
	width: 42px
}
a.flow_player div.info {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#000000 url(http://streaming.ukfast.tv/bg_gradient.png) repeat-x scroll 0 0;
	border-top:1px solid #CCCCCC;
	color:#FFFFFF;
	font-family:"bitstream vera sans","trebuchet ms";
	font-size:12px;
	height: 40px;
	margin-top: 45px;
	opacity:0.7;
	padding:5px 15px;
	text-align:left;
}
a.flow_player div.info h4 {
	padding: 0;
	/*color:#00adef;*/
}
a.flow_player div.info span {
	color:#00adef;
	display:block;
	font-weight:bold;
}

div.popup_video_player  {
	border: 1px solid #00adee;
	margin: 10px 5px 5px 5px;
	padding: 2px 4px;
}

div.media_rating {
	margin: 0 5px;
	height: 18px;
}
div.media_rating .rating_star {
	background-image:url(/images/icons/icons.png);
	background-repeat: no-repeat;
	display: block;
	height: 15px;
	width: 16px;
	float: left;
}
div.media_rating span#rating_message {
	display: block;
	float: left;
	margin: 2px 0 0 10px;
	color: #999999;
}

div.media_rating span#pre_message{
	float:left;
	margin: 2px 5px 0 0px;
	text-align: right;
	width: 90px;
}




form.default_form { padding:0px; margin:10px;}
form.default_form table { width:100%; }
form.default_form tr.title_row span { border-bottom:1px solid #cccccc; margin-bottom:3px; padding:4px 0 0 0; display:block; color:#1B9FF4; font-weight:bold;}
form.default_form tr.submit_row td { padding-top:20px; }
form.default_form tr.error_row { color:red; }
form.default_form td.col1 { padding:2px 20px 3px 0; text-align:right; width:120px; }
form.default_form td { padding-bottom:3px; vertical-align:top; }

form.default_form td.col1 label {margin-right:10px; }
form.default_form td.col1 label.reqd { margin-right:0px; }

form.default_form textarea, form.default_form input[type="text"], form.default_form select { font-family: Arial,Helvetica,sans-serif; font-size:12px; background-color:white; border: 1px solid #e6e6e6; padding:2px 3px;}
form.default_form textarea { height:70px; }
form.default_form textarea:hover, form.default_form input[type="text"]:hover { background-color:white; border: 1px solid #e6e6e6;  border-top:1px solid #999999; }
form.default_form textarea:focus, form.default_form input[type="text"]:focus { background-color:white; border: 1px solid #e6e6e6;  border-top:1px solid #999999; }


form.default_form .small { width:100px; }
form.default_form .medium { width:200px; }
form.default_form .large { width:300px; }
form.default_form .xlarge { width:390px; }

form.default_form span.required {  color: #FF0000; width:10px; float:right; margin:0; padding:0; display:inline-block; }

/* some forms have special cases */

form.special_case_form td.col1 { width:260px; }
form.special_case_form td.col1 label {margin-right:10px; padding-right:0; }
form.special_case_form td.col1 label.reqd { margin-right:0px; padding-right:0; }
form.special_case_form .medium { width:270px; }
form.special_case_form .text { height: 21px; }
form.special_case_form .select { height: 25px; width:275px; }
form.special_case_form input.submit { font-size: 15px; height: 25px; width: 135px; }

/*********** footer_cta_section ***************/

#footer_cta_section {
	margin-top:3px;
	clear:both;
	overflow:hidden;
	margin-left:3px;
}

#footer_cta_section .footer_container {
	border: 1px solid #e6e6e6;
	float:left;
	width:322px;
	margin-left:3px;
	padding:0;
	height:122px;
	background-color:#ffffff;
}

#footer_cta_section .first_container {
	margin:0;
}

#footer_cta_section .middle_container {
	width:320px;
}

#footer_cta_section .middle_container ul {
	padding:0 5px;
	margin:0;
}
#footer_cta_section .middle_container ul li{
	list-style:none;
	list-style-image:none; /* just for IE7 */
	padding:0;
}

#footer_cta_section .middle_container h4 {
	text-align:center;
	padding:2px 0 0;
}
#footer_cta_section .middle_container span {
	text-align:center; display:block; margin-top:4px;
}

#footer_cta_section blockquote {
	width: 160px;
	line-height:15px;
	float:left;
	margin-left:10px;
	height:77px;
}

#footer_cta_section a.icon {
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 10px 0 0 0;
	height: 100px;
	width: 120px;
	float: left;
	display:block;
}

#footer_cta_section .footer_carousel {
	float: left;
	width: 312px;
	margin:0px 5px 0;
}

#footer_cta_section .footer_carousel h4, #footer_cta_section .footer_carousel a.read_more {
	float:left;
	margin-left:10px;
	padding:2px 0 5px 0;
	width:160px;
	line-height:normal;
}


/* ------ jQuery: jCarousel syles ------ */
.jcarousel-container {
  position: relative;
}
.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}
.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.jcarousel-list li, .jcarousel-item {
	float: left;
	list-style: none;
	width: 292px;  /* the width of the containing li minus the width of the arrows. */
	height: 120px;
}
.jcarousel-next {
	z-index: 3;
	display: none;
}
.jcarousel-prev {
	z-index: 3;
	display: none;
}

/* ------ template skin ------ */
.jcarousel-skin-tango .jcarousel-container-horizontal {
	width:312px; /* full witdh of the whole container, incl arrows */
	height: 120px;
	padding: 0px;
	clear:both;
	margin:0;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width:  292px; /* full witdh of the whole container, minus the arrows */
	height: 120px;
	margin:0 10px; /* add the left and right margin width of the arrows */
	background:none;
}
.jcarousel-skin-tango .jcarousel-item {
	width: 292px; /* full witdh of the whole container, minus the arrows */
	height: 120px;
	margin:0px 0px 0 0px;
	padding:0px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
  margin-right: 0px;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
	margin-top:55px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	height: 12px;
	cursor: pointer;
	background: url(/images/icons/icons.png) 153px -1px;
	background-color:#fff;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
	background: url(/images/icons/icons.png) 143px -1px;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
	background: url(/images/icons/icons.png) 143px -1px;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
  cursor: default;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
  margin-top:55px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 12px;
	cursor: pointer;
	background: url(/images/icons/icons.png) 163px -1px;
	background-color:#fff;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
	background: url(/images/icons/icons.png) 173px -1px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
background: url(/images/icons/icons.png) 173px -1px;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
}

/* contact form wrapper, keep center col width */
.contact_form_wrapper {
	width:570px;
}
.contact_form_wrapper div.errors {
	margin-top:0px;
}






/* new column styles */
/* internal only styles */
div.main_content {
	overflow:hidden;
	margin:0px 3px 3px 3px; /* width:976px; */
}

div.internal_lcol {
	float: left;
	width: 198px;
	margin:0;
	border:0;
}
div.internal_ccol {
	float: left;
	width: 573px;
	margin:0 3px 0px;
}
div.internal_ccol_wide {
	float: left;
	width: 770px;
	margin:0 0 0px 3px;
	padding-right:3px;
}
div.internal_rcol {
	float: left;
	width: 197px;
	margin:0px;
	border:0;
}


/*.left_col_block{*/
/*	width:196px;*/
/*	margin:0;*/
/*}*/
/*.right_col_block{*/
/*	width:195px;*/
/*	margin:0;*/
/*}*/

.boxed {
	border: 1px solid #e6e6e6;
	padding: 0px 0px 5px 0;
	background-color:#ffffff;
	margin-top:3px;
}
.boxed_no_padding {
	padding: 0px;
}
.first_box {
	margin-top:0px;
}

.first_box_cheetah {
 margin-top: 7px;
}

.first_box_wide {
 margin-top: 5px;
}

.boxed h1, .boxed h2, .boxed h3 { /* used for the column block titles */
	margin:0px 10px;
}
.boxed h3, .boxed h4 { /* used for the colum block titles */
	padding: 0 0 5px 0;
	margin:10px 10px 0px 10px;
	border-bottom:1px solid #ededed;
}
.boxed p {
	padding: 3px 0 5px 0;
	margin:0px 10px 0px 10px;
}
.boxed blockquote {
	margin:10px;
}
.boxed ul, ol, dl {
	margin:0px 10px;
}

.boxed ul li {
	margin-top: 5px;
  list-style:none;
  list-style-image:none;
}
.boxed ol li {
	list-style-position: inside;
	margin-top: 5px;
}
.boxed dl dt, dl dd {
	list-style-position: inside;
	margin-top: 5px;
}
.boxed ul.shaded {
	background-color:#f7f7f7;
	border: 1px solid #ececec;
	border-top: 1px solid #ffffff;
	padding: 0px 5px;
}
.boxed .highlight_color_1 {
	color:#d70000;
}
.boxed .highlight_color_2 {
	color:#00adef;
}
.boxed .highlight {
	font-weight:bold;
	font-size:14px;
}
.boxed .divider {
	background-color:#ededed;
	border:none;
	margin:0 10px;
}
.boxed .shaded_footer {
	display:block;
	margin:0 1px;
	padding:0 10px;
	background:#f7f7f7;
	border-top:1px solid #ffffff;
}
.boxed .bold {
	font-weight:bold;
}
.boxed .small_print {
  color: #444444;
  font-size: 11px;
}
.boxed .video {
	margin: 10px 16px;
}
.boxed .social_bookmarks a {
	margin:0 5px 0 0;
}






.boxed .default_table {
margin:10px;
border: 1px solid #E6E6E6;
background-color: white;
width:auto;
}




#expert_advice_block {
	margin-top:0px;
}
#expert_advice_block hr {
	margin-top:30px;
}
#expert_advice_block ul li.sales {
padding:5px 0 10px 0;
}
#expert_advice_block ul li.quote {
	background: url(/images/icons/request_a_server_quote_16x16.gif) no-repeat;
	padding-left:25px;
}
#expert_advice_block ul li.chat {
	background: url(/images/icons/start_a_live_chat_16x16.gif) no-repeat;
	padding-left:25px;
}
#expert_advice_block ul li.contact {
	background: url(/images/icons/contact_us_16x16.gif) no-repeat;
	padding-left:25px;
}
#white_paper_block ul li.download {
	background: url(http://images.ukfast.net/08/buttons/whitepaper_download_icon.gif) no-repeat;
	padding-left:25px;
}
#helpful_pdf_block ul li.pdf {
	background: url(http://images.ukfast.net/icons/pdf_icon.gif) no-repeat;
	padding-left:25px;
}
#white_paper_block p {
	padding-left:25px;
}

a#sprite_pdf {
padding-left: 5px;
}
a#sprite_pdf span {
	display:block;
	width:16px; height:16px;
	background: url(/images/icons/icons.png) no-repeat -173px -25px;
	float:left;
}
a#sprite_compass {
padding-left: 5px;
}
a#sprite_compass span {
	display:block;
	width:17px; height:16px;
	background: url(/images/icons/icons.png) no-repeat -156px -25px;
	float:left;
}


/* social bookamrks */

div.social_bookmarks {
	margin: 0px 0;
	padding-left:5px;
}
div.footer_navigation div.social_bookmarks {
	margin: 3px 10px 0 0;
	float: right;
}
div.social_bookmarks ul {
	margin: 0px;
  height:20px;
	overflow:hidden;
	padding:5px 0;
}
div.footer_navigation div.social_bookmarks ul {
	padding:0;
}



div.social_bookmarks ul li {
	display: inline;
  line-height: 16px;
}
div.social_bookmarks ul li a {
  margin: 0 0 0 7px;
  float: left;
}

/* CTA - girl */
.main_content .cta_girl {
	background: url('/images/structure/cta/rcol_cta_girl_right.jpg') no-repeat 100% 100% #ffffff;
	height:148px;
}
.main_content .cta_girl #text_area {
	height:115px;
}

.main_content .cta_girl p {
	width:112px;
	margin-right:75px;
	line-height:20px;
}
.main_content .cta_girl p span {
	display: inherit;
}
.main_content .cta_girl a {
	height:28px;
	display:block;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	margin: 0px 17px 0px 12px;
	padding: 5px 0px 0px 17px;
	background: url('/images/structure/cta/request_quote_blank_button.png') no-repeat 0 0;
}
.main_content .cta_girl .highlight {
	font-size:17px;
}


/* CTA - job  */
.main_content .cta_jobs {
	background: url('/images/structure/cta/apply_now_jobs_cta.jpg') no-repeat 0 100% #ffffff;
	height:148px;
}
.main_content .cta_jobs #text_area {
	height:115px;
}
.main_content .cta_jobs a {
	height:28px;
	display:block;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	margin: 0px 17px 0px 17px;
	padding: 5px 0px 0px 17px;
	background: url('/images/structure/cta/apply_online_button.png') no-repeat 0 0;
}




.banner_cta {
	float:right;
	width:195px;
}
.banner_cta .cta_girl{
	height:150px;
}
.banner_cta .boxed{
	border:none;
}


/* gatewebvideo */
.gatewebvideo {
	position: absolute;
	top: 50px; /* 50px */
	z-index: 100;
}
.gatewebvideo_left {
	left: -150px;
}
.gatewebvideo_right {
	right: 0; 
}

/* internal_navigation */
ul.navigation_level_2{
	margin:0 0 3px 0;
	padding:3px;
	overflow:hidden;
	border: 1px solid #e6e6e6;
	background-color:#fff;
}
ul.navigation_level_2 li{
	border:0px solid blue;
	margin:0px;
	padding:0;
}
ul.navigation_level_2 li a{
	display:block;
	color:#333333;
	padding:2px 5px;
	margin:0;
	background-color:#f5f5f5;
	text-decoration: none;
	border-bottom:1px solid #ededed;
}
ul.navigation_level_2 li.last a{
	border-bottom:none;
}
ul.navigation_level_2 li a:hover{
	background-color:#ffffff;
}
ul.navigation_level_2 li a.selected{
	color:#00adef;
	text-decoration:none;
	background-color:#ffffff;
	background:url(/images/structure/blue_arrow.gif) no-repeat 180px 10px #ffffff;
}



ul.navigation_level_3{
	margin:0px;
	overflow:hidden;
	border-bottom:1px solid #ededed;
	background:#ffffff;
}
ul.navigation_level_3 li{
	float:left;
	width:100%;
	margin:0;
	padding:0;
}
ul.navigation_level_3 li a{
	display:block;
	padding:2px 5px 2px 15px;
	margin:0;
	border-bottom:1px solid #ededed;
	background:none;
}
ul.navigation_level_3 li a:hover{
	color:#333333;
	text-decoration:underline;
}
ul.navigation_level_3 li a.selected{
	color:#00adef;
	text-decoration:none;
	background:url(/images/structure/blue_arrow.gif) no-repeat 180px 10px #ffffff;
}

.internal_content ul {
	margin-left:20px;
}
.internal_content ul li {
	list-style-position: inside;
	list-style-image: url(http://www.ukfast.co.uk/images/structure/black_bullet.gif);
}

.internal_content ul.no_bullets {

}
.internal_content ul.no_bullets li {
	list-style-image:none;
}

#homework_rules ul {
	margin:0;
}
#homework_rules ul li {
	list-style:none;
}


/* TIPSY JQUERY TOOLTIP PLUGIN */
	.tipsy { padding: 5px; font-size: 12px;
	opacity: 0.8;
	/*filter: alpha(opacity=80);*/
	background-repeat: no-repeat;
	background-image: url(/images/structure/tipsy.gif); }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }
	
	
/* building online britain */
.bob-fake-rcol {
	width:240px;
	padding: 3px;
	float:right;
	margin: 0 0 10px 10px;
}
.bob-fake-rcol div.popup_video a.vid_thumb {
	height:100px;
	width:230px;
	background-image: url(http://images.ukfast.co.uk/video/stills/bob_video.jpg);
	border:1px solid #CCCCCC;
}

form.rcol-bob-signup {
	margin: 0;
	padding: 10px;
}
form.rcol-bob-signup p, form.rcol-bob-signup fieldset {
	margin: 0;
	padding: 0;
}
form.rcol-bob-signup p {
	font-weight: bold;
}
form.rcol-bob-signup fieldset label {
	display: block;
	margin: 10px 0 5px 0;
}

form.rcol-bob-signup fieldset input.submit {
	height: 25px;
	width: 145px;
	margin: 10px auto 5px auto;
}

a.bob-apply-now {
	color: #ED1D24;
	text-transform: capitalize;
	font-weight: bold;
	margin-top: 10px;
	display: block;
	margin: 3px auto 0px auto;
	text-align: center;
}


