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



*{ margin:0px; padding:0px;}


h1{
	color:#2ad1e1;
	padding-bottom:15px;
	font-weight:500;

}

h2{
	padding-bottom:10px;
	
	
}

p{padding-bottom:10px;}



a:link{color:#ccc;}

a:active {color:#2ad1e1;}

a:visited {color:#ccc;}

a:hover {color: #2ad1e1;}





body{
	background-color:#000;
	background-image: url(../images/main_bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	font-family: century gothic, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#CCC;
				
}

#main_container{
	width:1100px;
	margin:auto;
	background-image:url(../images/main_container_bg.png);
	background-repeat:repeat-y;
	z-index:0;
}

#main_wrapper{
	width:1000px;
	margin:auto;
	border:3px solid #282828;
}

#header{
	position:relative;
	width:1000px;
	height:130px;
	background-image:url(../images/header_bg.jpg);
	background-repeat:repeat-x;
	
	
}

#logo{
	position:absolute;
	top:-3px;
	left:0px;
}

#reptrust{
	position:absolute;
	top:52px;
	right:40px;
	
}

#banner{
	width:1000px;
	height:169px;
	background-image:url(../images/banner.png);
	background-repeat:no-repeat;
	border-top:3px solid #282828;
	border-bottom:3px solid #282828;

}

#main_content_wrapper{
	position:relative;
	width:1000px;
	min-height:200px;
	background-color:#000;
	
	
}

#navigation{
	position:relative;
	float:right;
	color:#CCC;
	width:300px;
	height:40px;
	
}

#navigation ul{
	position:absolute;
	top:10px; right:45px;
}

#navigation ul li{
	display:inline;
	padding-right:2px;
	font-size:11px;

}

#navigation ul li a{
	text-decoration:none;
}



#content{
	position:relative;
	clear:both;
	width:900px;
	min-height:375px;
	margin:auto;
	background-color:#181818;
	border: solid 3px #232323;
	border-bottom:none;
	
}

#watermark{
	position:absolute;
	left:50px;
	top:0px;
	z-index:1;
	
	
}

#content_left{
	position:relative;
	width:450px;
	height:295px;
	float:left;
	padding:40px;
	z-index:2;
	overflow: auto;
	
	
}


#content_right{
	position:absolute;
	top:0px;
	right:0px;
	width:320px;
	height:265px;
	background-color:#282828;
	border:3px solid #222222;
	margin:30px;
			
}

#content_right img{ position:absolute;
top:10px; left:10px;
}


/*CONTACT US PAGE*/

#contact_details{
	position:absolute;
	top:15px;
	left:15px;
		
}

.title{color:#696969;}
.detail{
	position:absolute;
	left:45px;
	
}

.item{padding-bottom:15px;}


label, textarea{width:300px;}
