/*BACKGROUND - PANEL - WATERMARK*/
html, body {
		margin:0; 
		padding:0;
		}
body {
	background:#0a0a0a; /*Change Background Color Here */
	font:15px Palatino Linotype, Georgia, serif; color:#BBB295; /*Change Overall Font Properties Here */
	}
/*LOGO AND DESIGN*/		
#window-case {width:540px; padding:20px;}
a {
color:#ccc; /* Change Content Link Color Here */
text-decoration:none;
}
a:hover {
		color:#fff; /*Change Content Link Hover Color Here */
		text-decoration:none;
		}

/*CONTENT FOOTER*/	

h1,h2,h3,h4,h5 {font-weight:bold; color:#ccc; font-style:italic;}
h1 {font-size:31px;}
h2 {font-size:20px;}
h3 {font-size:17px;}
h4 {font-size:1em;}
h5 {font-size:.85em;} 
h1 {margin-bottom:0;}
/* IMAGES */
.left {
	margin-right:1em; 
	float:left;
	}
.right {
	margin-left:1.5em; 
	margin-bottom:1em; 
	float:right;
	}
.left, .right {clear:both;}
img {border:none;}
.case {margin:7px 0 13px 0;}
.caption {text-align:center; margin:-30px 0 40px 0; font-weight:bold;}
.glowLeft {text-align:center; width:270px; background:url('../images/design/glowmiddle.jpg') repeat-y; margin:0px 10px 30px 0px; position:relative; left:-10px; top:-5px;}
/*#text .glowLeft p {background:url('../images/design/glowtop.jpg') no-repeat top; padding-top:12px; padding-bottom:0; margin:0;}
#text .glowLeft b {background:url('../images/design/glowbottom.jpg') no-repeat bottom; padding:0 10px 7px 10px; margin:0;}*/
.glowLeft img {margin:0;}
.glowRight {text-align:center; width:270px; background:url('../images/design/glowmiddle.jpg') repeat-y; float:right; margin:-6px 10px 10px 0px; position:relative; left:-10px;}
/*#text .glowLeft p {background:url('../images/design/glowtop.jpg') no-repeat top; padding-top:12px; padding-bottom:0; margin:0;}
#text .glowLeft b {background:url('../images/design/glowbottom.jpg') no-repeat bottom; padding:0 10px 7px 10px; margin:0;}*/
.glowRight img {margin:0;}


/*DROP SHADOWS*/
.shadowRight {
  float:right;
  background: url('../images/design/drop-shadow.png') no-repeat bottom right !important;
  background: url('../images/design/drop-shadow.gif') no-repeat bottom right;
  margin: 24px 0 10px 50px;
  }
.shadowRight img {
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
.shadowLeft {
  float:left;
  background: url('../images/design/drop-shadow.png') no-repeat bottom right !important;
  background: url('../images/design/drop-shadow.gif') no-repeat bottom right;
  margin: 10px 20px 10px 0;
  }
.shadowLeft img {
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
  
/*MISC */
.nobull {
		list-style:none; 
		margin:0; 
		padding:0;
		}
#validation {
			position:absolute; 
			bottom:-15px; 
			right:344px; 
			font-size:.75em;
			}
#validation a {text-decoration:none;}
#validation a:hover {text-decoration:underline;}
span.nonie {display:inline;}
.clear {clear:both;}

#videoplayer {
	position:fixed;
	width:0px;
	height:0px;
	z-index:555;
	right:0;
	bottom:30px;
	visibility:hidden;
}