body, html {
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.0em;
	color:#989898;
	text-align:center;
	margin:0;
	padding:0;
	background:#fbfbfb url("../images/header-bg.jpg") center top no-repeat;
	line-height:1.6em;
}
img {
	border:0;
}
h1, h2, h3 {
	margin:0;
	padding:0;
}
form {
	display:block;
}
input.text {
	display:block;
	width:200px;
	color:#989898;
	font-size:1.0em;
	float:left;
	margin-right:10px;
	margin-top:5px;
}
a {
	color:#f4ac1b;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#989898;
}
#wrapper {
	display:block;
	margin:0 auto;
	width:970px;
	text-align:left;
}
#header {
	display:block;
	height:243px;
}
#logo {
	display:block;
	width:270px;
	height:162px;
	float:left;
}
#header h2 span, #content h3 span, #contactContent h3 span {
	display:none;
	visibility:hidden;
}
#header h2 {
	display:block;
	width:270px;
	height:162px;
	float:right;
	background:url("../images/now_available.jpg") top right no-repeat;
	margin-right: 20px;
}
#content {
	display:block;
	margin-top:25px;
}
#contactContent {
	text-align:center;
	display:block;
	margin-top:25px;
}
#content h3 {
	display:block;
	width:286px;
	height:17px;
	margin-bottom:35px;
}
#contactContent h3 {
	display:block;
	width:400px;
	height:30px;
	margin-bottom:35px;
}
#content h3.video {
	background:url("../images/titles/video_demo.gif") top left no-repeat;
}
#content h3.what {
	background:url(../images/titles/what_is_uloop.jpg) top left no-repeat;
}
#content h3.where {
	background:url("../images/titles/where_can.jpg") top left no-repeat;
}
#content h3.sounds {
	background:url("../images/titles/sounds_great.jpg") top left no-repeat;
}
#content h3.about {
	background:url("../images/titles/about_uloop.png") top left no-repeat;
}
#content h3.retailers {
	background:url("../images/titles/retailers.jpg") top left no-repeat;
}
#basket h3.purchase {
	background:url("../images/titles/purchase_uloop.jpg") top left no-repeat;
}
#contactContent h3.contact {
	background:url("../images/titles/contact_us.png") top center no-repeat;
}
#content .contentColumn {
	display:block;
	float:left;
	width:300px;
	margin-right:23px;
}
#content .contentColumn p {
	margin-bottom:35px;
}
#contactContent label, #contactContent .inputOffset {
	display:block;
	float:left;
	width:120px;
	text-align:right;
	margin-right:25px;
	vertical-align:middle;
}
#basket select, #basket label { clear: both; display: block; }
#basket form {margin: 0; padding: 0;}
#basket { background: white; border-top: 6px solid #333333; border-bottom: 6px solid #333333; margin-top: -25px; margin-bottom: 20px; padding: 20px 10px 0px 10px; position: relative; }
#basket select {
	display:block;
	width:286px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.0em;
	color:#3d3533;
}
#basket .total { text-transform: uppercase; font-weight: bold; color: #989898; display: block; width: 266px; text-align: right; padding: 5px 10px; border-top: 1px solid #989898; margin-top: 10px; }
ul#retailers {display:block; list-style-type: none; margin:0; padding:0;}
.paypal_button {clear: both; float: right; margin-top: 10px; }
}
#contactContent select {
	display:block;
	float:left;
	width:235px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.0em;
	color:#3d3533;
}
#contactContent input {
	float:left;
	color:#3d3533;
	font-family:Arial,Helvetica,sans-serif;
}
#contactContent textarea {
	width:230px;
	height:180px;
	text-align:left;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	color:#3d3533;
}
input.contact {
	display:block;
	width:230px;
	color:#989898;
	font-size:1.0em;
	float:left;
	margin-right:10px;
	margin-top:5px;
}
#contactContent .contactColumn {
	width:400px;
	display:block;
	margin:0 auto;
	text-align:center;
	margin-top:-60px;
}
#footer {
	clear:both;
	display:block;
	padding-top:20px;
	margin-bottom:20px;
}
#footer ul, #footer li {
	display:inline;
	list-style-type: none;
	margin:0;
	padding:0;
}
/* CLASSES FOR MISCELLANEOUS DISPLAY OBJECTS */
.highlightText {
	color:#333333;
}
.smallprint p {
	color:#333333;
	font-size:0.7em;
	display:block;
	width:210px;
	line-height:1.1em;
	text-align:left;
}
.smallprint {
	float:left;
}
.smalltext { color:#333333;	font-size:0.7em; line-height:1.1em; } 
.indent {
	padding-left:15px;
}
.formRow {
	clear:both;
	display:block;
	padding-top:10px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}