@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* CSS Document */

* 
{
	margin: 0;
	padding: 0;
}

body {
        font-family:Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden;
	width: 100%;
	height: 100%;
        background-image: url(/img_upload/background.jpg);
	background-position:right bottom;
        background-attachment:fixed;
}

#content 
{
	position:absolute; /* Needed for Safari */
	margin: auto; /* Takes care of horizontal alignment in standards compliant browsers */
	text-align: left;
	width:714px;
	height:564px;
	background-image:url(../img_upload/main_window.jpg);
	background-repeat:no-repeat;
}

#header
{
	width:714px;
	height:133px;
	margin-left:10px;
}

#header_left
{
	width:205;
	float:left;
	padding-top:15px;
}

#header_right
{
	width:475;
	float:right;
}
		
#flash_header
{
	height:237px;
	padding-left:7px;
}

#number
{
	height:58px;
        width:475px;
        margin-top:20px;
	padding-top:25px;
	color:#FFFFFF;
	font-size:18px;
}

#navigation
{
	width:475px;
	font-size:12px;
        height:28px;
}


#news
{
	width:714px;
        height:175px;
	background-image:url(../img_upload/news_head.jpg);
	background-repeat:no-repeat;
        margin-left:7px;
        font-size:12px;
}

#coupon
{
		font-size:10px;
		color:#005288;
}

#coupon a
{
        color:#FFFFFF;
        text-decoration:none;
}

#coupon a:hover
{
        text-decoration:underline;
}

.nb_ce
{
	width:215px;
	float:left;
	padding-left:10px;
	padding-right:10px;

}		

.nb_ce h1
{
        font-size:14px;
        text-align:center !important;
        color:#005288;
        padding-top:4px;
        padding-bottom:15px;
}

.nb_ce p
{
        color:#005288;
}

.nb_ce a:link, .nb_ce a:visited
{
        color:#FFFFFF;
        text-decoration:none;
}

.nb_ce a:hover
{
        text-decoration:underline;
}

.clearify
{
	clear:both;
	visibility:hidden;
}

/* Menu styles */
#imouter1 {
width:auto;
height: 28px;
padding-top:3px;
}

.clearit {
clear:both;
height:0;
line-height: 0.0;
font-size: 0;
}

#imenus1 .menuactive a {
background-image: url(/img_upload/menu_over.jpg);
background-repeat: no-repeat;
color:#000000;
}

#imenus1 {
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
}

#imenus1, #imenus1 ul {
padding: 0;
margin: 0;
list-style: none;
}

#imenus1 a {
display: block;
text-decoration: none;
color: #FFFFFF;
width: 104px;
height: 24px;
text-align: center;
line-height: 22px;
background-image: url(/img_upload/menu_out.jpg);
background-repeat: no-repeat;
margin-right: 1px;
padding-top:3px;
}

#imenus1 li {
float: left;
}

#imenus1 li ul, #imenus1 ul li  {
width: 125px;
z-index: 1;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

#imenus1 ul li  {
border-bottom: 1px solid #141544;
border-left: 1px solid #141544;
border-right: 1px solid #141544;
}

#imenus1 ul li a  {
width: 120px;
color: #005288;
background-image: none;
line-height: auto;
text-align: left;
padding-left: 5px;
}

#imenus1 li ul {
position: absolute;
display: none;
background-color:#cad7e9;
}

#imenus1 li:hover a, #imenus1 a:focus,
#imenus1 a:active, #imenus1 li.p7hvr a {
color:#000000;
background-image: url(/img_upload/menu_over.jpg);
}

#imenus1 li:hover ul, #imenus1 li.p7hvr ul {
display: block;
}

#imenus1 li:hover ul a, #imenus1 li.p7hvr ul a {
color: #FFFFFF;
background-image: none;
line-height: auto;
}

#imenus1 ul a:hover {
background-color: #005288!important;
color: #FFFFFF!important;
}

#imenus1 ul a:active {
background-image: none!important;
background-color: #fff3c7!important;
color: #141544!important;
}
/* The single backslash  character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */

#imenus1 li {width: auto;}	

/**************************Navigation Ends**************************/

