@charset "utf-8";
/* Palette:
Red:		e31937
Grey:		45555f
*/

a {
	color:#e31937;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#banner {
	background-image:url(../assets/bg-banner.jpg);
	height:130px;
	margin-bottom:20px;
	width:880px;
}

#banner img {
	border:none;
	float:left;
}

#banner-top {
	height:85px;
	overflow:hidden;
	width:746px;
}

#bg-bottom {
	background-image:url(../assets/bg-bottom.jpg);
	height:30px;
	overflow:hidden;
	width:940px;
}

#bg-top {
	background-image:url(../assets/bg-top.jpg);
	height:30px;
	overflow:hidden;
	width:940px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:10px;
}

#clear {
	clear:both;
}

#container {
	text-align:center;
	width:100%;
}

#footer {
	background-image:url(../assets/bg-footer.jpg);
	color:#ffffff;
	height:68px;
	margin-top:20px;
	text-align:right;
	width:880px;
}

#footer a {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer p {
	line-height:45px;
	margin:0px;
	padding:0px 20px 0px 20px;
}

h2 {
	color:#45555f;
}

.home-box {
	border-color:#a1a9ae;
	border-style:solid;
	border-width:1px;
	float:left;
	height:130px;
	padding:10px;
	width:258px;
}

.home-box h2 {
	color:#45555f;
	margin-top:0px;
}

#inner {
	background-image:url(../assets/bg-mid.jpg);
	padding:0px 30px 0px 30px;
	width:880px;
}

.left {
	float:left;
	width:280px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#main {
	float:right;
	width:580px;
}

#menu {
	height:45px;
	overflow:hidden;
	width:746px;
}

#menu a {
	color:#ffffff;
	display:block;
	font-size:16px;
	font-weight:bold;
	line-height:45px;
	padding:0px 20px 0px 20px;
	text-decoration:none;
	text-transform:uppercase;
}

#menu a:hover {
	text-decoration:underline;
}

#menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#menu ul li {
	float:left;
}

#outer {
	margin:auto;
	text-align:left;
	width:940px;
}

.red {
	color:#e31937;
	font-weight:bold;
}

/*
<img src="assets/deal-of-the-week.jpg" alt="Deal of the Week" />
*/