/* Product Lookup */
/* top frame css */

html
{
	height: 100%;
}

*
{
	color: #FFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a
{
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #FFCC00;
}
a:active,
a:hover
{
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	background-color: #1A244D;
	border-bottom: 1px solid #FFCC00;
}

body
{
	background-color: #3A51AA;
	color: #FFF;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}

body#site
{
	background: #3A51AA url("ro_img/top_bgr.png") repeat-x top left;
	text-align: center;
}

#container
{
	width: 966px;
	height: 176px;
	margin: 0 auto;
}

#header
{
	width: 100%;
	height: 176px;
	background: url("ro_img/header.jpg") no-repeat top left;
	text-align: left;
}

#home_link
{
	display: block;
	width: 180px;
	height: 120px;
	border: 0;
	margin-left: 60px;
	background: none;
}

.extra_menu_content
{
	float: right;
	margin-right: 90px !important;
	margin-top: 20px !important;
	margin-right: 45px;
	margin-top: 20px;
}

.extra_menu_content .l1,
.extra_menu_content .l1_a
{
	display: block;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	padding: 0 10px 0 10px;
	color: #1F316C;
	border-left: 1px solid #1F316C;
	border-bottom: 0;
	background: none;
}

.extra_menu_content #extra_first
{
	border: 0;
	background: none;
}

.extra_menu_content .l1_a,
.extra_menu_content .l1:active,
.extra_menu_content .l1:hover,
.extra_menu_content .l1_a:active,
.extra_menu_content .l1_a:hover
{
	color: #1F316C;
	border-bottom: 0;
	font-weight: bold;
	text-decoration: underline;
	background: none;
}
