/* CSS Document */
.header {
	width: 430px;
	padding: 10px 10px 10px 0px;
}
.header p{
	margin: 0px 0px 10px 0px;}
.stores{
	background-image: url(../_images/stores_bg.jpg);
	width: 137px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #0A5A9C;
	line-height: 14px;
	padding: 15px 0px 15px 0px;
	float: left;
	text-align: center;
}
.stores a{
	color: #0A5A9C;
	text-decoration: none;
}
.news{
	float: left;
	width: 102px;
	height: 155px;
	padding: 20px 18px 20px 18px;
	margin-top: 10px;
	background-image: url(../_images/news_bg.jpg);
	background-repeat:no-repeat;
}
.news h1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #0A5A9C;
	margin: 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #0A5A9C;
}
.news ul{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
.news li{margin-bottom: 5px;
}
.content{
	float: left;
	width: 355px;
	margin-left: 20px;
	margin-right: 30px;
}
.content h1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #0A5A9C;
	margin: 10px 0px 4px 0px;
}
.content ul{
	margin: 0px 0px 15px 8px;
	padding: 0px;
	padding-left: 8px;
}
.content li{margin: 0px 0px 3px 0px;
	line-height: 15px;
}
.content p{
	
	font-size: 12px;
	margin: 0px 0px 2px 0px;
	line-height: 15px;
}
.content img{
	margin-top: 15px;
}
.homebutton{
	display: block;
	float: left;
	height: 26px;
	width: 142px;
	font: Arial, Helvetica, sans-serif ;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #0A5A9C;
	background-image:url(../_images/home_button.jpg);
	margin-top: 27px;
	margin-right: 15px;
	line-height: 26px;
	text-decoration: none;
}
