﻿
body {
	font: 0.8em arial, Helvetica, sans-serif; /*'Trebuchet MS',*/
	background-color: black;	
	color: white;
	line-height:18px;
	margin-top: 6px;
}

/* ------------------------------------------------- */

/* ------------------------------------------------- */

/* @wrapper */
#wrap {
	width: 980px;
	margin-left:auto;
	margin-right:auto;
	background-color: black;
}

#logo_header {
	float:left;
	background-image: url(../../images/header.jpg);
	height: 123px;
	width:980px;
	
}
	#home_logo
	{
		width: 294px;
		float: left;
		height: 111px;
	}

/* -------------- Header settings --------------------- */

/* @menu */
#menu{
	float: left;
	padding: 0px;
	margin: 0px;
	height: 24px;
}
	#menu ul
	{
		padding:0px;
		margin:0px;
		list-style: none;
	}
	#menu li
	{
		padding: 0px;
		margin: 0px;
		display: inline;
		float: left;
	}

#top_banner {
	float: left;
	height: 159px;
	
}

#header_image {
	float: left;
	height: 36px;
}


/* ---------------- Content container ----------------- */

/* @content_container */
#content_container{
	float: left;
	padding: 0px 20px;
	background-color: #353535;
	margin: 0px 9px;
	width: 923px;
}
	#content
	{
		float: left;
		padding-top:10px;
		width: 923px;
	}
	/* used at homepage only */
	#homepage_col1{
		float: left;
		width: 320px;
		padding-top:12px;
	}
	#homepage_col2{
		float: left;
		width: 1px;
		min-height: 450px;
		background-color: White;
		padding: 0px;
		margin:0px 6px 0px 10px;
	}
	#homepage_col2_b{
		float: left;
		width: 1px;
		min-height: 450px;
		padding: 0px;
		margin:0px 6px 0px 7px;
	}
	#homepage_col3
	{
		padding-top: 12px;
		float: left;
		width: 580px;
	}
	#homepage_images_only
	{
		float: left;
		padding-left: 9px;
	}
	.homepage_images
	{
		float: left;
	}

/* ---------------- footer settings ---------------- */

/* @footer */
#footer{
	float: left;
	height: 87px;
}	

#terms
{
	font-size: 1.2em;
	color:White;
	float: right;
	padding-right: 6px;
}
#terms a 
{
	text-decoration: none;
}
#terms a:hover
{
	text-decoration: underline;
}

/* --------------- General settings ---------------- */
img{
	border: 0px;
}

h1
{
	font-size: 1.2em;
	color: #8dab00;
	padding:0px;
	margin:0px;
}

h2
{
	font-size: 1em;
	color: #8dab00;
	padding:0px;
	margin:0px;
}

h3
{
	font-size: 1.4em;
	color: #8dab00;
	padding:0px;
	margin:0px;
}


.clear_divs
{
	clear: both;
}

p
{	
	margin:0px;
	padding: 6px 0px;
}

.inputtable ul
{
    list-style: none;
}
.inputtable input
{
	background-color: #FFFFFF !important;
	border: 1px solid #afafcf;
	width: 300px;	
}
.inputtable td
{
    padding: 6px 0px;
}

.inputtable-col1
{
    width: 190px;
    text-align: right;
	vertical-align: top;
}

.inputtable-col2
{
    width: 350px;
}

.red 
{
	color: red;
	font-size: 1.2em;
	font-weight: bold;
}

a, a:visited
{ 
	color: White;
	border: 0px;
}
