
/* Common styles */

/*
border: 1px solid red;
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background: #008ED2 url(../images/common/maingradbg2.jpg) repeat-x;
	margin: 0px;
}

/* Force v scrollbar for consistency on short pages */
html { overflow-y: scroll; }

img {
	border: none;
}

/* Links */
a:link, a:visited, a:active, a:hover, a:focus {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* suitable inverted style */
a:focus, a:active {
	background-color: #0000FF;
	color: #FFFFFF;	
	text-decoration: none;
}

a.header:link, a.header:visited {
	color: #FFFFFF;
}

a.header:hover {
	text-decoration: underline;
}

a.header:focus, a.header:active {
	background-color: #DDDDDD;
	color: #0000FF;
	text-decoration: none;
}

a.maincopy_link:link{
/*
	color: #6600FF;
*/
	color: #0000DD;
	font-weight: normal;
}

a.maincopy_link:visited {
	color: #7138A9;
	font-weight: normal;
}

a.maincopy_link:hover {
	text-decoration: underline;
	font-weight: normal;
}

a.maincopy_link:focus, a.maincopy_link:active {
	background-color: #003399;
	color: #FFF9EC;
	text-decoration: none;
	font-weight: normal;
}

#main a:link{
	color: #0000DD;
/*	font-weight: normal;*/
}

#main a:visited {
	color: #7138A9;
/*	font-weight: normal;*/
}

#main a:hover {
	text-decoration: underline;
/*	font-weight: normal;*/
}

#main a:focus, #main a:active {
	background-color: #003399;
	color: #FFF9EC;
	text-decoration: none;
/*	font-weight: normal;*/
}


/* Force adhoc bold links */
.bold {
	font-weight: bold !important;
}

/* now defunt */
/*
.topnav_tab2 {
	width: 100px;
	height: 23px;
	background: #ACACAC url(../images/common/topnav_tab.gif) no-repeat;
	text-align: center;
	vertical-align: middle;
	line-height: 170%;
	color: #002675;
	font-weight: bold;
	font-size: small;
	float: left;
	display: inline-block;
}

a.topnav_tab2:link, a.topnav_tab2:active, a.topnav_tab2:visited {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}

a.topnav_tab2:hover {
	color: #0033CC;
	background-color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}

a.topnav_tab2:focus {
	color: #0033CC;
	background-color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
*/

/* Top nav tab styling */
	ul.tab {
		padding-left: 18px; 
		margin: 0px;
		list-style: none;
		float: left;
	}

	li.tab {
		float: left;
		display: inline; /*To ignore double margin in IE6*/
		margin: 0px 5px; /* rhs text indent */
	}

	a.tab {
		text-decoration: none;
		float:left;
		cursor: pointer;
		font-size: small;
		font-weight: bold;
	}

	span.tab {
		/* set closeness to left & right hand tab edges */
		margin: 0 8px 0 -10px;	/* 2nd figure sets left hand spacing */
		padding: 2px 2px 5px 8px;  /* last figure sets right hand spacing  2 2 5 14 */
		position: relative; /*To fix IE6 problem (not displaying)*/
		float:left;
		color:#003399;
	}
	
	a.tab {
		background: url(../images/common/topnav_tab.gif) no-repeat top right;
		color: #003399;
	}

	span.tab {
		background: url(../images/common/topnav_tab.gif) no-repeat top left;
	}

	li.tab a:hover, li.tab a:active, li.tab a:focus {
		background: url(../images/common/topnav_tab_on.gif) no-repeat top right;
		color: #0033CC;
	}

	a.tab:hover span, a.tab:active span, a.tab:focus span {
		background: url(../images/common/topnav_tab_on.gif) no-repeat top left;
		color: #0033CC;
	}

.required {
	color: #AC0000;
	font-size: 120%;
	font-weight: 900;
}

#wrapper {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center; /* override in each copy section for left align */
}

#header {
	width: 100%;

	/* this height is overridden by conditional for IE7+ due to unpredicatable #header_image handling 
			for narrower browser window */
	height: 81px; 

	background: url(../images/common/header_beats_bg.jpg) repeat-x;
	margin-top: 5px;
	padding-top: 5px;
	clear: left;
	overflow: visible;
	background-position: 0px 5px;
}

#headercopy {
	width: auto;
	height: auto;
/*
	background-color: #006599;
*/
	color: #FFFFFF;
  font-size: 82%;
	font-weight: bold;
	text-align: left;
	padding-top: 13px;
	padding-left: 35px;
	padding-right: 10px;
	padding-bottom: 5px;
	line-height: 1.45em;
	float: left;
	display: block;
	overflow: auto;
}

#header_image {
	height: 75px;
	width: 270px;
	float: right;
	padding-right: 10px;
	padding-left: 4px;
	padding-bottom: 4px;
}

#topnav {
	height: 23px;
	margin-top: 10px;
	clear: left;
