@charset "utf-8";
/* CSS Document */
body{
	background-color:#000;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

DIV#Logo{
	height:120px;
}

#Content{
	height:400px !important;
	padding:5px;
	overflow:hidden;
}

#Menu{
	height:35px;
	font-size:11px;
	font-weight:normal;
	
}

#Main
{
	margin-top:-50px;
	#margin-top:-0px;
}

/*Safari Hack**/
@media screen and (-webkit-min-device-pixel-ratio:0) {
#Menu{
	font-size:.6em;
}
}

/*
#Menu ul
{
	margin-left:-5px;
	padding-left:10px;
	margin-top:0px;
}

#Menu li
{
	display: inline;
	list-style-type:none;	
	padding-right: 10px;
	padding-left: 10px;
}*/

#Menu ul
{
	margin-left:0px;
	padding-left:14px;
	padding-bottom:5px;
	#padding-bottom:0px;	
	margin-top:0px;
}

#Menu li
{
	display: inline;
	list-style-type:none;
	padding:0 8px 0 8px;
}

#WhiteScroll
{
	background-color:#FFF;
	margin-top:-10px;
	width:100%;
	height:10px;
	overflow:hidden;
}

#Slider{
	height:10px;
	background:url(../images/slider.gif) repeat-x;
}

#ImageContent
{
	margin-top:10px;
	width:237px;
	float:left;
}

* html #ImageContent
{
	display:inline
}

#ContactText
{	
	width:237px;
	float:left;
	#margin-top:10px;
	#line-height:14px;
}

* html #ContactText
{
	display:inline
}


#TextContent
{
	width:390px;
	#width:380px;
	#padding-top:10px;
	float:right;
	text-align:left;
}

#SpecialImage
{
	float:left;
}

#SpecialText
{
	float:right;
	text-align:center;
	width:185px;
}

* html #TextContent
{
	display:inline
}   

#Footer {
	clear: both;
	height::30px;
	font-size: 10px;	
	color: #666;
	padding:0 5px 0 5px;
	}
	
#Footer .copy {
	float: left;
	text-align: left;
	}

#Footer .atom {	
	text-align: right;
	}

.leftbg{
	background:url(../images/left_bg.gif) #000000 no-repeat right center;	
}


.rightbg{
	background:url(../images/right_bg.gif) #000000 no-repeat left 50%;	
}

h1
{
	font-size:16px;
}

p {
	font-size:13px;
}

.atom a, #Menu a {
	color: #999999;
	text-decoration:none;
}

.atom a:hover, #Menu a:hover {
	color:#ffffff;
	text-decoration:none;
	}

a{
	color:#66CCFF;
	text-decoration:none;
}

a:hover{
	color:#66CCFF;
	text-decoration:underline;
}

input[type=text]{
	height:18px;
	font-size:10px;
	width:309px;
}

input.text{
	height:18px;
	font-size:10px;
}

/*IE6*/
*input{
	-moz-box-sizing: border-box;
	font-size:10px;
}

