/* Opimisation in progress  - 23 June 2010 */

/* Base */
html,body,p,form,input,ul,li,label,h1,h2,h3,h4,h5,h6 { padding:0px; margin:0px; }
html { width:100%; height:100%; }
* html #container { height: 100%; }
img { border:none; }
a { outline: none; }
body { height: 100%; text-align: center; background: #F1F1F1 url(../images/bg.gif) repeat-y center top; }

/* Containers */

#container {
	margin: 0 auto;
	min-height: 100%;
	width: 974px;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align: left; color: #505050;
	background: url(../images/p_29.gif) repeat-y right; }

#container_left {
	margin: 0 auto;
	min-height: 100%;
	width: 974px;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align: left; color: #505050;
	background: url(../images/p_29.gif) repeat-y right; }

#container_nosidebar {
	margin: 0 auto;
	min-height: 100%;
	width: 974px;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align: left; color: #505050; }

#header {
	position: relative;
	height: 116px;
    background: #fff; }
	
#logo {
	background-image: url(../images/logo.gif);
	height: 116px; width: 182px; display: block;
	position: absolute; }

/* Navigation - corporate links */

#header_menu {
	position: absolute;
	left: 370px; top: 15px; }

#header_menu ul li {
	list-style-type: none;
	float: left;
	margin-right: 10px; }

.header_menu_1, .header_menu_2, .header_menu_3, .header_menu_4, .header_menu_5,
.header_menu_1_active, .header_menu_2_active, .header_menu_3_active, .header_menu_4_active, .header_menu_5_active {
	text-align: center;
	display: block;
	float: left;
	height: 18px;
	margin: 3px 0 0 0; padding: 5px 0 0 0;
	text-decoration: none;
	color: #717171; }

.header_menu_1 {	width: 109px; }
.header_menu_2 {	width: 139px; }
.header_menu_3 {	width: 93px; }
.header_menu_4 {	width: 79px; }

.header_menu_1:hover, .header_menu_1_active  {	width: 109px; background-image: url(../images/p_1.gif); }
.header_menu_2:hover, .header_menu_2_active  {	width: 139px; background-image: url(../images/p_2.gif); }
.header_menu_3:hover, .header_menu_3_active {	width: 93px; background-image: url(../images/p_3.gif); }
.header_menu_4:hover, .header_menu_4_active  {	width: 79px; background-image: url(../images/p_4.gif); }


a.header_menu_5 { text-align: left; height:22px; width: 124px; color: #003754;	padding: 8px 0 0 20px; background: url(../images/p_5.gif) ; }
a:hover.header_menu_5 { background: url(../images/p_5-hover.gif) ;}


/* Navigation - main service links */

#header_menu2 {
	position: absolute;
	left: 285px;
	top: 78px; }

#header_menu2 ul li {
	display: block;
	float: left;
	list-style-type: none; }

.header_menu2_1, .header_menu2_2, .header_menu2_3, .header_menu2_4, .header_menu2_5, .header_menu2_6,
.header_menu2_1_active, .header_menu2_2_active, .header_menu2_3_active, .header_menu2_4_active, .header_menu2_5_active, .header_menu2_6_active {
	text-align: center;
	display: block;
	height: 21px;	
	padding: 4px 0 0 0;
	text-decoration: none;
	font-size: 14px; font-weight: bold; color: #484848;
	margin-right: 7px; }

.header_menu2_1 { width: 63px; }
.header_menu2_2 { width: 152px; }
.header_menu2_3 { width: 62px; }
.header_menu2_4 { width: 122px; }
.header_menu2_5 { width: 102px; }
.header_menu2_6 { width: 128px; }

.header_menu2_1_active, .header_menu2_1:hover {	 width: 63px; background-image: url(../images/p_6.gif); }
.header_menu2_2_active, .header_menu2_2:hover {	 width: 152px; background-image: url(../images/p_7.gif); }
.header_menu2_3_active, .header_menu2_3:hover {	 width: 62px; background-image: url(../images/p_8.gif); }
.header_menu2_4_active, .header_menu2_4:hover {	 width: 122px; background-image: url(../images/p_9.gif); }
.header_menu2_5_active, .header_menu2_5:hover {	 width: 102px; background-image: url(../images/p_10.gif); }
.header_menu2_6_active, .header_menu2_6:hover {	 width: 128px; background-image: url(../images/p_11.gif); }

