div.header{
	color: white;
	background-color: black;/*#FFFDE7*/
	background-repeat: no-repeat;
	background-image: url(../images/header/header_bottom.jpg);
	background-position: bottom left;
}

/* The following is for the links at the top of the page */

div.header_top{
	background-image: url(../images/header/header_top.jpg);
}

div.header_top a.right{
	float: right;
	padding-right: 10px;
}

div.header_top p.top{
	display: block;
	background-color: white;
}

div.header_top p.top a{
	text-decoration: none;
	color: white;
	font-size: 8pt;
	font-weight: bold;
	position: relative;
	top: 2px;
}

/* The following is for the rest of the header */

a img.logo{
	float: left;
	width: 145px;
	height: 45px;
	border: 0;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 6px;
}

div.sidebar a img.logo_ie{
	display: none;
}

div.header img.banner{
	width: 510px;
	height: 180px;
	padding-left: 250px;
}

/* The following is for the similar products links, to be displayed within the image */

ul.similar_products{
	padding-left: 20px;
	list-style-image: url(../images/list_styles/list_style.gif);
	list-style-position: outside;
	position: absolute;
	top: 80px;
	z-index: 2;
	font-size: 8pt;
}

ul.similar_products a{
	display: block;
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
}

ul.similar_products a:hover{
	color: #EEEEEE;
	background-color: #666666;
}

div.wrapper div.header p.product_name{
	position: absolute;
	top: 60px;
	color: #CB3332;
	font-size: 8.5pt;
	font-weight: bolder;
	width: 240px;
	border-bottom: 1px dashed #CCCCCC;
	border-left: 5px solid black;
}

div.wrapper p.copyright{
	font-size: 8pt;
	position: absolute;
	top: -8px;
	padding-left: 310px;
	display: inline;
}