body{
margin-top: 20px;
margin-bottom: 20px;
padding: 0;
border: 0;
height: 100%; 
background-image: url(img/bg.gif);
background-repeat: repeat;

}

a:link {
	color: 00ace8;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: 00ace8;
}
a:hover {
	text-decoration: underline;
	color: 00ace8;
}
a:active {
	text-decoration: none;
	color: 00ace8;
}

a:focus {
    outline: 0px solid lime;
}


#pagecontainer {
    width:981px;
	margin-right:auto;
	margin-left:auto;
}



#footer{
clear: both;
width: 919px;
background-color: #FFFFFF;
}



.innertube{
width: 919px; 
padding-left: 31px;
padding-right: 31px;
float: left;
background-color:#FFFFFF;
}

.bannertube{
clear: both;
width: 919px; 
float: left;
}

.maintube{
clear: both;
padding-top: 25px;
width: 919px; 
float: left;
}

.nav{
clear: both;
padding-top: 31px;
padding-bottom: 13px;
width: 919px; 
height: 34px; 
float: left;
}

.btn{
width: 919px; 
height: 34px; 
float: left;
}


.headertube{
clear: both;
width: 850px;
min-height: 40%;
margin: 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
padding-top: 20px;
padding-bottom: 20px;
background-color: #F5F5F5;
}

.spacetube{
clear: both;
width: 850px;
height: 15px;
margin: 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
background-color: #F5F5F5;
}


.innertubeleft{
width: 660px; 
float: left;
padding-right: 31px;
border-right-style: solid;
border-right-width: 1px;
border-right-color: #999999;
}

.innertubehighlight{
width: 640px; 
float: left;
padding: 10px;
margin-top: 20px;
border-style: solid;
border-width: 1px;
border-color: #999999;
}

.product{
width: 315px;
float: left;
margin-right: 10px;

}

.clearall{
clear: both;
}

.innertubecenter{
width: 236px;
float: left;
padding-left: 23px;
padding-right: 23px;
float: left;
border-right-style: solid;
border-right-width: 1px;
border-right-color: #999999;
}


.innertuberight{
width: 196px; 
float: right;
background-color:#FFFFFF
}



.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #8b877c;
	line-height: 20px;
}

.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #504f4c;
	line-height: 20px;
}

.italictext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #48acc4;
	font-style: italic;
	line-height: 20px;
}

.headertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	padding: 15px;
	color: #48acc4;
}

.bannerleft{
float: left;
width: 583px;
height: 128px;
padding-top: 10px;
}

.bannerright{
float: right;
width: 271px;
height: 87px;
padding-top: 31px;
}


.tinytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #666666;
	line-height: 35px;
}

.leftalign {
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
margin-top: 20px;
color: #68074c;
}

.rightalign {
float: right;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
margin-top: 20px;
color: #68074c;
}

.retailers {
padding-top: 15px;
border-top-style: solid;
border-top-width: 1px;
border-top-color: #999999;
width: 196px; 
float: right;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #999999;
}

.promo {
padding-top: 15px;
padding-bottom: 15px;
border-top-style: solid;
border-top-width: 1px;
border-top-color: #999999;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #999999;
width: 659px; 
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #999999;
}

.promonew {
padding-top: 15px;
border-top-style: solid;
border-top-width: 1px;
border-top-color: #999999;
width: 659px; 
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #999999;
}

.advertising {
padding-top: 15px;
padding-bottom: 15px;
border-top-style: solid;
border-top-width: 1px;
border-top-color: #999999;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #999999;
width: 196px; 
float: right;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #999999;
}

.ad {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #00ace8;
padding: 10px;
background-color: #f1eeee;
}

.adtext{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #333333;
}



* html body{ /*IE6 hack*/
padding: 0 0 130px 0; /*Set value to (0 0 HeightOfFrameDiv 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

