@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(images/site_back.png);
	background-position: top center;
	background-repeat: repeat-x;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	padding: 0px 0px;
}

a:active,a:focus{outline:none}
h1, h2, h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px 0px;
	padding: 0px 0px;
}

.regSign{
	font-size: 18px;
	position: relative;
	top: -3px;
}

p, ul, ol {
	margin: 0px 0px;
}

a:link {
	color: #015a9d;
}

a:hover, a:active {
	color: #666;
	text-decoration: none;
}

a:visited {
	color: #015a9d;
}

img {
	border: none;
}

blockquote{
	margin: 5px 5px;
	padding: 0px 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.vaMiddle{
	vertical-align: middle;
}

.clearIt{
	clear: both;
	height: 1px;
	line-height: 1px;
}

.bold{
	font-weight: bold;
}

.ninePX{
	font-size: 9px !important;
}

.elevenPX{
	font-size: 11px;
}

.blue{
	color: #004084;
}

.green{
	color: #689429;
}

.red{
	color:#FF0000 !important;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#wrapper {
	background-image: url(images/containerBack.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin:0 auto;
	min-width:1026px;
	width:expression(documentElement.clientWidth < 1027? "1026px": 'auto')
}

/* Header */

#header {
	height: 194px;
	margin: 0 auto;
	padding: 0px 0px;
	position: relative;
	width: 990px;
}

#logo {
	float: left;
	margin-left: 13px;
	margin-top: 8px;
	position: relative;
	z-index: 10;
}

#productShot{
	position: absolute;
	right: 0px;
}

/* Menu */

#menu {
	clear: both;
	position: absolute;
	top: 166px;
	width: 900px;
}

#menu ul {
	list-style: none;
	margin: 0px 0px;
	padding: 3px 0px 0px 0px;
	width:100%;
	overflow:hidden;	
}

#menu li {
	display: block;
	float:left;
	padding: 0px 18px 0px 10px;
}

#menu a {
	color: #004084;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	padding: 0px 0px 10px 0px;
	text-decoration: none;
}

#menu a:hover {
	background-image: url(images/nav/arrowNav.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #000;
	text-decoration: underline;
}

#productsReview a.products, #productsHome a.products, #Home a.home, #articles a.articles, #memberStories a.memberStories, 
#usageTips a.usagetips, #blog a.blog, #memberOffer a.memOffer, #submitStory a.submitStory, #productsSP a.products, #productsHB a.products, 
#productsTGB a.products, #productsT a.products{
	background-image: url(images/nav/arrowNav.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

/* Page */
#page {
	margin: 0 auto;
	width: 990px;
}

/* Content */

#content {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 13px;
	width: 990px;
}

#content h1.title{
	color: #004084;
	font-size: 37px;
	font-weight: bold;
	letter-spacing: 0px;
	margin: 0px 0px;
	padding: 0px 0px;
}

/* Footer */

#footer {
	background: url(images/footerBack.png) no-repeat left top;
	clear: both;
	height: 63px;
	margin: 30px auto;
	padding: 4px 0 0 0;
	position: relative;
	width: 1026px;
}

html>body #footer {
	height: auto;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#footerText{
	margin: 0px 0px;
}

#footerLinks{
	display: inline;
	float: left;
	margin: 0px 20px;
	text-align: center;
}

#footerLinks ul {
	list-style: none;
	margin: 0px 0px;
	padding: 3px 0px 0px 10px;
}

#footerLinks li {
	display: inline;
}

#footerLinks a {
	border-right: 1px solid #999;
	color: #484444;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	margin: 0px 6px 0px 5px;
	padding: 0px 5px 0px 0px;
	text-decoration: none;
	text-align: center;
}

#footerLinks a:hover {
	color: #000;
	text-decoration: underline;
}

#footerLinks a.last{
	border-right: none;
}

#siteLinks{
	display: inline;
	float: left;
	font-weight: bold;
	margin: 3px 0px 0px 10px;
	text-align: center;
	width: 360px;
}

#siteLinks a{
	color: #015a9d;
	margin-left: 10px;
}

#legal {
	color: #5a5c5d;
	clear: both;
	display: inline;
	float: left;	
	font-size: 10px;
	font-weight: normal;
	margin: 3px 0px 20px 36px;
	text-align: left;
	width: 250px;
}


#hoverImages{
	display: none;
}

/*Blog Styles*/
#blogLeftContent{
	display: inline;
	min-height: 800px;
	padding: 0px 30px 0px 0px;
	position:relative;
	width: 628px;
}

h2.blogPostTitle{
	margin: 20px 0px 10px 0px;
}

h2.blogPostTitle a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-decoration: none;
}

h2.blogPostTitle a:hover{
	text-decoration: underline;
}

.entry{
}

.entry img.PostImage{
	margin: 0px 10px 10px 0px;
}

.entry p{
	font-size: 12px;
	line-height: 20px;
	margin: 10px 0px 15px 0px;
}

#dateNameComments{
	color: #949ea7;	
	height: 18px;
	margin: 0px 0px 20px 0px;
	width: 628px; 
}

