﻿/* Core */

a:link {
    color: #0091ab;
}

a:visited {
    color:#0091ab;
}


a:hover {
    color: #83c8ff;
	text-decoration:none;
}

a.dimmed:link,
a.dimmed:visited {
  color:#AAAAAA;
}

/***
 *** Top Menu
 ***/

#banerp {
	position:absolute;
	top: 1px;
	left: 5px;
	width: 774px;
	height: 150px;
	z-index: 1;
}
#top_menu {
	position:absolute;
	top: 155.4px;
	z-index: 3;
	width:773px;
	background:#f37205 url('images/default/top_menu.gif') repeat-x top center;
}

#top_menu ul li {
	background:url('images/default/top_menu_line.gif') right top no-repeat;
}

#top_menu1{
	clear:both;
	width:756px;
	margin:5px;
	
	background:#f37205 url('images/default/top_menu1.gif') repeat-x top center;
}

#top_menu1 ul li {
	background:url('images/default/top_menu_line1.gif') right top no-repeat;
}



#top_menu2 {
	position:absolute;
	top: 155.4px;
	z-index: 3;
	width:960px;
	background:#f37205 url('images/default/top_menu.gif') repeat-x top center;
}

#top_menu2 ul li {
	background:url('images/default/top_menu_line.gif') right top no-repeat;
}




/***
 *** Header
 ***/

#logo { 
  background: url('images/default/logo.png') no-repeat left top;
  width: 398px;
  height: 107px;
  left: 0px;
  float:left;
} 

#header {
  background: url('images/default/header-grad.jpg') repeat-x;
  height: 107px;
}


h1.headermain {
  background-color: transparent;
}

.header-profilename, .header-profilename a {
	background-color: transparent;
	color:#999999;

}

.header-profilename, .header-profilename a:hover {
	background-color: transparent;
	color: #83c8ff;
	text-decoration:none;

}

.header-profileoptions {
	background-color: transparent;
	color:#dfdfdf;

}

.header-profileoptions, .header-profileoptions a {
	background-color: transparent;
	color:#999999;

}


.header-profileoptions a:hover {
	background-color: transparent;
	color: #83c8ff;
	text-decoration:none;

}