/*
	display: inline-block;
*/
}

#main_top {
	height: 26px;
	width: auto;
	background: #FFF9EC url(../images/common/main_top.gif) repeat-x;
	background-color: #FFF9EC;
	clear: left;
}

#main_tl {
	background: #FFF9EC url(../images/common/round_tl.gif) no-repeat;
	float: left;
	width: 26px;
	height: 26px;
}

#main_tr {
	background: #FFF9EC url(../images/common/round_tr.gif) no-repeat;
	float: right;
	width: 26px;
	height: 26px;
}

#main_bottom {
	height: 26px;
	width: auto;
	background: #FFF9EC url(../images/common/main_bottom.gif) repeat-x;
	background-color: #FFF9EC;
	margin-bottom: 30px;
	clear: left;
}

#main_bl {
	background: #FFF9EC url(../images/common/round_bl.gif) no-repeat;
	float: left;
	width: 26px;
	height: 26px;
}

#main_br {
	background: #FFF9EC url(../images/common/round_br.gif) no-repeat;
	float: right;
	width: 26px;
	height: 26px;
}

#main {
	width: auto;
	height: auto;
	border-left: 2px solid #B0B0B0;
	border-right: 2px solid #B0B0B0;
	background-color: #FFF9EC;
	font-size: 100%;
	color: #003F7D;
	padding-left: 26px;
	text-align: left;
	padding-right: 26px;
}

#main p, #main h1, #main h2{
	margin:0px;
	background-color: #FFF9EC;
}

#main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
}

#main h2 {
	font-size: medium;
}

#main h3 {
	font-size: small;
	margin-bottom: 3px;
}

.br_nav {
	font-size: 82%;
}

#footer_nav {
	width: auto;
	height: auto;
	font-size: 82%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.hidetext {
	position : absolute; 
	top : -4000px
}

/* images */
.img310_right {
	float: right;
	margin-left: 10px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 5px;
}

.img310_left {
	float: left;
	margin-right: 10px;
	text-align: center;
	margin-bottom: 10px;
		margin-top: 5px;
}

.img190_right {
	float: right;
	margin-left: 10px;
	width: 190px;
	text-align: center;
	margin-bottom: 5px;
}

#img310_panel_rhs {
	display: inline-block;
	width: 310px;
	height: auto;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#img310_panel_rhs img {
	padding-bottom: 5px;
}

.img80 {
	float: left;
	height: 80px;
	width: 80px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.img_client_logo {
	float: left;
	height: 80px;
	width: auto;
	margin-right: 5px;
	margin-bottom: 5px;
}

#brands_panel_rhs {
	display: inline-block;
	width: 307px;
	height: auto;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

#news_brief_panel_rhs {
	border: 1px dashed #C5C5C5;
	display: inline-block;
	width: 200px;
	height: auto;
	float: right;
	margin-left: 10px;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 80%;
}

.img_news_brief {
	padding: 0px;
	padding-right: 3px;
	float: left;	
}

.news_brief_head {
	padding-left: 2px;
	padding-bottom: 3px;
	font-size: 110%;
	font-weight:bold;
}

.news_equipment {
	font-size: 80%;
}

#logo_line {
	width: auto;
	display: inline-block;
	padding-top: 5px;
}

.logo_line {
	float: left; 
	padding-right: 10px; 
	padding-bottom: 2px;
}

