@charset "utf-8";
/* CSS Document */

/* @override http://goodbarry.com/css/base.css */



/*==============================================================



	GoodBarry : base.css

	

	Description : Base CSS for GoodBarry

	

	Author : GoodBarry | http://www.goodbarry.com



	Version : 2007.08.22



==============================================================*/



/* @group YUI Reset 2.3 */



body {color:#000;background:#FFF;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}

table{border-collapse:collapse;border-spacing:0;}

fieldset,img{border:0;}

address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}

li {list-style:none;}

caption,th {text-align:left;}

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

q:before,q:after{content:'';}

abbr,acronym {border:0;font-variant:normal;}

sup,sub {line-height:-1px;vertical-align: text-top;}

sub {vertical-align:text-bottom;}

input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}



/* Clearing floats without extra markup

   Based on How To Clear Floats Without Structural Markup by PiE

   [http://www.positioniseverything.net/easyclearing.html] */



.clear { display: inline-block; }   

.clear:after, .container:after { content: "."; display: block; height: 0;   clear: both; visibility: hidden; }

* html .clear { height: 1%; }

.clear { display: block; }



a {

	/* get rid of link outlines in firefox */

	outline-color:invert;

	outline-style:none;

	outline-width:medium;

}



/* @end */



/* based on YUI 2.3 base.css */



body {
	color: #666;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: normal;

}



h1 { font-size: 18px; }



h2 { font-size: 16px; }



h3 { font-size: 14px; }



h1,h2,h3 {

	/* top & bottom margin based on font size */

	margin: 2em 0 18px;

}



h1,h2,h3,h4,h5,h6,strong {

	/*bringing boldness back to headers and the strong element*/

	color: #000;

	font-weight:bold; 

}



abbr,acronym {

	/*indicating to users that more info is available */

	border-bottom:1px dotted #000;

	cursor:help;

}

 

em {

	/*bringing italics back to the em element*/

	font-style:italic;

}



blockquote,ul,ol,dl {

	/*giving blockquotes and lists room to breath*/

	margin: 18px; /* 1em */

}



ol,ul,dl {

	/*bringing lists on to the page with breathing room */

	margin-left: 18px; /* 2em */

}



ol li {

	/*giving OL's LIs generated numbers*/

	list-style: decimal outside;	

}



ul li {

	/*giving UL's LIs generated disc markers*/

	list-style: square outside;

}



dl dd {

	/*giving UL's LIs generated numbers*/

	margin-left: 18px; /* 1em */

}



th,td {

	/*borders and padding to make the table readable*/

	padding: 9px; /* 0.5em */

}



th {

	/*distinguishing table headers from data cells*/

	font-weight: bold;

	text-align: center;

}



caption {

	/*coordinated marking to match cell's padding*/

	margin-bottom: 9px; /* 0.5em */

	/*centered so it doesn't blend in to other content*/

	text-align: center;

}



hr {

	clear: both;

	height: 1px;

	color: #eee;

	background: #eee;

	border: none;

	margin: 36px 0 36px 0;

}



hr.big {

	clear: both;

	height: 1px;

	color: #aaa;

	background: #aaa;

	border: none;

	margin: 18px 0 18px 0;

}



p,fieldset,table {

	/*so things don't run into each other*/

	margin-bottom: 18px; /* 1em */

}



input {

	padding: 2px;

}



/* Idioms */



ul.alt-list {

	list-style-image:none;

	list-style-position: outside;

	list-style-type: none;

	list-style: none;

	margin: 0;

	padding: 0;

}



ul.alt-list li {

	list-style: none;

}



.col {

	float: left;

  	padding: 0;

}



* html .column { overflow-x: hidden; } /* IE6 fix */



.first  { margin-left: 0; }



body .col.last   { margin-right: 0 !important; }



.strike { text-decoration: line-through; }



a span { display: none; } /* for image buttons */




http://www.goodbarry.com/css/screen.css

/* @override 

	http://goodbarry.com/css/screen.css

	http://www.goodbarry.com/css/screen.css

	http://goodbarry.com/css/screen-new.css

*/



/*==============================================================



	GoodBarry : screen.css

	

	Description : Screen CSS for GoodBarry

	

	Author : GoodBarry | http://www.goodbarry.com



	Version : 2007.12.05



==============================================================*/



/* @group Grids */



body {

	background: #D2CAB9 url(bg-website.png) repeat-x 0 0;

	text-align: center;

/*



IE Fix */

}



#container {
	margin: 0 auto;
	text-align: left;
	width: 960px;
	line-height: 18px;

}



#masthead {

	height: 156px;

	background: #D2CAB9 url(head1.png) repeat-x 0 0;

	width: 960px;

}



#body {

	width: 964px;

}



#logo {

	position: relative;


}



#logo, #logo a {

	display: block;

	height: 38px;

	width: 100%;


}



#logo a {

	

	text-indent: -9999px;

}



ul#nav-main {
	bottom: 68px;
	position: absolute;
	right: 4px;
	width: 700px;

}



ul#nav-main li {

	display: inline;

}



ul#nav-main li a {

	float: left;

	margin: 0 20px;

}



ul#nav-main li#search form div {

	float: right;

	width: 160px;

}



input#site-search {

	background: #fff url(icon-sitesearch.png) no-repeat 4px 4px;

	border-top: 2px solid #E0DBCC;

	border-left: 2px solid #E0DBCC;

	border-right: 2px solid #FFFCF5;

	border-bottom: 2px solid #FFFCF5;

	padding-left: 20px;

	width: 130px;

}



input#site-search:hover, input#site-search:focus {

	background: #fff url(icon-sitesearch-hover.png) no-repeat 4px 4px;

}



#cap-top {

	background: url(cap-bg.png) no-repeat;

	height: 5px;

	width: 964px;

}



body#home #cap-top {

	background: url(cap-top-home.png) no-repeat;

}



#cap-body {

	background: url(cap-bg.png) repeat-y;

	padding: 0 2px;

	width: 960px;

}



#cap-bottom {

	background: url(cap-bottom.png) no-repeat;

	height: 8px;

	width: 964px;

}



ul#tour-path {

	background: #50A7DD;

	border-bottom: 2px solid #eee;

	height: 50px;

	margin: 0 0 36px;

	padding: 0 0 0 20px;

}



ul#tour-path li {

	display: inline;

}



ul#tour-path li a {

	color: #fff;

	float: left;

	font-size: 11px;

	line-height: 50px;

	margin: 0 16px;

}



.home .scroller {

	background: #E0F0FA;

	height: 380px;

	overflow: hidden;

	width: 960px;

}



