body {
	margin: 60px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: left;
	background: #fff;
	max-width: 55em;
}

h1 {
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, Helvetica, sans-serif;
	color: #4e515a;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	padding: 1em 0 0 0;
	margin: 0 0 15px 0; /* no sifr */
}

h2 {
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	color: #4e515a;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	padding: 10px 0 0 0;
}

/* h2s on Home page 
body#home h2 {margin: 0 0 15px 0;}*/ /* no sifr */

/* h2s on sub pages (more v space below for grad line) 
h2 {margin: 0 0 45px 0;}*/ /* no sifr */


h3 {font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #000; font-size: 14px;}

h4 {font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #000; font-size: 12px;}


/* === Other selectors */

a {
	color:#000;
	text-decoration:none;
}

a:hover, a:active, focus {
	color:#10bb10;
	text-decoration:none;
}

/* HEADER*/
a img#traxlogo {
	display: none;
}

p#traxlogoprint {line-height: 0; margin: 0; padding: 0;}
p#traxlogoprint img {
	display: inline; 
	border: 0; 
	width: 200px; 
	height: 83px; 
	float: left;
}

#header {
	margin-bottom:-100px;
}

#masthead {
	width:100%;
	height:165px;
/*	position: relative;
	clear: both;
	overflow: hidden;
*/}

#callToAction {
	position: absolute;
	top: 6px;
	right: 12px;
	text-align: right;
}
body#home #callToAction {top: 20px;}

h2#phone {
	margin: 23px 0 0 0; /* normal html, in case sifr not active */
	color: #269c3e;
	font-style: italic;
	font-size: 18px;
	font-weight: normal;
}
/*h2#phone.sIFR-replaced {margin: 15px 0 0 0;} /* sifr */
h2#phone span {color: #6dc37f;}

h3#strapline {
	margin: 0;
	color: #fff;
	font-style: italic;
	font-size: 22px;
	font-weight: normal;
}

ul{
	display: none;
}

#packaging ul.wrapper {
	display:block;
}
/* === Flags ===*/

#country {
	display: none;
}

/* PAGES */

.wrapper {
	clear:both;
	width:100%;
}
.pfull {
	float:left;
	margin-top:20px;
}

.p70 {
	float:left;
	margin-top:20px;
}

.p30 {
	float:left;
	margin-top:20px;
}
.p33 {
	float:left;
	margin-top:5px;
}	

.p25 {
	clear:	both;
	float: left;
	margin-top:20px;
}

.fleft {
	float:left;
}
.fright {
	float:right;
}

.txtr {
	padding-left:40px;
}

/* === ARROW BUTTONS === */

.arrow_btn, .start_arrow_btn, .end_arrow_btn {
	display:none;
}
.start_arrow_btn {
	display:none;
}
/*\ * html .arrow_btn {margin-right: -25px;} *//* ie6 */
/*.arrow_btn a:link, .arrow_btn a:visited, .start_arrow_btn a:link, .start_arrow_btn a:visited, .end_arrow_btn a:link, .end_arrow_btn a:visited {
	float: left;
	height: 27px;
	background: url(img2/arrow-btn-stretch-bg.gif) repeat-x left top;
	line-height: 25px;
	padding: 0 10px;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
.arrow_btn a:hover, .start_arrow_btn a:hover, .end_arrow_btn a:hover {
	text-decoration: underline;
}
*//*.arrow_btn a:active, .start_arrow_btn a:active, .end_arrow_btn a:active, .arrow_btn a:focus, .start_arrow_btn a:focus, .end_arrow_btn a:focus {
	outline:0;  for browsers that understand 
	outline: none;
}
.arrow_btn span, .start_arrow_btn span, .end_arrow_btn span {
	background: url(img2/arrow-btn-head.gif) no-repeat;
	float: left;
	width: 15px;
	height: 27px;
}
.end_arrow_btn span {background: transparent;}
*/
/*
#rotator {
	display: none;
}
*/

#prodlink {
	display: none;
}

.prodbox {
	float:left;
}

.col {
	clear:both;
	float:left;
}

/* Downloads */

body #content {
	width:100%;
}

.downlbox {
	float:left;
	width:185px;
	margin: 0 5px 10px 0;
}

.downlbox img {
	margin: 5px 0 0 0;
}

a .txt {
	margin: 25px 0 0 0;
}

.downloadsH {
	display:none;
}

.downloadsC {
	clear:	both;
	float: left;
/*	width: 100%;
	margin-left:0px;
*/
}

.downlbox img {
	margin-right:5px;
}

/* assortment*/

table#assortment {
	width:600px;
	background:#e0dfe4;
	border:1px solid #000;

}

/* FOOTER */

#footer {
	padding-top: 20px;
	border-top: 1px solid #aaa;
	clear: left;
	width:100%;
}

#footerMenu {
	display: none;
}

#footerContent p {
	float: left;
	display: inline;
}

#footerContent p#qualitylogos {
	float:right;
}

p#qualitylogos img, p#qualitylogos strong {
	display: none;
}

p#credits {display: none;}



/* OTHERS */
.clr {clear:both;}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: block;}
/* Hides from IE-mac \*/
/** html .clearfix { height: 1%;}
.clearfix {display: block;}
 End hide from IE-mac */

.readmore {font-weight: bold;}

.readmore:after {
font-weight: normal;
content: " (http://www.traxjh.com/" attr(href) ")";
}

img.icon {
	border:none;
}

img.print {
	width:215px;
	height:140px;
	margin-right:50px;
}

.noprint {
	display:none;
}

hr {
	display:none;
}