@charset "utf-8";
/* CSS Document */

body {
	font: 11px/165% 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #000; 	
	margin: 0px auto;
	padding: 0; 
	background: #FFFFFF url(/templates/images/bg.gif) repeat-x; 
	text-align: center;
}
body #header-wrap, body #content-outer
{
	width: 990px;	
	margin: 0 auto; padding: 0; 
}
a:link{
	color: #2D8930;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #AE855C;	
}
#header-wrap {/*
	background: #fff url(/templates/images/bg.gif) repeat-x ;*/
}
#header {
	position: relative;
	margin: 0 auto;
	margin-bottom: -60px;/*
	background: url(/templates/images/border.gif) repeat-x left bottom;*/
	height: 275px;	
}
#header h1#logo-text { margin: 0; padding: 0; }
#header h1#logo-text a {
	position: absolute; 
	margin: 0; padding: 0 5px 0 0;
	font: normal 75px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -6px;
	color: #3da206;
	text-decoration: none;
	background: url(/logos/gud-life-logo.png) no-repeat left center;
	padding-left: 75px;
		
	/* change the values of top and left to adjust the position of the logo*/
	top: 90px; left: 20px;	
}
#header h1#logo-text a:hover { border: none; }
#header p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	letter-spacing: -.5px;
	color: #7ba45b;
	width: 400px;
	
	/* change the values of top and left to adjust the position */
	top: 175px; left: 110px;		
}
#header #header-image {
	position: absolute;
	background: url(/templates/images/header-image.gif) no-repeat right -263px;
	width: 371px;
	height: 263px;	
	z-index: -1;
	right: 10px; top: 0;
}
#header-image:hover {
	background: url(/templates/images/grapes.jpg) no-repeat right -263px;
	border: 1px solid red;
}

/* header quick search */
#header form#quick-search {
	position: absolute;
	top: 10px; right: 0;
	padding: 0; margin: 0;
	border: none;
	width: 270px; height: 33px;
	z-index: 999999;
}
#header form#quick-search #qsearch {
	cursor: pointer;
	border: 1px solid #e5e5e3;
	height: 23px;
	width: 270px;
	background: transparent;
	color: #bababa;
	float: left;
	margin: 0;
	padding: 7px 0px 0px 5px;
	background: #FFFFFF url(/templates/images/search.png) right top no-repeat;
}
#header form#quick-search #qsearch:focus{
	color: #000000;
	background: #FFFFFF url(/templates/images/search.png) right -30px no-repeat;
}

/*  navigation  */
#header #nav {
	position: absolute;
	margin: 0; padding: 0;		
	width: 880px;	
	left: 0;
	top: 5px;
}
#header #nav ul {
	float: left;	
	list-style: none;	
	margin: 5px 0 0 0;
	height: 45px;
	padding: 0 0 0 15px;					
}
#header #nav ul li {
	float: left;
	margin: 0; padding: 0 0 0 10px;		
}
#header #nav ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #85C226;
	font: bold 14px/40px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	text-transform: uppercase;	
}
#header #nav ul li a:hover, 
#header #nav ul li a:active {
	border: none;
	color: #9AF906;
	background: transparent;
}
#header #nav ul li#current {
	background: transparent url(/templates/images/left-tab.gif) no-repeat;
}
#header #nav ul li#current a {	
	color: #9AF906;
	background: transparent url(/templates/images/right-tab.gif) no-repeat right top;
}
#content-outer {
	background: #fff;
	width: 100%;
	padding: 5px 0;
	padding-top: -50px;
	text-align: left;		
}
#content-outer div
{
	float: left;
}
#content-outer .left-column{
	width: 170px;
	text-align: left;
	padding: 5px;
	margin: auto 5px;
}
#content-outer div h3.title{
	font: normal 2em Georgia, 'Times New Roman', Times, Serif;
	background: url(/templates/images/border.gif) repeat-x left bottom;
}
#content-outer .menus{
	width: 120px;
	height: 100%;
}
#content-outer .menus ul.menu{
	list-style: none;
	margin: 0;
	margin-left: -35px;
	margin-bottom: 15px;
}
#content-outer .menus ul.menu li{
	margin: -4px 0px;
}
#content-outer .menus ul.menu li#current{
	font-weight: bold;
}
#content-outer .menus ul.menu a{
	color: #2D8930;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
