/*
Welcome to DANCE SOUNDS DISCO website.
Design by www.precious-group.co.uk
*/

body {
	background-color:#000000;
	font-family:"Trebuchet MS", sans-serif;
	}

body,td,th {
	color: #FFFFFF;
}

.style2 {color: #47afdc}

#container {
	width:900px;
	margin:0 auto;
	}
	
#header{
	width:100%;
	}
	
#navigation {
	width:100%;
	height:20px;
	text-align:right;
	background-color:#333333;
	margin-top: 7px
	}
	
#footer {
	width:100%;
	text-align:right;
	background-color:#333333;
	text-align:center;
	clear: both;
	}
	
.footer_text {
	font-size:10px;

	}

.footer_text a{
	color:#000000;
	text-decoration:none;
	}
	
.footer_text a:hover {
	color:#CC6600;
	}
	
.navicons{
	margin: 2px 5px 2px 0;
	vertical-align:middle;
	}
	
.navicons:hover {
	border-bottom:1px #ffffff dashed;
	}

h1 {
	margin: 10px 0 0 10px;
	font-size:36px;
	color:#CC6600;
	}

h2 {
	margin: 0 0 10px 25px;
	font-size:24px;
	color:#FFFFFF;
	}
	
.navigation_header {
	font-size:18px;
	color:#CC6600;
	margin:0px;
	}
	
#vertinav {
	width: 200px;
	float:left;
	}

#content {
	width:680px;
	float:right;
	}
	
p {
	color:#FFFFFF;
	font-size:15px;
	margin: 0 5px 20px 5px;
	text-align: justify;
	}
	
a {
	color:#FFFFFF;
	text-decoration:underline;
	}
	
a:hover {
	color:#CC6600;
	text-decoration:none;
	}
	
	

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 200px;
	/*border: 1px solid #9A9A9A;*/
	border-bottom-width: 0;
}

.glossymenu li a{
	background: white url(/media/menu_back.gif) repeat-x bottom left;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
	outline: none;
}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 190px;
}

.glossymenu li a:visited, .glossymenu li a:active{
	color: white;
}

.glossymenu li a:hover{
	background-image: url(/media/menu_back2.gif);
}



.glossymenu2{
	list-style-type: none;
	margin: 1px 0; /* Top margin */
	padding: 0;
	width: 200px;
	/*border: 1px solid #9A9A9A;*/
	border-bottom-width: 0;
}

.glossymenu2 li a{
	background: white url(/media/menu_back_sub.gif) repeat-x bottom left;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 30px;
	text-decoration: none;
	outline: none;
}

* html .glossymenu2 li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 170px;
}

.glossymenu2 li a:visited, .glossymenu2 li a:active{
	color: white;
}

.glossymenu2 li a:hover{
	background-image: url(/media/menu_back_sub2.gif);
}







/*  FAQ Stuff JQuery Stuff */
.faqsection {
	margin: 10px 0;
}

div.faq {
	margin: 10px 0 0 10px;
}

div.faq .question {
	color: #2763A5;
	cursor:  pointer;
	padding-left: 10px;
}

div.faq .question.active {
}

div.faq .answer  {
	margin-left: 10px;	
}

div.faq ul,
div.faq ol {
	margin: 0 0 10px 20px;
}


a.info{
    position:relative; /*this is the key*/
    z-index:24;
	background-color:#fff;
    color:#000;
    text-decoration:none;
	}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-15em; left:10em; width:70em;
    border:1px solid #840000;
    background-color:#202020; color:#e0e0e0;
    text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 5px 5px 5px;
	
	}
	
#pup {
  position:absolute;
  z-index:200; /* aaaalways on top*/
  padding: 0px;
  margin-left: 10px;
  margin-top: -50px;
  /*width: auto;*/
  border: 1px solid black;
  /*background-color: #777;*/
  color: white;
  font-size: 0.95em;
}


.mystri {
	text-decoration: line-through;
	color:#666;
	}