html {
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: url('../img/background.jpg') no-repeat 0 0;
	background-color: #002e4a;
	text-align: center;
	font-family: verdana;
	color: #ffffff;
	font-size: 8pt;
}

body {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#wrapper {
	width: 859px;
	position: relative;
	margin: auto;
	text-align: left;
}

#status_msg {
	height: 20px;
	width: 100%;
	background: #000000;
	margin: 0px;
	padding: 5px 0 0 0;
}

#main {
	width: 849px;
	height: 656px;
	position: absolute;
	top: 62px;
	background: url('../img/main_background.gif') no-repeat 0 0;
	z-index: 1;
}

#main_logo {
	width: 560px;
	height: 331px;
	position: absolute;
	top: 24px;
	left: 260px;
	background: url('../img/main_logo.gif') no-repeat 0 0;
}

#player_background {
	width: 502px;
	height: 319px;
	position: absolute;
	top: 50px;
	left: 200px;
	background: url('../img/background_player.gif') no-repeat 0 0;
	z-index: 1;
}

#sidetab {
	width: 73px;
	height: 349px;
	position: absolute;
	top: 20px;
	left: 840px;
	background: url('../img/main_sidebar.gif') no-repeat 0 0;
	z-index: -5;
}

#sidetab.closed {
	left: 840px;
	z-index: -5;
}

#sidetab a.tablink {
	width: 14px;
	height: 38px;
	position: absolute;
	left: 68px;
	top: 0;
	padding: 0px;
	margin: 0px;
	outline: none;
	display: block;
	text-decoration: none;
	z-index: 25;
	background: url('../img/button_menu.gif') no-repeat 0 0;
}

#sidetab a.tablink.active {
	z-index: 25;
}

#logo {
	width: 184px;
	height: 62px;
	position: absolute;
	top: 20px;
	left: 24px;
	background: url('../img/logo.gif') no-repeat 0 0;
}

#icon_rss {
	width: 50px;
	height: 25px;
	position: absolute; 
	top: -30px;
	left: 796px;
	background: url('../img/icon_rss.gif') no-repeat 0 0;
}

#main_player {
	width: 570px;
	height: 345px;
	position: absolute;
	top: 42px;
	left: 267px;
	z-index: 5;
}

#player_top {
	width: 560px;
	height: 21px;
	background: url('../img/top.gif') no-repeat 0 0;
	position: absolute;
	top: 21px;
	left: 267px;
	z-index: 5;
	padding: 4px 0 0 10px;
	font-size: 7pt;
}

#player_top a {
	color: #ffffff;
	text-decoration: none;
}

#main_info {
	width: 567px;
	height: 122px;
	position: absolute;
	top: 368px;
	left: 264px;
	background: url('../img/main_info.gif') no-repeat 0 0;
}

#main_info h1 {
	width: 532px;
	height: 14px;
	position: absolute;
	top: 10px;
	left: 16px;
	overflow: hidden;
	font-size: 8pt;
}

#main_info p {
	width: 532px;
	height: 44px;
	position: absolute;
	top: 30px;
	left: 16px;
	overflow: auto;
}

#main_info h2,
#main_info h3 {
	width: 200px;
	height: 16px;
	position: absolute;
	top: 86px;
	left: 14px;
	color: #43871e;
	font-size: 8pt;
}

#main_info h3 {
	top: 84px;
	left: 260px;
	color: #7aed3b;
	text-align: right;
}

#main_info a {
	color: #ffffff;
	text-decoration: none;
}

#main_info a:hover {
	color: #448a1d;
}

#main_info form {
	position: absolute;
	top: 40px;
	left: 60px;
}

#main_info input {
	position: absolute;
	left: 120px;
	font-family: verdana;
	font-size: 10px;
}

#main_title {
	width: 565px;
	height: 40px;
	position: absolute;
	top: 503px;
	left: 265px;
	background: url('../img/main_title.gif') no-repeat 0 0;
}

#main_title p {
	width: 532px;
	height: 14px;
	margin: 12px;
	color: #939393;
	overflow: hidden;
}

#main_shadow {
	width: 19px;
	height: 534px;
	position: absolute;
	left: 237px;
	top: 20px;
	background: url('../img/main_shadow.gif') no-repeat 0 0;
}

#main_links {
	width: 170px;
	height: 93px;
	position: absolute;
	top: 545px;
	left: 30px;
}

#main_links a {
	text-decoration: none;
	color: #b7b7b6;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.7;
}

#main_links a:hover {
	color: #4cb214;
}

#main_thumbnails {
	width: 578px;
	height: 84px;
	position: absolute;
	top: 550px;
	left: 260px;
	text-align: center;
	overflow: none;
}

#button_informacion,
#button_insertar,
#button_itunes,
#button_mail,
#button_movil {
	position: relative;
	float: left;
	width: 42px;
	height: 40px;
	margin-top: 35px;
	margin-left: 15px;
	background: url('../img/button_informacion.gif') no-repeat 0 0;
}

