body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	overflow-y: scroll; /* This line is used to always show the scroll bar in firefox */
	overflow-x: auto;
}



table.page {
	border: 5px solid #A6A39C;
	border-bottom: none;
}

td.topsection {
	height: 86px;
	width: 100%;
}

td.topsectionLogo {
	text-align: right;
	vertical-align: top;
	padding-top: 5px;
	
}

a.logo {
	text-decoration: none;
	color: #FFFFFF;
}

td.topsectionText {
	height: 86px;
	
}

td.topsectionInventory {
	text-align: right;
	font-size: 10px;
	vertical-align: top;
	height: 16px;
	padding-top: 0px;
}

td.topsectionTagline {
	width: 100%;
	color: #000000;
	font-family: Arial;
	font-weight: Bold;
	font-size: 18px;
	height: 72px;
	text-align: right;
	vertical-align: bottom;
	padding-right: 10px;
	padding-bottom: 0;
}

td.navigation {
	color: #FFFFFF;
	width: 144px;
	text-align: left;
	vertical-align: top;
	background: url(../templates/images/bt2_signup_bk.jpg) repeat-y;
}

td.navigation ul#mainnav {
	width: 144px;
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 7px;

	font-family: Verdana;
	font-size: 11px;
}

td.navigation ul#mainnav li.seperator {
	display: none;
}

td.navigation ul#mainnav li {
	padding-top: 1px;
	padding-bottom: 1px;
}

td.navigation ul#mainnav a,
td.navigation ul#mainnav a.nav_on {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
}

div.content {
	min-height: 250px;
	color: #101010;
	font-size: 12px;
	padding: 10px;
}

p.title {
	font-size: 16px;
	font-weight: bold;
}

table.featuredItems {
	width: 240px;
}



#featuredTitle {
	background: url(../templates/images/bt2_featured.gif) no-repeat;
	width: 88px;
	height: 20px;
}

div.endOfPageSpacer {
	width: 734px !important;
	/*width: 744px;*/
	border: 5px solid #A6A39C;
	border-top: none;
	background-color: #A6A39C;
	height: 5px !important;
	height: 10px;
}

div.bkSpacer {
	height: 2px;
	width: 734px;
	font-size: 0px;
	background-color: #444444;
}

div.endOfPageCap {
	width: 744px;
	background-color: #444444;
	height: 5px;
	font-size: 0px;
}

td.featuredMainColour {
	background-color: #CCCCCC;
}
	
td.featuredMainColourBody {
	background-color: #CCCCCC;
	color: #000000;
	height: 90px;
	padding-left: 5px;
}

span.text_mini_bold {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
}

span.text_mini {
	font-family: Verdana, Arial;
	font-size: 10px;
}

td.footer {
	height: 30px;
	background-color: #FFFFFF;
	width: 100%;
	color: #000000;
	font-family: Arial;
	font-size: 10px;
}