/* CSS Document */

/*//---------------------------------------------*/
/*// Name: Site - Default Style Sheet			 */
/*// Specification: CSS 2.1						 */
/*//---------------------------------------------*/

	
/*//---------------------------------------------*/
/*// Static Image Settings					 */
/*//---------------------------------------------*/


/*//---------------------------------------------*/
/*// Navigation Image Settings					 */
/*//---------------------------------------------*/

.headerCell { background:url(images/logo-top.jpg) no-repeat; height: 155px; width: 219px; }
.imgStatic-logoBottom { background:url(images/logo-bottom.jpg) no-repeat; height: 51px; width: 219px; }

a.imgRollOver-home { background:url(images/nav-home-up.jpg) no-repeat; height: 155px; width: 77px; }
a.imgRollOver-home:hover { background: url(images/nav-home-over.jpg) no-repeat; }

a.imgRollOver-about { background:url(images/nav-about-up.jpg) no-repeat; height: 155px; width: 59px; }
a.imgRollOver-about:hover { background: url(images/nav-about-over.jpg) no-repeat; }

a.imgRollOver-contact { background:url(images/nav-contact-up.jpg) no-repeat; height: 155px; width: 67px; }
a.imgRollOver-contact:hover { background: url(images/nav-contact-over.jpg) no-repeat; }

.imgStatic-nav-right { background:url(images/nav-right.jpg) no-repeat right; height: 155px; width: 266px; }

.imgStatic-nav-space01 { background:url(images/nav-space01.jpg) no-repeat; height: 155px; width: 31px; }
.imgStatic-nav-space02 { background:url(images/nav-space02.jpg) no-repeat; height: 155px; width: 33px; }
.imgStatic-nav-background { background:url(images/nav-space03.jpg) repeat-x; height: 155px; width: 100%;}

td.searchCell { background-color:#000000; width:500px; }

td.leftNav { background-color:#000000; width:116px; }

td.searchBg { 
	background:url(images/search-bg.jpg) no-repeat;
	width: 250px;
	height:51px;
	
	color:#FFFFFF;
}

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/


/*//---------------------------------------------*/
/*// Page Settings								 */
/*//---------------------------------------------*/

body {
	background-color:#16160e;
}

body, p, ul, .content, table, tr, td, html {
	color: #FFFFFF;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

.mainTable {
	min-width: 752px;
}

td.leftCell { background:url(images/left.jpg) repeat-y; width: 33px; }

td.middleCell { background:url(images/middle.jpg) repeat-y; width: 26px; }

td.rightTopCell { background:url(images/right-top.jpg) no-repeat; width: 33px; height: 51px; }
td.rightTopCell-ecom { background:url(images/right-top.jpg) no-repeat top right #000000; width: 33px; height: 51px; }

td.rightCell { background:url(images/right.jpg) repeat-y; width: 33px; }

td.bodyCell {
	background-color:#000000;
	width: 544px;
}

td.bodyCell2 {
	background-color:#16160e;
	width: 698px;
	height: 572px;
}

td.footerCell { background:url(images/footer.jpg) repeat-x; min-width: 752px; height: 70px; }
td.footerCell-ecom { background:url(images/footer-ecom.jpg) repeat-x; min-width: 752px; height: 70px; }
td.footerCellhidden { background: #16160e; min-width: 752px; height: 70px; }


/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Link Settings								 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/

a {
	color: #3afe01;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
a:hover {
	color: #3afe01;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.copyright {
	color: #fff800;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
a.copyright:hover {
	color: #fff800;
	font-size: 10spx;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Other Settings								 */
/*//---------------------------------------------*/

div.copyright {
	padding-top: 25px;
	
	margin-top: 10px;
	margin-right: 20px;
	
	background: url(images/bv-logo.gif) no-repeat 533px 50px;
	
	height: 50px;

	
	color:#FFFFFF;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

div.copyright-ecom {
	padding-top: 25px;
	display: block;
	margin-top: 10px;
	margin-right: 20px;
	float: right;
	background: url(images/bv-logo.gif) no-repeat 0px 30px;
	
	height: 50px;
	width: 340px;
	
	color:#FFFFFF;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.greenBar {
	border: 1px solid #3afe01;
}
.textRequiredField {
	font-weight:bold;
	color: #3afe01;
}
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/