//* Class to automatically clear floats */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* IE needs special care */
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
.clearfix {display:block;}
/* End hide from IE-mac */

/* General Styling */

html {
	background-color:#ffffff;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	color: #000000;
	line-height:20px;
	text-transform:none;
}

h1 {
	font-size: 120%;
	font-weight: bold;
	padding: 0;
}

h2 {
	font-size: 110%;
	font-weight: bold;
	padding: 1em 0 1em 0;
}

p, ul, ol {
	margin: 1em 0 0 0;
}

ul li {
	list-style: disc;
	margin: 0.5em 0 0 2em;
}

ol li {
	list-style: decimal;
	margin: 0.5em 0 0 2.5em;
}

a:link, a:visited, a:hover, a:active {
	color: #ffffff;
}

em, strong {
	font-weight: bold;
}

/* Template Styling */

#page-bg {
	margin: 0;
	padding: 30px;
	background-color: #ffffff;
}

#main-bg {
	width: 950px;
	position: relative;
	margin: 0 auto;
}

#pagearea {
	position: relative;
	width: 427px;
	height: 600px;
	float: right;
	background-color: #820024;
}

#sideimage {
	width: 522px;
	float: left;
}

#content {
	position: absolute;
	width: 350px;
	height: 390px;
	top: 170px;
	left: 40px;
	overflow: auto;
	color: #ffffff;
}

body.contact #content {
	height: 440px;
	top: 120px;
}

body.wholesale #content {
	height: 410px;
	top: 150px;
}

#tagline {
	position: absolute;
	width: 340px;
	height: 30px;
	top: 560px;
	left: 40px;
}

body.home #tagline {
	top: 420px;
}

#menu {
	position: absolute;
	width: 120px;
	height: 200px;
	top: 15px;
	left: 307px;
	font-size: 10px;
}

#messages {
	position: absolute;
	width: 240px;
	height: 120px;
	top: 15px;
	left: 40px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
}

#footer {
	width: 100%;
	float: left;
	clear: left;
	height: 3.5em;
	margin-top: 1em;
	color: #820024;
	text-align: left;
}

#footer-padding {
	padding: 1em;
}

#footer p.copyright {
	float: left;
}

#footer p.webdesign {
	float: right;
}

#footer p.webdesign a {
	color: #820024;
}

/* Content styling */
#home-logo {
	float: right;
	text-align: right;
	margin-top: 80px;
}

.product-name {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.tm {
	font-size: 80%;
	font-weight: normal;
}

/* Contact styling */
#contact-container {
	width: 100%;
	height: 800px;
	background-color: #820024;
	color: #ffffff;
}

#contact-container #menu {
	left: 830px;
}

#contact-container #tagline {
	top: 760px;
	left: 480px;
}

.contact-padding {
	padding: 2em;
}

#contact-content {
	position: absolute;
	width: 400px;
	left: 100px;
}

.contact_msg {
	padding-bottom: 0.5em;
	line-height: 1;
	color: #FFFF00;
}

/* Contact email styling */
.contact_email label,
.contact_email input {
	float: left;
	margin-top: 0.4em;
}

.contact_email label {
	display: block;
	width: 6.5em;
	clear: left;
}

.contact_email label.titleabove {
	float: none;
	clear: both;
	width: 100%;
	padding-top: 0.4em;
	margin-top: 0;
}

.contact_email #comments,
.contact_email #code {
	clear: left;
}

.contact_email img#captcha {
	float: right;
	margin-top: 0.4em;
}

.contact_email button {
	float: left;
	clear: left;
	margin-top: 3em;
}

ul.contact_address {
	display: block;
	padding-top: 0.5em;
}

ul.contact_address li {
	list-style: none;
	margin: 0;
	line-height: 1.2em;
}

/* Wholesale Contact email styling */
#wholesaleHdr {
	padding-bottom: 1em;
}

.wholesale_email input,
.wholesale_email textarea,
.wholesale_email label {
	float: left;
	margin-top: 0.4em;
}

.wholesale_email label {
	display: block;
	width: 8em;
	clear: left;
}

.wholesale_email label.titleabove {
	float: none;
	clear: both;
	width: 100%;
	padding-top: 0.4em;
	margin-top: 0;
}

.wholesale_email #comments {
	clear: left;
}

.wholesale_email img#captcha {
	float: right;
	margin-top: 0.4em;
}

.wholesale_email button {
	float: left;
	clear: left;
	margin-top: 3em;
}

/* Location list styling */
ul.location-list {
	height: 85%;
	overflow: auto;
}

ul.location-list li {
	line-height: 1em;
	list-style: none;
	margin: 0 0 1em 0;
	font-weight: bold;
}

ul.location-list ul {
	margin: 0;
}

ul.location-list ul li {
	list-style: disc;
	margin: 0.5em 0 0 2em;
	font-weight: normal;
}

ul.location-list ul li ul li {
	list-style: none;
	margin: 0.2em 0 0 1em;
	font-size: 90%;
}

