/* @override 
	http://10.0.1.5:8888/gooey-promo/css/main.css
*/

/*
Company:	Gooey Templates
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
body {
	background-color: #eceae9;
	font-family: Helvetica, sans-serif;
}
/* @end */

/* @group Layout */
div#hd {
	background: url(../images/hd-bkg.png) repeat-x 0 0 #291c15;
	width: 100%;
}
div#hd-inner {
	width: 790px;
	height: 99px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/gooey-guy.png) no-repeat 15px 0;
}
img#logo {
	margin: 8px 20px 0 0;
	float: right;
	display: inline;
}

div#bd {
	width: 818px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/page-bkg.gif) repeat-y 0 0;
}
div#bd-btm {
	width: 818px;
	height: 24px;
	background: url(../images/page-btm.gif) no-repeat 0 0;
}

div#ft {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	color: #5d4f4a;
	text-align: center;
	margin-bottom: 20px;
	line-height: 140%;
}
div#ft p {
	margin: 0 0 10px 0;
}
/* @end */

/* @group Modules */
/* Front Feature */
div#front-feature {
	width: 767px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0 0 0;
}
div#front-feature h1 {
	margin-left: 3px;
	margin-bottom: 0;
	font-size: 292%;
	letter-spacing: -1px;
}
div#front-feature h2 {
	margin: 0 0 10px 5px;
	font-weight: normal;
	font-size: 138.5%;
	color: #666666;
}
div#front-feature p.view-templates {
	padding: 10px 0 0 0;
}
div#front-feature p.view-templates a {
	display: block;
	width: 182px;
	height: 55px;
	background: url(../images/btn-view-templates.png) no-repeat 0 0;
	text-indent: -9000px;
	float: right;
	display: inline;
}

/* Cu3er */
#cu3er-container {
	width:767px;
	outline:0;
}

/* View All Templates */
p.view-all-templates {
	font-size: 123.1%;
	font-weight: bold;
	color: #649f2f;
	margin-bottom: 0!important;
	text-align: center;
	padding: 24px 0 0 0;
}
p.view-all-templates a:link, p.view-all-templates a:visited {
	color: #649f2f;
	text-decoration: none;
}
p.view-all-templates a:hover {
	text-decoration: underline;
}

/* Screenshots */
div.screenshots {
	background-color: #e4ded6;
	padding: 15px 10px;
}
div.screenshots p {
	margin-top: 10px;
	font-size: 116%;
	margin-bottom: 0px!important;
}
div.screenshots h2 {
	margin-bottom: 5px;
}

/* Content */
div.content {
	width: 770px;
	margin-left: 24px;
	padding: 10px 0;
}
body.index div.content {
	width: 710px;
	padding: 30px 30px 15px 30px;
}
body.content-page div.content {
	width: 710px;
	padding: 30px 30px 15px 30px;
}
div.content p {
	color: #5d4f4a;
	margin-bottom: 20px;
}

/* Columns */
div.left-col {
	margin-left: 2%;
	width: 43%;
	float: left;
	display: inline;
}
div.right-col {
	width: 43%;
	float: right;
	display: inline;
}



/* Buy Box */
div.buy-box {
	text-align: center;
}
div.buy-box p.buy-text {
	text-align: right;
	margin-bottom: 10px!important;
	width: 51%;
	float: left;
	display: inline;
}
div.buy-box p.buy-price {
	text-align: left;
	width: 45%;
	color: #56902f;
	font-size: 300%;
	line-height: 80%;
	font-weight: bold;
	margin-bottom: 10px!important;
	float: right;
	display: inline;
}
div.buy-box p.buy-price span {
	font-size: 50%;
	margin-top: -5px;
	float: left;
	display: inline;
}
div.buy-box img {
	margin-top: 5px;
}

/* Cols */
div.cols {
	margin: 30px 0;
}
div.col-33 {
	width: 32%;
	padding: 0;
	margin-left: 1%;
	float: left;
	display: inline;
}
div.col-50 {
	width: 49%;
	padding: 0;
	margin-left: 1%;
	float: left;
	display: inline;
}

/* Info Box */
div.info-box {
	background-color: #e4ded6;
	padding: 10px 15px;
	margin: 10px 0;
}
div.info-box ul {
	margin-left: 25px;
	color: #5d4f4a;
}
div.info-box ul li {
	list-style-type: disc;
}

/* Products */

.productmain {
	width: 227px;
	float: left;
	text-align: center;
	padding: 8px 0;
	margin: 0 0 25px 7px;
	background: url(../images/main-shot-bkg.jpg) no-repeat 50% 3px;
}
.productmain img {
	margin-bottom: 10px;
}
.productmain .description {
	font-size: 90%;
	line-height: 1.2em;
	color: #444;
}
.productmain h3 a:link, .productmain h3 a:visited {
	text-decoration: none;
}
.productmain h3 a:hover {
	text-decoration: underline;
}
h2.series-title, h2.bundle-title {
	color: #666666;
	margin: 0 0 5px 27px;
	width: 654px;
	clear: both;
	padding: 0 0 2px 0;
	font-size: 230.5%;
	font-weight: normal;
	border-bottom: 1px solid #d4cecb;
}
h2.bundle-title {
	color: #000;
}

