@charset "utf-8";
/* CSS Document */

html, body {
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFF;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	height: 100%;
	line-height: 16px;
}

#header	{
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width:842px;
	height:117px;
	margin-left:auto;
	margin-right:auto;
}

#pov	{
	background-image:url(../images/xterm_pov.png);
	background-repeat:no-repeat;
	width:874px;
	height:265px;
	margin-left:auto;
	margin-right:auto;
	text-align: right;
	background-image: url(../images/xterm_pov.png);
}

#container	{
	background-image:url(../images/main_bg.jpg);
	background-repeat:no-repeat;
	background-color:#FFF;
	width:842px;
	min-height: 100%;
   margin-bottom: -30px;
   position: relative;
	margin-left:auto;
	margin-right:auto;
}

#divLeft	{
	width:190px;
	float:left;
}
#divMid	{
	width:460px;
	float:left;
}
#divRight	{
	width:175px;
	float:right;
	padding-right: 10px;
	padding-top: 40px;
}

#navigation	{
	float:right;
	margin-top: 38px;
	margin-right: 0px;
	position: right;
}

.img1 {
	padding-right: 10px;
	padding-bottom: 5px;
}
	

#sideBar	{
	padding-top: 18px;
	padding-left: 16px;
	text-align: center;
}

#footer {
	height: 20px;
	position: relative;
	text-align: center;
	background-color: #FF5205;
	padding-top: 10px;
}

h1	{
	font-size:18px;
	font-weight:bold;
	color:#000;
}

h2	{
	font-size:14px;
	font-weight:bold;
	color:#FF5103;
}

h3	{
	font-size:12px;
	font-weight:bold;
	color:#FF5103;
}

.clearfooter {
   height: 30px;
   clear: both;
}

#container {
   height: 100%;
}

a:link	{
	color:#0C0;
	text-decoration:none;
}
a:active	{
	color:#66D500;
	text-decoration:none;
}
a:visited	{
	color:#66D500;
	text-decoration:none;
}
a:hover	{
	color:#329700;
	text-decoration:none;
	text-align: left;
}
.green {
	color: #319801;
}

#MainMenu 
{
	width:509px;
	height:20px;
	background:#FFF url(images/bmid_093.gif);
	border:0;
	margin:0;
}
#tab 
{
	top:0;
	height:0;
	background:repeat-x top;
	margin:0;
}
#tab ul 
{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
#tab li 
{
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
#tab a 
{
	background:#000 url(images/bright_093.gif) no-repeat right top;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#tab a span 
{
	display:block;
	background:url(images/bleft_093.gif) no-repeat left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	font-weight:700;
	line-height:20px;
	padding:0 15px 0 13px;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#FFF;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
}
.dropmenudiv,.dropmenudiv ul,.dropmenudiv li ul 
{
	position:absolute;
	top:0;
	float:left;
	display:block;
	visibility:hidden;
	border:0;
	background:#FFF url(images/bmid_093.gif);
	color:#FFF;
	z-index:100;
	text-decoration:none;
	margin:0;
	padding:0;
}
.dropmenudiv ul 
{
	list-style:none;
	margin:0;
	padding:0;
}
.dropmenudiv li 
{
	list-style:none;
	margin:0;
	padding:0;
}
.dropmenudiv a:link,.dropmenudiv a:visited 
{
	width:180px;
	display:block;
	border:0;
	color:#FFF;
	background:url(images/bleft_093.gif) no-repeat left top;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	margin:0;
	padding:0;
}
.dropmenudiv a span 
{
	display:block;
	line-height:20px;
	background:url(images/bright_093.gif) no-repeat right top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	float:none;
	padding:0 15px 0 13px;
}
.dropmenudiv a:hover 
{
	border:0;
	background-position:left bottom;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	color:#FFF;
}
.dropmenudiv a:hover span 
{
	background-position:right bottom;
	color:#FFF;
	font-weight:700;
}