.home .scroller .section {

	height: 380px;

	float: left;

	overflow: hidden;

	width: 960px;

}



.home .scroller #section1 {

	background: url(old.png) no-repeat 93% 40px;

}



.home .scroller #section1 a.next {

	background: none;

	align: right;
margin-top:40px;
}



.home .scroller .content {

	width: 10000px;

}



.scroller .content img.screenshot {

	border: 2px solid #C6D4DD;

	float: right;

	margin: 36px 36px 0 0;

}



.scroller .content .video {

	margin: 15px 20px 20px 20px;

}



.caption {

	float: left;

	font-size: 12px;

	height: 300px;

	padding: 2px 1px 1px 40px;

	width: 380px;

}



.home .scroller #section1 .caption {

	padding-top: 0px;

}



.caption h1 {

	color: #000;

	margin: 54px 0 0;

}



.home .scroller #section1 .caption h1 {

	margin: 45px 0 24px;

}



.caption p {

	color: #333;

	line-height: 18px;

	margin: 0 0 20px 0;

}



.caption ul {

	margin: 40px 0 0 0;

}



.caption ul li {

	list-style: none;

	margin: 18px 0;

}



#flashcontent {

	margin: 30px 0 0 0;

}



.caption ul li img {

	vertical-align: top;

marging-right:-50px;

}



#intro {

	margin: 40px 50px 0;

}



#intro h1 {

	font-size: 24px;

	line-height: 30px;

	margin-top: 0px;

}



#intro #col1 {

	float: left;

	margin-right: 20px;

	width: 420px;

}



#intro #col2 {

	float: left;

	margin-top: 78px;

	width: 420px;

}



#intro p.signoff {

	float: right;

	width: 100px;

}



#products {

	background: url(products.png) no-repeat 0 0;

	border-bottom: 1px solid #eee;

	height: 200px;

	margin: 0 0 40px 0;

	position: relative;

}



#main {

	float: left;

	margin: 0 0 0 10px;

	width: 100%;

	display: inline; /* ie6 fix*/

}



#main h3 {

	margin-top: 0;

}



#main h4 {

	font-size: 14px;

	margin-top: 36px;

}



#sub {

	/*float: right;*/

	margin: 0 50px 0 0;

	width: 80%;

	/*display: inline;  ie6 fix */

}



div.hint {

	background: #EDFCED;

	border: 1px solid #DAEBD1;

	font-size: 11px;

	padding: 20px;

}



div.hint ul {

	margin-right: 0;

}



div.hint h4 {

	color: #004a1a;

	font-size: 14px;

	margin-bottom: 18px;

}



#bottom-links {

	border-top: 1px solid #eee;

	color: #888;

	font-size: 11px;

	margin: 60px 0 0 0;

	padding: 20px 50px 40px;

}



#bottom-links ul.col {

	margin-right: 0px;

	width: 210px;

}



#bottom-links li.heading {

	display: block;

	font-weight: bold;

	margin: 0 0 9px 0;

}



#footer {

	color: #fff;

	font-size: 11px;

	height: 100px;

	padding: 18px;

	text-align: center;

}



/* @end */



/* @group Links */



a#login:link, a#login:visited {

	background: url(button-login.png) no-repeat 0 0;

	height: 34px;

	position: absolute;

	right: 0;

	top: 5px;

	width: 50px;

	z-index: 2;

}



a#login:hover, a#login:active {

	background: url(button-login.png) no-repeat 0 -34px;

	position: absolute;

	right: 0;

	top: 5px;

}



a#top {

	float: right;

	margin-top: 18px;

}



a:link {

	color: #1969bc;

	text-decoration: none;

}



a:visited {

	color: #1969bc;

	text-decoration: none;

}



a:hover {

	color: #1969bc;

	text-decoration: underline;

}



a:active {

	color: #1969bc;

	text-decoration: underline;

}



body#home a#nav-home,

body#goodbusiness a#nav-products,

body#support a#nav-support,

body#blog a#nav-blog,

body#about a#nav-about,

body#contact a#nav-contact {

	color: #38290b;

	cursor: default;

}



#nav-main a:link, #nav-main a:visited {

	color: #a08f6a;

	text-decoration: none;

}



#nav-main a:hover, #nav-main a:active {

	color: #1969bc;

	text-decoration: none;

}



#tour-path a:link, #tour-path a:visited {

	text-decoration: none;

}



#tour-path a:hover, #tour-path a:active {

	color: #A2FFA2;

	text-decoration: none;

}



#tour-path a.on {

	cursor: default;

	background: url(on-frontpageslider-new.png) no-repeat 50% 0;

}



a.button {

	display: block;

}



body#home a.button.next {

	float: right;

}



body#home a.button.next {

	background: url(button-frontslidenext.png) no-repeat 0 0;

	height: 34px;

	width: 94px;

}



body#home a.button.next:hover, body#home .scroller a.button.next:active {

	background: url(button-frontslidenext.png) no-repeat 0 -34px;

}



.home .scroller #section1 a.next {

	background: none;

	float: right;

}



.caption a:link, .caption a:visited {

	color: #1969bc;

	text-decoration: none;

}



.caption a:hover, .caption a:active {

	color: #024080;

	text-decoration: none;

}



a#goodbusiness, a#goodsite, a#goodshop, a#goodmarketing, a#goodleads {

	display: block;

	height: 142px;

	position: absolute;

	width: 114px;

	z-index: 2;

}




a#goodbusiness {

	left: 40px;

	top: 30px;

}



a#goodsite {

	left: 230px;

	top: 30px;

}



a#goodshop {

	left: 420px;

	top: 30px;

}



a#goodmarketing {

	left: 614px;

	top: 30px;

}



a#goodleads {

	left: 810px;

	top: 30px;

}



#bottom-links a:link, #bottom-links a:visited {

	color: #1969bc;

	text-decoration: none;

}



#bottom-links a:hover, #bottom-links a:active {

	color: #1969bc;

	text-decoration: underline;

}



#footer a:link, #footer a:visited {

	color: #38290b;

	font-weight: bold;

	text-decoration: none;

}



#footer a:hover, #footer a:active {

	color: #1969bc;

	font-weight: bold;

	text-decoration: none;

}



span.products a:link, span.products a:visited {

	color: #888;

	font-weight: normal;

	text-decoration: none;

}



span.products a:hover, span.products a:active {

	color: #1969bc;

	font-weight: normal;

	text-decoration: none;

}



body#goodbusiness a#gbusiness,

body#goodsite a#gsite,

body#goodshop a#gshop,

