* {
	margin: 0;
}
html, body {
	height: 100%;
	background-image: url(../images/bg-banner.png);
	background-repeat: repeat-x;
	text-align: center;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -110px; /* the bottom margin is the negative value of the footer's height */
	position: relative;
	width: 910px;
	text-align: left;
}
.header {
	height: 240px;
}
#logo {
	 float:left;
}
.footer, .push {
	height: 110px; /* .push must be the same height as .footer */
}
.footer {
	background-image:url(../images/bg-footer.png);
	background-repeat: repeat-x;
}
#footer h4{
	font-size: 70%;
	float:right;
	padding-right: 40px;
	padding-top: 20px;
}
#footer h4 a{
	color:#666;
	text-decoration:none;
}
#footer h4 a:hover{
	color:#999;
}

.required {
	color:#C33;
}
body, td, th, input, select, textarea {
	font-family: Calibri, Tahoma, Arial, sans-serif;
	color: #202020;
	font-size: 1em;
}
a:link {
	color: #6CABC3;
}
a:visited {
	color: #6CABC3;
}
a:hover {
	color: #7CC6E3;
}
a:active {
	color: #6CABC3;
}
h1 {
	color: #84C166;
	font-size: 150%;
	padding: 0 0 0.6em;
}
h2 {
	color: #6CABC3;
	font-size: 130%;
	padding: 0 0 0.6em;
}
h3 {
	color: #6CABC3;
	font-size: 110%;
	padding: 0 0 0.6em;
}
p {
	padding: 0 0 1em;
}
#pullquote {
	color: #6CABC3;
	padding-top: 10px;
	font-size: 24px;
	padding-right: 100px;
	padding-bottom: 10px;
	padding-left: 100px;
}
#navlist {
	padding-top: 175px;
	text-align:right;
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	margin-left: 0;
}

#navlist li a {
	color: #fff;
	text-decoration:none;
	font-size: 22px;
	font-weight:bold;
}
#navlist li a:hover {
	color: #7CC6E3;
}
#navcontainer li#active a {
	color: #6CABC3;
	text-decoration:none;
}
#footlist {
	padding-top: 50px;
	color: #fff;
	font-size: 12px;
}
#footlist li {
	display: inline;
	list-style-type: none;
	padding-right: 30px;
}
#footlist li a {
	color: #fff;
	text-decoration:none;
}
#footlist li a:hover {
	color: #7CC6E3;
}
.wrapper ul {
	margin-bottom: 1em;
}
.wrapper li {
	list-style-type: circle;
	margin-left: 1em;
}
.clublist {
	display:inline;
	float:left	
}
.slideshow {
	height: 250px;
	width: 250px;
}

#product-list div {
	display:inline-block;
	float:left;
	padding-left: 5px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
	color:#FFF;
	height: 160px;
	width: 140px;
}
#product-list h4 {
	color:#FFF;
}

#circle-kiosk p {
	color:#FFF;
	font-size: 13px;
	margin-top: 5px;
	padding-right: 60px;
}
#circle-tablet p {
	color:#FFF;
	font-size: 13px;
	margin-top: 5px;
	padding-right: 30px;
}
#circle-remote p {
	color:#FFF;
	font-size: 13px;
	margin-top: 5px;
	padding-right: 30px;
}
#circle-kiosk{
	background-image: url(../images/products/circle-kiosk-bg.png);
	background-repeat: no-repeat;
}
#circle-tablet{
	background-image: url(../images/products/circle-tablet-bg.png);
	background-repeat: no-repeat;
}
#circle-remote{
	background-image: url(../images/products/circle-remote-bg.png);
	background-repeat: no-repeat;
}

#product-list a {
	text-decoration:none;
	color:#FFF;
	}
#product-list a:hover * {
	color: #FF9;
	text-shadow: 0px 0px 5px #fff;
	}