body {
	margin: 0; padding: 0;
	color: #d8d8d8;
	font: 75% Arial, Helvetica, sans-serif;
	background: #262626 url(images/mast.gif) repeat-x left top;
}

#logo {
	position: absolute;
	left: 23px; top: 0;
	background: #484848 url(images/logo-wanco.gif) no-repeat left top;
}
	#logo a { display: block; width: 360px; height: 62px; margin-top: 10px; }

#title { display: none; }

#nav {
	position: absolute;
	top: 72px; left: 24px;
	margin:0; padding:0 1px;
	width: 775px;
	background: transparent url(images/bg-nav.gif) repeat-x left top;
	white-space: nowrap;
}
	#nav a { 
		display: block;
		float:left;
		width: 155px;
		height: 30px;
		padding-top: 10px;
		text-align: center;
		background: transparent url(images/bg-nav-link.gif) no-repeat left top; 
	}
	
	#nav a:hover { text-decoration: none; background: transparent url(images/bg-nav-hover.gif) no-repeat left top; }

#container {
	position: absolute;
	left: 0; top: 185px;
	width: 990px; height: auto;
	background: #464646 url(images/bg-content.gif) repeat-y left top;
	border-top: 13px solid #00296f;
}
	#home #container { top: 235px; /*background-image:url(images/bg-content-home.gif);*/ }

#content {
	position: relative;
	left: 307px; top: 45px;
	width: 355px; height: auto;
	margin: 0 0 45px;
	padding: 0 295px 30px 33px;
	line-height: 170%;
}
	#home #content { 
		left: 40px; top: 0; 
		width: 938px; height: auto;
		margin: 0; padding: 0;
	}
	
	#content ul { margin-left: 0; padding-left: 0; }

#leftcol {
	position: absolute;
	left: 24px; top: 30px;
	width: 217px; height: auto;
	margin: 0;
	padding: 15px 20px 30px 13px;
	background-color: #616161;
}
	
	#leftcol p { margin: 0 0 .7em; }
	#leftcol ul { margin: .5em 0 .8em; padding-left: 1.5em; list-style: none; }

#footer {
	clear: both;
	width: 966px;
	padding: 30px 0 10px 24px;
	background-color: #262626;
}
	.phone { margin: 0; font-size: 300%; font-weight: 800; color: #ffffff; }
	.nav2 { margin-top: 0; }
		.nav2 a { margin-right: 1.5em; }
	.copyright { font-size: 9px; color: #616161; }

.more {
	display: none;
}

.border {
	border: 1px solid #939393;
}

.featuretext {
	margin-top: 2em;
	font-size: 130%;
	font-weight: 700;
}

.wide { 
	width: 620px; 
	margin-right: -365px; 
}

ul.down li { padding-bottom: 1em; }
p.down, h4.down { margin-top: 2em; }

a.download {
	margin-right:1em;
	font-size: 90%;
}

.pic {
	position: absolute;
	right: 30px; top: 100px;
}
	.auto { top: auto; }

img.gray { display: inherit; }
img.white { display: none; }
img.more { display: inline; margin: .4em 0 -.4em .5em; border-width: 0; }

.top { float: right; margin-left: 1em; border-width: 0; }
.closegap { margin-bottom: -1em; }

.left { float: left; margin-right: 10px; }
.right { float: right; margin-left: 10px; }
.clear { clear: both; }
.nowrap { white-space: nowrap; }
.bold { font-weight: 600; }

.small { font-size: 90%; }
.highlight { color: #ffffff; }

a { 
	color: #e69d1f;
	text-decoration: none;
	outline: none;
	border-width: 0;
}
	a:hover { text-decoration: underline; }
	
	a img { border-width: 0; }