body#goodmarketing a#gmarketing,

body#goodleads a#gleads {

	color: #38290b;

	cursor: default;

}



body#goodbusiness #product-header.overview a#nav-overview,

body#goodbusiness #product-header.features a#nav-features,

body#goodbusiness #product-header.tour a#nav-tour,

body#goodbusiness #product-header.faq a#nav-faq,

body#goodbusiness #product-header.fineprint a#nav-fineprint,

body#goodbusiness #product-header.comparison a#nav-comparison {

	color: #222;

	cursor: default;

	font-weight: bold;

}



body#goodsite #product-header.overview a#nav-overview,

body#goodsite #product-header.features a#nav-features,

body#goodsite #product-header.tour a#nav-tour,

body#goodsite #product-header.faq a#nav-faq,

body#goodsite #product-header.fineprint a#nav-fineprint,

body#goodsite #product-header.comparison a#nav-comparison {

	color: #0058ad;

	cursor: default;

}



body#goodshop #product-header.overview a#nav-overview,

body#goodshop #product-header.features a#nav-features,

body#goodshop #product-header.tour a#nav-tour,

body#goodshop #product-header.faq a#nav-faq,

body#goodshop #product-header.fineprint a#nav-fineprint,

body#goodshop #product-header.comparison a#nav-comparison {

	color: #e90026;

	cursor: default;

}



body#goodmarketing #product-header.overview a#nav-overview,

body#goodmarketing #product-header.features a#nav-features,

body#goodmarketing #product-header.tour a#nav-tour,

body#goodmarketing #product-header.faq a#nav-faq,

body#goodmarketing #product-header.fineprint a#nav-fineprint,

body#goodmarketing #product-header.comparison a#nav-comparison {

	color: #21ae35;

	cursor: default;

}



body#goodleads #product-header.overview a#nav-overview,

body#goodleads #product-header.features a#nav-features,

body#goodleads #product-header.tour a#nav-tour,

body#goodleads #product-header.faq a#nav-faq,

body#goodleads #product-header.fineprint a#nav-fineprint,

body#goodleads #product-header.comparison a#nav-comparison {

	color: #f4831f;

	cursor: default;

}



body.product span.products a:link, body.product span.products a:visited {

	color: #bbb5a4;

	font-weight: normal;

	text-decoration: none;

}



body.product span.products a:hover, body.product span.products a:active {

	color: #9D988A;

	font-weight: normal;

	text-decoration: none;

}



a.goodbusiness, a.goodsite, a.goodshop, a.goodmarketing, a.goodleads {

	position: relative;

	right: -660px;

	top: -30px;

}



a.goodbusiness:link, a.goodbusiness:visited {

	background: url(button-goodbusiness.png) no-repeat 0 0;

	height: 34px;

	width: 224px;

}



a.goodbusiness:hover, a.goodsite:active {

	background: url(button-goodbusiness.png) no-repeat 0 -34px;

}



a.goodsite:link, a.goodsite:visited {

	background: url(button-goodsite.png) no-repeat 0 0;

	height: 34px;

	width: 224px;

}



a.goodsite:hover, a.goodsite:active {

	background: url(button-goodsite.png) no-repeat 0 -34px;

}



a.goodshop:link, a.goodshop:visited {

	background: url(button-goodshop.png) no-repeat 0 0;

	height: 34px;

	width: 224px;

}



a.goodshop:hover, a.goodshop:active {

	background: url(button-goodshop.png) no-repeat 0 -34px;

}



a.goodmarketing:link, a.goodmarketing:visited {

	background: url(button-goodmarketing.png) no-repeat 0 0;

	height: 34px;

	width: 224px;

}



a.goodmarketing:hover, a.goodmarketing:active {

	background: url(button-goodmarketing.png) no-repeat 0 -34px;

}



a.goodleads:link, a.goodleads:visited {

	background: url(button-goodleads.png) no-repeat 0 0;

	height: 34px;

	width: 224px;

}



a.goodleads:hover, a.goodleads:active {

	background: url(button-goodleads.png) no-repeat 0 -34px;

}



ul#nav-product a:link, ul#nav-product a:visited {

	color: #888;

}



ul#nav-product a:hover, ul#nav-product a:active {

	color: #000;

}



a.video:link, a.video:visited {

	background-repeat: none;

	background-position: 0 0;

	float: left;

	height: 34px;

	text-indent: -9999px;

	width: 141px;

}



a.video:hover, a.video:active {

	background-repeat: none;

	background-position: 0 -34px;

	height: 34px;

	text-indent: -9999px;

	width: 141px;

}



a.tour:link, a.tour:visited {

	background-repeat: none;

	background-position: 0 0;

	float: left;

	height: 34px;

	text-indent: -9999px;

	width: 171px;

}



a.tour:hover, a.tour:active {

	background-repeat: none;

	background-position: 0 -34px;

	height: 34px;

	text-indent: -9999px;

	width: 171px;

}



a.signup:link, a.signup:visited {

	background-repeat: none;

	background-position: 0 0;

	float: left;

	height: 34px;

	margin-left: 25px;

	width: 141px;

}



a.signup:hover, a.signup:active {

	background-repeat: none;

	background-position: 0 -34px;

	height: 34px;

	width: 141px;

}



body#goodsite a.tour {

	background-image: url(button-goodsite-tour.png);

}



body#goodshop a.tour {

	background-image: url(button-goodshop-tour.png);

}



body#goodmarketing a.tour {

	background-image: url(button-goodmarketing-tour.png);

}



body#goodleads a.tour {

	background-image: url(button-goodleads-tour.png);

}



body#goodsite a.signup {

	background-image: url(button-goodsite-signup.png);

}



body#goodshop a.signup {

	background-image: url(button-goodshop-signup.png);

}



body#goodmarketing a.signup {

	background-image: url(button-goodmarketing-signup.png);

}



body#goodleads a.signup {

	background-image: url(button-goodleads-signup.png);

}



/* @end */



/* @group Products Page */



body#product-list h1 {

	background: url(heading-products.png) no-repeat 50px 40px;

	border-bottom: 1px solid #ccc;

	height: 130px;

	margin: 0;

	position: relative;

	text-indent: -9999px;

}



span.products {

	color: #888;

	display: block;

	font-size: 11px;

	position: absolute;

	right: 60px;

	text-align: right;

	text-indent: 0;

	top: 80px;

	width: 500px;

	word-spacing: 5px;

}



ul.product-list li {

	border-bottom: 1px solid #eee;

	height: 160px;

	padding: 30px 0 0 50px;

}



