html,body,ul,li,p {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(../images/body.gif) repeat-x;
	text-align: center;
	font: 12px verdana, arial, helvetica, sans-serif;
	color: #464544;
}

img {
	border: 0;
}

h1,h2,h3 {
	font-family: Helvetica, sans-serif;
	background: transparent;
	padding: 0;
}

h1 {
	font-size: 1.8em;
	margin: 20px 0px 15px 0px;
}

h2 {
	font-size: 1.5em;
	margin: 20px 0px 5px 0px;
}

h3 {
	font-size: 1.3em;
	margin: 5px 0px 5px 0px;
}

strong {
	font-weight: bold;
}

ul {
	list-style: none;
}

/************/ /** LAYOUT **/ /************/
.layoutcontainer {
	text-align: left;
	margin: auto;
	width: 1032px;
	position: relative;
}

.layoutheader {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

.layoutcontent {
	width: 100%;
	background: #F8F8F8 url(../images/contentBG.gif) repeat-y;
}

.layoutfooter {
	height: 22px;
	text-align: center;
	color: #FFFFFF;
}

/************/ /** HEADER **/ /************/
#top {
	font-size: 1.3em;
	position: absolute;
	top: 47px;
	left: 0;
	height: 42px;
	width: 500px;
	text-align: center;
	background: #B8B8B8;
	/*background: url(../images/top.gif) repeat-x top left;*/
}

#top p {
	padding-top: 12px;
	color: white;
	font-weight: bold;
}

#top strong {
	color: #FF0000;
}

#top strong.phone {
	padding-left: 20px;
}

#top img {
	position: absolute;
}

#lang {
	position: absolute;
	top: 15px;
	left: 500px;
	width: 532px;
	height: 269px;
	background: #B8B8B8;
	font-size: 1.2em;
	font-weight: bold;
}

#lang .skypeDiv {
	float: right;
	padding: 5px 5px 0px 0px;
}

#lang ul {
	line-height: 32px;
	text-align: center;
	margin-left: 56px;
}

#lang li {
	display: inline;
	color: #FFF;
	padding-left: 5px;
}

#lang a {
	text-decoration: none;
	color: #FFF;
}

#lang a:hover,#lang a.active {
	color: #FF0000;
	text-decoration: none;
}

#lang a.disable {
	cursor: default;
	color: #666666;
}

#savedata {
	background: url(../images/savedata.gif) no-repeat;
	position: absolute;
	top: 46px;
	left: 1032px;
	width: 48px;
	height: 238px;
}

#header {
	background: #E6E6E6 url(../images/header-bg.jpg) no-repeat;
	position: absolute;
	top: 89px;
	left: 0px;
	width: 500px;
	height: 195px;
}

#motto {
	font-size: 1.80em;
	color: #666666;
	top: 11px;
	left: 229px;
	position: absolute;
}

#mottoRecovery {
	font-size: 1.3em;
	color: black;
	top: 110px;
	left: 250px;
	position: absolute;
}

#mottoMessage {
	font-size: 1.3em;
	color: #FF0000;
	top: 140px;
	left: 130px;
	position: absolute;
}

#mottoStorage {
	font-size: 1.20em;
	color: #666666;
	top: 170px;
	left: 145px;
	position: absolute;
}

#header .site-logo {
	background: url(../images/steth.gif) no-repeat;
	width: 130px;
	height: 195px;
	position: absolute;
}

#header .logo { /*background: url(../images/logo3.jpg) no-repeat;*/
	width: 250px;
	height: 195px;
	position: relative;
	left: 250px;
}

#coming_soon1 {
	position: absolute;
	left: 133px;
	top: 106px;
}

#coming_soon2 {
	position: absolute;
	left: 403px;
	top: 106px;
}

#headerlimiter {
	height: 327px;
}

#menu {
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	position: absolute;
	display: block;
	top: 284px;
	left: 0px;
	height: 43px;
	width: 1032px;
	border-top: 4px solid #FF0000;
	background: url(../images/menu-item-off.gif) repeat-x top left;
}

#menu ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	width: auto;
}

#menu ul li {
	float: right;
	display: block;
}

#menu ul a {
	display: block;
	float: left;
	height: 23px;
	color: #666666;
	padding: 7px 21px 4px 21px;
	background: url(../images/menu-item-separator.gif) no-repeat top right;
	text-decoration: none;
}

#menu ul a:hover,#menu ul a.active {
	color: #FF0000;
	background: #fff url(../images/menu-item-on.gif) no-repeat top right;
}

#menu img {
	float: left;
	margin: 0px 4px 0px 0px;
}

#menu span {
	float: right;
	display: block;
	padding-top: 3px;
}

#menu div.currentPage {
	float: left;
	height: 23px;
	padding: 10px 0px 4px 0px;
	color: #FF0000;
}

#menu div.currentPage a {
	text-decoration: underline;
	color: #FF0000;
}

#menu div.currentPage a:hover {
	color: #666666;
}

/*************/ /** CONTENT **/ /*************/
.layoutcontent p {
	margin: 2px 0 20px 0;
	padding: 0;
	line-height: 1.45em;
}

