﻿body 
{
	margin:0px;
}

a
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
} 

a:link {	
	color: #f2f4f2;
}
a:visited {	
	color: #f2f4f2;	
}
a:active
{
	color: #ffcc66;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #ffcc66;
	text-decoration: underline;
}


#topbanner
{
	width: 100%;
	height: 135px;
	background: url(../img/top_bg.jpg) repeat-x left top;
}

#logo
{
	width: 100%;
	height: 100%;
	background: url(../img/logo.jpg) no-repeat left top;
}

#top_right
{
	float:right;
	width:978px;
	height:100%;
	margin-right:3px;
}

#top_flash
{
	float:right;
	margin-top:10px;
	margin-right:7px;
	width:135px;
	height:85px;
}


#top_nav
{
	float:right;
	margin-top:2px;
	width:599px;
	height:21px;
	background: url(../img/top_nav.jpg) no-repeat left top;
	clear:right;
}


#top_nav ul
{
	font-size: 12px;
	padding-top:2px;
	padding-left: 20px;
	text-align: left;
	float: left;
	margin: 0;
	list-style: none;
	font-weight: bold;
} 

#top_nav li 
{     
	display:inline;     
	margin:0;     
	padding:0; 
}

#top_nav span {
	font-size: 12px;
	color: #f2f4f2;
	padding: 0 7px 0 7px;
	font-weight: bold;
}

/*- footer--------------------------- */
#footer
{
	width: 100%;
	text-align: right;
	font-size: 11px;
	padding: 10px 0px 5px 0;
	background: url(../img/bottom_bg.jpg) repeat-x left top;
	height: 34px;
}

#footer .cr
{
	float:right;
	padding:0px 20px 0px 0px;
	color: #f2f4f2;
}

#footer ul 
{ 
	padding-left:20px;
	text-align:left;   
	float: left;
	margin:0;     
	list-style:none; 
} 

#footer li 
{     
	display:inline;     
	margin:0;     
	padding:0; 
}

#footer a
{
	margin: 0;
	padding: 0 0 0 4px;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 


#footer span {
	font-size: 11px;
	color: #f2f4f2;
	padding: 0 0 0 5px;
}
