@charset "UTF-8";
/* CSS Document */
/* Created by Ryan of KNR Designs. */
/* For use only where allowed by KNR Designs. */
/* Copyright 2009 */
/* Created October 12, 2009 */

* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
}
body {
	border-top: solid 4px #ff8003;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	background-color: #ffffff;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
a , a img{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #ff8003;
}
a:hover {
	text-decoration: underline;
}
h1 {
	color: #ff8003;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
}
p {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#topbar {
	display: none;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 912px;
	margin-bottom: -166px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#header {
	padding-top: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff8003;
	overflow: hidden;
}
#logo {
	margin-bottom: 10px;
}
#nav {
	list-style-type: none;
}
#nav li {
	float: left;
	margin-right: 11px;
	margin-left: 11px;
}
#nav li a {
	font-size: 14px;
	color: #bebebe;
	text-transform: uppercase;
	display: block;
	padding-right: 4px;
	padding-bottom: 9px;
	padding-left: 4px;
}
#nav li .active {
	color: #ff8003;
}
#nav li a:hover {
	color: #ff8003;
	text-decoration: none;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #ff8003;
	padding-bottom: 5px;
}
#content {
	background-color: #ffffff;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	min-height: 95px;
	padding-top: 10px;
	width: 100%;
	overflow: hidden;
}
#content .left {
	margin-right: 7px;
	float: left;
}
#content .right {
	float: right;
	margin-left: 7px;
}
#content .right img {
	margin-bottom: 9px;
	display: block;
}
#img_rows {
	list-style-type: none;
	display: block;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 75%;
	text-align: center;
	position: relative;
	float: left;
	left: 50%;
}
#img_rows li {
	margin: 5px;
	display: inline-block;
	position: relative;
	left: -50%;
}
#img_rows img  {
	width: 200px;
	height: 200px;
	margin-bottom: 5px;
}
#clearfooter {
	clear: both;
	height: 165px;
}
#footer {
	color: #cfcfcf;
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cfcfcf;
	height: 75px;
	width: 912px;
	text-align: center;
	margin-top: 75px;
	padding-top: 15px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
div#feedback {
	margin-top: 20px;
}
