
/* ---------------------------------------------- HEAD ---------------------------------- */
.head
{
	float:left;
	width:1000px;
	height: 160px;
	border: #33CCFF 1px solid;
	background-image: url(../../shopheader/header_8.gif);
	
}
.head-left
{
	float:left;
	width:500px;
}
.head-top-left
{
	font-size: 14pxpx;
	color: #111111 ;
	float:left;
	width: 498px;
	height: 160px;
	text-align: center;
}

.head-right
{
	float: left;
	width: 475px;
	height: 150px;
	margin: 10px 0px 0px 0px;
}

.head-right_nav
{
	float: left;
	text-align: right;
	margin: 45px 15px 0px 0px;
	width: 460px;
}



.h-logo-t-nav
{  
	font-family: Arial;
	font-size: 20px;
	color: #111111 ;
}
.h-logo-t-nav a
{  
	text-decoration: none;
	color:  #111111;
}
.h-logo-t-nav a:hover
{  
	text-decoration: none;
	color: #FF0000;
}

.h-subnav-t-nav
{  
	font-family: Arial;
	font-size: 12pxpx;
	color: #111111 ;
	font-weight: bold;
}
.h-subnav-t-nav a
{  
	text-decoration: none;
	color:  #111111;
}
.h-subnav-t-nav a:hover
{  
	text-decoration: none;
	color: #FF0000;
}


/* ------------------------------------------ Footer Style ---------------------- */
.footer
{
	float:left;
	WIDTH: 1000px;
	height: 75px;
	background-color: #33CCFF;
	border: #33CCFF 1px solid;
}

.footer-top
{
	WIDTH: 1000px;
}