/* Navigation - section */

#navigation  {
    position: absolute;
    left: 48px; top: 116px;
    font: 12px Arial, Helvetica, sans-serif; }

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

#navigation ul li, #navigation ul li.active {
    float: left;
    display: inline;
    margin-right: 3px;
    background: url(../images/nav_l.png) no-repeat left top; }

#navigation ul li.active {  background: url(../images/nav_l_hover.png) no-repeat left top; }

#navigation li a, #navigation li a.current {
    float: left;
    display: inline;
    margin-left: 5px;
    padding: 7px 15px 0 10px;
    height: 21px;
    color: #fff;
    text-decoration: none;
    background: url(../images/nav_r.png) no-repeat right top; }

#navigation li a.current {  color: #000; background: url(../images/nav_r_hover.png) no-repeat right top; }

#navigation ul li:hover, #navigation ul li.hover {
    float: left; display: inline;
    background: url(../images/nav_l_hover.png) no-repeat left top; }

#navigation ul li a:hover {
    color: #000;
    background-image: url(../images/nav_r_hover.png); }

#navigation ul li {
    behavior: url(/css/iehacks/hover.htc) url(/css/iehacks/iepngfix.htc); }

#navigation ul li a {
    cursor: pointer;
    behavior: url(/css/iehacks/hover.htc) url(/css/iehacks/iepngfix.htc); }

/* Banners */

.banner_top {
	background-image: url(../images/banners/header-home.jpg);
	height: 144px;
	width: 974px;
	position: relative; }
	
.banner_top_text {
	left: 38px; top: 17px; position: absolute; }
	
.banner_top_text img {
    behavior: url(/css/iehacks/iepngfix.htc); }

.banner_top_banner {
     background: url(../images/banners/promo.jpg);
     height: 112px;
     width: 211px;
     position: absolute;
     left: 734px; top: 30px; }


/* Wrappers */

#wrapper {
	padding-bottom: 82px; /* footer height */
	width: 974px;
	background-image: url(../images/p_29.gif);
	background-repeat: repeat-y;
	background-position: right; }

#wrapper_left {
	padding-bottom: 82px; /* footer height */
	width: 974px;
	background-image: url(../images/p_29.gif);
	background-repeat: repeat-y;
	background-position: left; }

#wrapper_nobg {
	padding-bottom: 82px; /* footer height */
	width: 974px; }

#content_page_1 {
    float: left;
    background-image: url(../images/p_29.gif);
    background-repeat: repeat-y;
    background-position: right; }

#content_left_page_1 {
	float: left;
	width: 710px;
	position: relative; }
	
.txt_index {
    clear: both;
    margin: 0 auto;
    padding: 20px 0;
    width: 610px; }

#content_right_page_1 {
	float: left;
	padding-top: 17px;
	padding-left: 18px;
	width: 246px;
	padding-bottom: 75px; }

.banner_right_1 {
	background-image: url(../images/p_16.gif);
	display: block;
	height: 21px;
	width: 211px;
	padding-top: 8px;
	padding-left: 11px;
	font-size: 13px;
	font-weight: bold;
	color: #003754;
	text-decoration: none; }

.banner_right_2 {
	background-image: url(../images/p_17.gif);
	display: block;
	height: 35px;
	width: 211px;
	margin-top: 5px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	padding-top: 7px;
	padding-left: 11px; }

.line {
	margin-left: -17px;
	margin-top: 12px;
	margin-bottom: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D6D6; }

.banner_right_3 {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/banners/chart.jpg);
	display: block;
	height: 38px;
	width: 217px;
	padding-top: 197px;
	padding-left: 8px; }

.block_text_header {
	font-size: 15px;
	font-weight: bold;
	color: #021222; }

.block_text p a {
	color: #13628B;
	text-decoration: none; }

#footer {
	position:relative;
	margin: 0 auto;
	margin-top: -82px; /* footer height */
	width: 974px;
	height: 82px;
	color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
    clear: both; }

