* { 
	empty-cells:show;
   -webkit-box-sizing: border-box; /* Safari/WebKit */ 
   -moz-box-sizing: border-box; /* Firefox */
   -ms-box-sizing: border-box; /* IE8 */
	box-sizing: border-box; /* W3C Property */
	padding:0;
	margin:0;
}

body {
	text-align:center;
	background:url(../pix/headerBg.png) repeat-x;
}

ul { padding-left:30px;}

/* Layout */
div.thWrapper {
	width:1024px;
	position:relative;
	margin:0 auto;
}

div.thTopNav {
	width:635px;
	height:99px;
	position:absolute;
	top:85px;
	right:20px;
	z-index:99;
}

div.thTopNav ul {list-style:none;padding:0;}
div.thTopNav ul li {float:right;}

div.thTopNav ul li a {
	width:205px;
	height:99px;
	#height:59px;
	padding-top:40px;
	display:block;
	margin-left:4px;
	background:url(../pix/topMenu.png) top;
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	text-decoration:none;
}

div.thTopNav ul li a:link,
div.thTopNav ul li a:visited, {
	background:url(../pix/topMenu.png) top;
}

div.thTopNav ul li a:hover {
	background:url(../pix/topMenu.png) bottom;
}

div.thHeader {
	width:1024px;
	height:142px;
	background:url(../pix/header.png);
}

div.thHeaderFlashWrapper {
	width:1024px;
	height:420px;
	position:relative;
}

div.thHeaderFlash {
	width:700px;
	height:420px;
	position:relative;
	float:left;
}

div.thHeaderTeaser {
	width:324px;
	height:420px;
	#width:224px;
	#height:320px;
	padding:50px 30px 50px 30px;
	position:relative;
	float:left;
	font-size:14px;
}

div.thContentWrapper {
	width:1024px;
	position:relative;
	display:table;
	background:url(../pix/contentBg.png) repeat-y;
	padding-bottom:20px;
}

div.thInsideContentWrapper {
	width:1024px;
	position:relative;
	display:table;
	background:url(../pix/contentHeader.png) no-repeat;
}

div.thLeftContent {
	width:600px;
	margin-left:50px;
	margin-top:50px;
	position:relative;
	float:left;
	text-align:left;
}

div.thRightContent {
	width:270px;
	margin-right:40px;
	margin-top:50px;
	position:relative;
	float:right;
	text-align:left;
}

div.thFooter {
	height:60px;
	#height:45px;
	padding-top:15px;
	border-bottom:solid 8px #f26522;
	color:#262a2e;
}

div.thFooter a {
	color:#262a2e;
	text-decoration:none;
}

div.thClearBoth {
	clear:both;
}
.productHeadline {
	margin-left: 20px;
	text-transform: uppercase;
	font-size: 14px;
}
.productMenu ul {
	margin-left: 0px;
	list-style: none;
}
.productMenu ul li {
	margin-left: -12px;
}
.productMenu li a {
	display: block;
	width: 285px;
	border-bottom: 1px solid #223541;
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
}
.productMenu li a:hover {
	text-decoration: none;
}
.productMenu {
	margin-bottom: 5px;
}
