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

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/bodybackground.jpg);
	background-position: center top;
	text-align: center;
	line-height: 1.4em;
	background-repeat: repeat-x;
	background-color: #eada7e;
}
#container {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/contentbackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 50px;
	padding-left: 50px;
}
#header {
	height: 250px;
}
#header h1, #header h2 {
	display: none;
}


/*Navigation*/

#navbar {
	height: 80px;
	font-size: 1.4em;
	font-style: italic;
	padding-left: 40px; 
}
ul#navigation  {
	list-style-type: none;
	height: 30px;
	padding: 0;
	margin: 0;

}
ul#navigation li {
	float: left;
	padding-right: 10px;
}
ul#navigation a {
	color: #DBD677;
	text-decoration: none;
	display: block;
	float: left;
	background-image: url(../images/dark70.png);
	height: 25px;
	padding-top: 40px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
ul#navigation li:hover {
	
}
ul#navigation li:hover a{
	
	color: #FFFFFF;
}
ul#navigation li.active {
	background-position: 0 0px;
}
ul#navigation li.active a{
	color: #333333;
	background-image: url(../images/light70.png);
}
#content {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-size: 90%;
	line-height: 1.3em;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}
blockquote {
	font-style: italic;
	background-color: #F2FAFF;
	padding: 20px;
	border: 1px solid #9FD9FF;
	margin-bottom: 1.5em;
}
p {
	padding-bottom: 1.5em;
}
.leftsplit {
	float: left;
	background-color: #EEEEEE;
	padding: 20px;
	width: 358px;
	border: 1px solid #CCCCCC;
}
.rightsplit {
	background-color: #EEEEEE;
	padding: 20px;
	width: 358px;
	margin-left: 417px;
	border: 1px solid #CCCCCC;
}
#content ul {
padding-bottom: 5px;
}
#content li {
	margin-left: 20px;
	padding-bottom: 5px;
}
#content h2, #content h3 {
	color: #990000;
	padding-bottom: 5px;
}
.contactinfo {
	font-style: italic;
	color: #666666;
	text-align: center;
	border: 1px solid #CCCCCC;
	padding: 20px;
	margin-bottom: 20px;
	line-height: 1.5em;
}

a {
	color: #0066CC;
}
a:hover {
	color: #990000;
}
#search {
	float: right;
	padding-top: 20px;
}

#tagline {
	font-style: italic;
	text-align: center;
	height: 45px;
	font-size: 1.4em;
	padding-top: 25px;
	color: #594126;
	clear: both;
}
#contactinfo {
	text-align: center;
	padding: 20px;
	float: right;
	height: 210px;
	width: 360px;
	font-style: italic;
	color: #666666;
	line-height: 1.5em;
	font-size: 0.8em;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.footerinfo {
	font-size: 0.8em;
	color: #666666;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
}
#mailersection {
	text-align: left;
	width: 600px;
}
#mailersection td {
	padding: 5px;
}
#storepages {
	font-size: 1.4em;
	text-align: center;
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
#storetable {
	width: 100%;

}
#storetable td {
	text-align: center;
	padding: 20px;
	
}