/* Homepage */
	
.homepane { float:left; color: #003754; position:relative; }

.homepane h2 { 
	font-size:18px; line-height:20px; margin:0 0 5px 0; font-weight:bold; color: #003754; }
#content_left_page_1 a, #content_left_page_1 h2 { 
	text-decoration: none; color: #003754; }

.homepane p { font-size:11px; line-height:16px; color: #003754; }

.soundnet_wifi {  
	background: url(../images/content/homepage-soundnetwifi.jpg);
	height:106px; width:243px;
	margin: 12px 0 0 15px; padding:118px 55px 0 9px; }
.background_music {
	background: url(../images/content/homepage-backgroundmusic.jpg);
	height:106px; width:243px;
	margin: 12px 0 0 48px; -margin-left: 23px; padding:118px 55px 0 9px; }
.payplay_music {
	background: url(../images/content/homepage-payplaymusic.jpg);
	height:103px; width:243px;
	margin:7px 0 0 48px; -margin-left: 23px; padding:118px 55px 0 9px; }
.smart_quiz {
	background: url(../images/content/homepage-smartquiz.jpg);
	height:103px; width:243px;
	margin:7px 0 0 15px; padding:118px 55px 0 9px; }

#cc p.homepage { 
	font-size:16px; line-height:22px; }
#cc p.homepage-disclaimer { 
	font-size:12px; line-height:22px; color:#999; margin:16px 0 0 0; }


/* Footer */
	
#footer a  {
	color: #FFF;
	text-decoration: none; }

#footer .link_1 {
	position: absolute;
	left: 0px;
	top: 13px; }

#footer .link_2 {
	position: absolute;
	left: 780px;
	top: 13px; }

#footer .link_3 {
	position: absolute;
	left: 730px;
	top: 62px;
	font-size: 10px; }

#footer .phone {
	position: absolute;
	left: 49px;
	top: 60px;
	font-size: 14px;
	font-weight: bold; }

.banner_top2 {
	background-image: url(../images/banners/header-sitemap.jpg);
	height: 144px;
	width: 974px;
	position: relative; }

.banner_top2_text {
	left: 38px;
	top: 45px;
	position: absolute;
	width: 151px; }

.banner_top2_text img {
     behavior: url(/css/iehacks/iepngfix.htc); }

#content_page_2 {
	padding-top: 27px;
	padding-left: 47px;
	font-size: 18px;
	color: #505050;
	float: left;
	padding-bottom: 60px; }

.general_information {
    margin-top: 47px;
    margin-left: 68px;
    float: left;
    width: 270px;
    display: block; }

.general_information p {
    font-size: 15px;
    font-weight: bold;
    color: #231F20; }

.general_information li {
    line-height: 110%;
    list-style-type: none; }

.general_information li a {
    text-decoration: none;
    font-size: 13px;
    color: #1F647E;
    background-image: url(../images/p_91.gif);
    background-repeat: no-repeat;
    background-position: left;
    display: block;
    padding-left: 9px; }
	
.services {
    margin-top: 47px;
    float: left;
    display: block;
    height: 380px;
    width: 270px; }

.services p {
    font-size: 15px;
    font-weight: bold;
    color: #231F20; }

.services li {
    line-height: 110%;
    list-style-type: none; }

.services li a {
    text-decoration: none;
    font-size: 13px;
    color: #1F647E;
    background-image: url(../images/p_91.gif);
    background-repeat: no-repeat;
    background-position: left;
    display: block;
    padding-left: 9px; }

.services .sub_li  {
    margin-left: 17px; }

.services .sub_li .sub_li_a {
    font-size: 11px; }

.help_centre {
    margin-top: 47px;
    float: left;
    display: block; }

.help_centre p {
    font-size: 15px;
    font-weight: bold;
    color: #231F20; }

.help_centre li {
    line-height: 110%;
    list-style-type: none; }

.help_centre li a {
    text-decoration: none;
    font-size: 13px;
    color: #1F647E;
    background-image: url(../images/p_91.gif);
    background-repeat: no-repeat;
    background-position: left;
    display: block;
    padding-left: 9px; }

.banner_top3 {
	background-image: url(../images/banners/header-help-centre.jpg);
	height: 144px;
	width: 974px;
	position: relative; }

#content_page_3 {
    background-image: url(../images/p_29.gif);
	background-repeat: repeat-y;
	background-position: left; 
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	float: left; }

#content_left_page_3 {
	float: left;
	width: 262px; }

#content_left_page_3 ul {
	margin-top: 22px;
	margin-left: 19px; }

