
/*---------------------------------------------------------------------------------------------
	Main Layout
---------------------------------------------------------------------------------------------*/

html{
	margin: 0px;
	padding: 0px;
}

body{
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

#top01 {
	margin: 0px auto;
	padding: 9px 0px 0px 0px;
	width: 909px;
	height: 19px;
	color: #ffffff;
}

#top02 {
	margin: 0px auto;
	padding: 0px;
	width: 909px;
}

#bottom01 {
	margin: 0px auto;
	width: 909px;
}

#bottom02 {
	text-align: left;
	margin: 0px auto;
	padding: 0px 23px 20px 23px;
	width: 863px;
	background-image: url(/images/bottom02.gif);
	color: #181223;
	line-height: 150%;
}

#bottom03 {
	text-align: left;
	margin: 0px auto;
	padding: 13px 40px 40px 42px;
	width: 827px;
	background-image: url(/images/bottom03.gif);
	background-repeat: no-repeat;
	color: #398aa1;
	font-weight: bold;
}

#container {
	width: 909px;
	margin: 0px auto;
	background-color: #c1e3ec;
	background-image: url(/images/back-wrap.gif);
}

#leftnav {
	float: left;
	width: 187px;
	padding: 4px 0px 0px 10px;
	margin: 0px;
}

#leftnav .features {
	background-image: url(/images/left-featured-sites-back.gif);
}

#rightnav {
	float: right;
	width: 187px;
	padding: 4px 14px 0px 0px;
	margin: 0px;
}

#rightnav .newsletterBlurb {
	text-align: left;
	background-image: url(/images/newsletter-back.gif);
	padding: 0px 0px 0px 12px;
}

#rightnav .newsletterInput {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	width: 157px;
	border: 1px solid #a5acb2;
	padding: 2px;
}

#content {
	text-align: left;
	width: 470px;
	margin-left: 219px;
	padding: 25px 0px 0px 0px;
	line-height: 150%
}

#footer {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

ul.clean {
	list-style: none;
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;
}

ul.clean li {
	list-style-image: none;
	list-style-type: none;
}

table.clean {
	border-width: 0px 1px 1px 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #dddddd;
	border-collapse: collapse;
}

table.clean th {
	border-width: 1px 0px 0px 1px;
	padding: 5px;
	border-style: solid;
	border-color: #dddddd;
	background-color: #eeeeee;
	font-weight: bold;
	vertical-align: middle;
}

table.clean td {
	border-width: 1px 0px 0px 1px;
	padding: 5px;
	border-style: solid;
	border-color: #dddddd;
	vertical-align: top;
}

div.fancyTable{
	background-image: url(/images/chart01-back.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	width: 464px;
}

table.fancyTable {
	width: 100%;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.fancyTable tr td {
	height: 55px;
	border-bottom: 1px solid #b5b5b5;
	vertical-align: middle;
}

table.fancyTable tr.header td {
	height: 35px;
	border-width: 0px;
}

table.fancyTable th {
	padding: 5px 0px 10px 5px;
	font-weight: bold;
	color: #ffffff;
	font-size: 11px;
}

table.fancyTable td.rank {
	color: #7b7b7b;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
}

#genFloatWrapper{
	width: 100%;
	border: 0px solid #ffffff;
	overflow: hidden;
}

#genFloatWrapper #reviewLogo{
	float: left;
	width: 179px;
}

#genFloatWrapper #reviewRating{
	float: right;
	width: 282px;
	padding: 12px 0px 0px 0px;
}

#ratingBar{
	padding: 10px 10px 0px 6px;
	height: 31px;
	background-image: url(/images/review-rating-back.gif);
	background-repeat: no-repeat;
}

div.reviewGoodPoint{
	height: 43px;
	border-bottom: 1px solid #2b637a;
	margin-bottom: 13px;
	padding: 0px 0px 0px 36px;
	background-image: url(/images/review-good-points-back.gif);
	background-repeat: no-repeat;
	color: #000000;
}

#genFloatWrapper #reviewSoftware{
	float: left;
	width: 178px;
}

#genFloatWrapper #reviewBonusInfo{
	float: right;
	width: 250px;
}

#reviewBonusInfoTable{
	padding: 14px 0px 0px 7px;
	height: 26px;
	border-top: 1px solid #2b637a;
}

#reviewBonusInfoTable #left{
	float: left;
	color: #010801;
}

#reviewBonusInfoTable #right{
	float: right;
	color: #6e1313;
	font-weight: bold;
	width: 100px;
}


/*---------------------------------------------------------------------------------------------
	Text Settings
---------------------------------------------------------------------------------------------*/

body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #2e2b54;
	background-image: url(/images/back.jpg);
	background-repeat: repeat-x;
}

.bold {
	font-weight: bold;
}

.fineprint {
	font-size: 10px;
	color: #7ebe1c;
}

.copyright {
	font-size: 10px;
	color: #aaaaaa;
}

hr {
	border: 0px;
	color: #f1f5f5;
	background-color: #f1f5f5;
	height: 1px;
}

h1 {
	color: #181223;
	font-size: 15px;
	padding: 0px 0px 7px 0px;
	margin: 0px;
}

h2 {
	color: #181223;
	font-size: 13px;
	padding: 0px 0px 3px 0px;
	margin: 0px;
}

#bottom02 h2{
	color: #181223;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}

/*---------------------------------------------------------------------------------------------
	Link Settings
---------------------------------------------------------------------------------------------*/

a {
	font-weight: bold;
	color: #2b637a;
	text-decoration: underline;
}

a:hover {
	color: #73a2b6;
	text-decoration: underline;
}

#leftnav #nav a {
	text-align: left;
	display: block;
	width: 166px;
	height: 16px;
	margin: 0px;
	padding: 8px 0px 0px 21px;
	text-decoration: none;
	font-weight: bold;
	background-image: url(/images/nav-back.gif);
	font-size: 11px;
}

#leftnav #nav a.first {
	height: 16px;
	padding: 16px 0px 0px 21px;
	background-image: url(/images/nav-back-1st.gif);
}

#leftnav #nav a:hover {
	color: #73a2b6;
}

div.fancyTable a{
	text-decoration: none;
}

#bottom03 a {
	font-weight: bold;
	color: #c1e3ec;
	text-decoration: none;
}

#bottom03 a:hover {
	color: #ffffff;
	text-decoration: underline;
}



