@charset "utf-8";

/* Neutralize styling: Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/100% Verdana, Arial, Helvetica, sans-serif;
}

/* Neutralize styling: Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}

/* Apply left margin: Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

body {
	background-color: #FFFFFF;
}

h1 {
	font-size: 20px;
	padding-top: 25px;
	padding-left: 70px;
	padding-bottom: 10px;
	line-height: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#99A189;
	}
		
p {
	margin-bottom: 12px;
	}
	
li {
	font-size:10px;
	}
	
hr {
	color:#99A189;
	margin-top: -10px;
}
	
#wraper {
	position:relative;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
}

#navbar {
	width: 800px;
	margin-top: auto;
	float: left;
	clear: both;
}

#leftcolumn {
background-image:url(images/border.jpg);
background-repeat: repeat-y;
}
	
#shopping-information {
	width: 800px;
	padding-top: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
}

#storelist {
	margin-top: 10px;
	margin-left:20px;
}

#footer {
	text-align:center;
	font-size:10px;
	line-height:10px;
	margin-top: 10px;
	width: 100%;
	float: left
}

.header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#99A189;
}

/*<hr> style for listings in table*/
.listingrow {
	border-bottom: 1px #99A189 solid;
}

/*sub-menu style*/
li {
width: 200px;
list-style-type: none;

}

#fixed {
	position:fixed;
	width: 225px;
	top: 120px;
	padding: 0 0 0 10px;
			/*border-left: 2px solid #99A189;*/
	font-size: 12px;
}

#fixed a:link { 
	color: #668d1e;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration: none;
}
#fixed a:visited { 
	color: #000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration: none;
}
#fixed a:hover { 
	color: #be0a0a;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration: none;
}
#fixed a:active {
	color: #990000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration: none;
}



#listings a:link { 
	color: #668d1e;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration: none;
}
#listings a:visited { 
	color: #668d1e;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration: none;
}
#listings a:hover { 
	color: #be0a0a;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration: none;
}
#listings a:active {
	color: #668d1e;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration: none;
}