.highlight_text {
	color: #3300CC;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}

.caption_text {
	font-size: x-small;
/*
	color: #3300CC;
*/
}

.bandlist {
	display: inline-block;
	width: 150px; 
	float: left; 
	padding: 10px;
	font-size: 85%;
	line-height: 140%;
}

.bandlist_mid {
	display: inline-block;
	width: 150px; 
	float: left; 
	padding: 10px;
	padding-right: 20px;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	margin-left: 10px;
	font-size: 85%;
	line-height: 140%;
}

.center {
	text-align: center;
}
.small_print {
	font-size: 82%;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
}
.TBC {
	color: #FF0000;
	font-weight: bold;
}

/*
#pa_package_table {
	width: 80%;
	border: 1px solid blue;
	font-size: 82%;
}


#pa_package_table td, #pa_package_table th {
	border: 1px dotted #C0C0C0;
}
*/

.pa_overview {
	width: 70%;
	margin-left: 15%;
	text-align: center;
}

.feature_table_outer {
	display: inline-block;
/*	width: auto;*/
	width: 350px;
	height: auto;
	float: right;
	padding-left: 10px;
	margin: 5px 0px 15px 10px; /* T R B L */ 
}

.feature_table {
	text-align: left;
	font-size: 82%;
	width: 100%;
	list-style-position: inside;
}


.feature_table ul li {
	margin-left: 0px;
	line-height: 105%;
	font-weight: bold;
}

ul.pa_overview_list {
	margin-top: 2px;
	margin-bottom: 2px;
}

ul.pa_overview_list li {
	margin-left: -15px;
  padding: 0px;
  font-weight: normal;  
}

/* Override #main p background */
.feature_table p {
	background: url(/images/common/1px.gif) repeat !important; 
}

/* table sprite */
.ft_topleft {
	background: url(/images/common/table_sprite.gif) no-repeat left top;
	width: 17px;
	height: 17px;
}

.ft_topmid {
	background: url(/images/common/table_sprite.gif) no-repeat center top;
}

.ft_topright {
	background: url(/images/common/table_sprite.gif) no-repeat right top;
	width: 17px;
	height: 17px;
}

.ft_midleft {
	background: url(/images/common/table_sprite.gif) no-repeat left center;
}

.ft_midright {
	background: url(/images/common/table_sprite.gif) no-repeat right center;
}

.ft_botleft {
	background: url(/images/common/table_sprite.gif) no-repeat left bottom;
	width: 17px;
	height: 17px;
}

.ft_botmid {
	background: url(/images/common/table_sprite.gif) no-repeat center bottom;
}

.ft_botright {
	background: url(/images/common/table_sprite.gif) no-repeat right bottom;
	width: 17px;
	height: 17px;
}

.ft_mid {
	background: url(/images/common/table_sprite.gif) no-repeat center center;
}

.ft_inner {
	border-top: 1px solid #B9DAFF;
	border-left: 1px solid #B9DAFF;
	background-color: #FFFFFF;
	padding: 3px;
}

.ft_inner_rt {
	border-top: 1px solid #B9DAFF;
	border-left: 1px solid #B9DAFF;
	border-right: 1px solid #B9DAFF;
	background-color: #FFFFFF;
	padding: 3px;
}

.ft_inner_bot {
	border-top: 1px solid #B9DAFF;
	border-left: 1px solid #B9DAFF;
	border-bottom: 1px solid #B9DAFF;
	background-color: #FFFFFF;
	padding: 3px;
}

.ft_inner_bot_rt {
	border: 1px solid #B9DAFF;
	background-color: #FFFFFF;
	padding: 3px;
}


/* IE6 / FF margin & padding disagreements to sort */
.feature_panel {
	display: inline-block;
	width: auto;
	height: auto;
	float: left;
	font-size: 82%;
	font-weight: bold;
	padding: 10px;
	padding-left: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	list-style-position: inside;
}

/* general & feature_panel lists */
ul {
/*	margin: 5px;*/
	list-style-image: url(../images/common/feature_blob.gif);
	list-style-position: outside;
}

.feature_panel ul li {
	margin-left: 0px;
	line-height: 120%;
	font-weight: bold;
}

ul.feature_panel2 li {
	margin-left: 0px;
	line-height: 120%;
	font-weight: bold;
	font-size: 82%;
}

.feature_centred {
/*
	display: inline-block;
	width: auto;
	height: auto;
	float: left;
	font-weight: bold;
	padding: 10px;
	padding-left: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
*/
	font-weight: bold;
	text-align: center;
}

.img180_right {
	float: right;
	margin-left: 10px;
	width: 180px;
	text-align: center;
	margin-bottom: 5px;
}

#leftpanel {
	margin-top: 5px;
	padding-right: 30px;
	padding-top: 0px;
	width: 40%;
	float: left;	
	border-right: 2px solid #CCCCCC;
	display: inline-block;
	font-size: 82%;	
	font-weight: bold;
}

#rightpanel {
	margin-left: 5px;
	margin-top: 5px;
	padding-right: 5px;
	padding-top: 0px;
	width: 40%;
	float: left;
	display: inline-block;
	font-size: 82%;	
	font-weight: bold;
}

#leftpanel ul, #rightpanel ul {
	margin-top: 0px;
}

.inset {
	padding-left: 15px;
}

#feature2, #feature3 {
	width: 55%;
}

#feature1, #feature4  {
	width: auto;
}

#home_left {
	width: 47%;
	float: left;
	padding: 5px;
}

#home_right {
	width: 47%;
	float: right;
	padding: 5px;
}

#contact_right {
	margin-left: 5px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	width: 40%;
	float: right;
	display: inline-block;
}

#contact_form {
	display: inline-block;
	float: left;
	text-align: right;
	margin-right: 20px;
}

#contact_form input, #contact_form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #0000DD;
	margin-bottom: 4px;
}

.keyline_box {
	border: 1px solid #B0B0B0;
	width: 100%;
	padding: 5px;
	float: right;
	display: inline-block;
}

.package_link {
	font-size: 140%;
	font-weight: bold;
}

.price_net {
	color: #990099;
	font-size: 190%;
	font-weight: bold;
}

.price_vat {
	color: #595959;
	font-size: 90%;
}

.highlight_note {
	color: #990099;
	font-size: 160%;
	font-weight: bold;
}

.cl_left {
	clear: left;
}

.cl_right {
	clear: right;
}

/* ----------------------  */

