/* GENERAL ELEMENTS - BEGIN */


body { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	background-image: url(images/body_back.gif);
	background-repeat: repeat-y;
	}

p, table, th, tr, td, h1, h2, h3, img, span, a, a:visited, a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	border: none;
	}
	
h1 {
	font-weight: normal;
	font-size: 14px;
	color: #000;
	padding: 0;
	margin: 0;
	text-transform: uppercase; /* Optional */
	}

p {
	margin: 0;
	padding: 0;
	}
	
a, a:visited {
	text-decoration: none;
	color: blue;
	}
	
a:hover, a:active {
	text-decoration: underline;
	color: blue;
	}

/* GENERAL ELEMENTS - END */


/* ------------------------------------------------------------------------ */
/* NAVIGATION ELEMENTS - BEGIN */

.nav1, .nav1 a, .nav1 a:visited, .nav1Current a {
	display: block;
	width: 128px;
	height: 35px;
	background: url(images/nav_tellfriend_off.gif);
	}

.nav1 a:hover, .nav1 a:active {
	background: url(images/nav_tellfriend_on.gif);
	}

.nav1Current, .nav1Current a, .nav1Current a:visited, .nav1Current a:active, .nav1Current a:hover {
	background: url(images/nav_tellfriend_on.gif);
	}
	
/* -------------------------- */

.nav2, .nav2 a, .nav2 a:visited, .nav2Current a {
	display: block;
	width: 124px;
	height: 35px;
	background: url(images/nav_contact_off.gif);
	}

.nav2 a:hover, .nav2 a:active {
	background: url(images/nav_contact_on.gif);
	}

.nav2Current, .nav2Current a, .nav2Current a:visited, .nav2Current a:active, .nav2Current a:hover {
	background: url(images/nav_contact_on.gif);
	}
 
/* -------------------------- */
/* NAVIGATION ELEMENTS - END */


/* ------------------------------------------------------------------------ */
/* HOMEPAGE - BEGIN */ 

	
.mainTable {
	width: 780px;
	background-image: url(images/body_back2.gif);
	background-repeat: repeat-y;
	}

.body {
	padding: 10px 10px 20px 20px;
	}

.body p {
	padding: 10px 0px 0px 0px;
	}

.sideBar {
	padding: 15px 10px 20px 20px;
	}

.playList {
	width: 530px;
	border: solid 1px #7b7b7b;
	}

.playList td {
	font-size: 10px;
	color: #7b7b7b;
	}

.footer {
	background-image: url(images/footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
	}

.footerTable {
	width: 780px;
	height: 30px;
	}

.footer .left {
	font-size: 11px;
	padding-left: 10px;
	text-align: left;
	}

.footer .right {
	font-size: 11px;
	padding-right: 10px;
	text-align: right;
	}



.tellfriendForm {
	font-family: Arial;
	font-size: 11px;
	color: white;
	background-color: gray;
	text-align: right;
	padding-right: 2px;
	}

.tellfriendForm2 {
	font-family: Arial;
	font-size: 11px;
	color: white;
	background-color: #CED2D3;
	text-align: right;
	padding-right: 2px;
	}

.tellfriendBox {
	font-family: Arial;
	font-size: 11px;
	color: gray;
	background-color: #FFFFFF;
	width: 150px;
	height: 18px;
	border: 1px solid gray;
	}


/* ------------------------------------------------------------------------ */
/* CONTACT POP - BEGIN */ 

#info {
	}

#info:hover {
	background-color: #fff;
	}

a#popup:visited {
	color: #000;
	text-decoration: none;
	}

a#popup {
	color:#000;
	text-decoration: none;
	position: relative;
	font-weight: bold;
	}

a#popup span {
	display:none;
	}

a#popup:hover {
	color:#000;
	cursor:default;
	}

a#popup:hover #popbox {
	display: block;
	position: absolute;
	top: 0px;;
	left: -150px;;
	background-color: #fff;
	color: #000;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	}


#info2 {
	}

#info2:hover {
	background-color: #fff;
	}

.popup2 {
	color:#000;
	text-decoration: none;
	position: relative;
	font-weight: bold;
	}

.popup2 span {
	display:none;
	}

.popup2:hover {
	color:#000;
	cursor:default;
	}

.popbox2inactive {
	display: none;
	}

.popbox2active {
	display: block;
	position: absolute;
	top: 0px;;
	left: -150px;;
	background-color: #fff;
	color: #000;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	}