#content-outer #main-content{
	width: 700px;
}
#main-content .section-div
{
	margin-top: 5px;
	margin-bottom: 15px;
	width: 100%;
}
#main-content .section-div .features{
	background-color: #FFFFFF;
	border-right: 3px solid #99CC00;
	padding: 4px;
	color: #CCCCCC;
	text-align: right;
}
#main-content .section-div .features a{
	border: 1px solid transparent;
	padding: 3px;
}
#main-content .section-div .features a:hover{
	color: #9AF906;
	border: 1px dotted #9AF906;
}
#content-outer #right-wrapper{
	margin-top: 70px;
	height: auto;
	margin-left: 3px;
}
.bg{
	background-color: #f8f8f8;
}
.comment-section, .comment-title, .comment-body{
	width: 500px;
}
.comment-section{
	padding: 0px;
	margin: 5px auto;
	border-color: #DDDDDD;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}
.comment-avatar{
	border-color: #DDDDDD;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	padding: 5px;
	padding-bottom: 0px;
	background-color: #F0F0F0;
}
.comment-who, .comment-body{
	padding: 7px;
}
#reply{
	padding: 20px;
	color: #2D8930;
}
#reply label{
	font-weight: bold;
}
#reply label:hover{
	color: #9AF906;
}
#reply input{
	margin: 3px;
	margin-bottom: 10px;
	width: 450px;
	height: 25px;
	font-size: 18px;
	color: #CCCCCC;
}
#reply input:focus, #reply textarea:focus{
	color: #000000;
	background-color: #EFFAE6;
}
#reply input.button{
	cursor: pointer;
	width: 70px;
	height: 30px;
	background-color: #2D8930;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;
	border: 1px solid #EFFAE6;
}
#reply input.button:hover{
	background-color: #9AF906;
}
#reply textarea{
	overflow: auto;
}
/* footer */
#footer-wrapper {
	clear: both;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 3px;
	background-color: #85C226;
}
/* footer-bottom */
#footer-bottom {
	clear: both;
	padding: 0px 10px;
	border-top: 1px solid transparent;
	margin: 0 auto;	
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
}
#footer-bottom .bottom-left {
	float: left;
	padding-left: 0px;		
}
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0;
}
.pagination{
	margin-top: 5px;
	margin-bottom: 15px;
	width: 100%;
	padding: 10px 0px;
	float: left;
	text-align: center;
}
.pagination a{
	border: 1px solid #9AF906;
	background-color: #EFEFEF;
	padding: 7px 9px;
	margin: 1px;
}
.pagination a:hover{
	background-color: #9AF906;
}
.pagination a#current{
	font-weight: bold;
	background-color: #9AF906;
}
.pagination a.disable{
	color: #EFEFEF;
	background-color: #CCCCCC;
}
.error{
	border: 1px solid red;
}
.error_message{
	color: red;
}
.inner-ads{
	float: right;
	width: 336px;
	height: 280px;
}
.ads-bottom{
	text-align: center;
}
.ads-bottom a{
	text-decoration: underline;
	position: relative;
	top: -3px;
	font-size: 12px;
}
.thumbnail{
	width: 120px;
	height: 120px;
	margin-right: 5px;
}
.hr_tag_left a{
	font-size: 18px;
}
.comment_body{
	border: 1px solid #999999;
	margin: 10px;
	text-align: left;
	padding: 10px;
}
.comment_body a{
	text-decoration: none;
}
.comment_body a:hover{
	text-decoration: underline;
}
.avatar{
	margin-lfet: 5px;
	padding-left: 5px;
	width: 88px;
	height: 31px;
}
.exchange-logo{
	width: 120px;
	height: 100px;
	margin-right: 5px;
}
.partner{
	margin-top: 15px;
}
.right-column{
	width: 120px;
}
p.partner-link{
	margin: -5px 0px -5px 5px;
	text-decoration: underline;
	color: #2D8930;
	/*
	border-bottom: 1px solid #eee;*/
}
p.partner-link:hover{
	/*
	color: #9AF906;
	border-bottom: 1px solid #9AF906;*/
}
p.partner-link a:visited{
	color: #2D8930;
}
.partner img{
	border: 1px none;
	margin-bottom: 5px;
}
.home-logo-none, .home-logo-over {
	margin-top: -3px;
}