#content_left_page_3 ul li {
	list-style-type: none;
	margin-bottom: 6px; }

#content_left_page_3 ul li .help {
	background-image: url(../images/p_24.gif);
	height: 21px;
	width: 188px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #464646;
	padding-left: 38px;
	text-decoration: none;
	padding-top: 6px;
	background-repeat: no-repeat;
	background-position: left; }

#content_left_page_3 ul li .help:hover {
	background-image: url(../images/p_24_hover.gif); }

#content_left_page_3 ul li .help_active {
	background-image: url(../images/p_24_hover.gif);
	height: 21px;
	width: 188px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #464646;
	padding-left: 38px;
	text-decoration: none;
	padding-top: 6px; }

#content_left_page_3 ul li .background {
	background-image: url(../images/p_25.gif);
	height: 21px;
	width: 188px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #464646;
	padding-left: 38px;
	text-decoration: none;
	padding-top: 6px;
	background-repeat: no-repeat;
	background-position: left; }

#content_left_page_3 ul li .background:hover {
	background-image: url(../images/p_25_hover.gif); }

#content_left_page_3 ul li .background_active {
	background-image: url(../images/p_25_hover.gif);
	height: 21px;
	width: 188px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #464646;
	padding-left: 38px;
	text-decoration: none;
	padding-top: 6px; }

#content_left_page_3 ul li .soundnet {
	background-image: url(../images/p_26.gif);
	height: 21px;
	width: 188px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #464646;
	padding-left: 38px;
	text-decoration: none;
	padding-top: 6px;
	background-repeat: no-repeat;
	background-position: left; }

#content_left_page_3 ul li .soundnet:hover {
	background-image: url(../images/p_26_hover.gif); }

#content_left_page_3 ul li .soundnet_active {
	background-image: url(../images/p_26_hover.gif);
	height: 21px;
	width: 188px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #464646;
	padding-left: 38px;
	text-decoration: none;
	padding-top: 6px; }

#content_left_page_3 ul li .payplay {
	background-image: url(../images/p_27.gif);
	height: 21px;
	width: 188px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #464646;
	padding-left: 38px;
	text-decoration: none;
	padding-top: 6px;
	background-repeat: no-repeat;
	background-position: left; }

#content_left_page_3 ul li .payplay:hover {
	background-image: url(../images/p_27_hover.gif); }

#content_left_page_3 ul li .payplay_active {
	background-image: url(../images/p_27_hover.gif);
	height: 21px;
	width: 188px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #464646;
	padding-left: 38px;
	text-decoration: none;
	padding-top: 6px; }

#content_left_page_3 ul li .quiz {
	background-image: url(../images/p_28.gif);
	height: 21px;
	width: 188px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #464646;
	padding-left: 38px;
	text-decoration: none;
	padding-top: 6px;
	background-repeat: no-repeat;
	background-position: left; }

#content_left_page_3 ul li .quiz:hover {
	background-image: url(../images/p_28_hover.gif); }

#content_left_page_3 ul li .quiz_active {
	background-image: url(../images/p_28_hover.gif);
	height: 21px;
	width: 188px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #464646;
	padding-left: 38px;
	text-decoration: none;
	padding-top: 6px; }

#content_right_page_3 {
	float: left;
	padding-top: 28px;
	padding-left: 54px;
	width: 658px;
	padding-bottom: 250px; }

#content_right_page_4 {
	float: left;
	padding-top: 24px;
	padding-left: 17px;
	width: 695px;
	font-weight: normal;
	padding-bottom: 180px; }

#content_right_page_4 a {
	font-size: 11px;
	color: #808285;
	text-decoration: none; }

#content_right_page_4 p {
	margin-top: 24px;
	font-size: 18px;
	color: #231F20;
	font-weight: bold; }

