body {
	background: #fff url(/images/body_background.png) top left repeat-x;
	font-size: 0.688em;
}

body, a, input, textarea {
	color: #666666;
	font-family: Verdana, Arial;
}

#wrapper {
	width: 990px;
	margin: 0 auto;
}

p {
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5 {
	color: #96211C;
	text-transform: uppercase;
	border-bottom: solid 1px #96211C;
	padding-bottom: 4px;
	margin-bottom: 14px;
}

.intro {
	line-height: 18px;
	padding-bottom: 20px;
}

/************************************/

#header {
	height: 255px;
	width: 972px;
	position: relative;
}

#flashHeader {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

#productBanner {
	position: absolute;
	top: 245px;
	left: 670px;
	z-index: 50;
}

/*
#header .sub_menu {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 160px;
	left:8px;
}

#header .sub_menu img{
	display:block;
}
*/
#breadcrumb {
	position: absolute;
	top: 255px;
	right: 14px;
}

#breadcrumb, #breadcrumb a {
	text-decoration: none;
}

#header .logo {
	z-index: 1000;
	position: absolute;
	top: 6px;
	left: 26px;
	
	float: left;
	display:block;
	
	width: 205px;
	height: 51px;
	background: url(/images/header_logo.png) top left no-repeat;
	text-indent: -9999px;
}

#textSize {
	z-index: 1000;
	position: absolute;
	top: 4px;
	right: 14px;

	color: #fff;
	font-size: 8px;
}

#textSize a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#textSize .normalFont {
	font-size: 12px;
}

#textSize .largeFont {
	font-size: 14px;
}

#textSize .xlFont {
	font-size: 16px;
}

#headerMenu {
	z-index: 1000;
	position: absolute;
	top: 2px;
	left: 225px;
	float: left;
	margin: 2px 0 0 6px;

	font-size:11px;
}

#headerMenu .active {
	color: #6E2D31;
}

#headerMenu li {
	float: left;
	background: url(/images/header_menu_separator.png) 100% 62% no-repeat;
	padding: 8px 4px 0 4px;
}

#headerMenu .last {
	background: none;
	padding-right: 0px;
}

#headerMenu li a {
	padding: 5px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}

#headerMenu li .level_1 a:hover {
	text-decoration: underline;
}

/** Sub -menu **/
#headerMenu .level_1 {
	position: absolute;
	float: none;
	display: none;
	margin: -12px 0 0 10px;
	border: 1px solid #cc071e;
	border-width: 1px 1px 0 1px;
}
#headerMenu li:hover .level_1 {
	display: block;
}
#headerMenu .level_1 li {
	float: none;
	padding: 0;
	background: none;
	background-color: #f7d260;
	border-bottom: 1px solid #cc071e;
}

#headerMenu .level_1 li a{
	color: #cc071e;	
	font-weight: bold;
}
#headerMenu a {
	position: relative;
	padding: 0 40px;
	display: block;
}
#headerMenu a .glow {
	margin: 0 10px;
	padding: 13px 5px 15px 5px;
}
#headerMenu a .glow-left,
#headerMenu a .glow,
#headerMenu a .glow-right {
        display: block;
}
#headerMenu a .glow-left,
#headerMenu a .glow-right {
	position: absolute;
	top: 1px;	
	height: 44px;
	width: 15px; 
}
#headerMenu a .glow-left { left: 0; }
#headerMenu a .glow-right { right: 0; }

#headerMenu a:hover .glow {
        background: url(/images/menu_bg_over_middle.png) top left repeat-x;
}
#headerMenu a:hover .glow-left {
	background: url(/images/menu_bg_over_corners.png) top left no-repeat;
}
#headerMenu a:hover .glow-right {
	background: url(/images/menu_bg_over_corners.png) top right no-repeat;
	
}

/************************************/

#content {
	min-height: 300px;
}

#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/************************************/
#faq li {
	margin-bottom: 5px;
}

#faq a.question {
	text-decoration: none;
	font-weight: bold;
}
#faq .answer {
	display: none;
	margin-left: 15px;
}

/************************************/

#footer {
	position: relative;
	background: url(/images/footer_background.jpg) bottom left no-repeat;
	margin-top: 25px;
	height: 94px;
}
#footer:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
}

#footer .warning {
	margin-top: 5px;
	font-size: 0.9em;
	float: left;
	padding-left: 15px;
}

#footer .copyright {
	position: absolute;
	font-size: 9px;
	top: 62px;
	right: 20px;
	color: #fff;
}

