/* layout */
* {
	margin: 0;
	padding: 0;
	border: 0 none;
	text-decoration: none;
	outline-style: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF url(../images/css/background.jpg) repeat-x;
	color: #000;
	font-size:12px;
}
#container {
	margin: 0 auto;
	width: 970px;
	
}
#masthead {
	height:278px;
}

/* content */
#contentwrap {
	width:970px;
	padding: 0;
	margin: 0;
	background: url(../images/css/contentbg.gif) no-repeat;
}
#content {
/* 730px width */
	padding:25px 25px 50px 25px;
	margin: 0 235px 0 4px;
/*width:679px; */
	height:auto;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	background: url(../images/css/contentbottombg.png) repeat-x bottom;
	min-height:450px;

}

#content h1 {
	font-size:19px;
	padding: 20px 0 0 0;
	margin: 0;
	color:#de3d0b;
	width: 600px;

}

#content p {
	line-height:140%;
	margin-bottom: 15px;
}
/* right column */
#rightcol {
	float: right;
	width: 230px;
	margin: 0 5px 0 0;
	padding: 30px 0 0 0;
	display:inline; /* Resolve IE5/6 Doubled Float-Margin Bug  */
}

#shortcuts {
	padding: 0;
	margin: 0;
}
#shortcuts li {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin:0;
	color: #343026;
	font-size: 11px;
	background: url(../images/css/shortcuts_dottedline.gif) no-repeat bottom right;
	position: relative;
	float: left;
}
/* UK Specific */
#shortcuts li.first {

	/*background: url(../images/css/specialoffer_top.gif) no-repeat bottom left;*/
}
/*end  UK Specific  */
#shortcuts li.first h4 {
	padding: 0;
	margin:0;
	
}
#shortcuts li.last {
	list-style-type:none;
	padding: 12px 0 0 0;
	color: #343026;
	font-size: 11px;
	background-image:none;
	position: relative;
	float: left;
}
#shortcuts li img {
	display: inline;
	float: left;
	margin: 0 10px 0 0;
}
#shortcuts li h4 {
	font-size: 13px;
	float: right;
	width: 130px;
	padding: 12px 0 0 0;
	margin:0 0 1px 0;
	font-weight: bold;
}
#shortcuts li p {
	font-size: 11px;
	float: right;
	width: 130px;
	padding: 0;
	margin:0 0 14px 0;
	line-height: 13px;
}
/* shortcuts links */
#shortcuts p a {
	color:#343026;
	text-decoration:none;

}
#shortcuts p a:visited {
	color:#343026;
	text-decoration:none;

}
#shortcuts p a:hover {
	color:#116066;
	text-decoration:none;

}
#shortcuts h4 a {
	color:#343026;
	text-decoration:none;
	font-weight: bold;
}
#shortcuts h4 a:visited {
	color:#343026;
	text-decoration:none;
}
#shortcuts h4 a:hover {
	color:#116066;
	text-decoration:none;
}
/* shortcut Special offer */

#shortcuts li.distributor {
	/* HIDE IN UK VERSION */
	visibility:hidden;
	/* HIDE IN UK VERSION */
	list-style-type:none;
	padding: 0;
	margin:0;
	background: url(../images/css/specialoffer_top.gif) no-repeat bottom left;
	position: relative;
	float: left;
}
#shortcuts li.specialoffer {
	list-style-type:none;
	padding: 0 0 5px 0;
	margin:0;
	background: url(../images/css/specialoffer_bottom.gif) no-repeat bottom left;
	position: relative;
	float: left;
}
#shortcuts li.specialoffer p a {
	color:#116066;
	text-decoration:none;
	margin:0;
	padding:0;
}
#shortcuts li.specialoffer p a:visited {
	color:#116066;
	text-decoration:none;
}
#shortcuts li.specialoffer p a:hover {
	color:#116066;
	text-decoration:none;
}
#shortcuts li.specialoffer h4 a {
	color:#de3d0b;
	text-decoration:none;
	margin: 0;
	padding: 0;
}
#shortcuts li.specialoffer img {
	display: inline;
	float: left;
	margin:0;
}
#shortcuts li.winyourwallet {
	/* HIDE IN UK VERSION */
	visibility:hidden;
	/* HIDE IN UK VERSION */
}

/* footer */
#footer {
	width:730px;
	margin: 10px 0 15px 5px;
	padding: 2px 0 10px 0;
	font-size:10px;
	color:#999;
}
#footer #legal {
	float:right;
}
#footer #copyright {
	float:left;
}
#footer a:link {
	color:#999;
	text-decoration:none;
}
#footer a:visited {
	color:#999;
	text-decoration:none;
}
#footer a:hover {
	color:#343026;
	text-decoration:underline;
}
.disclaimerlogo{

	margin: 50px 80px 0 50px;
}
.mx20{
	display:block;
	margin-left:0;
}

.ordernow{
	margin: 30px 0 0 20px
}

div.leftcolumn {
	
}
div.rightcolumn {
	float: right;
	width: 335px;
	/*-- margin-left:360px; */
}
#iconwrap{
	width:222px;
	height:auto;
	float:right;
	margin-top:2px;
	margin-left:10px;
}
#iconwrap img{
	padding:0 0 3px 3px;
	vertical-align:text-top;
}
.iconwrap_small{
	width: 148px;
	height:auto;
	margin: 0 10px 0 12px;
	display:inline;
	
}
.iconwrap_small img{
	padding:0 0 3px 3px;
}
.qualityicon{
	margin: 0 10px 0 12px;
}
#feedbackholder{
	position:relative;
	z-index:2;
	width: 400px;
	height:auto;
	top:50px;
	left:140px;

}
#feedbackholder p{
	text-align:center;
}
#feedbackholder img{
	margin: 10px 0 0 97px;
}
#feedbackholderwyw{
	position:relative;
	z-index:2;
	width: 200px;
	height:auto;
	top:50px;
	left:100px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#quality .column p{
	margin: 0 0 5px 0;
	padding: 0;
}
#quality .column {
	width:450px;
	margin-left: 180px;
}
#quality .column ul{
	margin: 0 0 5px 0;
	padding: 0;
}
#quality .column ul li{
	list-style-image:none;
	padding: 0 0 0 15px;
	background: url(../images/css/list-bullet.gif) no-repeat left 7px ;
	line-height: 1.3;
}
#quality h2{
	clear:left;
}
.listhead{
	padding:0 !important; 
	margin:0 0 0 15px !important;

}
#tco h2{
	margin-top:80px;
}