* {
	margin: 0;
}

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	height: 100%;
	background-color: #E6E6E6;
	font-family: 'Microsoft Sans Serif', Arial, sans-serif;
	font-size: 12px;
	color: #4d4d4d;
	text-align:center;
}

#wrapper {
	width: 900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(images/background.png);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0 auto -38px;
	padding: 0px 30px 0px 30px;
	text-align:left;
}

#top-bar {
	width: 900px;
	background-color: #0A3369;
}

#page {
	width: 850px;
	margin: 0px 25px 20px 25px;
}

#nav {
	float: right;
}

#nav ul {
	list-style-type: none;	
	text-align: right;
}

#nav ul li {
	display: block;
	float: left;
	height: 30px;
	margin: 0px 15px 0px 15px;
}

.selected {
	color: #000000;
	background-image: url(images/arrow.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

.logo {
	margin: 12px 0px 15px 0px;
}

.feature {
	border: 1px solid #000;
	margin-bottom: -20px;
}

.home-feature {
	border: 1px solid #000;
	margin-bottom: 20px;
}

.plan {
	width: 764px;
	height: 185px;
	background-image: url('images/siteplan-bkgd.png');
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: -20px;
	padding: 15px 0px 0px 84px;
	border: 1px solid #000;
}

#tag {
	position: relative;
	top: -160px;
	left: 1px;
	z-index: 10;
	height: 45px;
	background-image: url('images/tag-shadow.png');
	background-repeat: no-repeat;
	background-position: bottom right; 
}

.demo {
	width: 234px;
}

.maps {
	width: 148px;
}

.site-plan {
	width: 131px;
	margin-bottom: -15px;
}

.contact {
	width: 165px;
}

#print {
	float: right;
	text-align: right;
}

.printer {
	margin: 0px 0px -10px 0px;
}

#store_logos {
	width: 250px;
	height: 150px;
	padding: 30px 50px 0px 0px;
}

table {
	font-family: 'Microsoft Sans Serif', Arial, sans-serif;
	font-size: 12px;
}

#col-left {
	float:left;
	width: 408px;
	margin: 0px 0px 25px 0px;
}

#col-right {
	float: right;
	width: 410px;
	margin: 0px 0px 25px 0px;
}
#col-center {
	float: center;
	width: 505px;
	margin: 0px 0px 25px 150px;
}
p {
	margin-bottom: 12px;
	line-height: 1.3;
}

h3 {
	font-size: 13px;
	color: #fff;
	background-color: #0A3369;
}

.black {
	color: #000;
	font-weight: bold;
}

td.red {
	color: #ff0000;
}

td.red:hover {
	color: #ffffff;
}

#col-center table, #col-right table, #col-left table, table.tenants {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

.tenants {
	margin-top: 15px;
}

#col-center table td, #col-right table td, #col-left table td, table.tenants td {
	border-bottom: 1px solid #000000;
}

.chart {
	color: #000000;
	background-color: #eeeeee; 
}

.chart2 {
	color: #ffffff;
	background-color: #0A3369; 
}

#push {
	clear:both;
	height: 38px;
}

#footer-wrapper {
	clear: both;
	width: 930px;
	margin:0 auto;
	padding: 0px 15px 0px 15px;
}

#footer {
	clear: both;
	color: #ffffff;
	width: 850px;
	height: 21px;
	background-color: #0A3369;
	font-size: 10px;
	margin: 0 auto;
	padding: 12px 25px 5px 25px;
	text-align: right;
}


/* LINK STYLES */


a:link, a:visited, a:hover, a:active {
	color: #3D71C2;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	display: block;
	padding: 12px 0px 0px 0px;
	font-size: 12px;
	text-decoration: none;
	color: #888888;
}

#nav a:hover, #nav a:active {
	color: #000000;
	background-image: url(images/arrow.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#nav a:link.selected, #nav a:visited.selected, #nav a:hover.selected, #nav a:active.selected {
	color: #000000;	
}
