/* Eric Meyer's CSS Reset Reloaded */
html, body, div, span, applet, object, embed, iframe,
h1, sand, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit; }
:focus {
	outline: 0; }
body {
	line-height: 1;
	color: black;
	background: white; }
ol, ul {
	list-style: none; }
table {
	border-collapse: separate;
	border-spacing: 0; }
caption, th, td {
	text-align: left;
	font-weight: normal; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: ""; }
blockquote, q {
	quotes: "" ""; }
.showonsuccess {
	display: none; }

/* Globals and nearly-so's. */
body {
	background-color: #c9c1a9; 
	font: small/1.2em Arial, Helvetica, sans-serif; }
h2 {
	font-size: 150%;
	line-height: 1.25;
	margin:0; }
#wrap {
	position: relative;
	width: 800px;
	margin: 0 auto; 
	background-color: #fff;}
.col {
	float: left; }
.small {
	font-size: 80%; }
#msg, #msg p { 
	color: #c00;
	margin: 1em 0;
	font-weight: bold; }
	
/*Top Navigation. */
#topnav {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;}
#topnav li {
	float: left;
	padding-left: 1px; }
#topnav li a {
	display: block;
	padding: 10px 5px 3px 5px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 90%;
	color: #000;
	background-color: #fff315;
	text-decoration: none; }
#topnav li a:hover, #topnav li a.active {
	padding-top: 15px; }
#topnav li a.active {
	color: #222087; }
	
/* Header element.*/
h1 a {
	display: block;
	width: 270px;
	height: 224px;
	background: #000 url(../img/banner.gif) no-repeat; }
h1 a span {
	display: none; }
#top {
	border-bottom: 1px solid #ccc; }
#top img {
	padding: 25px 0 24px 15px; }	

/* Common form elements. */
form label {
	font-weight: bold; }
	
/* Signup sidebar. */
.signup, #signup {
	padding-top: 5px; }
.signup {
	margin-top: 40px;}
.signup p, #signup p {
	margin: .5em 0 .5em 94px; }
.signup img, #signup img {
	display: block;
	padding: 0 0 0 25px; }

/* Front page columns. */
.login #top {
	width: 800px;
	height: 224px;
	background: transparent url(../img/beautyshot.jpg) no-repeat top right; }
.login #left {
	text-align: right;
	width: 341px;}
.login #left img {
	padding: 60px 0 0 40px; }
.login #right {
	width: 387px; 
	background-color: #fff;
	padding: 115px 5px 10px 5px;  }
.login #right p {
	margin: 1em 0; }
	
/* Main Bonus page columns */
#top {
	width: 800px;
	background: transparent url(../img/beautyshot.jpg) no-repeat top right; }
#left {
	width: 258px;
	border-right: 1px solid #ccc;
	padding: 5px 3px 10px 9px; }
.bonus #left .signup {
	margin-top: 0; }
.bonus #mid {
	width: 261px;
	height: 330px;
	text-align: center;
	padding: 5px 5px 10px 5px;
	border-right: 1px solid #ccc; }	
.bonus #right {
	width: 243px;
	height: 330px;
	text-align: center;
	padding: 5px 2px 10px 4px; }
.bonus #main {
	width: 504px;
	height: 330px;
	text-align: center;
	padding: 5px 2px 10px 4px; }
	
/* 100+ Tips Page Elements */
div#right {
	padding:20px;
	width:489px;
}
#right h3 {
	margin: 0 0 2em 5px;
	font-size: 110%;
	font-weight: bold; }
#right ul#bonus {
	margin: 0 0 0 5px;
	position: relative;}	
#right ul#bonus li.opened a {
	color: #ed2224;
	background: transparent url(../img/bar.gif) repeat-x left;}
#right ul#bonus li.opened a strong {
	background-color: #fff;
	padding-right: 5px; }	
#right ul#bonus li a {
	display: block;
	width: 200px;
	position: relative;
	color: #000;
	font-size: 120%;
	line-height: 110%;
	text-decoration: none;
	margin-bottom: 1em; }
#right ul#bonus li a:hover {
	color: #ed2224; }	
#right ul#bonus li ul.submenu {
	display: none;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	position: absolute;
	top: 170px;
	width: 150px;}
#right ul#bonus li ul.submenu li.first {
	background: #fff url(../img/bar.gif) no-repeat top left;
	padding-top: 3px;  }
#right ul#bonus li ul.submenu li a {
	background: none;
	color: #000;
	width: 200px;
	font-size: 100%;
	margin-bottom: .5em; 
	padding-left: 7px;}
