/*
Table of Contents--
	1. Resets
	2. Main Stuff
	3. Globals and General Stuff
	4. Header - Top Navigation
	5. Footer
	6. Page Stuff
	7. 404 Page Stuff
	8. No Script Index Covers
	9. Brands Page Covers
*/

/* 1. Resets */

html,body,div,span,a,img,h1,h2,h3,h4,h5,h6,p,blockquote,q,cite,abbr,acronym,caption,address,strong,strike,del,big,small,font,dfn,ins,kbd,s,samp,tt,var,pre,code,dfn,var,iframe,applet,object,fieldset,form,label,legend,dl,dt,dd,ul,ol,li,table,caption,tbody,tfoot,thead,tr,th,td{
	border: 0;
	font-family: inherit;
	font-style:inherit; 
	font-weight:inherit;
	margin:0;
	outline: 0;
	padding:0;
	vertical-align: baseline;}
caption,th,td {text-align:left}
table {
	border-collapse:collapse;
	border-spacing:0;}
blockquote:before,blockquote:after,q:before,q:after {content:''}


/* 2. Main Stuff */

body {
	margin: 0;
	padding: 0;  
	color: #666;
	text-align:center;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	background: #b5a898; }
#wrapper {
	width: 770px;
	margin: 2px auto;
	padding: 7px 7px 0 7px;
	background: #fff; }
#wrapper-home {
	width:784px;
	margin: 2px auto;
	/* padding-top:7px; */
	background: #fff;
	position:relative; }
#flash {
	height: 174px;
	background: #f8f8f9;
	text-align:left;
	font-size:13px; }
#main {
	padding: 5px; }
#leftbar {
	float: left;
	width: 260px;
	font-size:12px;
	padding:10px 0 5px 0;
	text-align:left; }
#content {
	float: left;
	text-align:left;
	font-size:13px;
	line-height:1.4;
	width:500px; }


/* 3. Globals and General Stuff */
ul {
	list-style: none; }
a {
	text-decoration:underline;
	color:#666; }
a:hover {
	text-decoration:none; }
a.none {
	text-decoration:none;
	color:#666; }
a:hover.none {
	text-decoration:underline; }
p {
	padding-bottom: 10px; }
strong {
	font-weight:bold; }
em {
	font-style:italic; }
ol {
	margin-left:20px; }
blockquote {
	margin-left:20px;
	margin-bottom:5px;
	padding-left:5px;
	padding-bottom:5px;
	border-left: solid 1px #666; }
h3 {
	color:#888;
	font-size:14pt;
	font-weight:bold; }
h4 {
	color:#666;
	font-weight:bold;
	font-size:13px;
	padding-bottom:5px; }
h5 {
	color:#888;
	font-weight:bold;
	font-size:13px;
	padding-bottom:5px; }
.indent {
	padding-left: 20px; }
	
#shadowbox_overlay{
	background-color: #333 !important;
	opacity: 0.60 !important; }
	
/* 4. Header - Top Navigation */

#header {
	height:100px;
	padding-bottom:2px;
	background-image: url(../img/head-bg.gif);
	background-repeat: no-repeat;
	position:relative; }
#header-home {
	height:100px;
	width:770px;
	padding-bottom:2px;
	margin-left:7px;
	background-image: url(../img/head-home-bg.gif);
	background-repeat: no-repeat; }
#logo-bg {
	position:absolute;
	top:10px;
	left:10px;
	z-index:1; }


/* Level 1 */
ul.dropdown { 
	position: relative;
	padding: 78px 30px 0 0;}
ul.dropdown li {
	font-weight: bold;
	float: right;
	text-transform: lowercase;
	zoom: 1; }
ul.dropdown a:hover {
	color: #333; }
ul.dropdown a:active, ul.dropdown a.active {
	color: #333;
	text-decoration:none; }
ul.dropdown li a {
	display: block;
	padding: 4px 8px;
	border-left: 1px solid #888;
	color: #888; }
ul.dropdown li.hover, ul.dropdown li:hover {
	color: #333;
	position: relative; }
ul.dropdown li.hover a {
	color: #333333; }

/* Level 2 */
ul.dropdown ul {
	width: 108px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	opacity: 0.85;
	filter: alpha(Opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85; }
ul.dropdown ul li {
	font-weight: normal;
	text-align: left;
	background: #fff;
	color: #888;
	border-bottom: 1px solid #888;
	text-transform: none;
	float: none; }
ul.dropdown ul li:hover {
	background: #999; }
									  
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
	width: 100%;
	display: inline-block; } 
	
	
/* 5. Footer */

#terms {
	float:left;
	padding-bottom:5px; }
#terms a {
	color: #888; }
#terms a:hover {
	text-decoration:underline; }
#copy {
	float:right;
	color:#888;
	padding-bottom:5px; }
.tan {
	width: 770px;
	margin: 0px auto;
	padding: 0 15px 0 15px;
	background: #b5a898; }

/* 6. Page Stuff */

.content-menu {
	padding:5px 0 10px 0;
	font-size:11px; }
.content-menu a {
	color: #888;
	text-decoration:none; }
.content-menu a:hover {
	text-decoration:underline; }
img.head {
	padding-bottom:5px; }
#cover-img {
	background-image: url(../img/cover-shadow.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 250px;
	height: 305px; }
#mymovie {
	padding: 2px 0 0 0;
	background-image: url(../img/tan_bkg.gif);
	background-repeat:repeat-x;
	background-position:bottom; }
#leftbar p.leftnav {
	line-height:2.2; }
blockquote.leftnav {
	border-left: none; }
.credits {
	margin: -12px 0 0 -5px;
	font-size: 8px; }	
p.about-caption {
	font-size:9px; }
#termsLinks li {
	padding-bottom: 10px;
	line-height: 1.5em; }	
.positionDesc {
	background-color: #eeeeee; }

/* 7. 404 Page Stuff */

#errorA {
	float:left;
	width: 238px; }
#errorB {
	float:left;
	width: 500px;
	padding-left:10px;
	font-size:13px;
	text-align:left;
	display:inline; }
.col1 {
	float:left;
	width: 230px;
	text-align:left;
	font-size:13px; }
.col2 {
	float: left;
	width: 260px;
	padding-left:40px;
	text-align:left;
	font-size:13px; }
.col3 {
	float: right;
	width: 225px;
	text-align:left;
	font-size:13px; }


/* 8. No Script Index Covers */

#indexmags {
	position:absolute;
	top: 347px;
	left: 205px; }
#woodsmith {
	position: absolute;
	top: 0px;
	left: 0px; }
#shopnotes {
	position: absolute;
	top: 6px;
	left: 108px; }
#workbench {
	position: absolute;
	top: 1px;
	left: 215px; }
#gardengate {
	position: absolute;
	top: 6px;
	left: 322px; }
#cuisineathome {
	position: absolute;
	top: 1px;
	left: 430px; }
	

/* 9. Brands page covers */

#brandsMags {
	position:relative; }
#woodsmith2 {
	position: absolute;
	top: 160px;
	left: 20px; }
#shopnotes2 {
	position: absolute;
	top: 120px;
	left: 50px; }
#workbench2 {
	position: absolute;
	top: 80px;
	left: 30px; }
#gardengate2 {
	position: absolute;
	top: 40px;
	left: 60px; }
#cuisineathome2 {
	position: absolute;
	top: 0px;
	left: 10px; }
