@charset "UTF-8";
/* CSS Document */


@import url("flowplayer.css");
@import url('overlay.css');


/*********************
    LAYOUT
*********************/
body
{
	margin: 0;
	background: url(../images/screen_background.gif) top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #FFFFFF;
	overflow:hidden;
}
#pageArea
{
	background: url(../images/page_background.png) no-repeat top left;
	width: 100%;
	height: 600px;
	margin-top:47px;
	overflow:hidden;
	
	position: absolute;
	bottom: 0;
}
#contentArea
{
	margin: 0 auto;
	width: 980px;
	height: 565px;
}
#menuArea
{
	margin: 0 auto;
	width: 100%;
	height: 35px;
	background: url(../images/footer_background_menu_left.jpg) repeat-x #fff;
	padding: 0;
	overflow:hidden;
}
#menuRight
{
	position:absolute;
	background: #333;
	margin: 0 725px;
	width: 700px;
	height: 26px;
	padding: 9px 0 0 0;
	overflow:hidden;
}
#menu
{
	margin: 0 auto;
	background: #CCCCCC;
	width: 980px;
	height: 35px;
	background: url(../images/footer_background_menu.jpg) no-repeat #333;
}	
#contentHeader
{
	width: 980px;
	height: 110px;
}
#content
{
	width: 980px;
	height: 455px;
	background:url(../images/content_background.png) no-repeat;
}
#contentSpace
{
	padding: 50px 50px 0 50px;
	width: 655px;
	height: 390px;
}


/*********************
    MENU
*********************/
#menu ul
{
	margin: 0 0 0 50px;
	padding: 0;
	list-style: none;
	
}
#menu ul li
{
	float: left;
	margin: 0 29px 0 0;
	padding: 0;
}
#contentMenu
{
	position:relative;
	margin: 0 100%;
	background: #ccc;
	width: 150px
}
.contentMenuHeader
{
	color: #000000;
	font-size: 12px;
	text-transform: uppercase;
}
.contentMenuHeader a
{
	text-decoration:none;
}
.contentMenuItems
{
	color: #000000;
	font-size: 10px;
	text-transform: uppercase;
}
.contentMenuItems a
{
	color: #000;
	text-decoration:none;
}
	


/*********************
    CONTENT AREA
*********************/
.rowLayoutOne 
{
	margin: 0 0 10px 0;
	width: 515px;
	height: 115px;
}
.rowLayoutTwo
{
	margin: 10px 0 10px 0;
	width: 515px;
	height: 115px;
}
.rowLayoutThree
{
	margin: 10px 0 0 0;
	width: 515px;
	height: 115px;
}
.productBannerLink div
{
	background: #FFFFFF;
	width: 515px;
}


/*********************
    TEXT
*********************/
h1
{
	font-size:13px;
	line-height:19px;
	color:#bbb;
	text-transform:uppercase;
	padding: 0;
	margin: 10px 0 10px 0;
}
h2
{
	font-size:13px;
	line-height:17px;
	padding: 0;
	margin: 10px 0 10px 0;
}
h3
{
	font-size:12px;
	line-height:17px;
	padding: 0;
	margin: 10px 0 10px 0;
}
a
{
	color:#bbb;
	text-decoration:none;
}
a:Hover
{
	color:#fff;
}
p
{
	margin: 5px 0 5px 0;
}
.topOfPage
{
	margin-top: 0px;
}
.marginLeft
{
	margin-left: 10px;
}

/*********************
    PAGES
*********************/
.pageImperial
{
	background:url(../images/content_background_imperial.png) no-repeat!important;
}
.pageImperialContent
{
	margin: 105px 0 0 240px;
	color:#000000;
	padding-top: 50px;
}
.pageBritt
{
	background:url(../images/content_background_britt.png) no-repeat!important;
}
.pageBrittContent
{
	margin: 0 0 0 240px;
	color:#ffffff;
	width: 300px;
}


/*********************
    MEDIA PLAYER
*********************/
.media_player
{
	width: 451px;
	height: 335px;
	display: block;
	border: 0 none;
	margin: 0 auto;
}
.media_player img
{
	border: 0 none;
}
.playLink
{
	cursor:pointer;
}

	