*{
	margin: 0;
	padding: 0;
}
body{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
BigHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight:800;
	font-variant: small-caps;
	color: #900;
	Letter-spacing: 2px;
	Text-shadow: 2px 2px 3px #999999;
}

}
.headerlogo{
	float: left;
	margin-right: 10px;

}
#welcometext{
	float: left;
	width: 70%;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	column-count: 2;
}
#welcome > header{
	color: #D3D3D3;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 3px;
}
.headerlogo > img{
	height: 60px;
	width: 60px;

}
#mainHeader{
	height: 80px;
}
.searchbox{
	float: right;
	padding: 5px;
	margin: 10px 10px;
	width: 200px;
}
#headername{
	font-size: 40px;
	color: #808080;
	padding: 15px;
	margin: 8px 0px;
	font-weight: bold;
}
#welcomeimage{
	float: left;
	width: 700px;
}
#welcometext{
	float: left;
	width: 70%;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	column-width: 200px;
	column-gap: 40px;
}
#welcometext > header {
	color: #808080;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 3px;
}
#events{
	float: right;
	width: 30%;
	margin-top: 20px;
	margin-bottom: 20px;
}
#events > header {
	margin-left: 10px;
	color: #808080;
	font-size: 15px;
	margin-bottom: 3px;
	font-weight: bold;
}
#events > ul {
	list-style: none;
}
#events > ul > li{
	margin-bottom: 3px;
}
#bestsellers{
	height: 100%;
	width: 700px;
	float: left;
	margin-bottom: 200px;
}
.productarticlemoreinfo{
	font-size: 12px;
	color: #808080;
	margin-top: 5px;
}
footer{
	clear: both;
	width: 100%;
	background-color: #D3D3D3;
	margin: 20px 0px 20px;
	padding: 5px;
}
.smalltext{
	font-size: 10px;
}
.backgroundgradient{
	background: #808080;
}
.navlink{
	height: 35px;
	margin-right: 10px;
	font-size: 18px;
	float: left;
	padding-top: 12px;
	color: #D3D3D3;
	text-decoration: none;
}
.navlink.active{

}
header{
	font-weight: bold;
}
.blockheader{
	font-size: 30px;
	font-family: headerfont;
	margin-top: 20px;
}
.headerlogo{
	float: left;
	margin-right: 10px;
}
.headerlogo > img{
	height: 60px;
	width: 60px;
}
#headername{
	font-size: 40px;
	color: #D3D3D3;
	padding: 15px;
	margin: 8px 0px;
	font-weight: bold;
}
footer{
	clear: both;
	width: 100$;
	background-color: #808080;
	margin: 20px 0px 20px;
	padding: 5px;
}
nav{
	width: 100%;
	height: 60px;
	background-color: #fff;
}
nav p{
	font-family: arial;
	color: #222;
	font-size: 24px;
	line-height: 55px;
	float: left;
	padding: 0px 20px;

}
nav ul {
	float: left;
}
nav ul li {
	float: left;
	list-style: none;
	position: relative;


}
nav ul li a{
	display: block;
	font-family: arial;
	color: #222;
	font-size: 14px;
	padding: 21px 14px;
	text-decoration: none;
}
nav ul li:hover ul {
	display: block;
	
}
nav ul li ul {
	display: none;
	position: absolute;
	background-color: #fff;
	padding: 4px;
	border-radius: 0px 0px 4px 4px;
}
nav ul li ul li{
	width: 160px;
	border-radius: 4px;
}
nav ul li ul li a{
	padding: 11px 14px;
	
}
nav ul li ul li a:hover{
	background-color: #f3f3f3;
	
}