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

html body {
    margin-top:0;
    font-family:Arial, Verdana, Helvetica, sans-serif;
    font-size:14px;
    color:#000000;
    background: url('/images/bg.gif') top repeat-x;
}

p, h1, h2, h3, h4, h5, h6, ul, li, table, td, th, tr, form, input, img, button {
    margin:0px;
    padding:0px;
}

img { border:none; }

#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width:900px;
	background: url('/images/spiral.gif') top center no-repeat;
	min-height: 500px;
}

#header {
	position: relative;
	float: left;
	width:900px;
}

#header .logo {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 327px;
	height: 127px;
	margin-top: 35px;
	margin-bottom: 30px;
}

#header .menu {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 585px;
	height: 40px;
}

#header .menu ul {
	list-style: none;
	margin-top: 5px;
}

#header .menu ul li {
	display: inline;
	margin-right: 35px;
	font-size: 16px;
	color: #fff;
}

#header .menu ul li a {
	color: #fff;
	text-decoration: none;
	border: none;
	padding: 0 0 4px 0;
}

#header .menu ul li a:hover, #header .menu ul li a.active {
	border-bottom: 2px solid #fff;
}

#header .menu ul li.last {
	margin-right: 0;
}

#content {
	position: relative;
	float: left;
	width: 900px;
	padding: 10px 0 10px 0;
}

#content .nav {
	position: relative;
	float: left;
	width: 900px;
	color: #333333;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

#content .image {
	position: relative;
	float: left;
	width: 200px;
	margin-right: 20px;
	padding-top: 15px;
}

#content .main {
	position: relative;
	float: left;
	padding: 15px 0 0 0;
	width: 680px;
}

#content .wide {
	width: 900px;
}

#content .main h1 {
	font-family: serif, Times;
	font-size: 28px;
	color: #961A36;
	font-weight: normal;
	margin-bottom: 10px;
}

#content .main h2 {
	font-size: 20px;
	margin-bottom: 10px;
	color: #961A36;
}

#content .main p {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 22px;
}

#content .main a {
	color: #961A36;
	text-decoration: none;
}

#content .main a:hover {
	text-decoration: underline;
}

#footer {
	position: relative;
	float:left;
	width: 900px;
	font-size: 14px;
	padding-top: 30px;
}

#footer .dots {
	border-top: 5px dotted #F4E7EA;
	margin-bottom: 15px;
}

#footer ul {
	list-style: none;
	margin-bottom: 10px;
	text-align: center;
}

#footer ul li {
	display:inline;
	margin-right: 30px;
}

#footer ul li.last {
	margin-right: none;
}

#footer a {
	color: #961A36;
	text-decoration: none;
}

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

#footer p {
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
}

#footer p.small {
	font-size: 12px;
	font-weight: normal;
}

#footer .imageBlock {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 658px;
	margin-bottom: 5px;
}

#footer .imageBlock img {
	margin-right: 20px;
	border: 3px solid #961A36;
}

#footer .imageBlock img.last {
	margin-right: 0;
}

/* ------------- Page specific styles -------------- */

#stores {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:900px;

}

#stores .list {
	position:relative;
	float:left;
	width:300px;
	margin-right:10px;
	margin-bottom:10px;
}

#stores .list ul {
	list-style-position:inside;
	list-style:none;	
	margin:0px;
}

#stores .list ul li {
	margin-bottom:10px;
}

#stores .details {
	position:relative;
	float:left;
	width:590px;
	margin-top:10px;
}


#stores .details h2 {
	font-size:20px;
	margin-bottom:10px;
}

#stores .details img {
	margin-bottom: 15px;
}

#news h2 {
	margin-bottom: 0px;
	padding: 0;
}

#news p.read-more {
	
}

#news p.date {
	line-height: 12px;
	margin-top: -10px;
	padding: 0;
	font-size: 12px;
}

#events h3 {
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 14px;
	color: #961A36;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	background: #961A36;
	height: 1px;
	color: #961A36;
	width: 660px;
}

div.imageBlock img {
	margin-right: 15px;
	margin-bottom: 15px;
}

ul#gallery {
	list-style: none;
}