#right ul#bonus li ul.submenu li a:hover {
	color: #ed2224; }
#right ul#bonus li ul.submenu li a:visited {
	color: #aaa; }
#right ul#bonus li ul#rout-sub1, #right ul#bonus li ul#tab-sub1, #right ul#bonus li ul#cut-sub1, #right ul#bonus li ul#cab-sub1, #right ul#bonus li ul#glu-sub1, #right ul#bonus li ul#shop-sub1, #right ul#bonus li ul#sand-sub1 {
	left: 200px;
	border-left: 1px solid #ed2224;	
	background: #fff url(../img/bar.gif) no-repeat bottom left; }
#right ul#bonus li ul#rout-sub1 {
	top: 0; }
#right ul#bonus li ul#tab-sub1 {
	top: 0; }
#right ul#bonus li ul#cut-sub1 {
	top: 0; }
#right ul#bonus li ul#cab-sub1 {
	top: 100px; }
#right ul#bonus li ul#glu-sub1 {
	top: 0; }
#right ul#bonus li ul#shop-sub1 {
	top: 0; }
#right ul#bonus li ul#sand-sub1 {
	top: 150px; }

/* Videos page columns (also sets some E-Tip and Plan page columns) */
.extras #left form, .etip #left form, .plan #left form, .bonustips #left form {
	padding: 10px; }
.extras #right, .etip #right, .plan #right, .bonustips #right {
	width: 500px;
	padding: 60px 10px 10px 10px; 
	border-left: 1px solid #ccc;}
.videos #right #prevnext {
	text-align: center;}
.videos #right #prevnext a {
	margin: 0 20px; }
.videos #right .preview {
	width: 145px;
	float: left;
	margin: 1em 10px 0 0;
	font-size: 90%; }
div#video {
	margin:0 auto 10px auto;
	height:234px;
	width:398px;}
	
/* Extras */
.extras h4 {
	font-weight: bold;
	font-size: 14px; 
	margin-bottom: 3px; }
.extras .clearing {
	clear: both; }
.extras .column1 {
	width: 160px;
	margin-right: 10px;
	float: left;
	margin-bottom: 30px; }
.extras .column2 {
	float: left;
	width: 160px;
	margin-right: 10px;
	margin-bottom: 30px; }
.extras .column3 {
	float: left;
	width: 160px;
	margin-bottom: 30px; }
.extras ul.extraslist li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
	margin-bottom: 3px; }
.extras ul.extraslist li a:hover {
	text-decoration: none; }


/* E-tip page columns (and some other page columns). */
.etip #right {
	padding-top: 35px; }
.etip #right sand, .etip #sampletip sand, .plan #right sand, .bonustips #right sand {
	font-size: 140%;
	font-weight: bold;
	color: #f9a351; }
.etip #right #tipbox, .etip #sampletip #tipbox {
	background: transparent url(../img/tiparrow.gif) no-repeat 0 5px; }
div#tipbox {
	margin:10px 0;
}
.etip #right #tipbox p, .etip #sampletip #tipbox p {
	background-color: #ffffe5;
	padding: 10px;
	border: 1px solid #7f7f7f;
	margin-left: 30px; }
.etip #sampletip {
	padding:30px;	
}
.etip #sampletip p {
	margin: 1em 0; }
.etip #right a {
	margin-left: 20px; }
.etip #tiparea {
    border: 1px solid #CCCCCC;
    height: 650px;
    margin: 0 auto;
    width: 700px;
}
.etip #video-77469 {
    margin: 0 10px;
}
.etip .videoleft {
    float:left;}

	
/* Plan page columns */
.plan #left, .bonustips #left {
	border-right: 1px solid #ccc; }
.plan #right, .bonustips #right {
	border: 0; }	
	
/* Footer */
#footer { 
	clear: both; 
	text-align: center;
	padding: 20px 0 10px 0;}
#footer a {
	text-decoration: none;
	color: #000; }
#footer a:hover { 
	text-decoration: underline; }
	
div.center {
	width:100%;
	text-align:center;}
	
.button {
	display: inline-block;
	line-height: 1;
	padding: 2px 7px 3px;
	font-size: 12px;
	text-decoration: none !important;
	font-weight: bold !important;
	color: #000 !important;
	background-color: #fcc62f;
	border: 2px solid #fff;
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
	-moz-border-radius: 7px; 
	margin-top: 5px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	cursor: pointer; }
.button:hover {
	background-color: #e1a718;
	color: #000 !important; }
input.button {
	padding: 2px 8px 2px; }
