/* Web Design & Development by Happy Viper Integrated Design  http://www.happyviper.com/
*/
html, body {
	height: 100%; 
	width:100%;
	text-align:center; 
	margin:0;
	color:#FFF;
	background:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif, Helvetica, sans-serif;
}
#wrapper {
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
}
#flashcontent{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:#000;
	
}
#header{
	height:102;
	width:100%;
	background:#000;
}
img.logo{
	margin:15px 0;
}
.content{
	width:100%;
	text-align:left;
}
.content img{
	margin:5px 5px 5px 0;
	float:left;
}
span.inner_tube{
	display:block;
	line-height:21px;
	padding:15px;
	clear:both;
}
.back_button, .current_page{
	float:left;
	margin-top:55px;
	padding:5px;
	width:105px;
	text-align:left;
}
.current_page{
	float:right;
	text-align:right;
}
.back_button img{
	margin:7px 5px 0 0;
	float:left;
}
.template_tile{
	float:left;
	clear:both;
	width:100%;
	margin:10px 0;
	text-align:center;
}
.template_tile img{
	float:none;
	margin-bottom:-15px;
}
.template input.btn{
	margin:15px;
}
.slideshow{
	width:100%;
	margin:auto;
	text-align:center;
	background:#999;
}
.slideshow img{
	float:none;
	margin:auto;
}
.slide_nav{
	float:left;
	width:100%;
	clear:none;
}
.prev, .next{
	float:left;
	margin:15px 25px;
}
.next{
	float:right;
}
.next img{
	float:right;
	margin-left:5px;
}
ul.navbar{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	border-top:#333 solid 1px;
	text-align:left;
}
.navbar a, #header a{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
.navbar a:hover li{
	background:#8DC63F;
}
.navbar li{
	position:relative;
	padding:5px 15px;
	border-bottom:#333 solid 1px;
	background:#000;
	
}
.navbar li img{
	margin:7px 0;
	float:right;
}
li.productbar{
	height:60px;
	line-height:60px;
	vertical-align:middle;
}
.productbar img{
	background:#000;
}
img{
	border:0;
	margin:15px 5px;
}
img.testimonial{
	background:#8DC63F;
}
a{
	color:#8DC63F;
}
#footer{
	margin-top:15px;
	text-align:center;
	clear:both;
}
.title {
	font-size: 24px;
	font-weight:bold;
	leading:4px;
}
.secondary {
	font-size: 18px;
	font-weight:bold;
	leading:4px;
}
.body {
	font-size: 14px;
	leading:8px;
}
.bold{
	font-weight:bold;
	leading:8px;
}
