/* html */
a:focus { -moz-outline-style: none; } /*fix dotted line thing when link is clicked, firefox*/

body {
	text-align: center;
	background: #666666;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

img, ul, li, form {
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style-type: none;
	
}
li.main {
	background: #333333;
}

/* IDs */

#mainWrapper {
	width: 750px;
	margin: 0px auto 0px auto;
	text-align: left;
	background: #a7a7a7;
	min-height: 850px;
}
#logo {
	background: black;
}

#login {
	background: #333333;
	width: 270px;
	height: 149px;
}
#loginForm {
	display: none;
}
#topContent {
	width: 750px;
	height: 290px;
	background: #666666;
	overflow: hidden;
}
#bottomContent {
	background: #333333;
}
#navigation {
	width: 234px;
	height: 290px;
	background: url(../images/previewBG.gif);
}
#navigation #menu,
#navigation ul li.sub {
	background: #6e6e64;
}
#navigation ul#subFX li.sub {
	background: #000000;
}
#navigation ul li.main a {
	display: block;
	width: 234px;
	height: 34px;
	/*margin-bottom: -3px;*/
}
#navigation ul li.sub a {
	display: block;
	height: 15px;
	/*margin-bottom: -3px;*/
}
#navigation ul#subFX li.sub a {
	display: block;
	height: 29px;
	border-top: 2px solid #000000;
}

#menu {
	position: absolute; 
	top: 0px; 
	z-index: 3;
}

#preview {
	width: 128px;
	height: 116px;
	position: absolute; 
	top: 174px; 
	left: 106px; 
	z-index: 1;
}
#stage {
	width: 516px;
	height: 290px;
	background: #000000;
}
#box1 {
	height: 411px;
	width: 327px;
	background: url(../images/box1BG.gif);
}
#box2 {
	/*height: 411px;
	width: 423px;*/
	background: #333333;
}

/* classes */

.red {
	border: 1px solid red;
	color: red;
}
.yellow {
	border: 1px solid yellow;
	color: yellow;
}
.floatWrapper {
	height: 100%;
	overflow: auto;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

.lastSubNav {
	margin-bottom: 2px;
}
.lastSubNavFX {
	border-bottom: 2px solid #000000;
}
.title1 {
	position: absolute; 
	top: 370px; 
	left: 270px; 
	z-index: 100;
	display: none;
}
.title2 {
	position: absolute; 
	top: 439px; 
	left: 370px; 
	z-index: 2;
	display: none;
}

.displayNone {
	display: none;
}
.displayBlock {
	display: block;
}
.link {
	cursor: pointer;
}
.transparencyBG {
	background-color: #a7a7a7;
	filter: alpha(opacity=10);
	-moz-opacity: 0.10;
  	opacity: 0.10;
}
.clickedtransparencyBG {
	background-color: #a7a7a7;
	filter: alpha(opacity=20);
	-moz-opacity: 0.20;
  	opacity: 0.20;
}
.box1Link {
	position: relative; 
	height: 47px;
}
.box1Linkeditors {
	height: 61px;
}
.box1Linksound {
	height: 34px;
}
.box1Linksound #content {
	margin-left: 22px;
}
.box1Link .link {
	cursor: pointer;
	z-index: 100; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%;
}
.box1Link .content {
	margin-top: 6px; 
	margin-bottom: 6px; 
	z-index: 90; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 35px;
	overflow: hidden;
}
.box1Linkeditors .content {
	height: 51px;
}
.box1Linksound .content {
	height: 23px;
}
.box1Link .bg {
	z-index: 80; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%;
}
