body
{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 100%;
	background-color: #5094ab;
	text-align: center;
}

#wrap
{
	margin: 0 0 10px 0;
	padding: 15px 0 0 0;
	width: 810px;
	background: #5094ab url("../images/background.jpg") repeat-x top center;
}

#container
{
	margin: 0;
	padding: 10px 0 10px 0;
	width: 780px;
	background-color: #c9e9e8;	
}
/* Layout */



/* Navigation classes */
#topNav
{
	margin: 5px 0 5px 0;
	width: 810px;
	height: 22px;
}

#topNav .navRight
{
	margin: 0 0 0 5px;
	padding: 3px 5px 3px 5px;
	float: right;
	background: #fff;
}


#topNav .navRight a,
#topNav .navRight a:active,
#topNav .navRight a:visited
{
	color: #5094ab;
	font: bold 11px Arial, san-serif;
	text-decoration: none;
}

#navigation
{
	margin: 0;
	padding: 0;
	width: 760px;
	height: 45px;
	background: url("../images/navBckg.jpg") repeat-x;
}


#revellLogo
{
	margin: 6px 0 0 15px;
	padding: 0;
	float: left;
	width: 92px;
	height: 33px;
}

#navigationContainer
{
	margin: 0;
	padding: 0;
	float: right;
	width: 650px;
	line-height: 45px;
}

#navigationContainer .categoryContainer
{
	margin: 0 15px 0 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

#navigationContainer .categoryContainer li
{
	display: inline;
	padding: 0 13px 0 0;

}

#navigationContainer .categoryContainer .category,
#navigationContainer .categoryContainer .category:active,
#navigationContainer .categoryContainer .category:visited
{
	font: bold 16px Arial, san-serif;
	color: #FFF;
	text-decoration: none;	
	letter-spacing: -0.04em;
}

#navigationContainer .categoryContainer .category:hover,
#navigationContainer .categoryContainer .categorySelected:hover
{
	font: bold 16px Arial, san-serif;
	color: #000;
	text-decoration: none;	
	letter-spacing: -0.04em;
}


#navigationContainer .categoryContainer .categorySelected,
#navigationContainer .categoryContainer .categorySelected:active,
#navigationContainer .categoryContainer .categorySelected:visited
{
	font: bold 16px Arial, san-serif;
	color: #000;
	text-decoration: none;	
	letter-spacing: -0.04em;
}
/* - Navigation classes */



/* Secondary Navigation classes */
#subNav 
{
	margin: 0;
	padding: 0;
	text-align: right;
	
}

#subNav ol
{
	margin: 0 0 10px 0;
	padding: 0;
	height: 25px;
	width: 100%;
	background: url("../images/subNavBckg.png") no-repeat;
}

#subNav ol li 
{
	margin: 0 15px 0 0;
	padding: 0;
	display: inline;
	font: bold 13px Arial, san-serif;
	line-height: 25px;
	letter-spacing: -0.02em;
}


#subNav .page,
#subNav .page:active,
#subNav .page:visited
{
	color: #fff;
	text-decoration: none;
}

#subNav .page:hover,
#subNav .pageSelected:hover
{
	color: #000;
	text-decoration: none;	
}


#subNav .pageSelected,
#subNav .pageSelected:active,
#subNav .pageSelected:visited
{
	color: #000;
	text-decoration: none;	
}
/* - Secondary Navigation classes */



/* Layout */
#header
{
	margin: 0;
	padding: 0;
	width: 760px;
	height: 268px;
	position: relative;
	background: url("../images/headerBckg.jpg") no-repeat;
}

.orderBtn
{
	margin: 0;
	padding: 0;
	position: absolute;
	left: 170px;
	bottom: 30px;
	width: 80px;
	height: 79px;
}

#content
{
	margin: 10px 0 0 0;
	padding: 0;
	width: 720px;
	#width: 760px;
	min-height: 200px;
	background-color: #e5eff2;
	border: 20px solid #5094ab;
	text-align: left;
}

#main
{
	margin: 10;
	padding: 0;
	text-align: left;
}

#homeContent
{
	margin: 0;
	padding: 0;
	width: 760px;
	height: 420px;
	position: relative;
	background: url("../images/homeBckg.jpg") no-repeat;
}

#homeContent #homeVideo
{
	margin: 0;
	padding: 0;
	width: 374px;
	height: 350px;
	position: absolute;
	left: 22px;
	bottom: 38px;
}

#homeContent #homeVideo .title
{
	margin: 0;
	padding: 0;
	width: 374px;
	height: 72px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url("../images/titleBckg.jpg") repeat-x;
}

#homeContent #homeVideo .title h1
{
	margin: 15px 0 0 0;
	padding: 0;
	font: normal 20px Times New Roman, san-serif;
	color: #000;
}

#homeContent .title p
{
	margin: 0;
	padding: 0;
	font: bold 16px Times New Roman, san-serif;
	color: #991c13;
}

#homeContent #homeVideo #video
{
	margin: 0;
	padding: 0;
	width: 320px;
	height: 240px;
	position: absolute;
	left: 25px;
	top: 72px;
	background: black;
}

#homeContent .homeBtn
{
	margin: 0;
	padding: 0;
	position: absolute;
	right: 30px;
	bottom: 85px;
	width: 80px;
	height: 79px;
	z-index: 999;
}
/* - Layout */



/* Text and Image styling */
p
{
	margin: 0 0 15px 0;
	padding: 0;
	font: normal 12px Arial, san-serif;
	color: #000;
	clear: both;
}

.bold
{
	font-weight: bold;
}

a,
a:active,
a:visited,
a img,
ul li a,
ul li a:active,
ul li a:visited
{
	font-weight: bold;
	font-family: Arial, san-serif;
	text-decoration: none;
	color: #00344f;
	border: none;
}

a:hover,
ul li a:hover
{
	color: #000;
	text-decoration: none;
}


h1
{
	margin: 0;
	padding: 0;
	font: bold 18px Arial, san-serif;
	color: #991c13;
	clear: both;
}

h2
{
	margin: 0 0 5px 0;
	padding: 0;
	font: bold italic 12px Arial, san-serif;
	color: #000;
	clear: both;
}


h3
{
	margin: 0;
	padding: 0;
	font: bold 12px Arial, san-serif;
	color: #000;
	clear: both;
}

#main ul
{
	margin: 0 0 5px 15px;
	padding: 0;
	list-style: round;
	font: normal 12px Arial, san-serif;
}

#main ul li
{
	margin: 0 0 3px 0;
	padding: 0;
}

#main ul ul
{
	margin: 0 0 5px 15px;
	padding: 0;
	list-style: circle;
}

#main ul ul li
{
	margin: 0 0 3px 0;
	padding: 0;
}

.float
{
	margin: 0 15px 15px 0;
	float: left;
}

.floatLeft
{
	margin: 0 15px 15px 0;
	float: left;
	width: 170px;
	height: 150px;
}

.floatLeft img,
.float
{
	border: 1px solid #aaa;
}

.floatRight
{
	margin: 0;
	padding: 0;
	width: 500px;
	float: left;
}

.hr
{
	margin: 0 auto 15px auto;
	line-height: 1px;
	height: 1px;
	width: 90%;
	border-bottom: 1px solid #fff;
	clear: both;
}

/* Text and Image styling */


#footer
{
	clear: both;
}


/* FCK EDITOR AREA CONTENT */
.fckEditorArea,
#fckEditorArea
{
	background-color: #e5eff2;
	background: none;
	text-align: left;
}

