@charset "UTF-8";
/* CSS Document */


body {
	margin:0px;
}
body, html {
	overflow-x:hidden;
	height:100%;
}
a {
	color:#000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
h10 {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	color:#666666;
	margin-left:15px;
	margin-top:45px;
	font-weight:300;
}
h20 {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 2em;
	color:#666666;
	margin-left:15px;
	margin-top:45px;
	font-weight:300;
	display:block;
	margin-bottom:45px;
}

#tuheader {
	display: block;
	margin:0px;
	padding:0px;
	background: #404041;
	height: 70px;
	width: 100%;
	border-bottom: thick solid #CC3333;
}

#tufooter {
	display:none;
	margin:0px;
	padding:0px;
	background: #404041;
	height: 40px;
	width: 100%;
	border-top: thick solid #CC3333;
	margin-top:150px;
}
#tutitle {
	display:block;
	left:0px;
	width: 100%;
	height:375px;
	overflow:visible;
	margin-top: 50px;
	z-index:inherit;
}
#tumainimage {
	display:block;
	height: 100%;
	background-image:url(mainwide.jpg);
	background-size: cover;
	background-position:center;
	background-repeat:no-repeat;
	margin-top: 50px;
	margin-bottom: 50px;
}
#tulifestyle {
	height: 100%;
	background-image:url(lifestyle01.jpg);
	background-size: cover;
	background-position:center;
	background-repeat:no-repeat;
	margin-top: 50px;
	margin-bottom: 50px;
}
#tuspeccontain {
	width: 100%;
	background-color:#E6E6E6;
	height:1000px;
}
#tuspeclist {
	display:block;
	width: 40%;
	float:left;
	background-color:#E6E6E6;
	padding-right:5%;
	margin-bottom:20%;
}
#tuspecbox {
	display:inline-block;
	width: 100%;
	background-color:#E6E6E6;
}
#turelated {
	width:100%;
	background-color:#E6E6E6;
	margin-top: 20px;
}
p.tuspeclist {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color:#CC3333;
	margin-left:15px;
	line-height:1.5;
	padding:2%;
}
.tubigspeclist {
	font-size:1.3em;
	line-height:1.3;
}
.tusmallspeclist {
	font-size:0.7em;
	line-height:0.6;
}
.tusmallspeclistbold {
	font-weight:bold;
	font-size:0.7em;
	line-height:0.6;
}
div.tuspecbox {
	width: 15%;
	height:170px;
	float:left;
	background-color:#333333;
	margin:1%;
	margin-top:2%;
	margin-right:2%;
}
div.tuspecboxwide {
	width: 23.5%;
	float:left;
	background-color:#333333;
	margin:1%;
	height:170px;
	margin-top:2%;
	margin-right:2%;
}
p.tuspecbox {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#FFFFFF;
	background-color: rgba(204, 51, 51, 0.4);
	text-align: left;
	width:75%;
	margin-left:0px;
	padding:5px;
	height:auto;
	overflow:visible;
	margin-top:-5%;
}
.tucompbulb {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size:1.0em;
	text-align:center;
	color:#000000;
	border-color:white;
	border-style: solid;
	border-width:thin;
	background:rgba(255,255,0,1.0);
	width:100%;
	border-spacing:0px;
	border-collapse:collapse;
}
.tucompbulb a {
	display:block;
}
.tucompbulbinsidetop {
	border-left-color:white;
	border-left-style:solid;
	border-left-width:thin;
	text-align:center;
}
.tucompbulbinsidebottom {
	font-weight:bold;
	border-top-color:white;
	border-top-style:solid;
	border-top-width:thin;
	padding-top:3%;
	padding-bottom:3%;
	text-align:center;
}
.tucompbulbinsidetop:hover {
	background-color: rgba(255,255,255,0.5);
}
div.tuspecbox img {
	width:auto;
	height:70%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
div.tuspecboxwide img {
	width:auto;
	height:70%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#tulifestyleslider {
	background: url(sprite3.jpg);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	background-size: 400%;
	padding-bottom: 36.22%;
	-webkit-animation: h_slide 24s ease-out infinite;
	-moz-animation: h_slide 24s ease-out infinite;
	animation: h_slide 24s ease-out infinite;
	margin-top: 50px;
	margin-bottom: 50px;
}
div.turelatedproduct {
	width: 200px;
	height:90%;
	float:none;
	background-color:#FFFFFF;
	border-color:#000000;
	border:thin;
	border-style:solid;
	padding:0.5%;
	margin:0 2% 2% 1%;
	display:inline-table;
}
p.turelatedproduct {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#000000;
	text-align: left;
	line-height:1.3;
}
div.turelatedproduct img {
	width:100%;
	height:auto;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
 @-webkit-keyframes h_slide {
 0% {
 background-position: 0% bottom;
}
 20% {
 background-position: 0% bottom;
}
 25% {
 background-position: 33.33333% bottom;
}
 45% {
 background-position: 33.33333% bottom;
}
 50% {
 background-position: 66.66667% bottom;
}
 70% {
 background-position: 66.66667% bottom;
}
 75% {
 background-position: 100% bottom;
}
 95% {
 background-position: 100% bottom;
}
 100% {
 background-position: 133.33% bottom;
}
}
 @-moz-keyframes h_slide {
 0% {
 background-position: 0% bottom;
}
 20% {
 background-position: 0% bottom;
}
 25% {
 background-position: 33.33333% bottom;
}
 45% {
 background-position: 33.33333% bottom;
}
 50% {
 background-position: 66.66667% bottom;
}
 70% {
 background-position: 66.66667% bottom;
}
 75% {
 background-position: 100% bottom;
}
 95% {
 background-position: 100% bottom;
}
 100% {
 background-position: 133.33% bottom;
}
}
 @keyframes h_slide {
 0% {
 background-position: 0% bottom;
}
 20% {
 background-position: 0% bottom;
}
 25% {
 background-position: 33.33333% bottom;
}
 45% {
 background-position: 33.33333% bottom;
}
 50% {
 background-position: 66.66667% bottom;
}
 70% {
 background-position: 66.66667% bottom;
}
 75% {
 background-position: 100% bottom;
}
 95% {
 background-position: 100% bottom;
}
 100% {
 background-position: 133.33% bottom;
}
}
 @media (min-width: 1200px) {
#tumainimage {
	display:block;
	height: 100%;
	background-image:url(mainwide1200.jpg);
	background-size: cover;
	background-position:center;
	background-repeat:no-repeat;
	margin-top: 50px;
	margin-bottom: 50px;
}
}
 @media (min-width: 100px) and (max-width: 800px) {
#tuspeclist {
	display:block;
	width: 100%;
	background-color:#E6E6E6;
	padding-right:5%;
	margin-bottom:0%;
}
#tuspecbox {
	display:inline-block;
	width: 100%;
	background-color:#E6E6E6;
}
#tulifestyleslider {
	background: url(sprite2.jpg);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	background-size: 400%;
	padding-bottom: 66.22%;
	-webkit-animation: h_slide 24s ease-out infinite;
	-moz-animation: h_slide 24s ease-out infinite;
	animation: h_slide 24s ease-out infinite;
	margin-top: 50px;
	margin-bottom: 50px;
}
div.tuspecbox {
	width: 45%;
	height:210px;
	float:left;
	background-color:#333333;
	margin:1%;
	margin-left:2%;
	padding-left:2px;
	padding-bottom:2px;
}
div.tuspecboxwide {
	width: 93.75%;
	float:left;
	background-color:#333333;
	margin:1%;
	margin-left:2%;
	height:210px;
}
p.tuspecbox {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#FFFFFF;
	background-color: rgba(204, 51, 51, 0.4);
	text-align: left;
	width:auto;
	margin-left:0px;
	padding: 0px 5px 5px 0px;
	height:auto;
	overflow:visible;
	margin-top:-5%;
	display:inline;
	line-height:28px;
}
div.tuspecbox img {
	width:auto;
	height:70%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
div.tuspecboxwide img {
	width:auto;
	height:70%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
p.tuspeclist {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color:#CC3333;
	margin-left:15px;
	line-height:1.5;
	padding:2%;
}
h10 {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	color:#666666;
	margin-left:0px;
}
h20 {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 2em;
	color:#666666;
	margin-left:15px;
}
div.turelatedproduct {
	width: 45%;
	height:auto;
	float:none;
	background-color:#FFFFFF;
	border-color:#000000;
	border:thin;
	border-style:solid;
	padding:0.5%;
	margin:0 2% 2% 1%;
	display:inline-table;
}
p.turelatedproduct {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#000000;
	text-align: left;
	line-height:1.3;
	margin:1%;
}
div.turelatedproduct img {
	width:50%;
	height:auto;
	display:block;
	margin-left:auto;
	margin-right:2%;
	float:left;
}
}
 @media (max-width: 640px) {
#tumainimage {
	display:block;
	height: 60%;
	background-image:url(mainwide320.jpg);
	background-size: cover;
	background-position:center;
	background-repeat:no-repeat;
	margin-top: 30px;
	margin-bottom: 50px;
}
p.tuspecbox {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#FFFFFF;
	background-color: rgba(204, 51, 51, 0.4);
	text-align: left;
	width:auto;
	margin-left:0px;
	padding: 0px 5px 5px 0px;
	height:auto;
	overflow:visible;
	margin-top:-5%;
	display:inline;
	line-height:24px;
}
div.turelatedproduct {
	width: 95%;
	height:auto;
	float:none;
	background-color:#FFFFFF;
	border-color:#000000;
	border:thin;
	border-style:solid;
	padding:0.5%;
	margin:0 2% 2% 1%;
	display:inline-table;
}
p.turelatedproduct {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#000000;
	text-align: left;
	line-height:1.3;
	margin:1%;
}
div.turelatedproduct img {
	width:50%;
	height:auto;
	display:block;
	margin-left:auto;
	margin-right:2%;
	float:left;
}
p.tuspeclist {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color:#CC3333;
	margin-left:15px;
	line-height:1.5;
	padding:2%;
}
h10 {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 2em;
	color:#666666;
	margin-left:0px;
	margin-top:30px;
}
h20 {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 2em;
	color:#666666;
	margin-left:15px;
	margin-top:30px;
}
}