/*css for content -----------------------------------------------*/

body {background-color: black;font-family:arial,verdana,sans-serif;color:#cccccc;}

h1,h2,h3{
	margin:auto;
}

#container{
	width:900px;
	margin:auto;
}

.home{
background:url(eye.jpg) no-repeat top right;
}

.contact{
background:url(phone.jpg) no-repeat top right;
}


#inside {
}

#greybar {
width:900px;
	background-color: #222;
	height:25px;
float:left;
}

#header {
	position:relative;
	width:900px;
	clear:both;
	float:left;
	margin-top:0px;
	background: url(header-black.jpg);
	
	color:white;
	height: 127px;
}

#innercontainer {
	position:relative;
	width:900px;
	clear:both;
	float:left;
	margin-top:3px;
	
	/*background: url(header.png);*/
	/*background: #cccccc;*/
	color:white;
	height: 28px;
	padding-top:15px;
}

#header1{
background:url(header1.png) no-repeat;
height:206px;
}
#header2{
background:url(header2.png) no-repeat;
height:206px;
}

#inner {
	/*margin-bottom:-12px;*/
	width:900px;
	/*background:url(transblack.png);*/
	position:absolute;
	right:0px;
	bottom:0px;
}

#middlebar{
	position:relative;
	font-size:12px;
	background:url(transblack.png);
	font-weight:bold;
	padding:6px;
	overflow:auto;
	height:1%;
	clear:both;
}

#middlebar a{
	color:#000;
	font-family:arial;
	text-decoration:none;
	margin:0 3px;
	padding-right:10px;
	height:23px;
	line-height:23px;
	display:block;
	float:right;
	background:url(mb_a.png) right top no-repeat;
}

#middlebar a span{
	position:relative;
	background:url(mb_span.png) left top no-repeat;
	height:23px;
	display:block;
	padding-left:10px;
}

#header p{
	vertical-align:bottom;
	bottom:0px;
}

#left {
	padding:22px;
	font-size:12px;
	float:left;
	color:#999;
	font-family:arial;
	width:484px;
	height:100%;
}

#seperator {
	height:100%;
	margin-top:30px;
	float:left;
	width:1px;
}

#realseperator {
	background-color:#222;
	width:1px;
	height:100px;
	margin-top:50%;
}

h3{
	margin:auto;
}

#modulediv{
	
}

#maintext{
padding-left:30px;
}

#right {
	padding:22px;
	font-size:12px;
	float:left;
	color:#999;
	font-family:arial;
	width:327px;
	height:100%;
}

a{
	color:#999;
}
a:hover{
	color:#ccc;
}

 img, div, a, input { behavior: url(iepngfix.htc) }

#content {
	float:left;
	clear:both;
	background-color:#000;
	width:900px;
	color:#999;
}
#content2 {
	float:left;
	clear:both;
	background-color:#222;
	height:100%;
}

#footer {
	clear:both;
	position:relative;
	padding-left:12px;
	line-height:60px;
	text-align:left;
	font-family:arial;
	font-size:9px;
	background:  url('footer-black.jpg');
	color:#666;
	height: 57px;
}
#footer a{
	color:#333;
}
#footer a:hover{
	color:#ccc;
}




/* rounded buttons */
.round {
	margin:2px;
	cursor:pointer; 
	cursor:hand; 
	line-height:27px;
	background:url(button-new.gif) no-repeat right top; 
	padding-right:20px; 
	vertical-align:middle;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box;  /*ff*/
	
}

.round span { 
	background:url(button-new.gif) no-repeat left top; 
	height:27px;color:#333;font-size:12px;
	display:block;
	display:inline-block;
	padding-left:20px; line-height:27px;
}

	a.round:hover {background-position:right -155px;}
	a.round:hover span {background-position:left -155px;color:#999;}
	
	/*button tag*/
	
	button {border:0; border:none; background:transparent; width:1; overflow:visible; white-space:nowrap; padding:0 2px; cursor:pointer; cursor:hand;}
	
/* end rounded buttons */
















/*css for menus ------------------------------------------------*/
/* pauls version */
ul#menu{margin-left:0px;color:#ccc;}

ul#menu li{ 
	float: right; 
	background:url(downbar.jpg);
  	margin: 0px 0px 0px 0px; 
  	padding: 0px;
  	border-right:1px solid #999;
  	border-left:1px solid #333;
  	list-style: none;
  	
} 

ul#menu li a { 
	
	color:#ccc;
	/*background: #cccccc;*/
	font-family: tahoma,verdana,arial;
  	display: block; 
  	float:left;
  	
  	height: 25px;
  	text-decoration: none; 
  	padding: 6px 8px 0px 8px;
  	text-align: center;
  	/*border-left: 1px solid white;
  	border-bottom: 1px solid white;*/
  	font-weight:none;
  	
} 

ul#menu li a:hover{
  /*background:url(transblack.png);*/
  background:url(upbar.jpg);
  color:#fff;
}

/*pauls version horizontal menu ------------------------------------*/
ul#horizmenu{margin-left:0px;}

ul#horizmenu li{ 
	/*float: right; */
	/*background:url(downbar.jpg);*/
  	
  	padding: 6px 8px 0px 8px;
  	margin:0 0 0 0;
  	list-style: none;
  	height: 25px;
  	
} 

ul#horizmenu li a { 
	
	color:#ccc;
	/*background: #cccccc;*/
	font-family: tahoma,verdana,arial;
  	/*display: block;*/ 
  	/*float:left;*/
  	background:url(downbar.jpg);
  	height: 28px;
  	text-decoration: none; 
  	padding: 6px 8px 6px 8px;
  	border-right:1px solid #999;
  	border-left:1px solid #333;
  	text-align: center;
  	/*border-left: 1px solid white;
  	border-bottom: 1px solid white;*/
  	font-weight:none;
  	
  	
} 

ul#horizmenu li a:hover{
  /*background:url(transblack.png);*/
  background:url(upbar.jpg);
  color:#fff;
}




/* shanes version */
/*
ul#menu{margin-left:0px;color:#000;}

ul#menu li{ 
	float: right; 
	
  	margin: 0px 0px 0px 0px; 
  	padding: 0px;
  	border:2px solid #666;
  	list-style: none;
  	margin-right:5px;
} 

ul#menu li a { 
	
	color:#666;
	font-family: tahoma,verdana,arial;
  	display: block; 
  	float:left;
  	
  	height: 20px;
  	text-decoration: none; 
  	padding: 0px 8px 0px 8px;
  	text-align: center;
  	/*border-left: 1px solid white;
  	border-bottom: 1px solid white;*/
  	font-weight:none;
  	
} 

ul#menu li a:hover{
  background-color:#999;
  color:#333;
}
*/
/*css for blog --------------------------------------------------*/
.blog{
	background:url(phone.jpg) no-repeat top right;
}
.blogh{}
/*css for forum ------------------------------------------------*/
/*css for images -----------------------------------------------*/
/*css for contact ------------------------------------------------*/
.contact{
	background:url(phone.jpg) no-repeat top right;padding-bottom:30px;
}
/*css for forms ------------------------------------------------*/

.inputtext{
	background-color:#333;
	border:1px solid #666;
	color:#ccc;
}