#content_right_page_4 ul {
	margin-top: 30px; }

#content_right_page_4 ul li {
	font-size: 16px;
	color: #231F20;
	list-style-type: none;
	line-height: 130%; }

#content_right_page_4 ul li a {
	font-size: 14px;
	color: #226885;
	text-decoration: none; }

#content_right_page_4 .block_text_2 p{
	font-size: 12px;
	color: #808285;
	font-weight: normal; }

#content_right_page_4 .block_text_2 {
	font-size: 12px;
	color: #808285;
	font-weight: normal;
	padding-right: 100px;
	line-height: 150%; }

.block_text_2_pic {
	float: right;
	margin-left: 20px;
	display: block; }

.line_2 {
	margin-top: 12px;
	margin-bottom: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D6D6;
	margin-right: 100px; }

.link_back {
	display: block;
	float: left; }

.link_next {
	display: block;
	float: right;
	padding-right: 100px; }

.banner_top6 {
	background-image: url(../images/banners/header-newsletter-signup.jpg);
	height: 144px;
	width: 974px;
	position: relative; }

#content_page_6 {
	background-image: url(../images/pic_37.gif);
	background-repeat: repeat-y;
	background-position: right;
	float: left;
	width: 974px;
	padding-bottom: 120px; }

#content_left_page_6 {
	width: 662px;
	padding-left: 48px;
	padding-top: 25px;
	float: left;
	position: relative; }

.content_left_page_6_input {
    width: 295px;
    margin-top: 3px;
    margin-bottom: 15px;
    height: 24px;
    background: #fff;
    border: 1px solid #ccc; }

.button_keep_me_up_to_date {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/button_keep_me_up_to_date.gif);
	display: block;
	height: 23px;
	width: 178px;
	padding-top: 6px;
	text-decoration: none;
	text-align: center;
	margin-top: 35px; }

#content_right_page_6 {
	float: left;
	width: 243px;
	padding-left: 20px;
	padding-top: 25px; }

.banner_top7 {
	background-image: url(../images/banners/header-soundnet.jpg);
	height: 347px;
	width: 974px;
	position: relative; }

.banner_top7_text {
	font-size: 12px;
	color: #FFF;
	position: absolute;
	width: 415px;
	left: 485px;
	top: 185px;
	line-height: 150%; }

#content_page_7 {
	float: left;
	padding-bottom: 135px;
    background-image: url(../images/p_29.gif);
    background-repeat: repeat-y;
    background-position: right; }

#content_left_page_7 {
	float: left;
	width: 569px;
	padding-left: 170px;
	padding-top: 35px;
	line-height: 160%; }

#content_left_page_7 h2 {
	font-size: 14px;
	font-weight: bold; }

#content_right_page_7 {
	float: left;
	width: 234px;
	padding-top: 55px; }

.banner_top8 {
	background-image: url(../images/banners/header-testimonials.jpg);
	height: 144px;
	width: 974px;
	position: relative; }

.block_1 {
	float: left;
	width: 271px;
	font-size: 18px;
	color: #838383;
	margin-top: 30px;
	margin-right: 45px; }

.block_1 a {
	color: #2B6097; }

.more {
    text-decoration: none;
    font-size: 12px; }

.block_1_short {
    height: 225px;
    overflow: hidden; }

.link_other{
	font-size: 12px;
	color: #000;
	text-decoration: none;
	display: block;
	margin-top: 7px;
	font-weight: bold; }

.block_2 {
	float: left;
	width: 185px;
	font-size: 12px;
	color: #838383;
	margin-top: 50px;
	margin-right: 35px;
	line-height: 140%; }

.block_2 a {
	color: #2B6097; }

.block_2_short {
    height: 170px;
    overflow: hidden; }

#content_right_page_8 {
	float: left;
	width: 223px;
	padding-left: 20px;
	padding-top: 25px;
	padding-right: 20px; }

#content_right_page_8 .block_text p a {
	color: #808285;
	text-decoration: underline; }

.banner_top17 {
	background-image: url(../images/banners/header-background-music.jpg);
	height: 144px;
	width: 974px;
	position: relative; }


