body {
	background: #172a4b url(/media/img/body_bg.jpg) 0 0 repeat-x;
}
.container {
	width: 860px;
	margin: 10px auto;
	border: 8px solid #f0d148;
	background: #fff url(/media/img/container_bg.jpg) 0 0 repeat-y;
}
#header {
	background: #3158a2 url(/media/img/head_left.jpg) 0 0 no-repeat;
	width: 860px;
	height: 220px;
}
#header img{
	float: right;
}
/*----------------------------------------------------------------*/
#topnav {
	background: #1e3966 url(/media/img/navbar_bg.jpg) 0 0 repeat-x;
	width: 860px;
	height: 48px;
}
#mainnav {
	margin-left: 20px;
	padding: 0;
	background: transparent;
	list-style-type: none;
	float: left; /* Contain floated list items */
	border-right: 1px solid #666;
	border-left: 1px solid #333;
	display: inline;
	}
#mainnav li {
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	}
#mainnav a {
	float: left;
	padding: 14px 0;
	width: 120px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-left: 1px solid #666;
	border-right: 1px solid #111;
	}
#mainnav a:hover {
	background: url(/media/img/navbar_bg2.jpg) 0 0 repeat-x;
	color: #f0d148;
	}
#mainnav a#current {
	background: url(/media/img/navbar_bg3.jpg) 0 0 repeat-x;
	color: #172a4b;
	}
/*----------------------------------------------------------------*/
#navbar_shadow {
	background: #fff url(/media/img/navbar_shadow.jpg) 0 0 repeat-x;
	width: 860px;
	height: 16px;
}
.wrapper {
	margin-left: 20px;
	display: inline;
}
/*----------------------------------------------------------------*/
#ourline h3{
	margin-left: 10px;
	}
#ourline a {
	display:block;
	margin-left: 10px;
	color: #222;
	background: #a6a6a6 url(/media/img/gray.jpg) top repeat-x;
	padding: 6px;
	text-decoration: none;
	}
#ourline a.cool {
	display:block;
	color: #222;
	background: #829dca url(/media/img/cool.jpg) top repeat-x;
	padding: 6px;
	text-decoration: none;
	}
#ourline a.heat {
	display:block;
	color: #222;
	background: #f69757 url(/media/img/heat.jpg) top repeat-x;
	padding: 6px;
	text-decoration: none;
	}
#ourline a.air-quality {
	display:block;
	color: #222;
	background: #f69757 url(/media/img/air-quality.jpg) top repeat-x;
	padding: 6px;
	text-decoration: none;
	}
#ourline a:hover, .navigation a:focus {
	background: #1e3966 url(/media/img/hover.jpg) top repeat-x;
	color: #fff;
	}
#ourline a.cool:hover, .navigation a.cool:focus {
	background: #1e3966 url(/media/img/hover.jpg) top repeat-x;
	color: #fff;
	}
#ourline a.heat:hover, .navigation a.heat:focus {
	background: #1e3966 url(/media/img/hover.jpg) top repeat-x;
	color: #fff;
	}
#ourline a.air-quality:hover, .navigation a.air-quality:focus {
	background: #1e3966 url(/media/img/hover.jpg) top repeat-x;
	color: #fff;
	}
#ourline a#current {
	background: #fff;
	color: #222;
	font-weight: bold;
	}
/*----------------------------------------------------------------*/
#bottomnav {
	background: url(/media/img/bottomnav_bg.jpg) 0 0 repeat-y;
	padding: 0 20px;
	clear: both;
	}
#bottomnav ul{
	margin: 0;
	line-height: 2.0em;
	}
#bottomnav li {
	font-size: 0.9em;
	float:left;
	list-style:none;
	}
#bottomnav li a {
	display:inline;
	padding-right: 36px;
	color:#3158a2;
	}
#bottomnav li a:hover {
	color:#000;
	}
/*----------------------------------------------------------------*/
#footer {
	background: url(/media/img/footer_bg.jpg) 0 0 no-repeat;
	/*height: 54px;*/
	padding: 10px 20px;
	font-size: 0.8em;
	color: #888;
	}	
#footer a {
	margin-right: 2.0em;
	color: #555;
	}	
#footer a:hover {
	color: #222;
	}	
/*----------------------------------------------------------------*/
.left {
	float: left;
	margin: 5px 15px 10px 0;
}
table.machines {
	margin:	0 0 20px 20px;
}
.machines td {
	border-bottom: 1px solid #ccc;
}
/*----------------------------------------------------------------*/
ul.meds {
	display: inline;
	margin-left: 0px;
}
ul.meds li{
	display: inline;
	margin-right: 9px;
}
/*----------------------------------------------------------------*/
#feature_list {
	clear: both;
}
#feature_list ul{
	margin-left: 14px;
}
/*----------------------------------------------------------------*/
#search{
	float: right;
	margin-top: 12px;
	margin-right: 20px;
}