/* Eric Meyer's CSS Reset Reloaded */
html, body, div, span, applet, object, embed, iframe,
h1, h2, h3, h4, h5, h6, p, 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: #fff; 
	font: small/1.2em Arial, Helvetica, sans-serif; }
#wrap {
	position: relative;
	width: 800px;
	margin: 0 auto; 
	background-color: #c9c1a9;}
.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: 3px; }
#topnav li a {
	display: block;
	padding: 10px 8px 3px 8px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 90%;
	color: #000;
	background-color: #f29e0b;
	text-decoration: none; }
#topnav li a:hover, #topnav li a.active {
	padding-top: 15px;
	background-color: #feac1c; }
	
/* Header element.*/
h1 a {
	display: block;
	width: 269px;
	height: 222px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #b7b09a url(../img/120tips.gif) no-repeat 10px 20px; }
h1 a span {
	display: none; }	

/* Common form elements. */
form label {
	float: left;
	clear: left;
	width: 120px;
	padding-top: 5px;
	font-weight: bold; }
	
/* Signup sidebar. */
.signup {
	padding-top: 10px; }
.signup p {
	margin: .5em 0 .5em 94px; }
.signup img {
	display: block;
	padding: 0 0 10px 25px; }

/* Front page columns. */
.login #left {
	text-align: right;
	width: 269px;}
.login #left img {
	padding: 10px 0 0 40px; }
.login #right {
	width: 509px; 
	padding: 270px 20px 10px 0; 
	background: transparent url(../img/tablesaw.jpg) no-repeat; }
.login #right p {
	margin: 1em 0; }
	
/* Main Bonus page columns */
.bonus #top {
	width: 800px;
	background: transparent url(../img/tablesaw.jpg) no-repeat top right; }
.bonus #left {
	width: 259px;
	height: 330px;
	border-right: 1px solid #fff;
	padding: 5px 0 10px 10px; }
.bonus #mid {
	width: 249px;
	height: 330px;
	text-align: center;
	padding: 5px 10px 10px 10px;
	border-right: 1px solid #fff; }	
.bonus #right {
	height: 330px;
	width: 240px;
	text-align: center;
	padding: 5px 0 10px 10px; }
.bonus .col img {
	clear: left;
	padding-bottom: 5px; }
	
/* 100+ Tips Page Elements */
#right h3 {
	margin: 0 0 .5em 40px;
	font-size: 110%;
	font-weight: bold; }
#right ul#bonus {
	margin: 0 0 0 40px; }	
#right ul#bonus li.opened a {
	width: 300px;
	color: #c00;
	background: transparent url(/120tips/img/bar.gif) repeat-x left;}
#right ul#bonus li.opened a span {
	background-color: #c9c1a9;
	padding-right: 5px; }	
#right ul#bonus li a {
	display: block;
	position: relative;
	z-index: 10;
	color: #000;
	font-size: 120%;
	line-height: 110%;
	text-decoration: none;
	margin-bottom: 1em; }
#right ul#bonus li a:hover {
	color: #c00; }	
#right ul#bonus li ul.submenu {
	display: none;
	position: absolute;
	top: 170px;
	left: 550px;
	width: 220px;
	border-left: 1px solid #fff;
	z-index: 100;
	background: #c9c1a9 url(/120tips/img/bar.gif) no-repeat bottom left; }
#right ul#bonus li ul.submenu li.first {
	background: #c9c1a9 url(/120tips/img/bar.gif) no-repeat top left;
	padding-top: 3px;  }
#right ul#bonus li ul.submenu li a {
	background: none;
	color: #000;
	width: 190px;
	font-size: 100%;
	margin-bottom: .5em; 
	padding-left: 7px;}
#right ul#bonus li ul.submenu li a:hover {
	color: #c00; }
#right ul#bonus li ul#router-sub {
	top: 80px; }
#right ul#bonus li ul#tablesaw-sub {
	top: 100px; }
#right ul#bonus li ul#cutting-sub {
	top: 125px; }
#right ul#bonus li ul#cabinets-sub {
	top: 150px; }
#right ul#bonus li ul#gluing-sub {
	top: 100px; }
#right ul#bonus li ul#sanding-sub {
	top: 175px; }
#right ul#bonus li ul#finishing-sub {
	top: 200px; }
#right ul#bonus li ul#shop-sub {
	top: 100px; }
	
	
/* Videos page columns (also sets some E-Tip and Plan page columns) */
.videos #left, .etip #left, .plan #left {
	width: 269px; }
.videos #left form, .etip #left form, .plan #left form {
	padding: 10px; }
.videos #right, .etip #right, .plan #right {
	width: 509px;
	padding: 60px 10px 10px 10px; 
	border-left: 1px solid #fff;}
.videos #right #prevnext {
	text-align: center;
	margin: 1em 120px 1em 0; }
.videos #right #prevnext a {
	margin: 0 20px; }
.videos #right .preview {
	width: 145px;
	float: left;
	margin: 1em 10px 0 0; }

/* E-tip page columns (and some Plan page columns). */
.etip #left .signup {
	padding-top: 50px; }
.etip #right {
	padding-top: 35px; }
.etip #right h2, .etip #sampletip h2, .plan #right h2 {
	font-size: 140%;
	font-weight: bold; }
.etip #right h2, .etip #right p, .plan #right p, .plan #right h2 {
	margin: 1em 0 1em 32px; }
.etip #right p#tipbox {
	background: #e4e0d4 url(../img/tiparrow.gif) no-repeat;
	padding: 10px 20px 10px 42px;
	margin-left: 0; }
.etip #sampletip {
	width: 510px;
	padding: 60px 10px 10px 10px;
	background-color: #fff; }
.etip #sampletip p {
	margin: 1em 0; }
.etip #sampletip p#tipbox {
	background: #e4e0d4 url(../img/tiparrow2.gif) no-repeat;
	padding: 10px 20px 10px 42px;
	margin-left: 0; }
	
/* Plan page columns */
.plan #left {
	border-right: 1px solid #fff; }
.plan #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; }