ul.product-list li.last {

	border: none;

}



/* @end */



/* @group Support */



body#support h1, body#training-videos h1 {

	background: url(heading-support.png) no-repeat 50px 40px;

	border-bottom: 1px solid #ccc;

	height: 130px;

	margin: 0;

	position: relative;

	text-indent: -9999px;	

}



ul.support-nav {

	color: #888;

	display: block;

	margin: 0;

	position: absolute;

	right: 60px;


	text-align: right;

	text-indent: 0;

	top: 60px;

	width: 500px;

}



ul.support-nav li {

	display: inline;

	font-size: 12px;

	font-weight: normal;

	padding: 0 18px;

}



ul.support-nav a {

	text-decoration: none;

}



ul.support-nav a:hover {

}



body#support li.forums a {

	color: #000;

}



body#training-videos li.videos a {

	color: #000;

}



body#training-videos div#wrapper {

	padding: 0 50px;

}



body#training-videos div#wrapper ul {

	margin: 0;

}



body#training-videos div#wrapper li {

	background: url(video.png) no-repeat 0 3px;

	list-style: none;

	padding: 0 0 0 24px;

}



body#support iframe {

	border: 0px;

	height: 760px;

	margin: 30px 48px 0;

	width: 860px;

}



/* @end */



/* @group Product Mini Sites */



body.product #logo {

	position: relative;

	top: 38px;

}



body.product #logo, body.product #logo a {

	display: block;

	height: 24px;

	width: 141px;

}



body.product #logo a:link, body.product #logo a:visited {

	background: url(logo-goodbarry-product.png) no-repeat 0 0;

	text-indent: -9999px;

}



body.product #logo a:hover, body.product #logo a:active {

	background: url(logo-goodbarry-product.png) no-repeat 0 -24px;

	text-indent: -9999px;

}



body.product span.products {

	color: #bbb5a4;

	top: 50px;

	right: 20px;

}



body.product #product-header {

	height: 130px;

	margin: 0;

	position: relative;

}



body.product #product-header h1 {

	background: url(logo-goodsite.png) no-repeat 50px 40px;

	height: 130px;

	font-size: 1px;

	margin: 0;

	position: relative;

	text-indent: -9999px;

}



body.product a#logolink {

	height: 51px;

	position: absolute;

	text-indent: -9999px;

	top: 38px;

	left: 50px;

}



body#goodbusiness a#logolink {

	width: 260px;	

}



body#goodsite a#logolink {

	width: 180px;	

}



body#goodshop a#logolink {

	width: 302px;	

}



body#goodmarketing a#logolink {

	width: 290px;	

}



body#goodleads a#logolink {

	width: 210px;	

}



ul#nav-product {

	bottom: 40px;

	position: absolute;

	right: 40px;

}



ul#nav-product li {

	display: inline;

}



ul#nav-product li a {

	color: #888;

	margin: 0 15px;

	text-decoration: none;

}



body.product #hero {

	height: 240px;

	padding-right: 70px;

	text-align: right;

}



body.gb #hero {

	height: 382px;

}



body.product .ie6 #hero {

	border-bottom: 2px solid #eee;

	height: 90px;

}



body.product #hero .wrapper {

	float: left;

	height: 180px;

	padding: 60px 0 0 50px;

	text-align: left;

	width: 580px;

}



body.product .ie6 #hero.features .wrapper,

body.product .ie6 #hero.faq .wrapper,

body.product .ie6 #hero.fineprint .wrapper,

body.product .ie6 #hero.comparison .wrapper,

body.product .ie6 #hero.tour .wrapper {

	height: 60px;

	padding: 30px 0 0 50px;

}



body.product #hero .wrapper p {

	margin-top: 30px;

}



body.product #content {

	padding: 30px 50px 0 50px;

}



body.product h2 img {

	vertical-align: middle;

	padding-right: 10px;

}



body#goodbusiness h2.first,

body#goodsite h2.first,

body#goodshop h2.first,

body#goodmarketing h2.first,

body#goodleads h2.first {

	margin-top: 0;

}



body.product h2 {

	font-size: 20px;

	margin-top: 20px;

}



p.view-features {

	float: right;

	margin-top: -30px;

	width: 200px;

	height: 80px;

	display: none;

}



body#goodbusiness h3 {

	color: #A08F6A;

	font-weight: normal;

}



body#goodsite h3 {

	color: #0058AD;

	font-weight: normal;

}



body#goodshop h3 {

	color: #E90026;

	font-weight: normal;

}



body#goodmarketing h3 {

	color: #21AE35;

	font-weight: normal;

}



body#goodleads h3 {

	color: #F4831F;

	font-weight: normal;

}



body.product .col {

	margin-right: 50px;

	width: 230px;

}



ul.features {

	height: 150px;

	margin-bottom: 18px;

	width: 860px;

}



ul.features li {

	background: #EDFCED;

	border: 1px solid #DAEBD1;

	color: #4D824D;

	float: left;

	font-size: 11px;

	height: 130px;

	text-align: center;

	margin: 0 10px 0 0;

	padding: 10px;

	width: 140px;

}



ul.features li .fixPNG {

	margin: 10px 0;

}



ul.features li p {

	text-align: left;

}

body#goodsite ul.features {

	height: 280px;

}



body#goodsite ul.features li {

	height: 260px;

}



body#goodshop ul.features {

	height: 300px;

}



body#goodshop ul.features li {

	height: 280px;

}



body#goodmarketing ul.features {

	height: 270px;

}



body#goodmarketing ul.features li {

	height: 250px;

}



body#goodleads ul.features {

	height: 350px;

}



body#goodleads ul.features li {

	height: 330px;

}



body.product .wrap {

	margin: 0 0 0 50px;

}



/* @group GoodBusiness */



body#goodbusiness #hero {

	background: #E0F0FA;

	border-top: 1px solid #9FC7E0;

	border-bottom: 1px solid #eee;

	position: relative;

}



body#goodbusiness #product-header h1 {

	background: url(logo-goodbusiness.png) no-repeat 50px 40px;

}



body#goodbusiness #hero .hero {

	bottom: 0;

	position: absolute;

	right: 0;

}



body#goodbusiness ul#nav-product li a {

	color: #1969bc;

	margin: 0 15px;

	text-decoration: none;

}



body#goodbusiness div#hero p {

	margin: 36px 0 0;

}



body#goodbusiness div#hero p.top {

	margin: 33px 0 0;

}



body#goodbusiness div.main {

	float: left;

	margin: 0 0 18px 0;

	width: 510px;

}



