
html,body {
	font: normal lighter 13px Verdana, arial;
	padding: 0;
	margin: 0;
	background: #666666 url(../images/main_back.jpg) repeat-y left;
	color: #555;
}
a {
	color: #0000CC;
}
h1 span {
	display: none;
}
fieldset {
	background-color: #EEE;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #545487;
}
legend {
	padding: 0 5px;
	border: 1px solid #545487;
	color: #545487;
	background-color: #FFF;
	font-weight: bold;
}
textarea {
	font: 1em arial;
}
#wrapper {
	text-align: left;
	width: 970px;
	padding: 0px 10px;
}

#pageHeader h1 {
	background: url(../images/header_title_info.gif) no-repeat bottom;
	width: 406px;
	height: 69px;
	text-align:right;
	margin: 0;
	padding: 0;
}

div#navcontainer {
	background: url(../images/barback.jpg) repeat-x top;
	border: 1px solid #CCC;
}
div#navcontainer ul {
	margin: 0;
	padding: 5px 0;
	text-align: right;
}
div#navcontainer li {
	display: inline;
	padding: 0 20px;
}
div#navcontainer li a {
	text-decoration: none;
	font-weight: normal;
	color: #0000CC;
}
div#navcontainer li a:hover {
	color: #CC6600;
}

/*
	Controls for the layout inside the 'container'.  There are three columns.  However, the first two columns are wrapped in a large column called 'firstTwoCols'
*/

div#firstTwoCols {
	float: left;
	width: 710px;
	margin-top: 20px;
}
div#gettinAround {
	float: left;
	width: 175px;
	padding-left: 0px;
	margin-right: 5px;
}
div#articleRow {
	float: right;
	width: 450px;
	padding-right: 30px;
	padding-left: 20px;
	margin-left: 10px;
	border-right: 1px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
}
div#twoArticleBottom {
	border-bottom: 1px solid #D3D3D3;
	clear: both;
}
div#twoArticleBottom span {
	display: none;
}
div#secondaryContent {
	float: left;
	width: 240px;
	margin-left: 10px;
	margin-top: 20px;
}

div#footer {
	clear: both;
	text-align: center;
	background-color: #CCC;
	font-size: 8.5pt;
}

/*
	Define styles for the first article
*/
div#firstArticle {
	margin: 0 0 20px 0;
	font: 1em/1.5em verdana;
	padding: 10px 25px;
	background: url(../images/firstArticle.jpg) repeat-x left bottom;
	border: 1px solid #D3D3D3;
}
div#firstArticle h3 {
	margin: 0;
	padding: 0;
}
div#firstArticle h3 a {
	text-decoration: none;
	color: #545487;
	font: normal 2em Arial, Helvetica, sans-serif;
}
div#firstArticle h3 a:hover {
	color: #CC6600;
}
div#firstArticle p {
	padding: 0;
	margin: 0;
}
div#firstArticle p.articleStats {
	padding-top: 15px;
	font-style: italic;
	color: #555555;
	margin-bottom: 10px;
}
div#firstArticle p.readMore {
	text-align: right;
	margin-top: 5px;
}
/*
	Define styles for the 'gettinAround' column
*/

div#gettinAround a {
	color: #545487;
	text-decoration: none;
}
div#gettinAround a:hover {
	color: #CC6600;
}
div#gettinAround h2 {
	font-size: 1em;
	font-weight: bolder;
	font-family: arial;
	margin: 5px 0 0px 0;
	padding: 10px 0 0 0;
}
div#gettinAround h2 a {
	color: #CC6600;
}
div#gettinAround form {
	margin: 10px 0 0 0;
}
div#gettinAround input {
	border: 1px solid #D3D3D3;
	padding: 2px;
	color: #545487;
}
div#gettinAround ul {
	margin: 0 0 10px 0;
	padding: 0 0 10px 5px;
	border-bottom: 1px solid #CCC;
}
div#gettinAround li {
	list-style-image: url(../images/gettinAround.png);
	margin-left: 0px;
	padding: 3px 0;
	margin-left: 20px;
}
div#gettinAround li a {
	font-size: 0.85em;
}
/*
	Takes care of the stars
*/
.notRated {
	background: url(../images/stars/not_rated.gif) no-repeat left top;
}
.oneStars {
	background: url(../images/stars/1-stars.gif) no-repeat left top;
}
.oneFiveStars {
	background: url(../images/stars/1-5-stars.gif) no-repeat left top;
}
.twoStars {
	background: url(../images/stars/2-stars.gif) no-repeat left top;
}
.twoFiveStars {
	background: url(../images/stars/2-5-stars.gif) no-repeat left top;
}
.threeStars {
	background: url(../images/stars/3-stars.gif) no-repeat left top;
}
.threeFiveStars {
	background: url(../images/stars/3-5-stars.gif) no-repeat left top;
}
.fourStars {
	background: url(../images/stars/4-stars.gif) no-repeat left top;
}
.fourFiveStars {
	background: url(../images/stars/4-5-stars.gif) no-repeat left top;
}
.fiveStars {
	background: url(../images/stars/5-stars.gif) no-repeat left top;
}

