/* CORE LAYOUT ---------*/

body {
	background:black;
	font-family:helvetica, arial, sans-serif;
	color:#bababa;
}

div#container {
    width:900px;
    text-align:left;
    margin:0 auto 4em auto;
    border-right:1px solid #1a1a1a;
    border-left:1px solid #1a1a1a;
}

div#header {
    background:black url(/images/logo.jpg) no-repeat;
    height:150px;
}

div#header h1,
div#header h2 {
    text-indent:-9999px;
}

div#header div#sendToFriend {
    position:relative;
    margin:60px 0 0 720px;
}

h2.header {
    background:black url(/images/bg.grad.title.png) repeat-x;
    font-size:20pt;
    letter-spacing:-1px;
    padding:20px 0 10px 30px;
    height:28px;
    border-top:1px solid white;
    border-bottom:1px solid #525252;
    clear:left;
}

div#columnLeft {
    float:left;
    width:500px;
    margin-left:30px;
}

div#wide {
    margin-left:30px;
}

div#columnRight {
    margin-left:580px;
    margin-right:20px;
}

div#footer {
	clear:left;
	color:#888;
	padding:1em;
	font-size:11px;
	font-family:arial;
    border-top:1px solid #333;
    border-bottom:1px solid #333;
}

div#promo {
    background:#ccc;
}

/* CONTENT ---------------- */

div.content p {
    margin-bottom:1.5em;
    font-size:11pt;
    line-height:1.5em;
    color:#999;
}

div.content p a,
div.content li a {
	color:white;
}

div.content ul li {
    font-size:11pt;
    line-height:1.5em;
    color:#999;
    list-style-image:url(/images/star.png);
    list-style-position:outside;
    margin:0 1em 0.5em 1em;
}

div.content h3 {
    font-size:16pt;
    line-height:1.5em;
    color:#ededbe;
    /*border-bottom:1px solid #3a5758;*/
    font-weight:normal;
    letter-spacing:-1px;
}

div.content h4 {
    line-height:1.5em;
    color:white;
    font-size:11pt;
    font-weight:bold;
}

div.content h3 + h4 {
	margin-top:1.5em;
}

p.image_legend {
    display:none;
}

/* NAVIGATION ----------- */

div#navigation ul {
    border-top:1px solid white;
    border-bottom:1px solid white;
    width:100%;
    float:left;
}

div#navigation li {
    display:block;
    width:120px;
    height:50px;
    float:left;
    padding:15px;
    cursor:pointer;
}

div#navigation li.selected {
	background:url(/images/bg.nav.png) repeat-x;
}

div#navigation li:hover {
	background:url(/images/bg.nav.over.png) repeat-x;
}

div#navigation a {
	text-decoration:none;
	color:white;
	display:block;
	margin-bottom:0.5em;
	font-weight:normal;
	font-size:16px;
}

div#navigation li span {
    display:block;
    font-family:tahoma;
    font-size:11px;
    color:white;
}

/* BREADCRUMB ------------ */

ul#breadcrumb_trail {
   	padding:0.5em;
   	/*background:#333 url(/images/bg.trail.png) bottom no-repeat;*/
   	clear:left;
   	border-bottom:1px solid #222;
}

ul#breadcrumb_trail li {
   	display:inline;
    font-size:9pt;
}

/* stupid IE doesn't support this
ul#breadcrumb_trail li:after {
    content:" > ";
}

ul#breadcrumb_trail li.last:after {
    content:'';
}*/

ul#breadcrumb_trail li a {
	font-size:9pt;
}

/* BOXOUT ---------------- */

div.boxout {
	background:#11191a url(/images/bg.grad.boxtitle.png) top repeat-x;
	padding:1em;
	border:1px solid #3c3c3c;
	margin-bottom:2em;
}

div.boxout h3 {
	color:white;
	font-size:15pt;
	letter-spacing:-1px;
	margin:0 0 1em 0;
	font-weight:normal;
}

div.boxout li {
	border-bottom:1px solid #2a2a2a;
	margin:0 0 0.5em 1em;
	list-style-image:url(/images/star.png);
	list-style-position:outside;
	line-height:1.5em;
}

div.boxout li a {
    text-decoration:none;	
}

div.boxout li a:hover {
    text-decoration:underline;
    background:#2a2a2a;	
}

div.boxout .center {
	text-align:center;
}

/* SUBSCRIBE BAR --------- */

div#subscribe {
    border-top:1px solid #545454;
    border-bottom:1px solid #545454;
    padding:1em;
    text-align:center;
    clear:left;
}

div#subscribe label {
    font-size:12px;
    color:white;
}

.inputHint {
    color:#777;	
}

