@charset "utf-8";
/* CSS Document */


/* Imports */
@import url("reset.css");

/***** Global *****/


/* Body */
	body {
		background: #000000;
		color: #FFFFFF;
		font-size: 87.5%; /* Base font size: 14px */
		font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
		line-height: 1.429;
		margin: 0;
		padding: 0;
		text-align: left;
		height: 600px;
	}

/* Headings */
h2 {font-size: 1.571em}	/* 22px */
h3 {font-size: 1.429em}	/* 20px */
h4 {font-size: 1.286em}	/* 18px */
h5 {font-size: 1.143em}	/* 16px */
h6 {font-size: 1em}	/* 14px */

h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: .8em;
}

/* Anchors */
a {outline: 0; border:none;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited {
	color: #00CCFF;
	padding: 0 1px;
	text-decoration: underline;
}
a:hover, a:active {
	color: #00CCFF;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333;
}

/* Paragraphs */
p {margin-bottom: 1.143em;}
* p:last-child {margin-bottom: 0;}

strong, b {font-weight: bold;}
em, i {font-style: italic;}

::-moz-selection {
	background: #3D3D3D; 
	color: #fff;
}
::selection {
	background: #3D3D3D;
	color: #fff;
}

/* Lists */
ul {
	list-style: outside disc;
	margin: 1em 0 1.5em 1.5em;
}

ol {
	list-style: outside decimal;
	margin: 1em 0 1.5em 1.5em;
}



/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}


/***** Layout *****/
.body {clear: both;}



	
	.dark {
		background-color:#242525;
	}
	
	.medium {
		background-color:#353638;
	}
	
	.float_left {
		float:left;
	}
	
	.float_right {
		float:right;
	}
	


#background {
	background-color:#242525 !important;
	height:100%;
}

/*
	Header
*****************/
header {
	margin: 0 auto;
}
	
#header_main {
	
}

	#header_image{
		background: url(../images/banners/1.jpg);
		background-repeat:no-repeat;
		height:300px;
		width:100%;
	}
	
	#logo {
		float:left;
		display:inline;
		position:absolute;
		top:230px;
		margin-left:-1px;
	}
	
	#header_top_bar {
		width:100%;
		height:20px;
		background-color:#464A4C;
	}
	
	.top_box {
		width:189px;
		height:20px;
		float:left;
		display:inline;
	}
	
	#header_bottom_bar {
		width:100%;
		height:27px;
		background-color:#464A4C;
	}
	
	.lower_box {
		width:189px;
		height:27px;
		float:left;
		display:inline;
	}


/*
	Body
*****************/

	/*Background*/
	.column { 
		width: 50%; 
		position: absolute; 
		top: 0;
	} 

	.left {
		left: 0; 
	} 
	.right {
		right: 0;
	} 

	#left {
		margin-right: 450px;
		background-color:#000000;
		min-height:600px;
	} 
	
	#right {
		margin-left: 450px;
		background-color: #464A4C;
		min-height:347px;
	} 
	
	#right-1, #right-2, #right-3 {
		margin-left: 450px;
	}
	
	#right-1 {
		background-color:#464A4C;
	}
	
	#right-2 {
		background-color:#353638;
	}
	
	#right-3 {
		background-color:#242525;
	}
		
	/*end background*/
	
	#container_main {
		overflow: hidden;
		width:900px;
		margin: 0 auto;
		padding: 0;
	}

	#content {
		margin-top:10px;
		margin-bottom: 10px;
	}

#content h1 {
	color:#AEAEAE;
	text-align:right;
	font-size:40px;
	text-transform:lowercase;
	padding-top:20px;
	padding-bottom:10px;
}

#content h3 {
	color:#FFFFFF;
	font-size:20px;
	text-transform:lowercase;
	padding-top:25px;
}

#content img {
	border: solid #FFFFFF 2px;

}

#content img.noborder {
	border:none;
}

#content .p_right{
	text-align:right;
}

form input {
	display:block;
	margin-top:10px;
}

form input.wide_input {
	width:330px;
}

.success {
	background-color:#B3FFAE;
}

.success_p {
	color: #5BA426;
}

.error {
	background-color:#FFCECE;
	color:#000000;
}

.error_message {
	background-color:#FFCECE;
	border:solid #C00 2px;
	width:300px;
	color:#000000;
}

#error_email {
	color:#C00;
	font-size:11px;
}

form textarea {
	display:block;
	margin-top:10px;
}

form label {
	display:block;
	margin-top:20px;
	font-size:12px;
	font-weight:bold;
}

form .block{
	position:relative;
	display:block;
	width:660px;
	padding-bottom:60px;
}

form .inline {
	position:relative;
	display: inline;
	padding-right:20px;
	float:left;
	width:165px;
	height:60px;
}

#contact_right {
	float:right;
	width:210px;
}

	
/* FOOTER */
#footer {
	margin:0 auto;
	background-color:#000000;
	padding-bottom:0px;
	overflow:hidden;
}

#footer p {
	text-align:center;
	font-size:10px;
}

#footer p.larger {
	text-align:center;
	font-size:12px;
}