body#goodbusiness div.sub {

	color: #444;

	float: right;

	font-size: 11px;

	width: 280px;

}



div.sub div.testimonial {

	background: #EDF5FC;

	border: 1px solid #D0E6FC;

	margin: 0 0 18px 0;

	padding: 18px;	

}



div.sub div.testimonial img {

	border: 1px solid #D0E6FC;

	float: left;

}



div.sub div.testimonial blockquote {

	float: right;

	margin: 0;

	width: 150px;

}



div.sub div.testimonial p.name {

	font-size: 10px;

	margin: 0;

}



div.sub div.info {

	background: #EDFCED;

	border: 1px solid #DAEBD1;

	margin: 0 0 18px 0;

	padding: 18px;		

}



ul.gb-features {

	margin: 0 0 18px;

}



ul.gb-features li {

	color: #4D824D;

	font-size: 11px;

	text-align: left;

	margin: 0 0 9px 0;

}



ul.gb-features li .fixPNG {

	margin: 0 9px 0 0;

	vertical-align: middle;

}



ul.gb-features li p {

	text-align: left;

}



body.gb p.intro {

	font-size: 14px;

}



ul.awesome {

	margin: 36px 0 0;

}



ul.awesome li {

	float: left;

	list-style: none;

	margin: 0 50px 24px 0;

	width: 230px;

}



ul.awesome li.last {

	margin-right: 0;

}



body#goodbusiness ul.awesome h3 {

	color: #222;

	font-weight: bold;

	font-size: 12px;

	margin: 18px 0 3px;

}



body.gb hr {

	margin: 24px 0;

}



/* @end */



/* @group GoodSite */



body#goodsite #hero {

	background: url(bg-goodsite-hero.png) repeat-x;

}



body#goodsite #product-header h1 {

	background: url(logo-goodsite.png) no-repeat 50px 40px;

}



body#goodsite #hero .hero {

	margin-top: -5px;

}



/* @end */



/* @group GoodShop */



body#goodshop #hero {

	background: url(bg-goodshop-hero.png) repeat-x;

}



body#goodshop #product-header h1 {

	background: url(logo-goodshop.png) no-repeat 50px 40px;

}



body#goodshop #hero .hero {

	margin-top: -5px;

}



/* @end */



/* @group GoodMarketing */



body#goodmarketing #hero {

	background: url(bg-goodmarketing-hero.png) repeat-x;

}



body#goodmarketing #product-header h1 {

	background: url(logo-goodmarketing.png) no-repeat 50px 40px;

}



body#goodmarketing #hero .hero {

	margin-top: 5px;

}



/* @end */



/* @group GoodLeads */



body#goodleads #hero {

	background: url(bg-goodleads-hero.png) repeat-x;

}



body#goodleads #product-header h1 {

	background: url(logo-goodleads.png) no-repeat 50px 40px;

}



body#goodleads #hero .hero {

	margin-top: 5px;

}



/* @end */



/* @end */



/* @group Product QuickTour */



#quicktour {

	border: 1px solid #bbb;

	height: 378px;

}



#goodsite #quicktour {

	height: 479px;

}



#goodsite ul#tabs {

	height: 479px;

}



#goodshop #quicktour {

	height: 518px;

}



#goodshop ul#tabs {

	height: 518px;

}



#goodleads #quicktour {

	height: 400px;

}



#goodleads ul#tabs {

	height: 400px;

}



ul#tabs {

	background: #f7f7f7 url(bg-quicktourtab.png) repeat-y 100% 0;

	float: left;

	height: 378px;

	width: 300px;

}



ul#tabs a {

	color: #666;

	display: block;

	font-size: 12px;

	height: 36px;

	line-height: 36px;

	text-decoration: none;

	text-indent: 18px;

	width: 300px;

}



ul#tabs a:link, ul#tabs a:visited {

	background: #f7f7f7 url(bg-quicktourtab.png) repeat-y 100% 0;

	border-bottom: 1px solid #dedede;

}



ul#tabs a:hover, ul#tabs a:active {

	background: #fafafa;

	border-bottom: 1px solid #dedede;

}



ul#tabs a.on {

	background: #fff;

	color: #000;

	font-weight: bold;

}



.products {

	float: right;

}



.products .scroller {

	height: 378px;

	overflow: hidden;

	width: 537px;

}



.products .scroller .section {

	height: 378px;

	float: left;

	overflow: hidden;

	width: 537px;

}



.products .scroller .section .inner {

	padding: 18px 80px;

	font-size: 11px;

	text-align: center;

}



.products .scroller .section .inner img {

	border: 1px solid #ddd;

}



.products .scroller .content {

	width: 10000px;

}



.products .scroller .content img.screenshot {

	border: 1px solid #d5cbb5;

	float: right;

	margin: 36px 0 0 0;

}



body#goodsite .products .scroller {

	height: 478px;

}



body#goodsite .products .scroller .section {

	height: 478px;

}



body#goodsite .products .scroller .section .inner {

	padding: 60px 80px 10px 80px;

	font-size: 11px;

	text-align: center;

}



body#goodshop .products .scroller {

	height: 518px;

}



body#goodshop .products .scroller .section {

	height: 518px;

}



body#goodshop .products .scroller .section .inner {

	padding: 80px 80px 10px 80px;

	font-size: 11px;

	text-align: center;

}



body#goodleads .products .scroller {

	height: 400px;

}



body#goodleads .products .scroller .section {

	height: 400px;

}



body#goodleads .products .scroller .section .inner {

	padding: 30px 80px 10px 80px;

	font-size: 11px;

	text-align: center;

}



ul.actions {

	background: #E0F0FA;

	border: 1px solid #C9DEEB;

	font-size: 18px;

	font-weight: bold;

	height: 54px;

	line-height: 54px;

	margin-top: 54px;

	text-align: center;

}



ul.actions li {

	display: inline;

	line-height: 54px;

	margin: 0 50px;

}



ul.actions a {

	line-height: 54px;

}



ul.actions li img {

	vertical-align: middle;

	margin: 0 10px 0 0;

}



ul.front.actions {

	background: #F1F6FA;

	border: 1px solid #E0F0FA;

	margin: 18px 50px 0;

}



ul.tour.actions {

	background: #f9f9f9;

	border: 1px solid #eee;

	margin-top: 18px;

}





/* @end */



body#other h1,

body#invitation h1,

body#video h1,

body#about h1,

body#about h1.story,

body#blog h1,

body#contact h1,

body#comparison h1,

body#faq h1,

body#sitemap h1,

body#behind h1,

body#privacy h1,

body#enduser h1,

body#terms h1,

