body { 
	margin:0 auto 0 auto; 
	color:#666699; 
	font-family: "Times New Roman", Times, serif; 
	font-size:13px; 
	background-color:#FCFAF4; 
}

/* -------------- STRUCTURE -------------- */

.page { 
	margin:0 auto 0 auto; 
	width:1000px;
	height: 640px;
	background-image:url(../images/bg.gif);
}

#menu {
	position: relative;
	width: 600px;
	height: 24px;
	top: 25px;
	left: 340px;
	padding-left: 24px;
	background-image:url(../images/bg_nav.png);
	background-position: left;
	background-repeat: no-repeat;
	font-size: 14px;
	z-index: 20;
}

#music {
	z-index: 1;
	position: relative;
	width: 350px;
	top: 18px;
	left: 386px;
	padding-top: 5px;
    padding-bottom: 3px;
	background:url(../images/bg_music2.png) top no-repeat;
}

#chrome {
	margin-top: 63px;	
	float: right;
	padding-right: 4px;
}

/* -------------- MENU -------------- */

#menu ul {
	position: relative;
	top: 3px;
	height: 20px;
	width: 560px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: left;
	z-index: 20;
}

#menu li {
	float: left;
	z-index: 20;
	vertical-align: top;
}

#menu ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #87612A;
	letter-spacing: 2px;
	padding: 1px 3px;
	z-index: 20;
	vertical-align: middle;
	border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#menu ul li a:hover { 
	text-decoration: none;
	background-color: #87612A;
	color: white;
} 

#menu a:focus {
	-moz-outline-style: none;
    outline: 0;
}

img.dot {
	padding: 0px 6px 0px 7px;	
}

ul#subMenu {
	margin: 0;
	padding: 0;
	width:400px;
	position: absolute;
	left: 90px;
	visibility: hidden;
	top: 16px;
	padding-top: 16px;
	z-index: 20;
	width: 200px;
	font-size: 90%;
}

ul#subMenu li {
	float: left;
	z-index: 20;
	width: 200px;
	padding-bottom: 10px;
}

ul#subMenu li a {
	background-color: #D4C264;
	padding: 1px 4px;
	color: #fff;
	z-index: 20;	
}

ul#subMenu li a:hover {
	background-color: #87612A;
}

#loading { 
	clear:both;
        width, height: 30px;
	display:none; 
        text-align:center;
}

/* -------------- CONTENT -------------- */

#outcontent {
	position: relative;
	width: 740px;
	height: 560px;	
	top: 42px;
	left: 210px;
}

.content { 
	width: 740px;
	height: 500px;
	background-image:url(../images/bg_main.png);	
}

#cAbout, #cEvents, #cContact, #cPress, #cLinks, #cStores {
	width: 360px;
	margin:auto;
	padding: 45px 40px 0px 40px;
}

#cAbout {
	padding: 80px 40px 0px 40px;
}

.content p {
	letter-spacing: 1px;
}

#chrome a, .content a {
	height: 24px;
	vertical-align: top;
	color:#009999;
	text-decoration: none;
	padding: 0px 2px;
}

#chrome a:hover, .content a:hover {
	background-color: #D4C264;
	color: white;
	border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.content h3 {
	font-size: 110%;
	font-weight: normal;
	color: #006699;
	letter-spacing: 3px;
	padding-top: 10px;
}

.content li {
	margin-bottom: 16px;	
}

.content ul {
	margin-top: 16px;
}

#popupImage {
	display: none;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 160px;
	top: 0px;
	margin-top: 70px;
	overflow: visible;
	left: 0px;
	z-index: 2000;
	cursor: pointer;
	background-image:url(../images/wait.gif);
	background-repeat: no-repeat;
	background-position: center bottom ;
}

#popupImage img {
	border-radius: 2px;
	padding: 0px 2px;
	border: 4px solid #FCFAF4;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;	
}

#popupImage .imgClose {
	background-color: #D4C264;
	color: white;
	font-weight: bold;
	padding: 1px 8px;
	font-size: 120%;
	border-radius: 2px;
	padding: 0px 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

/* -------------- COLLECTION -------------- */


#cCollection, #cCollection2 {
    width: 548px;
    padding-top: 20px;
    margin: 0 auto;
}

#collectionYear {
	letter-spacing: 2px;
}

/* -------------- PLAYER -------------- */

#player {
	text-align: right;
}

#nelius {
	color: #CCC264;
	height: 24px;
	padding-left: 22px;
	vertical-align: top;
	float: left;
	word-spacing: 2px;
	letter-spacing: 1px;
}

#nelius a {
	height: 24px;
	vertical-align: top;
        color:#009999;
			border-radius: 2px;
			padding: 0px 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;

	text-decoration: none;
}

#nelius a:hover {
	background-color: #87612A;
	color: white;
}