#footerMenu {
	position: absolute;
	top: 40px;
	left: 45px;
	width: 990px;
}

#footerMenu2{
	font-size: 11px;
	position: absolute;
	top: 62px;
	left: 45px;
	width: 990px;
}


#footer ul li {
	float: left;
	background: url(/images/footer_menu_separator.png) center right no-repeat;
	padding-right: 2px;
}

#footer ul .last {
	background: none;
	padding-right: 0px;
}

#footer ul li a{
	padding: 0 6px 0 6px;
	text-decoration: none;
	color: #fff;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer .steunt {
	float: right;
	margin: 5px 20px 0 0;
}
#footer .steunt img {
	display: block;
}

/************************************/

#koagkag {
	width:981px;
	font-family: Courier New, Arial;
	font-size:0.9em;
	text-align:right;
	margin-top: 4px;
	
}

/************************************/

#body {
	float: left;
	padding: 13px 0px 10px 10px;
	width: 640px;
	padding-right:20px;
}

#body .leftColumn {
	float: left;
	width: 308px;
	padding-right:20px;
}

#body .rightColumn {
	float: left;
	width: 308px;
	
}

#body li {
	list-style-type:disc;
	margin-left: 25px;
}

/************************************/

#banners {
	float: left;
	margin-top: 270px;
	width: 312px;
}

#banners div {
	margin-bottom: 20px;
}

#banners div a{
	margin:0px;
}

#banners div img{
	display:block;
	margin:0px;
}

#banners ul li{
	float: left;
}

/************************************/

#banner_newsletter {
	width: 302px;
	height: 92px;
	background: url(/images/banner_newsletter_background.gif) left top no-repeat;
	padding: 20px 0 0 14px;
}

#banner_newsletter label {
	display: block;
	
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	text-indent: -9999px;
}

#banner_newsletter input {
	width: 136px;
	height: 20px;
	margin: 30px 0 0 6px;
	border: 0;
	background-color: #FCEDDB;
	color: #FCAF5C;
	font-weight: bold;
}

#banner_newsletter button {
	width: 135px;
	height: 30px;
	background: url(/images/banner_newsletter_submit.gif) center center no-repeat;
	border: 0;
	margin-left: 8px;
	text-indent: -9999px;
}

/************************************/

.banner-refund {
	display: block;
	width: 295px;
	height: 90px;
	text-indent: -9999px;
	cursor: pointer;
	background: url(/images/banners/8282-ThermaCareBanner.jpg) no-repeat top left;
}

/************************************/

#products {
	width: 644px;
}

#products:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.product {
	float:left;
	margin-bottom: 20px;
}

.product_image {
	float: left;
	width: 340px;
}

.product_text {
	float: left;
	width: 294px;
	padding-right: 10px;
}

.product_text a {
	font-weight: bold;
}


/************************************/

#movement {
	float:left;
	padding-right:20px;
	width:312px;
}

#movement li {
	list-style-type:disc;
	margin-left: 25px;
}
#movements {
	float:left;
	width:308px;
}

#movements:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


.movement_image {
	float: left;
	width: 149px;
	padding-left:4px;
	padding-bottom:4px;
}

#movement_movie {
	float: left;
	width: 312px;
	margin-bottom: 18px;
}


/************************************/

#contact {
	width: 644px;
}

	#contact form{
		margin: 0;
		color: #97201C;
		width: 525px;
	}
	
	#contact p{
		margin: 5px 0 0 0px;
		padding: 0;
		width: 100%;
		float: left;
	}
	
	#contact label{
		display: block;
		font-weight: bold;
		float: left;
		width: 125px;
		height: 20px;
		padding-top: 2px;
	}
	
	#contact input, #contact textarea {
		float: left;
		width: 398px;
		height: 20px;
		border: solid 1px #97201C;
		background-color: #FEF5FA;
	}
	
	#contact textarea {
		height: 120px;
	}
	
	#contact #submit{
		width: 140px;
		height: 25px;
		float: left;
		margin-left: 50px;
	}
	
	#contact input.radio {
		width: 20px;
		height: 20px;
		border: none;
	}
	
	#contact p.gender input {
		float: right;
	}
	
	#contact label.gender {
		float: right;
		padding-right: 10px;
	}
	
	#contact label.female {
		width: 30px;
		padding-left: 10px;
	}
	
	#contact label.male {
		width: 20px;
	}

