
/* CSS Document */

/* GRAPICS/LAYOUT FORMATTING */
body{
	margin: 0 0 0 0;
	background: #170e08 url(images/bg.jpg) repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.main_container {
	background: transparent url(images/bg_more.jpg) top center no-repeat;
	}

div {
	border: 0px solid white;
}

.bodywrap{
	width: 820px;
	min-height: 200px;
	margin-left: auto;
	margin-right: auto;
	}
	
.topbar{
	background: url(images/topbar_deco.jpg) no-repeat;
	background-position:  310px 0px;
	width: 820px;
	height: 40px;
	margin: 0 0 0 0;
	padding: 0px;
		}

.topbar_item1{
	float: right;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	background: url(images/topbar_tag_item.jpg) no-repeat;
	position: relative;
	top: 10px;
	left: -40px;
	width: 285px;
	height: 30px;
	margin: 0;
	padding: 0px;

}


.top_headerpad{
	width: 820px;
	height: 10px;
	margin: 0px;
	padding: 0px;
}

.headerwrap{
	width: 820px;
	height: 210px;
	margin: 0px;
	padding: 0px;
}

.bottom_headerpad{
	clear: left;
	width: 820px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

.left_pad{
	float: left;
	width: 10px;
	height: 210px;
	margin: 0px;
	padding: 0px;
}

.right_pad{
	float: left;
	width: 10px;
	height: 210px;
	margin: 0px;
	padding: 0px;
}

.header{
	float: left;
	background: #006600 url(images/header.jpg) no-repeat;
	width: 800px;
	height: 210px;
	margin: 0px;
	padding: 0px;
}

.cor_lft_pad,
.cor_rt_pad{
	float: left;
	width: 10px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

/*.cor_lft_pad{
	background:url(images/cnr_left.gif);
	}

.cor_rt_pad{
	background: url(images/cnr_rt.jpg);
	}
*/

#headerpadding{
	background-color: #3a2a23;}

.mid_bot_pad{
	float: left;
	background: url(images/content_top.jpg) repeat-x;
	width: 800px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

.spacer10{
	float: left;
	width: 10px;
	margin: 0px;
	padding: 0px;
	}

.contentwrapper{
	background: #555;
	width: 820px;
	margin: 0px;
	padding: 0px;
}

.contentwrapper_sub{
	background: #fff url(images/content_shade.jpg) top center repeat-x;
	width: 800px;
	margin: 0px;
	padding: 0px;
}

.content_main{
	clear: left;
	float: none;
	width: 720px;
	margin: 0px;
	padding: 0px;
	border: 0px solid #ddd;
}

.quote {
	background-repeat: no-repeat;
	background-image:url(images/quote.jpg);
	}

.testi_contents {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	}

.reasons {
	line-height: 25px;
	margin-left: 25px;
	font-size: 14px;
	text-align: left;
	}

.reasons_description {
	margin-left: 45px;
	}

.content_end{
	background: #ddd url(images/content_end.jpg) repeat-x;
	width: 800px;
	height: 45px;
	margin: 0px;
	padding: 0px;
}

.footerwrapper{
	float: none;
	clear: both;
	background: #222 url(images/footer.jpg) repeat-x;
	text-align: center;
	width: 800px;
	height: 80px;
	max-height: 80px;
	margin: 0px;
	padding: 0px;
}

.footer_content{
	min-width: 100px;
	clear: left;
	margin: 20px 0 0 0;
	padding: 0px;
}


/*THANKYOU PAGE*/

span.booktitle{
	font-weight: bold;
}
td.downloadtable{
	height: 35px;
}

td#tabletop{
	background: #444;
	color: #fff;
}
td#downloadbox{
	border-left: 1px solid black;
	color: #FF0000;
}




/*TEXT FORMATTING*/

h1, h2, h3, h4, h5{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	margin: 10px 0 5px 0;
	padding: 0;}
	
h1 {
	font-size: 25px;
	}
h2 {
	font-size: 20px;
	}
h3 {
	text-align: left;
	font-size: 15px;
	}
h4 {
	font-size: 12px;
	}
h5 {
	text-align: left;
	font-size: 12px;
	}

#red {
	color: #DD0000;
	}

#blue {
	color: #0022CC;
	}
	
#r_margin_10 {
	margin-right: 10px;
	}

#image_center {
	margin-left: auto;
	margin-right: auto;}

p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	line-height: 22px;
	}
	
.footer_text{
	color: #FFFFFF;
	text-align: center;
	}
	

ul li {
	list-style: none;
	}
	

ul.launcher li{
	width: 630px;
	margin: 5px 0 0 0;
	text-align: left;
	height: 45px;
}


/*LINK FORMATTING*/

a{ text-decoration: none; border: none;}

a:link {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #0A0;
}
a:visited {
	text-decoration: none;
	color: #000;
}

a.download:hover{
	text-decoration: none;
	color: #0099FF;
}





