/* CSS Document */

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

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

.border { border:2px solid #0000ff;}

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

a.imgRollOver-header { background:url(images/header-buy-now.jpg) no-repeat; height: 41px; width: 140px; }
a.imgRollOver-header:hover { background: url(images/header-buy-now-over.jpg) no-repeat; }

td.navigationCell {
	background:url(images/nav-bg.jpg) repeat-x #cdcdcd; width:178px; }
	
a.imgRollOver-home { background:url(images/nav-home-up.jpg) no-repeat; height: 28px; width: 178px; }
a.imgRollOver-home:hover { background: url(images/nav-home-over.jpg) no-repeat; }

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

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

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

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

a.imgRollOver-buynow1 { background:url(images/buynow-up.jpg) no-repeat; height: 29px; width: 178px; }
a.imgRollOver-buynow1:hover { background: url(images/buynow-over.jpg) no-repeat; }

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


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

body {
	background:url(images/bg.jpg) repeat-x #ffffff;
}

body, p, ul, .content, table, tr, td, html {
	color: #525252;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
td.headerCell h1 a {
	background: url(images/header-logo.jpg) no-repeat;
	width: 481px;
	height: 153px;
}

td.bodyCell {
	background-color:#FFFFFF;
	width: 562px;
}

a.rollOver-canada
{
	text-decoration: none;
}


a.rollOver-canada:hover
{
	text-decoration: underline;
}

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

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

a {
	color: #17385b;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
a:hover {
	color: #17385b;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.footer {
	color: #0000ff;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
a.footer:hover {
	color:#0000FF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

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

/*//---------------------------------------------*/
/*// Footer Settings								 */
/*//---------------------------------------------*/

div.copyright {
	padding-top: 25px;
	background: url(images/bv-logo.gif) no-repeat 168px 32px;
	width: 758px;
	height: 41px;
}

td.footerCell {
	background-color: #cdcdcd;
}

div.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

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

/*//---------------------------------------------*/
/*// Text Settings								 */
/*//---------------------------------------------*/

.textSmallerFont {
	font-size: 10px;
}
.textRequiredField {
	font-weight: bold;
	color: #0000ff;
}
.content {
	padding: 10px;
}
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// other Settings								 */
/*//---------------------------------------------*/

.borderTable {
	border: 2px solid #cdcdcd;
}

.tableHeader {
	background-color: #373737;
	font-size: 15px;
	font-weight: bold;
	
	color: #ffffff;
}

.quantityRow {
	background-color: #ededed;
}
.billingRow {
	background-color: #cdcdcd;
}
.shippingRow {
	background-color: #ededed;
}

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