#content_page_17 {
	background-image: url(../images/pic_37.gif);
	background-repeat: repeat-y;
	background-position: right;
	float: left;
	width: 974px;
	padding-bottom: 120px; }

#content_left_page_17 {
	width: 662px;
	padding-left: 48px;
	padding-top: 25px;
	float: left;
	position: relative; }

#content_left_page_17_l {
	float: left;
	width: 443px;
	padding-right: 38px;
	line-height: 150%; }

#content_left_page_17_r {
	float: left; }

#content_left_page_17_bottom {
	clear: both;
	padding-top: 170px; }

#help_center {
	padding-top: 14px;
	padding-right: 11px;
	padding-left: 11px;
	float: left;
	background-image: url(../images/p_47.gif);
	height: 71px;
	width: 127px;
	font-size: 10px; }

#help_center  .help_topics {
	color: #13628B;
	display: block;
	text-decoration: none;
	text-align: right;
	margin-top: 5px; }

#technical_specifications {
	padding-top: 15px;
	padding-left: 11px;
	background-image: url(../images/p_45.gif);
	height: 202px;
	width: 127px;
	padding-right: 11px;
	font-size: 10px;
	margin-top: 10px; }
#technical_specifications a {
	color: #13628B;
	text-decoration: none;
	text-align: right;
	display: block;
	margin-top: 5px; }

#content_right_page_17 {
	float: left;
	width: 223px;
	padding-left: 20px;
	padding-top: 25px;
	padding-right: 20px; }

#content_right_page_17 a {
	color: #13628B;
    text-decoration: none; }

#content_left_page_17_l ul {
	margin-bottom: 15px;
	padding-left: 20px; }

#content_left_page_17_l ul li {
	list-style-type: square;
	color: #2D2B76; }

/*.table {
	margin-top: 10px; }

.table_brdr {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DBDBDB;
	border-bottom-color: #DBDBDB;
	border-left-color: #DBDBDB; }

.table_brdr_2 {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DBDBDB;
	border-bottom-color: #DBDBDB; }
*/
#content_left_page_17_bottom2 {
	clear: both;
	padding-top: 20px; }

.banner_top19 {
	background-image: url(../images/banners/header-background-music.jpg);
	height: 144px;
	width: 974px;
	position: relative; }

/*.overview_of_background_music {
	color: #999999;
	text-decoration: none; }*/

#content_left_page_19 {
	width: 624px;
	padding-left: 48px;
	padding-top: 25px;
	float: left;
	padding-right: 38px; }

.block_3 {
	line-height: 150%;
	float: left; }
	
.block_3_img {
	float: left;
	padding-right: 15px;
	width: 106px; }

.block_3_text {
	float: left;
	width: 503px; }

.block_3_text_header {
	font-size: 15px;
	color: #000; }

.block_3_text a {
	color: #13628B;
	text-decoration: none; }

.line_3 {
	margin-top: 12px;
	margin-bottom: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D6D6; }

/*.overview_of_background_music2 {
	color: #666666;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	display: block;
	clear: both; }

.for_more_inf {
	font-size: 18px;
	color: #24236A;
	text-align: center;
	background-image: url(../images/p_51.gif);
	height: 53px;
	width: 613px;
	padding-top: 14px;
	margin-top: 40px;
	margin-bottom: 45px;
	clear: both; }*/

#content_page_19 {
	background-image: url(../images/pic_37.gif);
	background-repeat: repeat-y;
	background-position: right;
	float: left;
	width: 974px; }

.banner_top9 {
	background-image: url(../images/banners/header-payplay-music.jpg);
	height: 144px;
	width: 974px;
	position: relative; }

.block_4 {
	margin-top: 10px;
	margin-bottom: 15px; }

.block_5 {
	line-height: 150%;
	float: left; }

.block_5_img {
	float: left;
	padding-right: 15px;
	width: 97px; }

.block_5_text {
	float: left;
	width: 331px; }

.block_5_text_header {
	font-size: 15px;
	color: #505050;
	font-weight: bold; }

.block_5_text a {
	color: #13628B;
	text-decoration: none; }

.banner_top20 {
	background-image: url(../images/banners/header-soundnet-wifi.jpg);
	height: 144px;
	width: 974px;
	position: relative; }