/* Product Detail */
div.prod-detail-name {
	margin: 0 20px 0 48px;
	padding: 20px 0 0 0;
	width: 430px;
	border-bottom: 1px solid #d4cecb;
}
div.bundle-detail-name {
	margin: 0 48px 0 48px;
	padding: 20px 0 0 0;
	border-bottom: 1px solid #d4cecb;
}
div.prod-detail-name h1, div.bundle-detail-name h1 {
	width: 290px;
	font-weight: normal;
	font-size: 292%;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	float: left;
	display: inline;
}
div.prod-detail-name h1 span.dollar-sign, div.bundle-detail-name h1 span.dollar-sign {
	font-size: 57%;
	padding: 0 0 0 10px;
	vertical-align: top;
	line-height: 43px;
	color: #6e5546;
}
div.prod-detail-name h1 span.dollars, div.bundle-detail-name h1 span.dollars {
	font-size: 85%;
	color: #6e5546;
}
div.prod-detail-name h1 span.usd, div.bundle-detail-name h1 span.usd {
	font-size: 67%;
	font-weight: normal;
	color: #6e5546;
}

div.prod-detail-name div.prod-detail-buy {
	width: 200px;
	float: right;
	display: inline;
}
img.prod-detail {
	margin: 0 0 0 9px;
}
p.prod-detail-price {
	margin: 0 20px 4px 0;
	background-color: #8ab762;
	color: #fff;
	padding: 3px 12px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float: right;
	display: inline;
}
div.bundle-detail-name p.prod-detail-price {
	margin-right: 0;
}
p.prod-detail-price span.dollars {
	font-size: 250%;
	font-weight: bold;
	vertical-align: middle;
}
p.prod-detail-price span.dollar-sign {
	font-size: 150%;
	font-weight: bold;
	padding: 0;
	line-height: 32px;
	vertical-align: top;
}

/* Product Detail Pic */
div.prod-detail-pic {
	width: 415px;
	position: absolute;
	margin: 33px 0 0 400px;
}

/* Product Detail Included Pages List */
div.included-page-list {
	width: 400px;
	
	min-height:560px;
	height:auto !important;
	height:560px;
}
div.included-page-row a {
	display: block;
}
div.included-page-list span.thumb {
	display: block;
	width: 85px;
	float: left;
	display: inline;
}
div.included-page-list span.info {
	display: block;
	width: 280px;
	padding: 0 0 0 0;
	float: left;
	display: inline;
}
div.included-page-list span.info span.info-text {
	color: #000;
	font-size: 116%;
	margin: 0;
	display: block;
}
div.included-page-list a:link, div.included-page-list a:visited {
	color: #000;
	text-decoration: none;
}
div.included-page-list a:hover {
	text-decoration: none;
}
div.included-page-list div.included-page-row {
	padding: 0 10px 25px 0;
}
form.add-cart-btm {
	margin: 20px 95px 0 0;
	text-align: right;
}
div.bundle-detail form.add-cart-btm {
	margin: 20px 0 0 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #d4cecb;
	clear: both;
}


/* Why Gooey Box */
body.index div.why-box {
	border-top: 1px solid #e4ded6;
	border-bottom: 1px solid #e4ded6;
}
div.why-box {
	padding: 25px 0 0 0;
}
div.why-box div.left-item {
	width: 47%;
	float: left;
	display: inline;
}
div.why-box div.right-item {
	width: 47%;
	float: right;
	display: inline;
}
div.why-box h4 {
	padding: 0 0 0 33px;
	font-size: 138.5%;
	line-height: 28px;
	font-weight: normal;
}
div.why-box h4.save-time {
	background: url(../images/icon-faster.gif) no-repeat 0 50%;
}
div.why-box h4.super-flexible {
	background: url(../images/icon-flexible.gif) no-repeat 0 50%;
}
div.why-box h4.friendly-support {
	background: url(../images/icon-support.gif) no-repeat 0 50%;
}
div.why-box h4.whats-included {
	background: url(../images/icon-everything.gif) no-repeat 0 50%;
}
div.why-box p {
	font-size: 108%;
	color: #5d4f4a;
	line-height: 150%;
	padding: 0 0 0 0;
}

/* @end */

/* @group Nav */
ul#nav {
	margin: 65px 0 0 230px;
	float: left;
	display: inline;
}
ul#nav li {
	display: inline;
}
ul#nav li a {
	padding: 0 8px;
	font-size: 123.1%;
}
ul#nav a:link, ul#nav a:visited {
	color: #d4d2d0;
	text-decoration: none;
}
ul#nav a:hover {
	color: #fff;
}
/* @end */

/* @group Headings */

h1 {
	font-size: 230.7%;
	margin-bottom: 10px;
	color: #281c15;
	font-weight: normal;
}
div.screenshots h2 {
	margin-left: 7px;
	margin-bottom: 10px;
	font-size: 161.6%!important;
}
h2 {
	font-size: 138.5%;
	font-weight: bold;
	color: #281c15;
	margin-bottom: 20px;
}
h2.included {
	color: #649f2f;
}
h3 {
	font-size: 123.1%;
	font-weight: bold;
	color: #281c15;
	margin-bottom: 10px;
}
h4 {
	font-size: 116%;
	font-weight: normal;
	color: #281c15;
	margin-bottom: 2px;
}
h5 { }
h6 { }
/* @end */

/* @group Text Styles */
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
p.question {
	font-weight: bold;
	margin-bottom: 3px!important;
}
p.answer-list {
	margin-bottom: 10px!important;
}
p.bundle-note {
	font-weight: bold;
	color: #000!important;
	font-size: 108%!important;
	text-align: center;
	margin: 0!important;
	padding: 15px 0;
	border-top: 1px solid #e4ded6;
	border-bottom: 1px solid #e4ded6;
}
/* @end */

/* @group Lists */
ul {
	color: #5d4f4a;
	margin-left: 25px;
	margin-bottom: 20px;
}
ul li {
	list-style-type: disc;
}
/* @end */

/* @group Forms */
form {
	/*margin-bottom: 20px;*/
}
/* @end */

/* @group Links - link visited hover active */
a:link, a:visited {
	color: #5d4f4a;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.hide {
	display: none!important;
}
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */