@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/bg.gif);
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4e4e4e;
}

h1 {
	font-size:20px;
}	

#header-wrapper {
	height:120px;
	background-image:url(images/header-bg.jpg);
	background-repeat:repeat-x;
}

#header {
	margin:0 auto;
	width:900px;
	height:120px;
	background-image:url(images/header-image.jpg);
	background-repeat:no-repeat;
}

#nav-menu-wrapper {
	height:29px;
	background-image:url(images/nav-menu-bg.jpg);
	background-repeat:repeat-x;
}

#nav-menu {
	height:29px;
	width:900px;
	margin:0 auto;
}

#nav-menu ul {
	margin:0;
	padding-top:4px;
	list-style-type:none;
	font-size:18px;
}

#nav-menu ul li {
	display:inline;
	margin-right:95px;
	font-weight:bold;
	margin-left:0;
	padding-left:0;
}

#nav-menu a:link, #nav-menu a:visited {
	color:#fff;
	text-decoration:none;
}

#nav-menu a:hover {
	color:#ff0000;
	text-decoration:none;
}

#shadow-wrapper {
	margin:0 auto;
	background-image:url(images/shadow.png);
	background-repeat:repeat-y;
	width:944px;
}

#wrapper {
	width:870px;
	margin:0 auto;
	background-color:#fff;
	padding:14px 15px;
}

#left-section {
	width:436px;
	background-color:#eee4c9;
	float:left;
}

#right-section {
	width:417px;
	float:right;
}

.testimonial {
	margin:10px;
}

.testimonial-title {
	color:#ff0000;
	font-weight:bold;
}

#footer {
	width:944px;
	height:67px;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	margin:0 auto;
	text-align:center;
}	

#copyright {
	width:900px;
	margin:0 auto;
	text-align:right;
	padding-bottom:10px;
	color:white;
}

#footer p {
	margin-top:0;
}	

.days {
	text-align:left;
}

.hours {
	text-align:right;
}

.section-block {
	background-color:#eee4c9;
	margin-bottom:20px;
}

#store-hours { 
	margin:10px auto;
	width:80%;
}

a:link, a:visited {
	color:#018616;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:none;
}