@import url("/content/colors.css");
@import url("/content/languages.css");

body					{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #000 url("/content/bg.jpg") repeat top left;
}

#container 				{
	width: 980px;
	height: 905px;	
	position: relative;
	margin: 0px auto 30px auto;		
	background: #000 url("/content/top.png") no-repeat top left;
}

img					{
	border: none;
}

table					{
	border-collapse: collapse;
}

td					{
	padding: 0;
}

.header					{
	top: 25px;
	width: 100px;
	position: absolute;
	margin-left: 250px;
}

.header h1				{
	margin: 0px;
}

.header a				{
	font-size: 10px;
	color: #C00;
	text-decoration: none;
	text-transform: uppercase;
}

.rPanel					{
	top: 300px;
	width: 160px;
	height: 580px;
	margin-left: 764px;
	position: absolute;
}

.rPanel li				{
	list-style: none;
}

.rPanel li a				{
	color: #656565;
	font-size: 10px;
	text-decoration: none;
}

.flash					{
	top: 284px;
	width: 160px;
	margin-left: 764px;
	position: absolute;
	text-align: center;
}

.middleBox				{
	top: 82px;
	width: 742px;
	color: #333;
	font-size: 13px;
	text-align: justify;
	position: absolute;
	background-color: #FFF;
}

.middleBox td				{
	padding-left: 5px;
	padding-right: 5px;
}

.middleBox h2 				{
	font-size: 15px;
	color: #EEE;
	line-height: 23px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.middleBox h2:hover			{
	color: #CCC;
}

.leftBox 				{
	width : 160px;
	height: 125px;	
	text-align: center;
	vertical-align: top;
	padding-left: 1px;
	background: transparent url("/content/bottom.png") no-repeat;
	background-position: bottom left;
}

.rightBox 				{
	width : 160px;
	height: 125px;
	text-align: center;
	vertical-align: top;
	padding-right: 1px;	
	background: transparent url("/content/bottom.png") no-repeat;
	background-position: bottom right;
}

.logo					{
	top: 12px;
	position: absolute;
	margin-left: 12px;
}

.topBanner				{
	top: 20px;
	width : 240px;
	height: 60px;
	margin-left: 450px;
	position: absolute;
	
}

.menu 				{
	top: 2px;
	width : 100%;
	margin-left: 205px;
    	position: absolute;
}

.menu ul		 		{
	margin: 0;
	padding: 0;
}

.menu	li 				{
	list-style: none;
	display: inline;
}

.menu li a 				{
	font-size: 10px;
	color: #000;
	line-height: 16px;
	float: left;
	width: 115px;
	text-decoration: none;
	padding-left: 20px;
	text-transform: uppercase;
	cursor: pointer;
	background: transparent url("/content/button.png") no-repeat top left;
}

.menu li a:hover			{
	color: #33C;
}

.subscribe				{
	top: 40px;
	margin-left: 213px;	
	position: absolute;
	text-transform: uppercase;
}

.subscribe th				{
	font-size: 9px;
	font-weight: bold;
	color: #C00;
}

.subscribe td				{
	text-align: center;
}

.subscribe a				{
	font-size: 8px;
	color: #00C;
	text-decoration: none;
	vertical-align: top;
}

.subscribe a:hover			{
	color: #C00;
	text-decoration: underline;
}

.textbox				{
	width: 99px;
	height: 23px;
	background: transparent url("/content/textbox.png") no-repeat center left;	
}

.noborder				{
	margin-left: 5px;
	margin-top: 1px;
	border: 0px;
}

.rightpanel				{
	top: 0px;
	width: 165px;
	margin-left: 764px;
	position: absolute;
}

.rightpanel th				{
	height: 21px;
	color: #FFF;
	font-size: 12px;
	background: transparent url("/content/rightpaneltop.png") no-repeat top left;
}

.panelbottom				{
	height: 20px;
	background: transparent url("/content/rightpanelbottom.png") no-repeat top left;
}

.panelcenterg				{
	height: 20px;
	padding-left: 25px;
	background: transparent url("/content/rightpanelcenterg.png") no-repeat center left;	
}

.panelcenterw				{
	height: 20px;
	padding-left: 25px;	
	background: transparent url("/content/rightpanelcenterw.png") no-repeat center left;	
}

.panelcenterg a, .panelcenterw a	{
	color: #30C;
	font-size: 14px;
	text-decoration: none;
}

.panelcenterg a:hover, .panelcenterw a:hover	{
	color: #69F;
	font-size: 14px;
}


.footer					{
	top: 820px;
	width: 746px;
	height: 63px;
	position: absolute;
	padding-top: 10px;
	background: transparent url("/content/footer.png") no-repeat top left;
}

.footer ul				{
	margin: 0;
	padding: 0;
	width : 742px;
	text-align: center;
}

.footer li				{
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	list-style: none;
	display: inline;
	margin-left: 3px;
	padding-right: 3px;
}

.footerlinks li, .footerlinks li a 	{
	color: #EEE;
	text-decoration: none;
}

.footerlinks li a:hover			{
	color: #F00;
}

