@charset "utf-8";
/*-------------basic styling---------------*/
* {
		margin: 0px;
		padding: 0px;
}
	body{
		background-color:#000000;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 80%;
	}
	#wrapper {
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align:left;
	background-color: #49493f;
	height: 1000px;
	}
	#clear {
		clear: both;
	}
	/*-------------------------------- header styling -----------------------------------------------------*/
	#header{
	position:relative;
	background-repeat:no-repeat;
	height:215px;
	width: 800;
}
	#header ul{
	margin:0;
	padding:0;
	position:absolute;
	left:0;
	bottom:-8px;
	width:800px;
	list-style:none;
	background:url(../images/navgraphic.gif) repeat-x top left;
	background-image: url(../images/navgraphic.gif);
	height: 30;
		}
	#header ul li{
		float:left;
		}
	#header ul a{
		padding:0 15px;
		line-height:2em;
		text-decoration:none;
		font-size:14px;
		color:#FFFFFF;
		float:left;
		display:block;
		background:url(../images/navsep.gif) no-repeat left top;
		}
	#header ul a.first{
		background:none;
		}
	#header ul a:hover{
		color:#669900;
		}
	#header li.down{
		padding:0 15px;
		line-height:2em;
		text-decoration:none;
		font-size:14px;
		color:#669900;
		float:left;
		display:block;
		background:url(../images/navsep.gif) no-repeat left top;
		}

    /*--------------------------------------------------------- banner styling ---------------------------------------------------------*/
	
	#banner{
	width:800px;
	height:195px;
	text-align:center;
	background: url(../images/contact_banner.jpg);
		}
		
	/*--------------------------------------------------------- navigation styling -----------------------------------------------------*/
	
	#navigation{
		width:780px;
		height:40px;
		margin-left:10px;
		margin-top:10px;
		}
	#navigation h2{
		font-size:14px;
		}
	#navigation h2 a{
		text-decoration:none;
		color:#CCCCCC;
		text-align:left;
		}
	#navigation h2 a:hover{
		color:#669900;
		}
	#navigation2{
		float:left;
		width:780px;
		height:10px;
		margin-left:10px;
		margin-top:10px;
		}
	/*--------------------------------------------------------- content styling --------------------------------------------------------*/
	#content{
	position:absolute;
	width:800px;
	color:#FFFFFF;
	background:#49493f;
	left: 0px;
	height: 660px;
		}
	#text{
	float:left;
	width:480px;
	text-align:justify;
	margin-left:10px;
	margin-top:5px;
	font-family:"Trebuchet MS", sans-serif;
	font-size:12px;
		}
	#text a{
		color:#CCCCCC;
		}
	#text a:hover{
		color:#669900;
		}
	#text a.first{
		color:#FFFFFF;
		}
	#text a.first:hover{
		color:#669900;
		}
	#text p.first{
		padding-top:.25em;
		}
		
	#text h2{
		font-size:14px;
		}
	#text h2 a{
		text-decoration:none;
		color:#CCCCCC;
		text-align:left;
		}
	#text h2 a:hover{
		color:#669900;
		}
	#content ul{
		text-align:center;
		margin-left:40px;
		list-style:none;
		text-align:left;
		}
	#content p.last{
		text-align:center;
		}
	#titan{
		float:left;
		width:230px;
		}
	#titanint{
		float:right;
		width:230px;
		}
	#employ{
		float:left;
		width:480px;
		margin-top:25px;
		}
	/*------------------------------------------------------------ sidebar styling --------------------------------------------------------*/
	#sidebar{
	float:right;
	width:252px;
	margin-right:10px;
	margin-top:5px;
	background: url(../images/contact_img.jpg) no-repeat top left;
	height: 250px;
		}
			
	/*-------------------------------------------------------------- adress styling ---------------------------------------------------------*/	
	
	
	#addressleft{
	float:left;
	margin-left:1em;
	width:225px;
	margin-top:.5em;
	font-family:"Trebuchet MS", sans-serif;
	font-size:12px;
	margin-right: .5px;
		}
	#addressright{
		float:left;
		margin-left:10px;
		width:225px;
		margin-top:.5em;
		font-family:"Trebuchet MS", sans-serif;
		font-size:12px;
		}
	#addressright2{
		float:left;
		margin-left:10px;
		width:225px;
		height:200px;
		margin-top:.5em;
		font-family:"Trebuchet MS", sans-serif;
		font-size:12px;
		}
	
		/*--------------------------------------------------------- footer styling ------------------------------------------------------------*/	
		
	#footer{
		width:800px;
		height:40px;
		float:left;
		text-align:center;
		background:#000000;
		margin-top:10px;
		}
		
		
