body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.container {
	width: 1024px;
	margin: 0 auto;
}

.header {
	width: 1024px;
}

.header .banner {}

/*MENU*/
.header .menu{
	width:1024px;
	height:48px;
	background: url(../images/menu_bg.png);
	background-repeat: repeat-x;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
.header .menu .marquee{
	width: 400px;
	margin-left: 15px;
    	margin-top: 15px;
    	float: left;
    	color: #ffffff;	
}
#nav {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 9pt;
	-moz--radius: 0 0 10px 10px;
	-webkit-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	float: right;
}
 
#nav ul {
    z-index: 5000;
    margin: 0;
    padding: 0;
    list-style: none;
}
 
#nav a:link,
#nav a:visited {
    color: #ffffff;
    text-decoration: none;
}
 
#nav a {
    display: block;
    padding: 16px 16px;
}
 
#nav li {
    float: left;  
    margin-right: 0px;
    position: relative;
	height:48px;
}

#nav > ul > li {
	border-left: 1px solid #2839A1;
}

#nav li li{
    width: 200px;
    border-bottom: 1px solid #81776A;
	background-color: #CCCCCC;
}

#nav li a:hover {
	color: #73c670;
}
 
#nav ul ul  {
    position: absolute;
	visibility: hidden;
}
 
#nav ul ul ul{
    position: absolute;
    left: 100%;
	top: 0px;
}  

#nav li:hover > ul {
	visibility: visible;
}

.body {
	width: 1024px;
	margin: 20px 0px;
}

.heading {
	height:24px;
	background:url(../images/heading-bg.png);
	background-repeat:repeat-x;
	font-weight:bold;
	font-size:15px;
	color:#ffffff;
	padding:4px 10px 0px 10px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}

.content_box {
	height:auto;
	border-left:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	font-size:12px;
	color:#000080;
	padding:10px;
	margin-bottom:15px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}

.body .body_left {
	width: 200px;
	float: left;
	margin-right: 10px;
}

.body .body_left li{
	padding:5px 0px 5px 25px;
	background:url(../images/bullet_list.png) left no-repeat;
	list-style:none;
}

.body .body_left a, .body .body_right a{
	color:#000080;
	text-decoration:none;
}

.body .body_left a:hover, .body .body_right a:hover{
	color:#000080;
	text-decoration:underline;
}

.body .body_right {
	width: 804px;
	float: right;
	margin-left: 10px;
}

.body .body_right .content_box .product{
	width:760px; 
	border:1px solid #e0e0e0; 
	-moz-border-radius:7px; 
	-webkit-border-radius:7px; 
	border-radius:7px; 
	margin-bottom:10px;
	padding:10px;
}

.body .body_right .content_box .product .product_image{
	width:200px; 
	height:230px; 
	float:left; 
	margin-right:15px;
}

.body .body_right .content_box .product .product_desc{
	width:545px;
	text-align:left;
	float:right;
}

.footer {
	color:#ffffff;
	font-size:10px;
	background:url(../images/footer-bg.png) repeat-x;
}

.footer a {
	color:#ffffff;
	text-decoration:none;
}

.footer .footer_left {
	width:492px;
	float:left;
	padding:10px;
	text-align:left;
	background:inherit;
	-moz-border-radius: 10px 0px 0px 0px;
	-webkit-radius: 10px 0px 0px 0px;
	border-radius: 10px 0px 0px 0px;
}

.footer .footer_right {
	width:492px;
	float:right;
	padding:10px;
	text-align:right;
	background:inherit;
	-moz-border-radius: 0px 10px 0px 0px;
	-webkit-radius: 0px 10px 0px 0px;
	border-radius: 0px 10px 0px 0px;
}