@charset "utf-8";
/* CSS Document */

body
{
color: #FFFFFF;
background-color: #000000;
background-image: url(../images/body_bg_x.jpg);
background-repeat: repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 0px;
margin: 0px;
}

a img
{
border: none;
}

#container
{
background-image: url(../images/left_bg.jpg);
background-repeat: no-repeat;
background-position: left top;
width: 976px;
min-height: 820px;
position: relative;
margin: 0px;
padding: 0px;
}

#top_nav
{
position: absolute;
left: 100px;
top: 170px;
width: 150px;
line-height: 25px;
list-style: none;
padding: 0px;
margin: 0px;
font-size: 1.1em;
}

	#top_nav li
	{
	float: left;
	display: block;
	width: 150px;
	}
	
	#top_nav li a
	{
	float: left;
	display: block;
	width: 150px;
	}
	
		#top_nav .links
		{
		color: #FFFFFF;
		text-decoration: none;
		}
		
		#top_nav .links:hover
		{
		color: #CCCCCC;
		}
		
		#top_nav .clinks
		{
		color: #FF9900;
		text-decoration: none;
		}
	
#bottom_nav
{
position: absolute;
left: 36px;
top: 400px;
width: 220px;
line-height: 42px;
list-style: none;
margin: 0px;
padding: 0px;
font-size: 0.9em;
}

	#bottom_nav li
	{
	color: #666666;
	padding-left: 20px;
	display: block;
	float: left;
	width: 220px;
	height: 42px;
	background-image: url(../images/left_link_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	}
	
	#bottom_nav li a 
	{
	display: block;
	float: left;
	width: 220px;
	height: 42px;
	}
	
	#bottom_nav img
	{
	float: left;
	}
	
		#bottom_nav .links
		{
		color: #666666;
		text-decoration: none;
		padding-left: 20px;
		}
		
		#bottom_nav .links:hover
		{
		color: #FFFFFF;
		text-decoration: none;
		}
	
#banner_img
{
position: absolute;
top: 25px;
left: 360px;
width: 609px;
height: 290px;
background-image: url(../images/banner_img.jpg);
background-repeat: no-repeat;
}

#content
{
position: absolute;
top: 320px;
left: 360px;
width: 616px;
}

	#content h1
	{
	color: #FF9900;
	font-size: 1.2em;
	}
	
	#content h2
	{
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: normal;
	}

	#main_content
	{
	width: 370px;
	}
		
		#main_content p
		{
		color: #CCCCCC;
		}
		
		#main_content ul
		{
		color: #FF9900;
		margin-left: 0px;
		padding-left: 20px;
		}
		
		#main_content li
		{
		margin-bottom: 1em;
		}
		
		#main_content a
		{
		color: #FF9900;
		text-decoration: none;
		}
		
		.larger
		{
		font-size: 1.2em;
		}
		
		#software_table
		{
		font-size: 0.9em;
		}
		
			#software_table strong
			{
			font-size: 1em;
			color: #FFFFFF;
			}
			
			.orange
			{
			color: #FF9900;
			font-weight: bold;
			font-size: 1.1em;
			}
		
	.right_content
	{
	
	
	padding-left: 20px;
	margin-right: -246px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
#footer
{
width: 616px;
height: 52px;
margin-top: 50px;
margin-bottom: 20px;
}

	#footer img
	{
	float: left;
	}
	
	#footer a
	{
	color: #FFFFFF;
	text-decoration: none;
	}
	
	#footer p
	{
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 15px;
	}