/* CSS Document */
div.headerBlockExamples{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 50px;
	margin: 0px auto 0px auto;
	border: 0px dashed red;
	background: #ffffff;
}
div.headerBlockChannel{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 415px;
}
div.headerBlock{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 50px;
	margin: 0px auto 0px auto;
	border: 0px dashed red;
	background: #ffffff;
}
div.headerMenuBlock{
	position: absolute;
	width: 50px;
	height: 40px;
	top: 5px;
	padding: 0px;
	margin: 0px;
	background: #d3d0ff;
}
div.headerMenuBlock#wed{
	width: 80px;
	left: 425px;
}
div.headerMenuBlock#cont{
	width: 105px;
	left: 510px;
}
div.headerMenuBlock#commissions{
	width: 100px;
	left: 620px;
}
div.headerMenuBlock#pro{
	width: 55px;
	left: 725px;
}
div.headerMenuBlock#blog{
	width: 50px;
	left: 785px;
}
div.headerRectangle{
	position: absolute;
	width: 100%;
	height: 40px;
	top: 5px;
	left: 840px;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	background: #1105a5;
}

/* Shopping bag stuff */

div.headerRectangle p{
	margin: 0px;
	padding: 3px 0px 0px 0px;
	font-size: 10pt;
	line-height: 12pt;
	color: #ffffff;
}

img.headerBag{
	float: left;
	padding: 0px;
	margin: -3px 10px 0px 10px;
}

div.headerRectangle a, div.headerRectangle a{
	color: #ffffff;
	text-decoration: none;
}
div.headerRectangle a:hover, div.headerRectangle a:hover{
	color: #ffffff;
	text-decoration: underline;
}



/* paragraph */

div.headerMenuBlock p{
	color: #000000;
	padding: 20px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	font-style: normal;
	font-weight: normal;
}

/* links */

div.headerMenuBlock a{
	color: inherit;
	text-decoration: none;
}
div.headerMenuBlock a:hover{
	color: inherit;
	text-decoration: underline;
}

/*images */

img.headerName{
	float: left;
	padding: 5px 5px 0px 5px;
	margin: 0px;
}
img.headerChannel{
	padding: 7px 0px 0px 5px;	
	margin: 0px;
}