html {overflow-y: scroll;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #000;
	background-color: #828282;
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url(images/mainBG.jpg);
}
#outerTable {
	background-repeat: repeat-y;
	background-image: url(images/bodyBG.png);
}
.yellowBox {
}
.yellowBox a {
	text-decoration: none;
	color: #000;
}
.yellowBox a:hover {
	color: #03C;
	text-decoration: underline;
}

h2 {
	font-size: 18px;
}
.bttnBuy{
	width:239px;
	height:84px;
	background-image:url(images/bttnBuy.jpg);
	background-position:0px 0px;
	display:block;
	background-repeat:no-repeat;
	text-decoration:none;
	text-indent:-999em;
	line-height:47px;
	position:relative;
	float:left;
	border:none;
}
a.bttnBuy:hover, a.bttnBuy:active {background-position: 0px -84px; text-decoration:none;}
.bttnVid{
	width:423px;
	height:35px;
	background-image:url(images/bttnSmartVid.jpg);
	background-position:0px 0px;
	display:block;
	background-repeat:no-repeat;
	text-decoration:none;
	text-indent:-999em;
	position:relative;
	float:left;
	border:none;
}
.bttnRep{
	width:423px;
	height:35px;
	background-image:url(images/bttnContact.jpg);
	background-position:0px 0px;
	display:block;
	background-repeat:no-repeat;
	text-decoration:none;
	text-indent:-999em;
	position:relative;
	float:left;
	border:none;
}
.bttnMore{
	width:423px;
	height:35px;
	background-image:url(images/bttnVisit.jpg);
	background-position:0px 0px;
	display:block;
	background-repeat:no-repeat;
	text-decoration:none;
	text-indent:-999em;
	position:relative;
	float:left;
	border:none;
}
a.bttnVid:hover, a.bttnVid:active, a.bttnRep:hover, a.bttnRep:active, a.bttnMore:hover, a.bttnMore:active {background-position: 0px -35px; text-decoration:none;}
.bttnBuy{
	width:250px;
	height:70px;
	background-image:url(images/bttnBuyNow.png);
	background-position:0px 0px;
	display:block;
	background-repeat:no-repeat;
	text-decoration:none;
	text-indent:-999em;
	line-height:47px;
	position:relative;
	float:left;
}
.yellowBox {
	background-color:#fcdc00;
}
/***********************************************************************************************************************
 accordion style menu.
************************************************************************************************************************/
#wrapper {
	width: 825px;
	
	}

.accordionButton {
	width: 825px;
	float: left;
	_float: none;
	border-bottom: 1px solid #FFFFFF;
	text-transform:uppercase;
	font-size:14px;
	height:40px;
	line-height:42px;
	font-size:16px;
	font-weight:bold;
	background-color: #999;
	background-image:url(images/bttnOpen.png);
	background-repeat: no-repeat;
	background-position: right center;
	}
	.accordionButton img{ padding-right:10px;}
	
.accordionContent {	
	width: 825px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	background:#fff;
	}
.accordionContent ul{
	overflow:auto;
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background:#fcdc00;
	background-image:url(images/bttnClose.png);
	background-repeat: no-repeat;
	background-position: right center;
	}
	
.over {
	background:#fcdc00;
	cursor: pointer;
	}
.accordionContent a {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