#button_informacion:hover,
#button_insertar:hover,
#button_itunes:hover,
#button_mail:hover,
#button_movil:hover {
	background-position: 0 -59px;
}

#button_insertar {
	background: url('../img/button_insertar.gif') no-repeat 0 0;
}

#button_itunes {
	background: url('../img/button_itunes.gif') no-repeat 0 0;
}

#button_mail {
	background: url('../img/button_mail.gif') no-repeat 0 0;
}

#button_movil {
	background: url('../img/button_movil.gif') no-repeat 0 0;
}

#comments {
	width: 840px;
	height: 204px;
	position: absolute;
	top: 760px;
	left: 4px;
	background-color: #00304e;
	opacity: 0.8;
}

#comments_header {
	width: 210px;
	height: 16px;
	position: absolute;
	top: 16px;
	left: 32px;
	color: #ffffff;
	font-weight: bold;
}

#comments_header a {
	color: #0069aa;
	text-decoration: none;
}

#comments_content {
	width: 790px;
	height: 145px;
	position: absolute;
	left: 32px;
	top: 50px;
	color: #ffffff;
	overflow: auto;
}

#comments_content h1 {
	font-size: 8pt;
	color: #0069aa;
}

#footer {
	width: 100%;
	height: 44px;
	position: absolute;
	top: 1012px;
	left: 0;
	background-color: #005395;
	text-align: center;
	padding: 0;
	margin: 0;
}

#footer_content {
	width: 859px;
	position: relative;
	margin: auto;
}

#footer_content p {
	font-family: verdana, helvetica, arial, geneva, sans-serif;
	font-size: 9px;
	margin-top: 12px;
	margin-left: 5px;
	text-align: left;
}

#footer_content a.links {
	color: #ffffff;
	text-decoration: none;
}

#footer_content a.links:hover {
	color: #7a98b1;
}

#footer_content a.counter {
	position: absolute;
	top: -12px;
	left: 400px;
}

#footer_content img.logo {
	width: 50px;
	height: 26px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 0px;
	right: 10px;
}

#footer_links {
	width: 288px;
	height: 20px;
	position: absolute;
}

.green {
	color: #7aed3b;
}

.green2 {
	color: #4cb214;
}

.white {
	color: #ffffff;
}


/* the star rating business follows */
.rating{
	width:80px;
	height:16px;
	margin:0 0 20px 0;
	padding:0;
	top: 92px;
	left: 470px;
	list-style:none;
	clear:both;
	position:relative;
	background: url('../img/star_matrix.gif') no-repeat 0 0;
	outline: none;
}
/* add these classes to the ul to effect the change to the correct number of stars */
.nostar {background-position:0 0}
.onestar {background-position:0 -16px}
.twostar {background-position:0 -32px}
.threestar {background-position:0 -48px}
.fourstar {background-position:0 -64px}
.fivestar {background-position:0 -80px}
ul.rating li {
	cursor: pointer;
 /*ie5 mac doesn't like it if the list is floated\*/
	float:left;
	/* end hide*/
	text-indent:-999em;
}
ul.rating li a {
	position:absolute;
	left:0;
	top:0px;
	width:16px;
	height:16px;
	text-decoration:none;
	z-index: 200;
}
ul.rating li.one a {left:0}
ul.rating li.two a {left:16px;}
ul.rating li.three a {left:32px;}
ul.rating li.four a {left:48px;}
ul.rating li.five a {left:64px;}
ul.rating li a:hover {
	z-index:15;
	width:80px;
	height:16px;
	overflow:hidden;
	left:0;	
	background: url('../img/star_matrix.gif') no-repeat 0 0;
}

ul.rating li.one a:hover {background-position:0 -96px;}
ul.rating li.two a:hover {background-position:0 -112px;}
ul.rating li.three a:hover {background-position:0 -128px;}
ul.rating li.four a:hover {background-position:0 -144px;}
ul.rating li.five a:hover {background-position:0 -160px;}
/* star rating finishes */

a {
	outline: none;
}

ul,
li {
	margin: 0px;
	padding: 0px;
}

textarea.comments {
	width: 680px;
	height: 50px;
	font-family: verdana;
	font-size: 12px;
}

input.comments,
a.comments {
	width: 50px;
	height: 30px;
	position: absolute;
	top: 50px;
	left: 720px;
	background: none;
	color: #ffffff;
	border: 0;
	font-family: verdana;
	font-size: 10px;
	text-align: center;
}

input.comments:hover {
	cursor: pointer;
}

a.comments {
	top: 90px;
	display: inline;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
}

form.embed {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
}

textarea.embed {
	height: 100px;
	width: 580px;
	position: absolute;
	top: -35px;
	left: -50px;
	font-size: 9px;
	background: none;
	border: 0px;
	color: #ffffff;
	overflow: hidden;
}

button.embed {
	position: absolute;
	top: 92px;
	left: 490px;
	font-family: verdana;
	font-size: 10px;
}

#carrousel {
	margin: 0;
	padding: 0;
	width: 98%;
	height: 78px;
	overflow: hidden;
	display: inline;
}


