@charset "utf-8";
/* CSS Document */
html {
	color:#fff;
	font-family:verdana, arial;
	background-color:#000;
	font-size:12px;
}
body {
	
}

a {
	color:#00ff2a;
	border:0px;
	margin:0px;
	padding:0px;
}

a:visited
{
    color: #fff;
}

img {
	border:0px;
	margin:0px;
	padding:0px;
}

div#container {
	position:relative;
	margin:0px auto;
	padding:0px;
	width:908px;
	background-image: url(/images/background_line.gif); 
}

div#header {
	float:left;
	margin:0px auto;
	padding:0px;
	width:908px;
	height:213px;
}

div#headertop {
	height:42px;
}

div#headermiddle {
	height:91px;
}

div#headerbottom {
	height:25px;
}

div#headermenu {
	height:25px;
}

div#headermenu div{
	float:left;
}

div#contentheader {
	float:left;
	background-image: url(/images/content_header.gif); 
	background-repeat: no-repeat;
	width:908px;
	height:60px;
	padding-left:133px;
	padding-top:10px;
	font-size:30px;
	font-weight:bold;
}

div#content {
	float:left;
	background-repeat: repeat;
	width:642px;
	margin:0px 133px;
}

div.greentext {
	margin: 10px 0px;
	color:#00ff2a;
	padding-bottom:10px;
	border-style:dotted;
	border-color:#fff;
	border-width: 0px 0px 1px 0px;
}

div.whitetext {
	margin: 10px 0px;
	color:#fff;
	padding-bottom:10px;
	border-style:dotted;
	border-color:#fff;
	border-width: 0px 0px 1px 0px;
}

div.greentext img{
	margin:10px 10px 10px 0px;
}

div.whitetext img{
	margin:10px 10px 10px 0px;
}


div.textblocks {
	width:642px;
}

div.textblockleft {
	float:left;
	width:285px;
}

div.textblockmiddle {
	margin:0px 30px;
	float:left;
	background-image:url('/images/metaltube.gif');
	height:174px;
	width:8px;
}

div.textblockright {
	float:left;
	width:285px;
}

div.blocktitle {
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
	border-bottom:dotted 1px #ffffff;
}

div#footer {
	float:left;
	margin:0px auto;
	padding:0px;
	width:908px;
	height:286px;
}

div#footertop {
	float:left;
	background-image:url('/images/footer_top.gif');
	background-repeat:no-repeat;
	height:123px;
	width:908px;
	padding:0px 133px;
}

div#footertop div{
	float:left;
	margin:20px 40px;
}

div#footermiddle {
	height:108px;
	width:908px;
	height:106px;
}

div#footermiddle div{
	float:left;
	height:106px;
}

div#footerbottom {
	float:left;
	background-image:url('/images/footer_bottom.gif');
	background-repeat:no-repeat;
	height:57px;
	width:908px;
}

div#movingapps {
	position:relative;
	z-index:1;
	height:91px;
	background-image:url('/images/header_middle_background.gif');
}

div#headerpngs {
	position:relative;
	z-index:2;
	height:0px;
}

div#headermiddleleft {
	position:relative;
	z-index:2;
	height:0px;
}

div#headermiddleright {
	float:right;
	position:relative;
	z-index:2;
	height:0px;
}

div#headermiddletop {
	margin-left:637px;
	width:117px;
	z-index:2;
	height:0px;
}