#dateNameComments a{
	color: #689429;
}

#dateNameComments .comments a{
	background-image: url(images/comments_bubbleBack.png);
	background-position: top right;
	background-repeat: no-repeat;
	display: inline;
	padding: 0px 22px 0px 100px;
	text-decoration: none;
}

#dateNameComments .comments a:hover{
	text-decoration: underline;
}

/*Right Side Bar Styles for the Blog */
.blogRightSidebar{
	background-image: url(images/blog/sideBar_Back.png);
	background-repeat: no-repeat;
	display: inline;
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 20px 0px;
	position: relative;
	text-align: center;
	top: 5px;
	width: 304px;
}

.blogRightSidebar img{
	border: none;
	margin: 0px 0px;
	padding: 0px 0px;
}

.blogRightSidebar #featuredProdImg{
	display: inline;
	left: 10px;
	position: relative;
	top: 2px;
}

.blogRightSidebar #joinSS{
	display: inline;
	left: 12px;
	position: relative;
	top: -1px;
}

.blogRightSidebar #retLoc{
	display: inline;
	left: 11px;
	position: relative;
	top: 5px;
}

.blogRightSidebar #currOfferImg{
	display: inline;
	left: 15px;
	position: relative;
	top: 8px;
}

.blogRightSidebar .rightSB_Blogfoot{
	bottom: -5px;
	position: absolute;
	left: 0px;
	z-index: 1;	
}

.blogRightSidebar h4{
	color: #004084;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px 5px 6px;
	padding: 0px 0px;
}

.blueBackSB{
	background-color: #b6cce8;
	margin: 10px 0px 0px 18px;
	text-align: left;	
	width: 127px;
}

.blueBackSB ul{
	margin: 0px 0px;
	padding: 0px 0px 10px 20px;
	text-align: left;
	width: 100px;
}

.blueBackSB li{
	color: #FFF;
	font-size: 11px;
	margin: 5px 0px;
}

.blueBackSB li a{
	color: #004084;
	font-size: 11px;
	text-decoration: none;
}

.blueBackSB li a:hover{
	text-decoration: underline;
}

#blogSearch{
	background-image: url(images/blog/blog_search_back.png);
	background-repeat: no-repeat;
	height: 50px;
	margin: 10px 0px 0px 0px;
	padding: 10px 10px 0px 10px;
	width: 289px;
}

#blogSearch ul{
	list-style: none;
	padding: 0px 0px;
	width: 280px;
}

#searchform{
	margin: 12px 0px 0px 10px;
}

#searchform div input#s{
	border: none;
	color: #0164a2;
	display: inline;
	float: left;
	width: 230px;
}

#searchsubmit{
	display: inline;
	float: left;
	left: 4px;	
	position: relative;
	top: -5px;
}

#blogroll{
	background-color: #b6cce8;
	margin: 10px auto -5px auto;
	padding: 10px 0px 10px 0px;
	text-align: left;
	width: 272px;
}

#blogroll ul{
	list-style: none;
	margin: 0px 0px;
	padding: 0px 0px 0px 8px;
}

#blogroll li{
	margin: 5px 0px;
}

#blogroll #linkcat-2 h2{
	display: none;
	visibility: hidden;
}

#blogroll #linkcat-2 ul{
	list-style: none;
	margin: 0px 0px;
	padding: 0px 0px;
	text-align: left;
}

p.postmetadata{
	font-size: 10px;
	font-style: italic;
	line-height: 12px;
}

/*Blog comments styles */
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-size: 16px;
	margin: 8px 0px;
}

.commentmetadata{
	font-size: 11px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template input{
	background-color: #b6cce8;
	border: none;
	color: #0164a2;
	font-size: 11px;
	margin: 5px 0px;
	padding-left: 5px;
	width: 405px;
}

.comments-template textarea{
	background-color: #b6cce8;
	border: none;
	color: #0164a2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 5px 0px 10px 0px;
	padding-left: 5px;
	width: 405px;
}

#submit{
	background-color: #FFF;
	margin: 10px 0px;
	padding: 0px 0px 0px 0px;
	width: 192px;
}

.comments-template p.reqdFields{
	color: #000;
	font-size: 9px ;
	font-style: italic;
	margin: 10px 0px 0px 0px;
}

#contact{
	padding: 0px 0px 0px 10px;
	text-align: left;
}

#contact a{
	color: #FFF;
	text-decoration: none;
	margin: 0px 0px 0px 7px;
}

#contact a:hover{
	text-decoration: underline;
}

ul.children{
	list-style: none;
	margin: 4px 10px;
	padding: 0px 5px 0px 10px;
	width: 580px;
}

.comment-body p{
	margin: 5px 10px 5px 5px;
}

.comment-author-admin .comment-body{
	background-color: #dfe9c5;
	border: 1px solid #005497;
	padding: 10px;
}

ul.children ul.children .comment-body{
	background-color: #FFF;
	border: 1px solid #FFF;
	padding: 10px;
}