body#search-results h1 {

	background-repeat: no-repeat;

	background-position: 50px 43px;

	border-bottom: 1px solid #ccc;

	height: 130px;

	margin: 0;

	position: relative;

	text-indent: -9999px;

}



/* @group Invitation Page */



body#invitation h1 {

	background-image: url(heading-invite.png);

}



body#invitation #wrapper {

	padding: 40px 50px 0 50px;

}



body#invitation #description {

	float: left;

	width: 300px;

}



#contact-form.invitation {

	float: right;

	width: 470px;

}



#contact-form.invitation {

	background: #F3FAE0;

	border: 1px solid #E5EECE;

	color: #000;

	margin-bottom: 18px;

	padding: 20px;

}



#contact-form.invitation label {

	color: #7A9D1A;

	display: block;

	width: 300px;

}



#contact-form.invitation input, #contact-form.invitation textarea {

	border-top: 2px solid #E8F0D3;

	border-left: 2px solid #E8F0D3;

	border-right: 2px solid #FAFEEF;

	border-bottom: 2px solid #FAFEEF;

	width: 440px;

}



#contact-form.invitation input:hover, #contact-form.invitation input:focus, #contact-form.invitation textarea:hover, #contact-form.invitation textarea:focus {

	border: 2px solid #D0E0A4;

}



#contact-form.invitation .check {

	color: #7A9D1A;

}



#contact-form.invitation input.check {

	float: left;

	width: 14px;

}



#contact-form.invitation input.cat_button {

	background: url(button-inputbutton.png) repeat-x 0 -2px;

	border-top: 2px solid #E8F0D3;

	border-left: 2px solid #E8F0D3;

	border-right: 2px solid #FAFEEF;

	border-bottom: 2px solid #FAFEEF;	

	height: 30px;

	width: 80px;

}



#contact-form.invitation textarea {

	height: 130px;

}





#contact-form.invitation div {

	padding: 9px 0;

}



p.address {

  color: #000;

  font-size: 12px; 

}





/* @end */



/* @group Video Page */



body#video h1 {

	background-image: url(heading-video.png);

}



body#video #wrapper {

	padding: 40px 0 0 0;

}



body#video .inner {

	padding: 0 50px;

}



#flashcontent {

	margin: 0 auto;

	width: 600px;

}



/* @end */



/* @group Default Page */



body#default h1 {

	font-size: 24px;

	margin: 0;

}



body#default #wrapper {

	padding: 36px;

}



/* @end */



/* @group Home Page */



body#home div#main h3 {

	font-size: 24px;

}



body#home div#main ul li {

	font-size: 12px;

	line-height: 18px;

}









/* @group Testimonials */



ul.testimonials {

	margin: 0;

}



ul.testimonials li {

	list-style: none;

}



ul.testimonials img {

	border: 1px solid #D0DDD0;

	float: left;

}



ul.testimonials blockquote {

	float: right;

	margin: 0 0 24px;

	width: 170px;

}



div#sub ul.testimonials li p {

	color: #222;

	font-size: 12px;

	margin: 0 0 6px;

}



div#sub ul.testimonials li p.name {

	font-size: 9px;

	line-height: 12px;

	text-align: left;

}



/* @end */



/* @end */



/* @group Other Page */



body#other h1.webdesigner {

	background-image: url(heading-web-designer.png);

}



body#other #wrapper {

	padding: 40px 0 0 0;

}



body#other .inner {

	padding: 0 50px;

}



body#other p.intro {

	font-size: 30px;

	line-height: 30px;

}



body#other div.inner {

	font-size: 14px;

	line-height: 24px;

}



body#other div.inner p {

	margin: 0 0 24px;

}



body#other div.inner ol {

	margin: 0 0 24px;

	padding: 0 0 0 50px;

}



/* @end */



/* @group About Page */



body#about h1 {

	background-image: url(heading-about.png);

}



body#about h1.story {

	background-image: url(heading-story.png);

}



body#about #wrapper {

	padding: 40px 0 0 0;

}



body#about .inner {

	padding: 0 50px;

}



p.intro {

	font-size: 18px;

	line-height: 24px;

}



/* @end */



/* @group Blog Page */



body#blog h1 {

	background-image: url(heading-blog.png);

}



body#blog h1 a {

	display: block;

	float: left;

	height: 130px;

	width: 520px;

}



body#blog #wrapper {

	padding: 40px 0 0 0;

}



span.COMMENT-fullName {

	margin: 0 2px;

	vertical-align: middle;

}





/* @end */



/* @group Contact Barry Page */



body#contact h1 {

	background-image: url(heading-contact.png);}



body#contact #wrapper {

	padding: 40px 0 0 0;

}



#contact-form {

	background: #E0F0FA;

	border: 1px solid #D0E7F6;

	color: #000;

	margin-bottom: 18px;

	padding: 20px;

}



#contact-form label {

	color: #1E7FBB;

	display: block;

	width: 300px;

}



#contact-form input, #contact-form textarea {

	border-top: 2px solid #C6E3F6;

	border-left: 2px solid #C6E3F6;

	border-right: 2px solid #F1F6FA;

	border-bottom: 2px solid #F1F6FA;

	width: 440px;

}



#contact-form input:hover, #contact-form input:focus, #contact-form textarea:hover, #contact-form textarea:focus {

	border: 2px solid #A3CDE8;

}



.check {

	color: #1E7FBB;

}



#contact-form input.check {

	float: left;

	width: 14px;

}



#contact-form input.cat_button {

	background: url(button-inputbutton.png) repeat-x 0 -2px;

	border-top: 2px solid #C6E3F6;

	border-left: 2px solid #C6E3F6;

	border-right: 2px solid #F1F6FA;

	border-bottom: 2px solid #F1F6FA;	

	height: 30px;

	width: 80px;

}



#contact-form textarea {

	height: 130px;

}





#contact-form div {

	padding: 9px 0;

}



p.address {

  color: #000;

  font-size: 12px; 

}



div.address {

	margin: 0 0 18px;

}



body#contact div#sub h2 {

	margin: 0 0 18px;

}



/* @end */



/* @group Product Comparison Page */



body#comparison h1 {

	background-image: url(heading-productcomparison.png);

}



body#comparison #wrapper {

	padding: 50px;

}



table#product-comparison {

	border-top: 1px solid #BADCFE;

	border-right: 1px solid #BADCFE;

	border-collapse: collapse;

	width: 860px;

}



table#product-comparison tr.odd td {

	background: #f7fbff;

}



table#product-comparison tr.odd .column1 {

	background: #f7fbff;

	color: #000;

}



