body {
	margin: 0;
	padding: 0;
	background-image:url(images/body_bg.jpg);
	background-position: top center;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}

.clear {
	clear: both;
}
.greyLine {
	height: 1px;
	border-bottom: 1px solid #ccc;
}

.Wrapper {
	width: 966px;
	margin: 10px auto;
}
.leftArea {
	width: 572px;
	float: left;
}
.rightArea {
	width: 381px;
	float: right;
}


.Logo {
	height: 55px;
	padding-top: 11px;
	float: left;
}
.subLogo {
	width: 200px;
	float: right;
	padding-top: 20px;
}



/* Header */

#header {
	width: 980px;
	margin: 0 auto;
	height: 92px;
	background-image: none;
	background-position: bottom left;
	background-repeat: repeat-x;
}



/* Footer */


.footer {
	width: 992px;
	margin: 8px auto;
	border-top: 1px solid #ccc;
	text-align: center;
	padding: 10px 0;
}
.footer .links {
	margin: 5px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.footer .links a, .footer .links a:visited {
	text-decoration: none;
	color: #666;
	padding: 0 8px;
}
.footer .links a:hover {
	text-decoration: underline;
	color: #f00;
}
.footer .copyright {
	margin: 10px auto;
	font-size: 10px;
}

/* Banner */

#banner {
	margin-top: 20px;
	margin-bottom: 30px;
}

#slider {
	position: relative;
	width: 540px;
	margin: 0 auto;
}

#slider .viewer {
	width: 540px;
	height: 300px;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 8px;
}

#slider .viewer .reel {
	display: none;
	height: 375px;
}

#slider .viewer .reel .slide {
	position: relative;
	width: 940px;
	height: 300px;
}
.modalBackground {
		background-color:#000;
		filter:alpha(opacity=30);
		opacity:0.3; 
		       
	}
#nav, 
#nav ul {
	padding:0; 
	margin:0; 
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background:url(transparent.gif); 
	position:relative; 
	z-index:100;
}
#nav {
	height:22px; 
	width:960px; 
	padding:0; 
	margin-top: 0px;
	margin-left: 12px;
}

#nav table {
	border-collapse:collapse;
}
#nav li {
	float:left;
}
#nav li li {
	float:none;
}
/* a hack for IE5.x and IE6 */
#nav li a li {
	float:left;
}

#nav li a {
	display:block; 
	float:left; 
	color:#fff;
	height:25px; 
	padding: 0 14px; 
	line-height:25px; 
	text-decoration:none; 
	white-space:nowrap; 
	font-weight:bold;
	text-align: center;
	border-bottom: 1px solid #000;
}
#nav li li a {
	height:22px; 
	line-height:22px; 
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #e6e6e6;
	font-size: 11px;
	font-size: 10px;
	color: #000;
	text-align: left;
	padding-left: 8px;
	width: 120px;
	display: block;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
#nav li li li a {
	width: 100px;
}

#nav li:hover {
	position:relative; 
	z-index:100;
}
#nav a:hover {
	position:relative; 
	z-index:100; 
	background:#e6e6e6; 
	color:#000;
	border-bottom: 1px solid #fff;
}
#nav li:hover > a {
	background:#e6e6e6; 
	color:#000;
	border-bottom: 1px solid #fff;
}

#nav :hover  ul {
	left:0; 
	top:26px; 
	z-index:300;
	text-align: left;
}
#nav a:hover ul {left:-1px;}

#nav ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px;
}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {
	left:0; 
	margin-left:100%; 
	top:0;
}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover li:hover > a {
	width: 117px;
	background:#000;
	color:#fff;
	border-left: 3px solid #f00;
}

#nav li a:hover ul li a:hover {background:#000;}

/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:0;}

/* keep further levels hidden */
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px;
}
#nav li a {
	display:block;
	float:left;
	color:#000;
	height:25px;
	padding: 0 14px;
	line-height:25px;
	text-decoration:none;
	white-space:nowrap;
	font-weight:bold;
	text-align: center;
	border-bottom: 0px solid #000;
}
#nav li li a {
	height:22px;
	line-height:22px;
	float: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #e6e6e6;
	font-size: 11px;
	font-size: 10px;
	color: #000;
	text-align: left;
	padding-left: 8px;
	width: 120px;
	display: block;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
<!--[if IE 6]>
<style type="text/css">
li a {
	display:inline-block;
}
li a {
	display:block;
}
li {
	margin-bottom: -2px;
}
    </style>
<![endif]-->
-->
</style>