/* HTML tags redefined */

html {
	
}

body {
	background: #151515;
	font: 62.5% Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 1.2em;
	color: #666;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

a {
	color: #F9AE00;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* Helpful classes */

.clear {
	clear: both;
}

/* Page elements  */

.wrapper {
}

.header_holder {
	background: #0c539d url(../gfx/header_back.jpg) center;
}

.header {
	background: url(../gfx/header_back_center.jpg) no-repeat;
	width: 710px;
	height: 119px;
	margin: 0 auto;
	
}

.header a.logo {
	background: url(../gfx/logo.jpg) no-repeat;
	width: 348px;
	height: 89px;
	float: left;
}

.header ul.nav {
	padding: 41px 22px 0 0;
	margin: 0;
	float: right;
	list-style: none;
}

.header ul.nav li {
	float: left;
	margin: 0 0 0 2px;
}

.header ul.nav li a {
	width: 79px;
	height: 48px;
	float: left;
	color: #c1dfff;
	font-size: 1.8em;
	text-decoration: none;
	line-height: 2.6em;
	text-align: center;
}

.header ul.nav li.nav_home a {
	background: url(../gfx/nav_home.jpg) no-repeat;
}

.header ul.nav li.nav_about a {
	background: url(../gfx/nav_about.jpg) no-repeat;
}

.header ul.nav li.nav_donate a {
	background: url(../gfx/nav_donate.jpg) no-repeat;
}

.header ul.nav li.nav_forum a {
	background: url(../gfx/nav_forum.jpg) no-repeat;
}

.header ul.nav li.nav_home a:hover,
body.home .header ul.nav li.nav_home a {
	background: url(../gfx/nav_home_on.jpg) no-repeat;
	color: #006097;
}

.header ul.nav li.nav_about a:hover,
body.about .header ul.nav li.nav_about a {
	background: url(../gfx/nav_about_on.jpg) no-repeat;
	color: #006097;
}

.header ul.nav li.nav_donate a:hover,
body.donate .header ul.nav li.nav_donate a {
	background: url(../gfx/nav_donate_on.jpg) no-repeat;
	color: #006097;
}

.header ul.nav li.nav_forum a:hover,
body.forum .header ul.nav li.nav_forum a {
	background: url(../gfx/nav_forum_on.jpg) no-repeat;
	color: #006097;
}

.content_holder {
	background: #002d47;
}

.content {
	width: 630px;
	background: #fff url(../gfx/content_back.jpg) repeat-y;
	margin: 0 auto;
	padding: 0 40px 20px 40px;
}

.content h2 {
	color: #F9AE00;
	margin: 0;
	width: auto;
	font-size: 2.4em;
	display:inline-block;
	padding: 0 13px 0 0;
	letter-spacing: -0.1em;
	line-height: 2.3em;
}

.content p {
	padding: 0 20px;
	text-align: justify;
	line-height: 1.8em;
	margin: 10px 0 10px 0;
}

.content h2 span {
	background-color: #fae1a7;
	margin-top: 0.95em;
	margin-right: 0.25em;
	width: 0.5em;
	height: 0.55em;
	float: left;
}

.content .products {
	width: 624px;
	height: 130px;
	background: #ffbb01 url(../gfx/products_back.jpg) no-repeat;
}

.content .signature {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-style: italic;
	line-height: 1.3em;
}

.content ul {
	padding: 0 0 0 20px;
	list-style-image: url(../gfx/yellocube.jpg);
	margin: 0 0 0 36px;
}

.content li {
	font-size: 1.2em;
	margin: 0 0 10px 0;
	color: #666;
}

.content .download {
	margin: 0 0 0 10px;
	padding: 10px 0;
}

.content .download .dl_normal {
	width: 163px;
	height: 58px;
	background: url(../gfx/btn_dl_normal.jpg) no-repeat;
	float: left;
	margin: 0 10px 0 0;
}

.content .download .dl_normal:hover {
	background: url(../gfx/btn_dl_normal_on.jpg) no-repeat;
}

.content .download .dl_light {
	width: 163px;
	height: 58px;
	background: url(../gfx/btn_dl_light.jpg) no-repeat;
	float: left;
}

.content .download .dl_light:hover {
	background: url(../gfx/btn_dl_light_on.jpg) no-repeat;
}

.content .splash {
	float:right;
	margin: 10px 20px 10px 10px;
}

.line {
	background-color: #001123;
	height: 8px;
	width: 100%;
	border-bottom: 1px solid #0d56a1;
}

.footer_holder {
	background: #0d56a1 url(../gfx/footer_back.jpg) repeat-x;
}

.footer {
	width: 640px;
	margin: 0 auto;
}

.footer img {
	/* margin: 20px 10px;
	vertical-align: middle; */
}

.footer .product {
	float: left;
	margin: 20px 5px;
	text-align: center;
	width: 150px;
}

.footer .product p {
	margin: 7px 0 0 0;
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
}

.footer .product a 
{
	text-decoration: none;
	color: #fff;
}

.footer .product a img
{
	border: none;
}

.footer .product a:hover {
	text-decoration: underline;
}


.copy {
	width: 620px;
	margin: 0 auto;
}

.copy p {
	font-size: 1.1em;
	color: #fff;
	float: left;
}

.copy p.design {
	background: url(../gfx/yellocube.jpg) 7px no-repeat;
	padding: 0 0 0 21px;
}