@charset "utf-8";
/* CSS Document */

body{
	background-image:url(/images/background.png);
	background-repeat:repeat-x;
	background-color:#064775;
	margin:0;
	color:#ececec;
}
body, td, input, select, p{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
body, html{
	margin:0;
}
img{
	border:0;
}
h1{
	font-size:27px;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow: #022f4f 0 2px;
	margin:0 0 10px;
	filter: progid:DXImageTransform.Microsoft.dropShadow (Color=#022f4f, Direction=180, offX=0, offY=2, strenght=100, positive=true);
}
h2{
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow: #022f4f 0 1px;
	margin:0;
}
h3{
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
	text-transform:uppercase;
	margin:15px 0 10px 0;
}
p{
	margin:0;
	padding:0;
}
a:link, a:visited, a:active{
	color:#ffa900;
	text-decoration:none;
	outline:none;
}
a:hover{
	text-decoration:underline;
}
#wrapper{
	width:800px;
	margin:10px auto 0;
}
#showImage{
	background-image:url(/images/video.png);
	background-repeat:no-repeat;
	width:173px;
	height:298px;
	margin-top:150px;
	position:absolute;
}
.logo{
	float:left;
}
.infoBarTop{
	float:right;
}

/*menu*/

	#menu{
		background-image:url(/images/menuBackground.png);
		background-repeat:no-repeat;
		width:572px;
		height:42px;
		float:right;
		margin-top:5px;
	}
	#menu ul{
		margin:0;
		padding:0;
	}
	#menu li{
		list-style:none;
		text-indent:42px;
		float:left;
		padding-top:12px;
	}
	#menu a:link, #menu a:active, #menu a:visited{
		font-size:11px;
		text-transform:uppercase;
		color:#ececec;
		text-decoration:none;
	}
	#menu a:hover{
		color:#ffa900;
	}
	.menuSpacer{
		background-image:url(/images/menuSpacer.png);
		background-repeat:no-repeat;
		width:6px;
		height:35px;
		background-position:bottom right;
		font-size:0;
		float:left;
		padding:2px 0 0 42px;
	}

/*menu*/

#outerContainer{
	width:800px;
	float:left;
	margin-top:40px;
}
#rightContent{
	width:570px;
	float:right;
}
#leftContent{
	width:200px;
	float:left;
}
.catelougeBorder{
	background-image:url(/images/catelougeBorder.png);
	background-repeat:repeat-x;
	height:20px;
	background-position:center;
}
.catelougeThumb{
}
#bottom{
	background-image:url(/images/bottomBackground.png);
	background-repeat:no-repeat;
	width:800px;
	height:60px;
	float:left;
	padding:25px 0 0 0;
	margin:10px 0 10px 0;
	text-indent:20px;
}
#bottomLeft{
	float:left;
}
#bottomRight{
	float:left;
	margin:0 0 0 20px;
}
#bottom p{
	color:#606060;
	font-size:11px;
}
.caption{
	font-size:10px;
	display:block;
	margin-top:4px;
}
.submit{
	background-image:url(/images/btnSend.png);
	background-repeat:no-repeat;
	width:89px;
	height:28px;
	cursor:pointer;
	border:0;
	margin:3px 0 0 0;
}
.accept{
	background-image:url(/images/btnAccept.png);
	background-repeat:no-repeat;
	width:200px;
	height:28px;
	cursor:pointer;
	border:0;
	margin:3px 0 0 0;
}
#contactBox{
	float:left;
}
#contactInformation{
	float:left;
	margin:12px 0 0 40px;
}
#clearboth{
	clear:both;
}


/*MOVIES*/
#player {
	width:370px;
	height:246px;
	background-color:#090;
	display:block;
}



.thumbLarge{
	float:right;
	width:143px;
	height:202px;
}
.bold{
	font-weight:bold;
}
#newsletter{
	margin-top:90px;
}
.input{
	font-size:10px;
	color:#6e6e6e;
	width:200px;
	margin:2px 0 0 0;
	border:0;
	padding:3px 0 3px 0;
	text-indent:3px;
}
.trBackground{
	background-color:#0e568a;
}
.downloadTxt{
	width:263px;
	text-indent:5px;
}
.downloadSpacer{
	width:30px;
}
.btnDownload{
	width:109px;
	float:right;
	padding:3px 0;
	margin-right:2px;
}
.leftProgram{
	width:270px;
	float:left;
	margin-right:30px;
}
.leftProgram ul{
	margin:0;
	padding:0;
}
.leftProgram li{
	list-style-image:url(/images/liImage.png);
	list-style-position:inside;
}
.rightProgram{
	float:right;
	width:270px;
}