/* @override http://test.fuse4.com/revolution/css/revcss.css */

/* @override http://test.fuse4.com/falcon/css/screen.css */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: "Trebuchet MS";
	float: none;
	background: #fff url(../images/jpgs/newbackground.jpg) no-repeat center 0;
}

/* @group backgrounds */
div.background{
	float: none;
	display: block;
	width: 850px;
	margin: 0 auto;
	overflow: hidden;
}

/* @end */

.oneColElsCtr #container {
	width: 800px;
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColElsCtr #mainContent {
	margin-top: 200px;
	padding-top: 75px;
	width: 600px;
	float: left;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/* @group nav */
div.nav{
	margin-top: 265px;
	float: left;
	width: 200px;
	height: 500px;
	display: block;
}

ul.nav{
	float: left;
	width: 120px;
	list-style-type: none;
	height: 340px;
}
ul.nav li{
	float: left;
	margin-top: 5px;
	/*clear: both;*/
	width: 120px;
	/*height: 20px;*/
	list-style-image: url(../images/orginals/cross.png);
}
ul.nav li a {
	clear: right;
	width: 120px;
	/*height: 20px;*/
	font-size: 12px;
	list-style-type: none;
}
/* @end */

/* @group ul sections */

ul.sections {
	height: 47px;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	float: none;
	margin-top: 70px;
}

ul.sections li{
	float: left;
	height: 47px;
	width: 190px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
/* @end */

/* @group main section */

h1{
	color: #333;
	font-size: 14px;
	line-height: 22px;
}

p{
	color: #333;
	font-size: 12px;
	line-height: 18px;
	list-style-position: outside;
	text-align: left;
}
p2{
	color: rgba(255,255,255,0.5);
	font-size: 12px;
	line-height: 12px;
}

/* @group index page */

div.details{
	display: block;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	float: none;
}


div.details div.text{
	margin: 0;
	padding: 0;
	width: 400px;
	display: block;
	float: left;
}

div.details div.flash{
	margin: 0;
	padding: 0;
	width: 380px;
	display: block;
	float: right;
	margin-top: 25px;
}

/* @end */
/* @end */

/* @group a links */

a.moodalbox, div.footage-rhs a{
	color: white;
	text-decoration: none;
	padding: 3px;
}

a:link {
	color: #333;
	text-decoration: none;
	font-size: 12px;
	padding: 3px;
	font-weight: normal;
	font-style: normal;
}
a:visited {
	color: #333;
	text-decoration: none;
	padding: 3px;
	font-size: 12px;
}
a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #fb000d;
	padding: 3px;
	font-size: 12px;
}
a:active {
	color: #333;
	text-decoration: none;
	padding: 3px;
	font-size: 12px;
}

/* @end */