@charset "utf-8";

body {
background-color: #FFFFFF;
}

p {
      margin-left: 10px;
	  margin-right: 5px;
}	  

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: -moz-scrollbars-vertical;
	line-height: 17px;
	font-size: 12px;
	color: #000000;
}


a:link  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c2b265;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #c2b265;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #c2b265;
}

#pageframe
	{

width: 1024px;
position: relative;
margin-left: auto;
margin-right: auto;
background-color:#FFFFFF;
}

#headerlogo{
	position: absolute;
	display: block;
	height: 178px;
	padding: 0px;
	left: -20px;
	top: -3px;
	

}
#maincontent{
	padding: .25em;
	background-color:white;
	}

* html div#maincontent { 
   min-height: 400px; /* sets min-height value for all standards-compliant browsers */
}


.innertube{
margin: 15px; 
	

}
#bannersright {
	
	background-color: #ffffff;

}
#footer {
background-color: #c2b265;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
#footer
a{
font size: 12px;
color: #FFFFCC;
}
/*
	CLASSES for Tab functions
*/
a.highlightsOFF {
	background-image: url(../images/store/images/highlights_mo.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 126px;
	height: 49px;
}
a.highlightsON {
	background-image: url(../images/store/images/highlights.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 126px;
	height: 49px;

}
a.highlightsOFF span { display: none; }
a.highlightsON span { display: none; }

a.moreinfoOFF {
	background-image: url(../images/store/images/moreinfo.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 143px;
	height: 49px;
}
a.moreinfoON {
	background-image: url(../images/store/images/moreinfo_wht.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 143px;
	height: 49px;
}
a.moreinfoOFF span { display: none; }
a.moreinfoON span { display: none; }
/*
	/END CLASSES for Tab Functions. =)
*/