/***********************************************************************************************
 * Reset Standard Objects
 ***********************************************************************************************/
* { margin: 0; padding: 0; border: 0; font-size: 1em; font-weight: normal; font-style: normal; }

/***********************************************************************************************
 * Basic HTML Definitions
 ***********************************************************************************************/

body 
{
	background: url(../bg/bodybg.jpg) no-repeat top #f4f5f6; 
	background-attachment: fixed; 
	margin: 0; 
	padding: 0 0 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

a
{
	color: #006fcf;
	text-decoration: underline;
}

a:hover
{
	color: #df7000;
}

/***********************************************************************************************
 * Wrapper Definitions
 ***********************************************************************************************/
#wrapper
{
	background: #ffffff;
	width: 900px;
	margin: 5px auto 0px;
}

/***********************************************************************************************
 * Header Definitions
 ***********************************************************************************************/
#header
{
	background: #ffffff;
	position: relative;
	width: 890px;
	margin: 0 auto;
}

#header img
{
	margin: 2px 0px 2px 0px;
}

#header p
{
	position: absolute;
	top: 20px;
	left: 538px;
	font-weight: bold;
	font-size: 18px;
	color: #1f1f1f;;
}

/***********************************************************************************************
 * Navigation Bar Definitions
 ***********************************************************************************************/
#nav
{
	position: relative;
	background: url(../bg/navbg.jpg) repeat-x left;
	width: 888px;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	margin: 0 auto;
	height: 29px;
}

#nav li
{
	float: left;
	margin: 3px 0px 2px 0px;
	padding: 0px 2px 1px 2px;
	list-style: none;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #afafaf;
}

#nav li.first
{
	border-left: 0;
}

#nav li.last
{
	border-right: 0;
}
#nav a
{
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding: 0 10px;
	white-space: nowrap;
	text-decoration: none;
	color: #1f1f1f;
}

#nav a:hover
{
	color: #df7000;
}

/***********************************************************************************************
 * Information Banner Definitions
 ***********************************************************************************************/
#banner
{
	position: relative;
	background: url(../bg/bannerbg.gif) repeat-x top;
	width: 890px;
	margin: 0 auto;
	height: 100px;
}

#banner-host
{
	background: url(../img/hotm.jpg) repeat-x top;
	float: left;
	margin: 10px 0px 10px 10px;
	width: 190px;
	height: 80px;
	text-align: center;
}

#banner-host p
{
	margin: 5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}

#banner-info
{
	float: right;
	width: 688px;
	height: 100px;
}

#banner-info h1
{
	margin: 8px 10px 5px 10px;
	color: #df7000;
	font-size: 18px;
	font-weight: bold;
}

#banner-info p
{
	margin: 5px 10px 5px 10px;
	font-weight: bold;
	font-size: 14px;
}

/***********************************************************************************************
 * Content Definitions
 ***********************************************************************************************/
#content
{
	position: relative;
	width: 890px;
	margin: 0 auto;
}

#content p
{
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}

#content h2,
#content h2 a
{
	color: #df7000;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

#content h3,
#content h3 a
{
	color: #df7000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#content h3 a:hover
{
	color: #3f3f3f;
}

#content h4,
#content h4 a
{
	margin-top: 2px;
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: bold;
}

#content ol,
#content ul
{
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

#content li
{
	margin-bottom: 5px;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}

#content p strong,
#content li strong
{
	font-weight: bold;
}

#content-info
{
	float: right;
	background: #ffffff;
	width: 680px;
	margin-top: 5px;
	border-left: 1px solid #dfdfdf;
	padding-left: 4px 
}

#content-info h4 a:hover
{
	color: #df7000;
}

#content img
{
	padding: 1px;
	border: 1px solid #dfdfdf;
}

#content img.rating
{
	border: 1px solid #efefef;
	padding: 0;
}

#content img.star
{
	border: 0;
	padding: 0;
}

#content-info p
{
	margin-bottom: 10px;
}

#content-info h2
{
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 2px dotted #df7000;
}

#content-info h2.top
{
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom: 2px dotted #df7000;
}

#content-info h4 a:hover
{
	color: #df7000;
}

#content-info input,
#content-info textarea
{
	margin-bottom: 1px;
	margin-top: 1px;
	margin-right: 3px;
	padding-right: 1px;
	padding-left: 1px;
	padding-top: 1px;
	border: 1px solid #afafaf;
}

#content-info thead
{
	background: url(../bg/navbg.jpg) repeat-x left;
	height: 29px;
}
										
#content-info thead td
{
	padding: 0px 3px 0px 3px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #afafaf;
	font-size: 12px;
	font-weight: bold;
}

#content-info thead td.first
{
	border-left: 1px solid #afafaf;
	width: 32px;
}

#content-info tbody tr
{
	background: #ffffff;
}

#content-info tbody tr.alt
{
	background: #f6f7f9;
}

#content-info tbody td
{
	padding: 3px;
	border-right: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	font-size: 11px;
	height: 40px;
}

#content-info tbody td.rank
{
	border-left: 1px solid #afafaf;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

#content-info tbody td.review a
{
	color: font-decoration: none;
	font-size: 11px;
}

#content-info table.screenshot td
{
	margin-right: 10px;
	padding: 0;
	border: 0;
}

#content-info table.ratings,
#content-info table.noratings
{
	padding: 0;
	border: 0;
	margin: 0;
	width: 300px;
	margin-left: 100px;
}

#content-info table.ratings thead
{
	background: #ffffff; 
}

#content-info table.ratings td,
#content-info table.noratings td
{
	text-align: right;
	border: 0;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	height: 25px;
}

#content-info td.rating_label,
#content-info td.rating_value
{
	border: 0;
	margin: 0;
	padding: 1px 0 1px 0;
	width: 145px;
	font-size: 12px;
	height: auto;
}

#content-info table.ratings tbody td
{
	border-top: 1px solid #afafaf;
}

#content-info table.comment
{
	width: 100%;
	margin: 0;
	padding: 5px 0 5px 0;
	border: 0;
	border-top: 1px dotted #afafaf;
}
#content-info table.comment td
{
	padding: 0;
	margin: 0;
	border: 0;
}

#content-info table.comrating
{
	padding:0;
	border: 0;
	margin: 0;
	margin-right: 10px;
	width: 220px;
}

#content-info table.comrating td
{
	text-align: right;
	background: #efefef;
	border: 0;
	margin: 0;
	padding: 2px;
	font-weight: bold;
	font-size: 12px;
	height: auto;
}

#content-info table.comrating td.meta
{
	background: #ffffff;
	font-weight: normal;
	padding-top: 5px;
	text-align: left;
}

#content-sidebar
{
	float: left;
	background: #ffffff;
	width: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
}

#content-sidebar h3,
#content-sidebar h3 a
{
	margin: 0px 0px 2px 0px;
	padding-bottom: -1px;
	font-size: 16px;
	border-bottom: 1px solid #bfbfbf;
}

#content-sidebar p
{
	margin: 0px;
	border-bottom: 1px solid #dfdfdf;
}

#content-sidebar a
{
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #1f1f1f;
}

#content-sidebar a:hover
{
	color: #df7000;
}

#clear
{
	clear: both;
	height: 5px;
	width: 890px;
	margin: 0 auto;
}

/***********************************************************************************************
 * Footer Definitions
 ***********************************************************************************************/
#footer
{
	position: relative;
	background: url(../bg/footerbg.gif) repeat-x top;
	width: 890px;
	margin: 0 auto;
	height: 100px;
	text-align: center;
}