table#product-comparison tr.odd .empty {

	background: #fff;

}



table#product-comparison tr.top .goodbusiness {

	color: #569EE6;

	font-weight: bold;

}



table#product-comparison tr.odd th.product, table#product-comparison th.product strong a {

	color: #569EE6 !important;

	font-weight: normal;

}



table#product-comparison tr.top .empty {

	border-bottom: none;

}



table#product-comparison .column1 {

	background: #fff;

	color: #000;

	padding-left: 20px;

}



table#product-comparison .column1.title {

	font-size: 14px;

	font-weight: bold;

	text-align: left;

}



table#product-comparison td {

	border-bottom: 1px solid #BADCFE;

	border-left: 1px solid #BADCFE;

	font-size: 11px;

	padding: .3em 1em;

	text-align: center;

}



table#product-comparison th {

	font-weight: normal;

	font-size: 11px;

	text-align: left;

	border-bottom: 1px solid #BADCFE;

	border-left: 1px solid #BADCFE;

	padding: 1em 0.4em;

}



table#product-comparison thead th {

	color: #38290B;

	background: #f4f9fe;

	font-weight: bold;

	text-align: center;

}



table#product-comparison tfoot th {

	text-align: center;

	background: #fff;

	font-size: 10px;

}



table#product-comparison tfoot th strong {

	font-size: 11px;

	font-weight: bold;

	margin: .5em .5em .5em 0;

	color: #38290B;

}



table#product-comparison tfoot th em {

	color: #21ae35;

	font-weight: bold;

	font-size: 12px;

	font-style: normal;

}



table#product-comparison tfoot th.product em {

	color: #1969bc;

	font-weight: bold;

	font-size: 12px;

	font-style: normal;

}



table#product-comparison tr.top td {

	color: #000;

	font-size: 14px;

	height: 40px;

}



table#product-comparison td.space {

	border-left: none;

}



table#product-comparison tr.colhead th {

	color: #A08F6A !important;

	font-size: 12px;

	font-weight: bold;

	height: 30px;

	padding-left: 20px;

}



/* @end */



/* @group FAQ Page */



body#faq h1 {

	background-image: url(heading-faq0.png);

}



body#faq #wrapper {

	padding: 40px 50px 0;

}



body#faq .inner {

	padding: 0 50px;

}



body#faq p.FAQ-details {

	margin-left: 0;

}



/* @end */



/* @group Full Features List */



.f-image {

	float: left;

	margin-top: -36px;

}



#content.features h2 {

	border-bottom: 1px solid #ccc;

	margin-top: 36px;

	padding-bottom: 3px;

}



#content.features p.intro {

	font-size: 14px;

	margin-left: 0;

}



#content.features h3, #content.features p, #content.features table.tabledefault {

	margin-left: 100px;

}



#content.features ul {

	margin-left: 118px;

}



#content.features ul.actions {

	margin-left: 0;

}



/* @end */



/* @group Site Map Page */



body#sitemap h1 {

	background-image: url(heading-sitemap.png);

}



body#sitemap #wrapper {

	padding: 20px 50px 0 50px;

}



body#sitemap #wrapper .col {

	margin: 0 0 50px 0;

	width: 280px;

}



body#sitemap h2 {

	border-bottom: 1px solid #eee;

	font-size: 18px;

	padding: 0 0 3px;

}



body#sitemap h3 {

	color: #666;

	font-size: 12px;

	margin: 0;

}



/* @end */



/* @group Behind the Scenes */



body#behind h1 {

	background-image: url(heading-behind.png);

}



body#behind h2.first {

	color: #A08F6A;

	font-size: 24px;

	margin-top: 0;

}



body#behind #wrapper {

	padding: 40px 50px 50px 50px;

}



ul.facts img {

	float: left;

	margin-right: 18px;

}



ul.facts h2, ul.facts p {

	margin-left: 82px;

}



ul.facts li {

	margin: 0 0 36px 0;

}



/* @end */



/* @group Privacy */



body#privacy h1 {

	background-image: url(heading-privacy.png);

}



body#privacy #wrapper {

	padding: 40px 50px 50px 50px;

}



/* @end */



/* @group End-User Agreement */



body#enduser h1 {

	background-image: url(heading-enduser.png);

}



body#enduser #wrapper {

	padding: 40px 50px 50px 50px;

}



/* @end */



/* @group Terms of Use Page */



body#terms h1 {

	background-image: url(heading-terms.png);

}



body#terms #wrapper {

	padding: 40px 50px 50px 50px;

}



/* @end */



/* @group Search Results Page */



body#search-results h1 {

	background-image: url(heading-searchresults.png);

}



body#search-results #wrapper {

	padding: 20px 50px 0 50px;

}



/* @end */



/* @group Newsletter Sign Up */



li.newsletter-signup label {

	display: block;

}



li.newsletter-signup div {

	padding: 0 0 10px 0;

}



li.newsletter-signup input.cat_textbox_small {

	border-top: 2px solid #ccc;

	border-left: 2px solid #ccc;

	border-right: 2px solid #eee;

	border-bottom: 2px solid #eee;		

	width: 150px;

}



li.newsletter-signup input.cat_textbox_small:hover {

	border: 2px solid #A3CDE8;

}



li.newsletter-signup input.cat_button {

	background: url(button-inputbutton.png) repeat-x 0 -2px;

	border-top: 2px solid #ccc;

	border-left: 2px solid #ccc;

	border-right: 2px solid #eee;

	border-bottom: 2px solid #eee;	

	height: 30px;



	width: 80px;

}



/* @end */



/* @group Highlight */



span.highlight {

	/*color: #000;

	font-weight: bold;*/

	border-bottom: 1px dotted #666;

	padding: 0px;

}



#goodsite span.highlight {

	/*background: #EDF3FE;*/

}



#goodshop span.highlight {

	/*background: #FEEEED;*/

}



#goodmarketing span.highlight {

	/*background: #EDFEEE;*/

}



#goodleads span.highlight {

	/*background: #FEFBED;*/

}



#goodbusiness span.highlight {

	/*background: #F8F3E5;*/

}



/* @end */



/* @group Modules */







/* @group Blog */



/* @group System Message */



.systemErrorMessage, .systemMessage {

	padding: 40px 50px;

}



/* @end */



body#blog #sub {

	padding-top: 30px;

}



body#blog h3 {

	font-size: 14px;

	font-weight: bold;

	margin-top: 0;

}



body#blog h4 {

	font-weight: normal;

	margin: 0 0 3px;

}



#sub p {

	font-size: 11px;

}



