@charset "UTF-8";
/* cyber technologies */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px 0 0 0;
	color:#666666;
	/*background-color: #E1E1E1;*/
	background-color: #000000;
}


/*MAIN CONTAINER*/
#container {
	width: 900px;
	height: auto;
	position: relative;
	left: 50%;
	margin-left: -450px;
}

/*LOGO*/
#logo {
	background-image: url(../images/cyber_web_logo.png);
	background-repeat: no-repeat;
	width: 250px;
	height: 63px;
	position: absolute;
	z-index: 0;
	
}

/*HEADER*/
#header {
	/*float: left;*/
	width: 900px;
	height: 53px;

	border-left-color:#CCCCCC;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#CCCCCC;
	border-right-style:solid;
	border-right-width:1px;
	background-image: url(../images/header.jpg);
}

/*TOP MENU*/
#top_menu   {

	
}

/*FLASH HEADER*/
#flash {
	float: left;
	width: 900px;
	display:inline;
	margin:0px;
	height: 210px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;	
	border-left-color:#CCCCCC;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#CCCCCC;
	border-right-style:solid;
	border-right-width:1px;
}



/*TICKER*/
#ticker {
	float: left;
	/*font-family:"Courier New", Courier, monospace;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	width: 900px;
	height: 23px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color:#CCCCCC;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#CCCCCC;
	border-right-style:solid;
	border-right-width:1px;
	background-color: #000000;	/*background-image: url(../images/ticker_bkg.jpg);*/
}

#ticker a:link, a:visited, a:focus{
	color:#c32851;
	text-decoration:none;
}

#ticker a:hover{
	color:#ffffff;
	text-decoration:none;
}

/*#ticker a:visited{
	color:#c32851;
	text-decoration:none;
}*/

/*MIDDLE_HEADER*/
#middle_header {
	float: left;
	width: 900px;
	height: 100px;
	background-image: url(../images/lower_banner.jpg);
	background-repeat: no-repeat;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;		
	border-left-color:#CCCCCC;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#CCCCCC;
	border-right-style:solid;
	border-right-width:1px;
}

/*ALL CONTENT*/
#all_content {
	float: left;
	background-image: url(../images/right_bkg.jpg);
	background-position: center top;
	/*background-repeat: no-repeat;*/
	background-repeat:repeat-x;
	background-color: #FFFFFF;	
	width: 900px;
	height: auto;
	overflow: hidden;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;	
	border-left-color:#CCCCCC;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#CCCCCC;
	border-right-style:solid;
	border-right-width:1px;
}

/*CONTENT RIGHT*/
#content_left {
	float: left;
	width: 225px;
	height: auto;
	display:inline;
	overflow:hidden;
	padding-bottom:40px;
	background-image: url(../images/left_bt_bk.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
	background-color: #B2B2B2;
}

.contentpad   {
	padding: 10px;

}

/*ALL CONTENT*/
#content_right {
	float: left;
	width: 660px;
	
	height: auto;
	/*background-image: url(../images/right_bkg.jpg);
	background-position: center top;
	/*background-repeat: no-repeat;*/
	/*background-repeat:repeat-x;
	background-color: #FFFFFF;*/	
	border-left:solid #999999 1px;
}

/*FOOTER*/
#footer {
	float: left;
	width: 900px;
	height: 44px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 9px;
	color: #FFFFFF;
	padding-top: 10px;
		border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;	
	border-left-color:#CCCCCC;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#CCCCCC;
	border-right-style:solid;
	border-right-width:1px;
}

#footer a {
	text-decoration: none;
	font-size: 10px;
	color: #FF9900;
}

#footer a:hover {
	color: #CCCCCC;
}

h1 {
	margin: 0px;
	padding: 8px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}