/* CSS Document */
* {
	margin:0;
	padding:0;
}
a {
	outline:none;
}
body {
	background:#323D44;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.5em;
}
#wrap {
	margin:80px auto 0 auto;
	width:845px;
}
#wrap h1 {
	float:left;
	position:relative;
	text-indent:-5000px;
	margin-bottom:15px;
	width:186px;
	height:27px;
}
#wrap h1 a {
	position:absolute;
	top:0;
	left:0;
	width:186px;
	height:27px;	
	background:url(../img/woodsell-logo.gif) no-repeat;
}
#navigation {
	float:right;
	list-style:none;
}
#navigation li {
	float:left;
	position:relative;
	text-indent:-5000px;
	margin-left:10px;
	width:109px;
	height:28px;
}
#navigation li a {
	position:absolute;
	top:0;
	left:0;
	width:109px;
	height:28px;
}
#navigation li#intro a {
	background:url(../img/btn-introduction.jpg) no-repeat 0 -28px;
}
#navigation li#intro a:hover, #navigation li#intro a.active {
	background:url(../img/btn-introduction.jpg) no-repeat 0 0;
}
#navigation li#tour a {
	background:url(../img/btn-tour.jpg) no-repeat 0 -28px;
}
#navigation li#tour a:hover, #navigation li#tour a.active{
	background:url(../img/btn-tour.jpg) no-repeat 0 0;
}
#navigation li#purchase a {
	background:url(../img/btn-purchase.jpg) no-repeat 0 -28px;
}
#navigation li#purchase a:hover, #navigation li#purchase a.active{
	background:url(../img/btn-purchase.jpg) no-repeat 0 0;
}
#navigation li#contact a {
	background:url(../img/btn-contact.jpg) no-repeat 0 -28px;
}
#navigation li#contact a:hover, #navigation li#contact a.active{
	background:url(../img/btn-contact.jpg) no-repeat 0 0;
}

#container {
	clear:both;
	margin:0 auto;
	padding:15px;
	width:815px;
	height:685px;
	background:#475157;
	font-size:1em;
}
#media-wrapper {
	float:left;
	width:470px;
	height:485px;
}
#content {
	margin-left:485px;
	width:325px;
	color:#efefef;
}
#footer {
	color:#999999;
	padding-top:5px;
	text-align:center;
}
#footer a {
	color:#999999;
}
#download {
	margin-left:15px;
	width:90%;
	border:1px solid #6C7479;
}
#download h3 {
	padding:.5em;
	background:#646C70;
}
div#download p, div#download span {
	padding:10px;
	font-size:.9em;
}
#download a {
	color:#efefef;
}
#download span {
	display:block;
	margin-left:15px;
}
#download span a {
	padding: 5px 0 5px 35px;
	display: block;
	height:30px;
	background:url(../img/btn-download-icon.gif) no-repeat;
}
#content p {
	padding-bottom:1em;
	text-align:justify;
}
#content h1, #content h2 {
	padding-bottom:.5em;
}
#content h2 {
	text-transform:uppercase;
}
#content h2#terms {
	text-indent:-5000px;
	width:206px;
	height:16px;
	background:url(../img/txt-terms.gif) no-repeat;
}
#content h2#thank-you {
	text-indent:-5000px;
	width:111px;
	height:16px;
	background:url(../img/txt-thank-you.gif) no-repeat;
}
#content h2#coming-soon {
	text-indent:-5000px;
	width:251px;
	height:16px;
	background:url(../img/txt-coming-soon.gif) no-repeat;
}
#content h2#tour {
	text-indent:-5000px;
	width:173px;
	height:16px;
	background:url(../img/txt-tour.gif) no-repeat;
}
#content h2#intro {
	text-indent:-5000px;
	width:223px;
	height:16px;
	background:url(../img/txt-intro.gif) no-repeat;
}
#content h2#contactus {
	text-indent:-5000px;
	width:223px;
	height:16px;
	background:url(../img/txt-contactus.gif) no-repeat;
}
#content h4 {
	position:relative;
	text-indent:-5000px;
	margin: 10px 0 0 25px;
	width:284px;
	height:55px;
}
#content h4 a{
	position:absolute;
	top:0;
	left:0;
	width:284px;
	height:55px;
}
#content h4#tour a {
	background:url(../img/btn-take-a-tour.gif) no-repeat;
}
#content h4#purchase a {
	background:url(../img/btn-purchase-info.gif) no-repeat;
}
#content ul {
	padding:0 1em;
}
#content li {
	padding-bottom:1em;
}     
#signup-form {
	border:1px solid #ccc;
	padding:5px 10px;
}   
#signup-form label {
	font-weight:bold;
}
#signup-form input,#signup-form select  {
	margin-bottom:.5em; 
	display:block;
}  

#signup-form input.email,#signup-form select  {
	font-size:1.8em;
}
#maintab {
	position:relative;
	background:url(../img/feature-map.jpg) no-repeat;
	width:468px;
	height:395px;
	list-style:none;
}
#maintab li a {
	text-indent:-10000px;
	display:block;
	width:50px;
	height:50px;
}
#maintab li {
	display:block;
	position:absolute;
	width:50px;
	height:50px;
}
#maintab li#tab1 {
	left:103px;
	top:25px;
}
#maintab li#tab2 {
	left:116px;
	top:253px;
}
#maintab li#tab3 {
	left:176px;
	top:132px;
}
#maintab li#tab4 {
	left:337px;
	top:200px;
}
.tabcontent{
display:none;
}
.tabcontentstyle {
	margin-top:15px;
	background:#ccc;
}
.tabcontentstyle p {
	padding:5px;
}
.clear {
	clear:both;
}