/*
	Setup the article row details for the front page
*/

div#articleRow h3 {
	font-size: 1em;
	margin: 0;
	padding: 0;
}
div#articleRow h3 a {
	text-decoration: none;
	color: #545487;
}
div#articleRow h3 a:hover {
	color: #CC6600;
}
div#articleRow p.articleStats {
	padding: 10px 0 0 0;
	font-style: italic;
	font-size: 0.85em;
	margin: 0;
}
div#articleRow p.artDesc {
	padding-bottom: 20px;
	border-bottom: 1px dashed #CCC;
}

/*
	Manage the Secondary Content Column
*/
div#secondaryContent h2 {
	border-top: 2px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 5px;
}
div#secondaryContent h2 a {
	font-size: 14px;
	color: #555555;
	text-decoration: none;
	font-family: arial;
}
div#secondaryContent ul {
	margin: 0;
	padding: 0;
}
div#secondaryContent li {
	padding: 10px 0;
	font-size: 0.85em;
	list-style-type: none;
}
div#recentArticles a {
	padding-left: 20px;
	line-height: 15px;
	background: url(../images/bullets/article.png) no-repeat left;
	text-decoration: none;
}
div#recentArticles a:hover {
	color: #CC6600;
}
div#newsletterSignup form {
	margin: 10px 0 20px 0;
	text-align: center;
}
div#newsletterSignup input.border {
	border: 1px solid #CCC;
	padding: 1px;
	color: #545487;
}
div#seoReviews h2 a {
	display: block;
	text-indent: -10000px;
	height: 80px;
	width: 236px;
	background: url(../images/product_images/seo_report.jpg) no-repeat left;
}
div#seoReviews p {
	display: none;
	font-size: 0.85em;
	padding: 5px;
	background: url(../images/product_images/seo_report.jpg) no-repeat left;
}
div#reviews dl {
	margin: 0;
	padding: 0;
}
div#reviews dd {
	display: none;
	margin: 0;
	padding: 0;
}
div#reviews dt {
	height: 55px;
	text-indent: -10000px;
	margin: 0 0 5px 0;
	padding: 0;
	border: 1px solid #CCC;
	background-color: #FFF;
}
div#reviews dt a {
	display: block;
	text-decoration: none;
	margin: 0;
	height: 55px;
	width: 239px;
}
dt a#seoElite {
	background: transparent url(../images/product_images/seo_elite.jpg) no-repeat center;
}
dt a:hover#seoElite {
	background-image: url(../images/product_images/seo_elite_over.jpg);
}
dt a#theRichJerk {
	background: transparent url(../images/product_images/rich_jerk.jpg) no-repeat center;
}
dt a:hover#theRichJerk {
	background-image: url(../images/product_images/rich_jerk_over.jpg);
}
dt a#adsenseSecrets {
	background: transparent url(../images/product_images/adsense_secrets.jpg) no-repeat center;
}
dt a:hover#adsenseSecrets {
	background-image: url(../images/product_images/adsense_secrets_over.jpg);
}
dt a#submitfire {
	background: transparent url(../images/product_images/submit_fire.jpg) no-repeat center; 
}
dt a:hover#submitfire {
	background-image: url(../images/product_images/submit_fire_over.jpg);
}
dt a#Bidvertiser {
        background: transparent url(../ads/bidvertiser.jpg) no-repeat center;
}
dt a:hover#Bidvertiser {
        background-image: url(../ads/bidvertiser.jpg);
}

div#forumTalk li a {
	padding-left: 20px;
	line-height: 1.5em;
	background: url(../images/bullets/conversation.png) no-repeat left;
	text-decoration: none;
}
div#forumTalk li a:hover {
	color: #CC6600;
	background: url(../images/bullets/conversationG.png) no-repeat left;
}
div#sponsorArticles h2 {
	font-size: 1em;
	font-family: arial;
}
div#sponsorArticles h3 a {
	font-size: 1em;
	text-decoration: none;
	color: #555;
	font-weight: normal;
}
div#textAd1 {
	padding: 30px 0;
	font-family: arial;
}
div#textAd1 a {
	text-decoration: none;	
	font: 2.0em/1.0em arial;
	font-weight: bold;
}


/* 
	Miscellaneous Classes
*/
.testimonial {
	border: 1px solid #CCC;
	background-color: #DFE0FF;
	padding: 5px;
	margin: 5px;
	font-size: 0.85em;
}
.short_author {
	font-style: italic;
}

