*
{
	font-family: 'Lucida Grande', 'Gill-Sans', Verdana, 'sans serif';
}

div, p, td
{
	font-size:10pt;
}

body
{
	background:url('images/bg.jpg') repeat-x #222222;
	margin:0px;
	font-family: 'Lucida Grande', 'Gill-Sans', Verdana, 'sans serif';
	text-align:center;
	color:#adadad;
}

img
{
	border:0px;
	margin:0px;
}

#main
{
	width:700px;
	margin:0px auto 0px auto;
	border:1px solid #565656;
	border-top:0px;
	border-bottom:0px;
	background:black;
	color:#adadad;
	text-align:left;
}

h1,h2,h3,h4
{
	color:#efefef;
}

.intro
{
	color:#efefef;
}

img
{
	border:0px;
}

#menu, #topcontent
{
	border-bottom:1px solid #565656;
}

#menu
{
	height:30px;
	width:100%;
	display:table;
	text-align:center;
	background:url('images/TopFade.jpg') repeat-x;
}

#menu ul
{
	display:table-row;
	margin:0px;
	padding:0px;
}

#menu li
{
	display:table-cell;
	padding:0px;
	vertical-align:middle;
	width:24%;
	border-left:1px solid #363636;
}

#menu li.first
{
	border-left:0px;
}

#topcontent
{
	background:url('images/bg120.jpg') repeat-x bottom left;
}

#topcontent img
{
	margin:20px;
	margin-right:50px;
	float:left;
}

#topcontent h1
{
	margin:10px 0px 0px 0px;
	text-align:center;
	text-shadow:1px 1px 3px gray;
}

#topcontent ul
{
	margin-top:  20px;
	padding-top: 10px;
}

#topcontent li
{
	font-size:10pt;
	margin-top:8px;
}


.subMenu
{
	height:30px;
}

#subContent
{
	min-height:200px;
}

.clear { clear:both; }

.subMenu
{
	margin:auto;
	width:100%;
	display:table;
	border-bottom:1px solid gray;
	text-align:center;
	margin-bottom:10px;
}

.subMenu ul
{
	display:table-row;
	margin:0px;
	padding:0px;
}

.subMenu li
{
	display:table-cell;
	padding:0px;
	vertical-align:middle;
	width:25%;
}

#rightColumn
{
	float:right;
	width:175px;
}

.leftColumn
{
	margin-right:180px;
	padding:12px;
}

.leftColumn h3
{
	font-size:9pt;
	margin-top:10px;
	margin-bottom:2px;
}

.leftColumn p
{
	margin-top:0px;
	font-size:9pt;
	text-align:justify;
}

.leftColumn img
{
	float:left;
	margin:5px 10px 10px 0px;
}

.sideBarPanel
{
	margin:10px 10px 20px 0px;
}

.sideBarPanel h4
{
	background:url('images/header3.png') no-repeat;
	margin:0px;
	font-size:9pt;
	font-weight:normal;
	height:18px;
	text-align:center;
	vertical-align:middle;
	padding-top:4px;
}

.sideBarPanel .sideContent
{
	border:1px solid #303030;
	border-bottom:0px;
	font-size:9pt;
	padding:5px 5px 0px 5px;
	background:#070707;
}

.sideBarPanel .sideContent .small
{
	font-size:8pt;
	color:#adadad;
}

a
{
	color:#efefef;
	text-decoration:none;
}

a:hover
{
	color:white;
	text-decoration:underline;
}

.sideBarPanel ul
{
	margin:0px 0px 0px -10px;
}


.sideBarPanel li
{
	margin:0px;
}

.sideBarPanel .footer
{
	background:url('images/footer3.png') no-repeat;
	height:13px;
}

#reqs ul
{
	margin-top:10px;
}

.sideBarPanel p
{
	margin:0px;
	padding:4px;
}

.center
{
	text-align:center;
}

#bottom-left
{
	width:19px;
	height:19px;
	float:left;
}

#bottom-left  img { margin:0px 0px 0px -1px; }
#bottom-right img { margin:0px 0px 0px -1px; }

#bottom-middle
{
	margin:0px 19px 0px 19px; 
	height:19px;
	border-bottom:1px solid #565656;
	background:black;
}

#bottom-right
{
	width:18px;
	height:19px;
	float:right;
}

#tail
{
	width:700px;
	margin:0px auto 30px auto;
}

#tail img
{
	margin-left:-1px;
}

#copyright
{
	color:#fefefe;
	font-size:8pt;
	text-align:center;
	margin-bottom:30px;
}

.subMenu li a, #menu li a
{
	color:gray;
}

.subMenu li a:hover, #menu li a:hover
{
	color:white;
	text-decoration:underline;
}

.subMenu li.active, #menu li.active
{
	color:white;
}

.date
{
	color:#adadad;
}

.date:before
{
	content:" - ";
}

#reviews
{
	margin-top: 20pt;
	float: left;
}

div.review
{
	width: 200px;
	text-align: center;
	margin-bottom: 20px;
	font-size:9pt;
}

div.rating_on
{
	float:left;
	background:url('images/FullStar.png') repeat-x;
	height:24px;
	margin-bottom: 3px;
	margin-left: 38px;
}

div.rating_off
{
	float:left;
	background:url('images/EmptyStar.png') repeat-x right;
	height:24px;
	margin-bottom: 3px;
}