h2.BLOG-postTitle {

	border-bottom: 1px solid #eee;

	color: #a08f6a;

	font-size: 24px;

	font-weight: bold;

	line-height: 28px;

	padding: 0 0 3px;

	margin-top: 1em;

}



img.button {

	margin: 0 0 18px;

}



.BlogRecentPost, .BlogPostArchive {

	margin: 0 0 18px 0;

}



.BlogRecentPost ul, .BlogPostArchive ul {

	margin: 0;

}



.BlogRecentPost ul li, .BlogPostArchive ul li {

	font-size: 11px;

	list-style: none;

	margin: 0 0 9px 0;

}



.BLOG-postDetails {

	color: #888;

	font-size: 10px;

	margin: 0 0 18px 0;

}



.BLOG-postBody h2 {

	color: #666;

	font-size: 14px;

}



.BLOG-postBody strong {

	color: #444;

	font-size: 12px;

}



.BLOG-postBody a {

	margin: 0 3px;

}



.BLOG-postLinks {

	margin: 18px 0 0 0;

}



/* @end */



p.FAQ-question strong {

	color: #1969bc;

}



p.FAQ-details {

	margin: 0 0 36px 18px;

}



/* @end */



/* @group Misc */



.start-image {

	float: left;

	margin-right: 18px;

}



.inter-image {

	float: right;

	margin: 0 0 0 9px;

}



.inline-icon {

	margin-right: 3px;

	vertical-align: top;

}



.blog-image {

	float: right;

	margin: 0 0 18px 18px;

}



p.action a {

	font-weight: bold;

}



/* @end */



/* @group ie6 :/ */



* html #logo a {

	background-image: none;

	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='logo-goodbarry.png',sizingMethod='crop');

}



* html body.product #logo a {

	filter: none;

}



* html #cap-top {

	margin-bottom: -10px;

}



* html #cap-top {

	background-image: none;

	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='cap-top.png',sizingMethod='crop');

}



* html body#home #cap-top {

	background-image: none;

	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='cap-top-home.png',sizingMethod='crop');

}



* html #cap-body {

	background-image: none;

	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='cap-bg.png',sizingMethod='scale');

}



* html #cap-bottom {

	background-image: none;

	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='cap-bottom.png',sizingMethod='crop');

}



* html .home .scroller .fixPNG {

	margin-right: 9px;

}



* html ul.facts .fixPNG {

	float: left;

	margin: 45px 18px 0 0;

}



* html ul.actions li .fixPNG {

	visibility: hidden;

}



* html .caption {

	padding-top: 100px;

}



* html .home .scroller #section1 .caption {

	padding-top: 20px;

}



* html hr {

	margin: 3px 0;

}



* html .heading-faq .fixPNG {

	visibility: hidden;

}



* html #my-glider .signup {

	top: 232px;

	right: 2px;

}



/* @end */



/* @group Front Page Sign up */



#my-glider {

	position: relative;

}



#my-glider .signup {

	bottom: 0;

	height: 148px;

	right: 0;

	position: absolute;

	width: 148px;

}



div.mini-wrapper {

	background: #f7f7f7;

	border: 1px solid #ccc;


	margin-top: 36px;

	padding: 18px;

}



div.mini-wrapper h6 {

	color: #888;

	font-size: 18px;

	margin: 0 0 18px;

}



ol.blogsitesummary {

	margin: 0;

}



ol.blogsitesummary li {

	font-size: 11px;

	list-style: none;

	padding: 0 0 18px;

}



ol.blogsitesummary a {

	display: block;

	font-size: 14px;

}



body#forumsitesummary { background: #fff }

	

div.forumsitesummary { text-align: left }



div.forumsitesummary ol { margin: 0; }

div.forumsitesummary li { list-style: none; font-size: 11px; padding-bottom: 9px; }

div.forumsitesummary li a { display: block; }



/* @end */







.hide { display: none !important; }



/* @group Forms */



div.webform label {

	font-size: 11px;

}



div.webform div.item {

	padding: 6px 0;

}



div.webform input.cat_textbox {

	width: 300px;

}







/* @end */



/* @group Legacy */



font,basefont {

	color:inherit; /* Standard browsers */

	color:expression(this.parentNode.currentStyle['color']); /* IE */

    font:inherit; /* Standard browsers. Font instead of font-size for Opera */

    font-family:expression(this.parentNode.currentStyle['fontFamily']); /* IE */

    font-size:100%; /* All browsers. Sizes are inherited */

}



center {

    text-align:inherit; /* Standard browsers */

    text-align:expression(this.parentNode.currentStyle['textAlign']); /* IE */

}



s,strike,u {

    text-decoration:inherit; /* Standard browsers */

    text-decoration:expression(this.parentNode.currentStyle['textDecoration']); /* IE */

}



/* @end */



/* @group Survey */



#survey h1 {

	font-size: 36px;

}



#survey form {

	background: #ECFBEA;

	border: 1px solid #C4F0BC;

	margin: 36px 0;

	padding: 18px 36px;

}



#survey label {

	color: #000;

	font-weight: bold;

}



#survey td {

	color: #222;

	font-size: 11px;

	line-height: 24px;

	padding: 9px 0px;

}



#survey input {

	margin: 0 6px 0 0;

}



#survey select.cat_dropdown_smaller,

#survey input.cat_textbox {

	width: 200px;

	margin: 0;

}



textarea.cat_listbox {

	height: 110px;

	width: 400px;	

}



#survey input, #survey textarea {

	border-top: 2px solid #D4EED1;

	border-left: 2px solid #D4EED1;

	border-right: 2px solid #F8FBF7;

	border-bottom: 2px solid #F8FBF7;

}



#survey input:hover, #survey input:focus {

	border: 2px solid #90C886;

}



#survey input.cat_button {

	background: url(button-inputbutton.png) repeat-x 0 -2px;

	border-top: 2px solid #D4EED1;

	border-left: 2px solid #D4EED1;

	border-right: 2px solid #F8FBF7;

	border-bottom: 2px solid #F8FBF7;	

	height: 30px;

	width: 80px;

}





/* @end */



body#goodbusiness div#content h2 {

	margin: 9px 0 18px;

}



body#goodbusiness div#content h2 a {

	font-size: 11px;

	margin: 0 0 0 9px;

}



div#jump, div#jump2, div#jump3 {

	margin: 0 0 30px;

}



div#jump ul, div#jump2 ul, div#jump3 ul {

	color: #A08F6A;

	margin: 0 0 0 18px;

}

http://www.goodbarry.com/css/print.css