/* BOOK PURCHASE ------ */

div.priceContainer {
	float:left;
	margin-right:1.5em;
	width:90px;
}

div.price {
	font-size:38pt;
	color:white;
}

div#countries {
	margin:10px 0 0 90px;
}

div#paymentNotice {
	color:#999;
	line-height:1em;
	margin-top:0.75em;
}

/* SITEMAP ------------- */

div#sitemap {
    border-top:1px solid #545454;
    width:100%;
    float:left;
}

div#sitemap ul {
	float:left;
	padding:1.25em;
}

div#sitemap ul li ul {
	text-indent:1em;
	padding:0.5em;
    float:none;
}

div#sitemap li {
	margin-bottom:0.25em;
}

div#sitemap ul li a {
	font-size:11px;
	color:#aaa;
	text-decoration:none;
}

/* FORMS ------------- */

.form_error {
    margin:0.5em 0 1em 0;
    color:white;
    font-weight:bold;
    font-size:10pt;	
}

.form_row {
	margin-bottom:0.5em;
}

fieldset {
    background:#11191a url(/images/bg.grad.boxtitle.png) top repeat-x;
    padding:1em;
    border:1px solid #3c3c3c;
    margin-bottom:2em;
}

label {
   font-size:9pt;
   margin-bottom:1em;
}

textarea,
input[type=password],
input[type=text] {
    font-family:helvetica neue, arial;
    font-size:10pt;
    color:white;
    background:#000;
    border:1px solid #333;
    padding:4px;
}

input[type=button],
input[type=submit] {
    border-top:1px solid #899797;	
    border-left:1px solid #899797;
    border-right:1px solid #2c3839;
    border-bottom:1px solid #2c3839;
    background:url(/images/bg.button.png) repeat-x;
    color:white;
    font-weight:bold;
    font-size:12px;
    padding:2px 0.5em 2px 0.5em;
    cursor:pointer;
}

select {
    background:black;
    border:1px solid #333;
    color:white;	
}
	
option {
	background:black;
	color:white;
	padding:0.25em;
}

/* MISC ELEMENTS ---------- */

h2 {
	color:white;
	margin-bottom:1em;
}

b,strong {
	font-weight:bold;
	color:#aaa;
}

a {
	color:#74adaf;
}

a.action {
    display:block;
    border-top:1px solid #899797;   
    border-left:1px solid #899797;
    border-right:1px solid #2c3839;
    border-bottom:1px solid #2c3839;
    background:url(/images/bg.button.png) repeat-x;
    color:white;
    font-weight:bold;
    font-size:12px;
    padding:2px 0.5em 2px 0.5em;
    text-decoration:none;
    cursor:pointer;
}

small {
	font-size:8.5pt;
}

hr {
	display:none;
}

a.arrow {
    background:transparent url('/images/button.right.arrow.png') no-repeat scroll top right;
    color:white;
    display:block;
    float:left;
    height:33px;
    margin-right:6px;
    padding-right:33px;
    text-decoration:none;           
}

a.arrow span {
    background:transparent url('/images/button.middle.png') repeat-x;
    display:block;
    line-height:23px;
    padding:5px 10px 5px 10px;
    font-weight:bold;
    font-size:10pt;
}

/* HOMEPAGE SPECIFIC ------------------ */

div#splash {
    clear:left;
    height:409px;
    background:url(/images/home.main.jpg) no-repeat;
}

div#splash h2 {
	font-size:1.39em;
	color:white;
	position:relative;
	width:550px;
   	top:40px;
   	left:300px;
   	line-height:1.2em;
   	letter-spacing:-1px;
}

div.testimony {
	position:relative;
	left:440px;
	top:40px;
	width:380px;
	padding:15px;
	background:#1a1a1a;
	font-size:0.8em;
}

blockquote {
	line-height:1.5em;
    color:#ccc;
    display:block;
    font-size:10pt;
}

cite {
	display:block;
	text-align:right;
	color:#888;
	margin:1em 0 1em 0;
}

/* FEATURED ---------*/

div#featured {
    background:#1a1a1a url(/images/bg.spotlight2.jpg) right no-repeat;
    float:left;
    padding:0.5em 300px 0.5em 0.5em;
}

div#featured div.column1 {
    float:left;
    width:66%;
}

div#featured div.column2 {
	width:33%;
	text-align:right;
	float:left;
}
	
/* APPENDIX ---------------- */

table.checklist {
	border-collapse:seperate;
	width:100%;
	margin-bottom:8em;
}

table.checklist td {
    padding:0.5em;
    color:#888;
    font-size:12px;
}

table.checklist td.section {
    color:#ccc;
    font-size:14px;
    padding:1em 0 1em 0;
}