/*#video {
	margin-top: 20px;
	margin-bottom: 25px; }*/

#block_list {
	position: relative; }

#block_list  .block_list_1 li{
	list-style-type: none;
	color: #505050; }

#block_list  .block_list_2 li{
	list-style-type: none;
	color: #505050; }

#block_list .block_list_1 {
	position: absolute;
	left: 15px;
	top: 25px; }

#block_list .block_list_2 {
	position: absolute;
	left: 215px;
	top: 25px; }

.banner_top22 {
	background-image: url(../images/banners/header-quiz.jpg);
	height: 144px;
	width: 974px;
	position: relative; }

.banner_top26 {
	background-image: url(../images/banners/header-other-services.jpg);
	height: 144px;
	width: 974px;
	position: relative; }

.banner_top27 {
	background-image: url(../images/banners/header-about-us.jpg);
	height: 144px;
	width: 974px;
	position: relative; }

.link_4 {
	line-height: 200%; }

.block_3_img2 {
	float: left;
	width: 98px;
	margin-left: 20px; }

.block_1_27 {
	font-size: 16px;
	color: #838383; }

.block_1_27 a {
	color: #2B6097; }

.banner_top28 {
	background-image: url(../images/banners/header-contact.jpg);
	height: 144px;
	width: 974px;
	position: relative; }

.banner_top30 {
	background-image: url(../images/banners/header-terms-and-conditions.jpg);
	height: 144px;
	width: 974px;
	position: relative; }

#contacts {
	background-image: url(../images/p_72.gif);
	height: 128px;
	width: 584px;
	padding-top: 15px;
	padding-left: 40px;
	font-size: 16px;
	line-height: 180%;
	margin-top: 20px;
	margin-bottom: 30px; }

#map {
	margin-top: 10px;
	margin-bottom: 20px; }

.block_6 {
	float: left;
	margin-bottom: 10px;
	width: 625px; }

.block_6_img {
	text-align: center;
	float: left;
	width: 70px; }

.block_6_text {
	line-height: 150%;
	float: left;
	width: 555px; }

.help_center li {
	list-style-type: none;
	line-height: 150%; }
	
.help_center li a {
	color: #13628B;
	text-decoration: none; }
	
.banner_top29 {
	background-image: url(../images/banners/header-news.jpg);
	height: 144px;
	width: 974px;
	position: relative; }
	
.news {
	background-color: #F1F1F1;
	border: 1px solid #E2E2E2;
	height: 18px;
	padding-top: 3px;
	padding-left: 5px;
	margin-bottom: 25px; }

.news a {
	color: #333333;
	text-decoration: none;
	text-align: right;
	float: right;
	display: block;
	margin-right: 5px; }

.block_7 {
	float: left;
	margin-bottom: 10px;
	width: 625px; }

.block_7 h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333333; }

.posted {
	float: left;
	font-size: 10px;
	color: #898989;
	margin-top: 5px;
	width: 625px;
	margin-bottom: 3px; }

.block_7_img_right {
	float: right;
	width: 205px;
	text-align: right; }

.block_7_img_left {
	float: left;
	width: 205px;
	text-align: left;
	margin-right: 10px; }

.block_7_text {
	line-height: 150%;
	float: left; }
	
.block_7_text_a {
	float: left;
	width: 625px;
	margin-top: 7px; }
	
.block_7_text_a .tags {
	color: #13628B;
	background-color: #DCE8EE;
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 5px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px; }

.share{
	display: block;
	height: 20px;
	padding-left: 19px;
	float: right; }

.line_4 {
	margin-top: 12px;
	margin-bottom: 25px;
	background-image: url(../images/line_dotted.gif);
	background-repeat: repeat-x;
	clear: both;
	height: 3px; }

/*.overview_of_background_music3 {
	color: #666666;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	display: block;
	float: left; }*/

#links {
	float: left;
	margin-bottom: 35px; }

#links a {
	font-weight: bold;
	color: #666666;
	font-size: 15px;
	text-decoration: none; }

#content_right_page_29 {
	float: left;
	width: 223px;
	padding-left: 20px;
	padding-top: 25px;
	padding-right: 20px; }

