/* reset a bunch of stuff */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* Start the magic show */

html, body {
	height: 100%;
}

body {
    text-align: center;    
    background-image: url(../img/BackgroundTile.jpg);
	background-color: #192029;
    color: #a7aeb6;	
}

a {
    text-decoration: none;
}
a {
    color: #a7aeb6;	
}
a:active {
    color: #4e5b68;
}

a.shadow-up {
    text-shadow: 0px -1px rgba(0,0,0,0.8);    
}

a.shadow-down {
    text-shadow: 0px 1px rgba(0,0,0,0.8);      
}

a.underlined {
    padding-bottom: 1px;      
    border-bottom: 1px solid;
}

a.img {
    border: none;
}

p {
    font-size: 12px;
    line-height:  1.5em;    
}

#container {	
    background-image: url(../img/BackgroundTile.jpg);
}
#content {
    margin: 0 auto;
    margin-bottom: 0px;
    width: 980px;    
    min-height: 100%;
    background-image: url(../img/BackgroundCenterTile.jpg);
    background-repeat: repeat-y;
}
#maincol {
    text-align: left;
    margin: 0px;
    pading: 0px;
    padding-left: 40px;
    padding-right: 40px;
    background-attachment: scroll;
    background-image: url(../img/BackgroundTop.jpg);
    background-repeat: no-repeat;
    font-family: "Lucida Grande", sans-serif;
    text-shadow: 0px -1px rgba(0,0,0,0.8);    
}

#maincol h4 {
	margin-bottom: 0px;
	font-size: 13px;
	font-weight: bold;
}

#title {
    padding-top: 77px;	
}

#action {
    height: 277px;
    margin-top: 39px;
    margin-left: 5px;
}
#action p {
	margin-left: -1px;
    margin-top: 23px;
    font-size: 13px;
}

#action #left {
	margin-top: 40px;
    width: 375px;
    float: left;
}
#action #left #buttons {
	margin-left: -2px;
	margin-top:  22px;
}
#action #right {
	margin-top: -6px;
	margin-right: -10px;
    float: right;
}

#action #callout {
	position: absolute;
	z-index: 50;
	border-collapse: collapse;
	width: 179px;
	height: 126px;
	background-image: url(../img/download_callout.png);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: normal;
	left: 190px;
	top: 240px;
	text-align: center;	
}

#action #callout table {
	margin: 0px auto;
	margin-top: 19px;
}

#action #callout table th {
	color: #7e8b97;		
	text-align: right;
}
#action #callout table td {
	color: #fff;	
	padding-left: 6px;	
	text-align: left;
}

#action #middle {
	margin-left: 80px;
	margin-right: 80px;
}

#buttons {
	padding: 0;	
	padding-top: 13px;
}

#buttons a {
    border-bottom: none;
}

#buy-callout {
	margin-top: 7px;
	margin-left: 8px;
	width: 891px;
	height: 109px;
	background-image: url(../img/callout_bg.png);
}

#buy-callout div {
	padding-top: 42px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 0px;	
}

#buy-callout p {
	margin-top: 12px;
}

/* The block of features in the main part of the page */

#feature-block {
	margin-top: 51px;
}

#feature-block #left {
	float:  left;
}

#feature-block #right {
	float:  left;
	margin-left: 71px;
}

#feature-block #feature {
	width:  400px;
	margin-bottom: 50px;
}

#feature-block #feature #description {
	margin-left: 78px;	
}

#feature-block #feature h4 {
	margin-bottom: 11px;
}

#feature-block #feature img {
	float: left;
}

/* The block of podcast episodes */

#podcast-block {
	margin-top: 52px;
}

#podcast-block #episode {
    width: 520px;
    margin-left: 196px;
    margin-bottom: 39px;
}

#podcast-block #episode #description {
	padding-top: 13px;
    margin-left: 207px;
}

#podcast-block #episode h4 {
    margin-bottom: 11px;
}

#podcast-block #episode img {
    float: left;
}

#podcast-block #subscribe {
	padding-top: 16px;
	text-align: center;
}

/* The tab group */

#tab-header {
	text-align: center;
	padding-top: 74px;
	padding-bottom: 20px;
	clear: both;
	margin-left: 5px;
	margin-right: 5px;
}

#tab-header #tab-item-left {
	float: left;
	margin-left: 20px;
	margin-right: 10px;
}

#tab-header #tab-item-right {
	float: left;
	margin-left: 10px;
	margin-right: 20px;
}

#tab-header #divider {
	margin-top: 12px;
	float: left;
	background-image: url(../img/DividerLine.png);
	background-repeat: repeat-x;
	width: 310px;
	height: 3px;
}

/* Bottom Divider */

#footer-divider {
	clear: both;
	margin-top: 41px;
	margin-bottom: 52px;
	background-image: url(../img/DividerLine.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 3px;	
}

#footer {	
	padding-top: 26px;
	padding-bottom: 15px;
	text-align:  center;
	clear: both;
    color: #4e5b68;		
}
#footer a {
	color: #4e5b68;	
}
#footer p {
	margin-top: 11px;
	font-size: 13px;
	padding-bottom: 42px;
    text-shadow: 0px 1px rgba(0,0,0,0.8);      	
}
