﻿/* overrides
--------------*/
*
{
	padding: 0;
	margin: 0;
}

img
{
	border: 0;
}

a:hover.img
{
	background-color: Transparent;
}

/* links & types
------------------*/
body
{
	background-color: #000;
	color: #fff;
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
}

h1, h2
{
	font-size: 15px;
	padding: 0 0 18px 0;
	color: #ffc700;
	font-weight: bold;
}

h2 span, h1 span, .logo span
{
	color: #fff9a1;
}


a.current
{
	font-weight: bold;
	color: #ffc700;
}

a
{
	color: #fff9a1;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	color: #ffc700;
}


/* layout
-----------*/

div#wrap
{
	width: 900px;
	height: 600px;
	margin: 0 auto;
	direction: ltr;
	clear: both;
	background-image: url(../images/pic1.jpg);
	background-position: left top;
}

.stage
{
	float: left;
	width: 100%;
}

.border
{
	float: left;
	width: 790px;
	margin: 70px 55px 40px 55px;
}

.topFrame, .menuFrame, .contentFrame
{
	width: 100%;
	position: relative;
	
}

.contentFrame 
{
	height: 265px;
	top: 30px;
}

.contentFrame p 
{
	padding-bottom: 18px;
}

.topFrame
{
	height: 230px;
}

.menu
{
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff9a1;
	width: 345px;
	height: 25px;
	z-index: 2;
	padding-left: 105px;
}

.menuBG
{
	width: 445px;
	height: 25px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #000;
	z-index: 0;
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}


.col1
{
	position: absolute;
	left: 0;
	top: 0;
	width: 95px;
	height: 235px;
	z-index: 5;
}

.col1BG
{
	background-color: #000;
	position: absolute;
	left: 0;
	top: 0;
	width: 95px;
	height: 235px;
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	z-index: 1;
}

.col2
{
	position: absolute;
	left: 100px;
	top: 0;
	width: 345px;
	height: 235px;
	z-index: 5;
}

.col2BG 
{
	position: absolute;
	left: 100px;
	top: 0;
	width: 345px;
	height: 235px;
	background-color: #000;
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	z-index: 1;
}

.col3
{
	position: absolute;
	left: 470px;
	top: -30px;
	width: 320px;
	height: 265px;
	display: none;
}

.footer
{
	text-align: center;
	clear: both;
	width: 900px;
	margin: 0 auto;
	direction: ltr;
}

/* menu styles 
---------------*/
.menu ul
{
	list-style-type: none;
	position: relative;
	z-index: 5;
}

.menu ul li
{
	float: left;
	display: inline-block;
	line-height: 25px;
	height: 25px;
}

.menu ul li a
{
	padding: 0 5px;
	line-height: 25px;
	font-weight: bold;
}

.menu ul li a:hover
{
	font-weight: bold;
}


/* sub menu styles */
.subMenu
{
	position: relative;
	z-index: 5;
	padding: 10px;
}

.subMenu ul
{
	list-style-type: none;
	position: relative;
	z-index: 5;
}

/* form
-----------*/
label, button, input[type="submit"]
{
	cursor: pointer;
}

label {}
input[type="text"]{}

/* misc
-----------*/


.logoContainer 
{
	font-size: 24px;
}

.logoContainer a:hover
{
	color: #fff9a1;
}

.logo
{
	color: #ffc700;
	line-height: 30px;
}

.slogan
{
	font-size: 16px;
	color: #fff9a1;
}

.slogan span
{
	color: #ffc700;
}

.contentItem
{
	padding: 10px;
	position: relative;
	z-index: 5;
}

/* scrollers
-------------*/
.vmContainer 
{
	position:relative;
	width: 75px;
	float: left;
	z-index: 5;
} 

.vmRollContainer
{
	position:relative;
	height: 220px;
	width: 75px;
	overflow:hidden;
	 
}

.vmNavContainer 
{
	margin-left: 2px;
	position:relative;
	float: left;
	z-index: 5; 
}

.itemContainer 
{
	position:relative;
	width: 325px;
	float: left;
	z-index: 5;
} 

.itemRollContainer
{
	position:relative;
	height: 220px;
	width: 325px;
	overflow:hidden;
	 
}

.itemNavContainer 
{
	margin-left: 2px;
	position:relative;
	float: left;
	z-index: 5; 
}