.layoutcontent ul {
	line-height: 1.45em;
}

.layoutcontent a {
	text-decoration: none;
	padding-left: 5px;
	color: #FF0000;
	font-size: 0.9em;
	font-weight: bold;
}

.layoutcontent a:hover {
	color: #666666;
}

.layoutcontent a.disable {
	cursor: default;
	color: #666666;
}

.nocontent {
	display: none;
}

.cleaner {
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
	overflow: hidden;
}

/** LEFT **/
.layout-left {
	float: left;
	width: 300px; /** FIXED... */
	font-family: Trebuchet MS, helvetica, arial, "bitstream vera sans",
		sans-serif;
	font-weight: bold;
}

.layout-left p {
	margin: 2px 0 10px 0;
	padding: 0;
	line-height: 1.45em;
}

.layout-left-content {
	margin: 1.7em 1em 3em 1.5em;
}

.layout-left-content .box {
	padding: 0px 0px 1px 0px;
	background-color: #E6DDDD;
}

.layout-left-content p {
	padding: 4px 5px 0px 5px;
}

.layout-left-content ul {
	padding: 10px 5px 10px 32px;
	list-style-image: url(../images/check.gif);
}

.layout-left-content h2 {
	background: url(../images/left-head-bg.gif) repeat top left;
	padding: 5px 2px 5px 10px;
}

.layout-left-content h3 {
	padding: 0px 2px 5px 10px;
}

#more {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

/** RIGHT **/
.layout-right {
	float: left;
	width: 700px; /** FIXED... */
}

.layout-right-content {
	margin: 1.7em 1em 3em 1.8em;
}

ul.check {
	margin: 5px 0px 5px 15px;
	list-style-image: url(../images/check.gif);
}

ul.check img {
	
}

ul#checkstorage {
	margin: 5px 0px 5px 0px;
	list-style-image: url(../images/check.gif);
}

ul#bullet {
	margin: 5px 0px 5px 50px;
	list-style-image: url(../images/bullet.gif);
}

.warning {
	color: #FF0000;
	font-weight: bold;
}

span.arrow {
	background: url(../images/arrow-simple.gif) no-repeat top left;
	padding-left: 20px;
}

span.attention {
	background: url(../images/attention.gif) no-repeat top left;
	padding-left: 20px;
}

#prices-contact {
	display: none;
}

.priceitem {
	background: url(../images/left-head-bg.gif) repeat top left;
	padding: 5px 0px 5px 10px;
	margin-top: 20px;
}

.pricewrapper {
	background-color: #DCD4D4;
	padding: 5px 0px 10px 0px;
}

.pricewrapper img {
	float: left;
	position: absolute;
	padding: 2px 3px 5px 3px;
}

.price {
	height: 15px;
	background: url(../images/point.gif) repeat-x left top;
	margin: 1px 80px 2px 60px;
}

.price .label {
	float: left;
	text-align: left;
	padding: 1px 0px 0px 0px;
	background-color: #DCD4D4;
}

.price .value {
	float: right;
	color: #FF0000;
	font-weight: bold;
	padding: 1px 0px 0px 0px;
	background-color: #DCD4D4;
}

#column-left {
	float: left;
	width: 55%;
}

#column-right {
	float: right;
	width: 45%;
}

#column-left ul,#column-right ul {
	padding: 5px 0px 5px 5px;
}

div.leftImg {
	float: left;
	padding: 0px 20px 0px 5px;
}

div.leftImgPackaging {
	float: left;
	padding: 0px 12px 0px 0px;
}

div.box .testimonial {
	overflow: hidden;
}

div.box .leftImgLeft {
	float: left;
	height: 65px;	
	line-height: 65px;
	margin: 10px 15px 0 8px;
	text-align: center;
}

div.box .content {
	margin-left: 98px;
}

div.rightImg {
	float: right;
}

img #packaging {
	position: absolute;
	height: 287;
}

#pdf {
	float: left;
	height: 33px;
	margin: 0;
	padding: 0;
}

#pdf-text {
	position: relative;
	vertical-align: top;
	top: 8px;
}

#contact {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#contact .logo {
	padding: 0px 20px 20px 0px;
	margin: 0 auto;
}

#contact .savedata {
	position: relative;
	display: inline;
	vertical-align: top;
	top: 10px;
}

#contact .details {
	text-align: left;
}

#contact .contactDetails {
	float: left;
	width: 90px;
	font-weight: bold;
}

#map {
	width: 500px;
	height: 350px;
	margin: 0 auto;
}

#hddbrands {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#hddbrands a {
	padding: 0px 5px 0px 5px;
	margin: 0 auto;
}

.testimonials {
	font-size: 0.9em;
	margin-bottom: 20px;
}

.testimonials p {
	margin: 2px 5px 20px 5px;
}

.testimonials .leftImg {
	float: left;
	padding: 0px 20px 0px 5px;
}

.testimonials .leftData {
	float: left;
}

.testimonials .rightData {
	float: right;
}

#scroller {
	padding: 20px 20px 0px 20px;
	height: 680px;
	background-color: #E6E6E6;
	overflow: auto;
}