#content_right_page_29 .input_go {
	width: 150px;
	margin-right: 5px;
    margin-top: 2px;
    float: left;
    background: #fff;
    border: 1px solid #ccc; }

.button_go {
	background-image: url(../images/button_go.gif);
	height: 23px;
	width: 46px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
    float: left; }
	
#content_right_page_29 ul.items {
	margin-top: 20px;
	margin-bottom: 35px; }

#content_right_page_29 ul.items li {
	list-style-type: none;
	margin: 0px;
	padding: 0px; }

#content_right_page_29 ul.items li a {
	color: #333333;
	text-decoration: none;
	background-image: url(../images/p_81.gif);
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 4px;
	display: block;
	height: 17px; }

#content_right_page_29 ul.charts li a {
    font-size: 10px;
    padding-left: 20px;
    background-image: none; }

.flash {
	text-align: center;
    clear: both;
    margin: 0 auto;
    padding-top: 20px;
    width: 546px; }

div.clear {
    clear: both;
    overflow: hidden; }

#top_30 {
    margin-top: 20px;
	color: #505050; }

.top_30_brdr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3; }

.top_30_brdr_bold {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	font-weight: bold; }
	
.number {
	background-image: url(../images/p_83.gif);
	height: 15px;
	width: 21px;
	padding-top: 1px;
	font-weight: bold;
	color: #FFF;
	text-align: center; }



/* Other services */
	
.otherservices-grid { top:-5px; left:-46px; color: #003754; position:relative; width:710px; height:550px; }

#content_left_page_19 a, #content_left_page_19 h3 { 
	text-decoration: none; color: #003754; }
	
	
	
#content_left_page_19 .otherservices-grid h3 { 
	font-size:18px; line-height:20px; margin:0 0 5px 0; font-weight:bold; color: #003754; }

.otherservices-grid p { font-size:11px; line-height:16px; color: #003754; }

.otherservices-voip {  
	background: url(../images/other-services/grid-voip.jpg);
	height:74px; width:263px;
	margin: 12px 0 0 48px; -margin-left: 23px; padding:100px 35px 0 9px; }
.otherservices-payment {
	background: url(../images/other-services/grid-paymentsolutions.jpg);
	height:74px; width:263px;
	margin: 12px 0 0 15px;padding:100px 35px 0 9px; }
.otherservices-mixmash {
	background: url(../images/other-services/grid-mixmash.jpg);
	height:74px; width:263px;
	margin:7px 0 0 48px; -margin-left: 23px; padding:100px 35px 0 9px; }
.otherservices-soundnetlibrary {
	background: url(../images/other-services/grid-soundnetlibrary.jpg);
	height:74px; width:263px;
	margin:7px 0 0 15px; padding:100px 35px 0 9px; }





/* Typograhy */

#content_left_page_19 h2 { font-size: 22px; font-weight: bold; }
.block_3_text .bold { font-size: 15px; }
h1.promo { font-size: 12px; font-weight: bold; color: #fff; padding: 10px; }
h1 {  text-indent: -9999px; }
h2 { font-size: 18px; font-weight: normal; color: #505050; }
h3 { font-size: 15px; color: #021222; font-weight: bold; }
.black { color: #000; }
.bold { font-weight: bold; }
.black_bold { color: #000; font-weight: bold; }
.gray { color: #505050; }
.little_chery { font-size: 11px; color: #8B1515; }

#gmap {
	width: 625px;
	height: 363px; }

.background_music_heading {
	font-size: 21px;
	color: #003754;
	text-decoration: none; }

.messageSummary {
	 padding: 6px;
	 color: #363636;
	 font-weight: bold;
	 border: 1px solid #FCEFA1;
	 width: 300px;
     margin-bottom: 10px;
    -moz-border-radius: 2px 2px 2px 2px; }

.errorSummary {
	 padding: 6px;
	 color: #CD0A0A;
	 font-weight: bold;
	 border: 1px solid #CD0A0A;
	 width: 300px;
     margin-bottom: 10px;
    -moz-border-radius: 2px 2px 2px 2px; }

.errorSummary li { list-style-type: none; }