/*
-----------------------------------------------
Grow My Sales Screen Styles
Author:   David Galovic
Company:  Ruckus Media
Version:  15 June 2009
----------------------------------------------- */

body {
	margin: 10px 0 0 0; 
	padding: 0;
	font-family: "Lucida Grande", arial, helvetica, sans-serif;
	color: #777;
	background: #fff url(/images/bg-header.png) repeat-x;
	text-align: left;
	font-size: 62.5%;
}


/* Structure
----------------------------------------------- */

div#wrapper {
	margin: 0 auto;
	width: 760px;
	padding: 0;
}

div#header {
	width: 100%;
}

div#logo {
	float: left;
	margin-top: 19px;
	width: 328px;
	height: 94px;	
}

div#navigation {
	clear: both;
	height: 36px;
	width: 759px;
	padding: 0 9px;
	background: #fff url(/images/bg-navigation.png) no-repeat;
}

div#main {
	clear: both;
	padding: 36px 0 40px 0;
}

div#main-col {
	float: left;
	min-height: 400px;
}

#standard div#main-col {
	margin-top: -10px;
}

div#footer-wrapper {
	background-color: #858484;
	border-top: 2px solid #717171;
}

div#footer {
	margin: 0 auto;
	width: 760px;
	padding: 20px 0;
	background-color: #858484;
	color: #fff;
}


/* Typography
----------------------------------------------- */

#skip {
	display: none;
}

p, div#main li {
	font-size: 1.2em;
	line-height: 1.8em;
	margin: 0.7em 0;
}

#TB_window p, #TB_window li {
	font-size: 1.1em;
	line-height: 1.6em;
	margin: 0.6em 0;
}

#TB_window li {
	margin: 0.4em 0;
}

div#main ul {
	margin-top: 0;
}

div#main li, #TB_window li {
	list-style: outside square;
}

h1 {
	color: #538798;
	font-size: 2.2em;
	font-weight: normal;
	font-family: "Georgia", "Lucida Grande", arial, helvetica, sans-serif;
}

div.section {
	padding-bottom: 20px;
}

#home div.section h1 {
	float: left;
	width: 195px;
	margin: 6px 45px 0 0;
}

#home div.section p, #home div.section ul, #home div.section h2, #home div.section h3, #home div.section h4 {
	display: block;
	width: 500px;
	float: right;
}

#home div.section ul {
	width: 460px;
}

#home div.section input {
	float: right;
	margin-right: 202px;
}

div.testimonial {
	background-color: #F4FBFD;
	border-bottom: 2px solid #F36400;
	color: #F36400;
	font-size: 1.6em;
	font-weight: normal;
	font-family: "Georgia", "Lucida Grande", arial, helvetica, sans-serif;
	margin: 0 0 20px 0;
	display: block;
	width: 500px;
	float: right;
	text-align: center;
}

#home div.testimonial p {
	margin: 10px 20px;
}

cite {
	padding: 0;
	color: #777;
	font-style:italic;
}

p cite {
	margin: -10px 0 0 0;
	padding: 0;
	font-size: 15px;
	display: block;
}


/* Navigation
----------------------------------------------- */

div#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#navigation li {
	float: left;
}

div#navigation ul li a {
	display: block;
	float: left;
	height: 10px;
	padding: 4px 13px 8px 13px;
	margin: 7px 2px 0 2px;
	text-decoration: none;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
}

div#navigation ul li a:hover, div#navigation ul a.current, div#navigation ul li a.current:hover {
	background-color: #f36400;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}


/* Forms
----------------------------------------------- */

#contact-form {
	margin: 30px 0 20px 0;
}

#contact-form p, #paypal-processing-page p {
	margin: 6px 0;
}

#contact-form .compulsory {
	font-weight: bold;
}

#contact-form label, #paypal-processing-page label, #TB_window label {
	float: left;
	width: 100px;
	text-align: right;
	padding-right: 10px;
}

#paypal-processing-page label {
	width: 140px;
}

#contact-form .textarea label {
	display: block;
}

#contact-form input, #paypal-processing-page input, #TB_window input, textarea {
	border: 1px solid #ccc;
	padding: 2px 1px;
	color: #666;
	width: 300px;
	font: 12px "Lucida Grande", arial, helvetica, sans-serif;
}

#TB_window input {
	width: 200px;
}

#contact-form textarea {
	width: 300px;
	height: 100px;
}

#contact-form .buttons {
	margin: 10px 0 0 110px;
}

#contact-form .buttons .order-button, #paypal-processing-page input.button, #TB_window input.order-button {
	width: 60px;
	color: #fff;
	border: 1px solid #9F3F00;
}

#paypal-processing-page input.button, #TB_window input.order-button {
	width: 80px;
	margin-right: 4px;
}

.form-message {
	background-color: #c00;
	border: 3px solid #e67f00;
	color: white;
	margin: 10px 0;
	padding: 10px;
}

input.order-button, #paypal-processing-page input.button, #TB_window input.order-button {
	background-color: #f36400;
	color: #fff;
	font: 12px "Lucida Grande", arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #9F3F00;
	padding: 4px 10px;
}


#TB_window input.order-button {
	margin-left: 158px;
}

#popup-form {
	margin-top: 10px;
}


div.error, div.success {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 10px 0;
	padding: 0 10px;	
} 

div.error {
	background-color: #FFEBE8;
	border: 1px solid #CC0000;
}

div.success {
	background-color: #C2EFCD;
	border: 1px solid #00CC33;
}

#TB_window label.error {
	display: inline;
	color: #FF0000;
	margin-left: 10px;
	text-align: left;
	width: auto;
	float: none;
}


/* Paypal
----------------------------------------------- */

#paypal-processing-page #content {
	padding-top: 120px;
}

#paypal-processing-page #content p, #paypal-processing-page #content legend {
	font-size: 12px;
}

#paypal-processing-page #content legend {
	color: #538798;
	font-size: 1.6em;
	font-weight: normal;
	font-family: "Georgia", "Lucida Grande", arial, helvetica, sans-serif;
}

#product-table {
	border: 2px solid #E5E9EC;
	margin: 0 0 30px 0;
}

#product-table td {
	background-color: #F9FAFA;
}

#product-table th {
	background-color: #9A9B9B;
	color: #fff;
}

#product-table th, #product-table td {
	font-size: 12px;
	padding: 5px 15px;
}

#paypal-processing-page fieldset {
	border: 2px solid #E5E9EC;
	margin: 0 0 30px 0;
}


/* Misc
----------------------------------------------- */

a img {
	border: 0;
}

.clear {
	clear: both;
}
