@charset "utf-8";
body {
	font: 1em/1.5em Georgia, "Times New Roman", Times, serif;
	background: #494949 url(../images/background.jpg) repeat-x left top;
	color: #CCCCCC;
}
ul { list-style: none; }




p { color: #CCCCCC; 
}
a {
	color: #CCCCCC;
	text-decoration: underline;
}

blockquote {
	font: italic bold 1em/1.3em Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}


h1 {
	font: italic normal 1.5em/normal Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	text-decoration: none;
}

h2 {
	font: 1em Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
}
h3 {
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

h4 a {
	text-decoration: underline;
	color: #09F;
}




#wrapper {
	height: 100%;
	width: 965px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 925px;
	padding: 0px 20px 5px;
	background: #000000;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px none #999999;
	border-left: 1px solid #999999;
	position: relative;
	height: 210px;
}
#diamond {
	background: url(../images/rotating-diamond.gif) no-repeat left top;
	height: 75px;
	width: 120px;
	position: absolute;
	left: 520px;
	top: 35px;
}
#diamondclub {
	width: 100%;
	background: url(../images/diamond-club-bg.jpg) no-repeat 450px 70px;
	height: 100%;
}

#info {
	width: 250px;
	position: absolute;
	left: 674px;
	top: 11px;
	height: 250px;
}

#payment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	padding: 5px;
	background-color: #F90;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#top-nav {
	height: 100%;
	width: 965px;
	border-top: 1px none #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px none #999999;
	border-left: 1px solid #999999;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
	background: #000000;
}




#content
{
	height: 100%;
	width: 915px;
	border: 1px solid #999999;
	padding: 15px 25px;
	text-decoration: none;
	background: #000000;
	list-style: url(none);
}



#float-left { float: left; }

#footer
{
	height: 100%;
	width: 925px;
	padding: 20px;
	border-top: 1px none #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	background: #000000;
}

#navlist {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#navlist ul {
	padding: 0px;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#navlist ul li {
	list-style: url(none) none;
	display: inline;
	text-decoration: none;
}

#navlist ul li a {
	text-decoration: none;
	padding: .7em;
	font: 1em Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

#navlist ul li a:hover {
	color: #999999;
	text-decoration: underline;
}


#copyright {
	font: .8em Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
/*begin gallery css*/
#container
	{ text-align:center; 
	}
.clearfix:after 
  {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .clearfix {display: inline-block;}  /* for IE/Mac */
	.jmorph
	{
	width:640px;
	margin:auto;
	}

	.jmorph .imageContainer
	{
		display:table;
	}
  
  .jmorph .image
  {
	padding:10px;
	display:table-cell;
  }
  
  .jmorph .image .currentImg,.jmorph .image .nextImg
  {
  	background-repeat:no-repeat;
  	background-position:center; 
  	position:relative;
  }
  
  .jmorph .image .nextImg
  {
  	top:0; 
  	left:0; 
  	position:absolute;	
  	
  }
  
  .jmorph div a.previous,.jmorph div a.next
  { 
  	padding:0.5em;
  	margin:1em;
  	float:left;
  }

  .jmorph .image a.previous,.jmorph .image a.next
  {
  	font-size:1.5em;
  }
  
  .jmorph ul.band
  {
	padding:5px;
	list-style:none;
	background:#666666;
	width:5000px;
	margin-left:0px;
  }
  
  .bandContainer
  {
	width:300px;
	overflow:hidden;
	float:left;
	text-align:left;
	background: #000000;
  }
  
  .jmorph ul.band li
  {
	display:inline;
	margin:5px;
	padding:5px;
	color: #000000;
  }
  .jmorph ul.band li.selected
  { 
  }
/*end gallery css*/

