/*******************************************************************************
   Page Setup
*******************************************************************************/

* {
	margin: 0;
	padding: 0;
   	}

body {
   	background-color: #FFFFFF;
   	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5BA4D3;
   	}

#page {
   	width: 750px;
	height: 433px;
   	margin: 0 auto;
   	background: url(../../images/home_bkgrd.jpg) top center no-repeat #FFFFFF;
	text-align: left;
   	}
	
/*******************************************************************************
   New updates
*******************************************************************************/	
#wrapper {
   	width: 940px;
	
   	margin: 0 auto;
   	}

#pageFlash {
   	width: 860px;
	height: 745px;
   	margin: 0 auto;
   	}

	
#page2 {
 
   	margin: 0 auto;
	text-align: left;
   	}
	
		
#header {
   	margin: 0 auto;
	text-align: left; 
	width:940px;
	display:bock;
   	}
	
#pageContentHistory {
   	margin: 20px auto;
	text-align: left;
	display:block;
   	}	
	
div#sidebar {
	margin: 20px 0 30px 0;
	padding-right: 25px;
	width: 330px;
	float: left;
}

#pageContent {
	margin: 20px 0 30px 0;
	width: 545px;
	text-align: left;
	float: left;
}

#fullContent {
	margin: 20px 0 30px 0;
	width: 900px;
	text-align: left;
}		
	
	
#menu {
padding:45px 10px 0 0;
/*width: 740px;*/
display:block;
}	


#navlist {
margin: 0 0 0 auto;
padding: 0 0 15px 10px; 
width:750px;

}

#navlist ul, #navlist li {
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited {
float: left;
line-height: 12px;
font-weight: bold;
margin: 0 0px 16px 16px;
text-decoration: none;
color: #999;
}



#navlist a:hover, #navlist a:active { color: #0397d6; }



#order,
#watch,
#find {
	height: 112px;
	width: 112px;
	}
	
#order {
	padding-top: 75px;
	margin-left: 530px;
	}

#watch {
	margin-top: 10px;
	margin-left: 543px;
	}
	
#find {
	margin-top: 2px;
	margin-left: 493px;
	}
	
#dragonsden {
	position: absolute;
	height: 132px;
	width: 132px;
	top: 299px;
	left: inherit;
	margin-left: 58px;
	}
	
/*******************************************************************************
	Content
*******************************************************************************/
div#pageContent img,
div#fullContent img {
	margin-bottom: 15px;
	border: none;
}

div#pageContent h1,
div#fullContent h1 {
	margin-bottom: 15px;
	color: #0397d6;
	font-size: 24px;
	text-transform: uppercase;
}

div#pageContent h2,
div#fullContent h2 {
	margin: 30px 0 15px 0;
	color: #0397d6;
	font-size: 14px;
	text-transform: uppercase;
}

div#pageContent a {
	color: #0397d6;
}

div#pageContent p,
div#fullContent p {
	margin-bottom: 15px;
	color: #000;
	font-size: 12px;
	line-height: 20px;
}

div#pageContent table,
div#fullContent table {
	margin-bottom: 15px;
	width: 100%;
	color: #000;
	font-size: 12px;
	line-height: 20px;
}

div#pageContent ul,
div#fullContent ul {
	margin: 0 0 15px 40px;
	color: #000;
	font-size: 12px;
	line-height: 20px;
}

div#pageContent ol,
div#fullContent ol {
	margin: 0 0 15px 40px;
	color: #000;
	font-size: 12px;
	line-height: 20px;
}

div#pageContent li,
div#fullContent li {
	margin-bottom: 15px;
}

div#pageContent hr,
div#fullContent hr {
	margin: 5px 0 15px 0;
	width: 100%;
	height: 1px;
	background: #0397d6;
	color: #0397d6;
	border: 0;
}

/*******************************************************************************
	Media Table
*******************************************************************************/

table.media_table {
	width: 450px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #5BA4D3;
	margin-top: 15px;
	}

table.media_table td.media_pic {
	width: 54px;
	padding-bottom: 10px;
	}
	
table.media_table td.media_content {
	padding-bottom: 10px;
	}
	
table.media_table a {
	font-weight: bold;
	text-decoration: none;
	}
	
/*******************************************************************************
	Footer
*******************************************************************************/
div#footer a {
	color: #5BA4D3;
	}
	
div#footer a.admin_link {
	text-decoration: none;
	}
	
div#copyright {
	float: left;
	}
	
div#curious {
	float: right;
	margin-top: 10px;
	}


#footer {
	width: 900px;
	margin: 50px auto 50px auto;
	display: block;
	clear:both;
	
	}
	
.bodyText1 {
	color: #000000;
	line-height:24px;
	display:block;
	text-transform: uppercase;
	font-size:10px;
}

.menuActive {
color:#0397d6;
}

.bottomlinks {
font-size:10px;
color:#333333;
text-transform: uppercase;
}


#copyrights {
float:left;
font-size:10px;
color:#333333;
}

.logo {
float: left;
clear: both;
display: block;
}

.watermark {
float: right;
}

#floating_link {
	position: fixed;
	right: 0;
	top: 25%;
	display: block;
	width: 50px;
	height: 140px;
	text-indent: -10000px;
	background-image: url(../../images/playlist.gif);
	overflow: hidden;
	border: 1px solid white;
}

/*******************************************************************************
	Center Element
*******************************************************************************/
div.center {
	text-align: center;
}

/*******************************************************************************
	Cleaner
*******************************************************************************/
div.cleaner {
	clear: both;
	line-height: 0;
	font-size: 1px;
	height: 0;
	}




/*******************************************************************************
	Nov 2010 - Edits
*******************************************************************************/
div#musicplayerhome {
	padding: 5px 100px 0 0;
	background-image: url(../../images/musicplayer_bkgrd.jpg);
	background-repeat: no-repeat;
	height:61px;
	width:330px;
	float:right;
	
}

div#musicplayer {
	padding: 5px 100px 0 0;
	background-image: url(../../images/musicplayer_bkgrd.jpg);
	background-repeat: no-repeat;
	height:61px;
	width:330px;
	float:right;

}

div#top10flash {
   	width: 327px;
	height: 497px;
	float: right;
   	}
            

.highlight {
	color: #000;
	background-color: #f05b93;
}

div#mediabox {
	margin: 0 auto 0 auto; 
	width: 500px; 
	text-align: left; 
	padding-left: 100px;
	clear:both;
}


.top10Links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5BA4D3;
	text-decoration:underline;
	font-weight: bold;
	padding: 0 7px 0 10px;
	font-style: italic;
	}
	
.wholesaleLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5BA4D3;
	text-decoration:underline;
	font-weight: bold;
	}
	
	
/******************************************************************************
Homepage Events
*/

#Events {
	width: 575px;
	text-align:left;
	padding-left:50px;
	background-image: url(/images/news03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
   	}
	
#Events a{
	color: #3597e0;
   	}

#Events a:hover{
	color: #0b548a;
   	}
	
.EventsDate {
	color:#fa73a3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.EventsTitle {
	color:#0397d6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.EventsTitleCity {
	color:#1a3d7d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.EventsTexte {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.EventsIcon {
background-image: url(/images/pinkicon.gif);
	background-repeat: no-repeat;

}

