/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #a3a3a3;
}

/*********** Header navigation ***********/
ul#navlist
{
margin-left:0px;
padding-right: 10px;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}
#navlist a { padding: 5px 10px 20px 10px;
} 

#navlist a:link, #navlist a:visited
{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;	
}

#navlist a:hover
{
color: #fff;
background-color: #058834;
text-decoration: none;
}

#navlist a.currentPage{
background-color: #058834;
text-decoration: none;
}
/*
a.currentPage{
background-color: #058834;
text-decoration: none;
}

.currentPage a:link{
background-color: #058834;
text-decoration: none;
}*/




/**** HOMEPAGE STYLES ******/

.wrapperHome{
background-image: url(assets/home_bg_box.jpg);
background-repeat: no-repeat;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
margin:0px;
height:700px;
}

#containerMainNav{
	padding:5px 5px 0px 5px;
	margin:0px;
	float: left;
	width: 140px;
	vertical-align:text-top;
	height: 1% /* Holly hack for Peekaboo Bug */
}
#containerHomeRightCol { 
	padding-top:0px;
	margin-top: 25px;
	float: left;
	
	vertical-align:top;
	height: 1% /* Holly hack for Peekaboo Bug */
}


#containerHomeCallout{
	padding-top:0px;
	margin-top: 100px;
	float: left;
	width: 250px;
	vertical-align:top;
	height: 1% /* Holly hack for Peekaboo Bug */;
	text-align: center;
}

.homeCalloutTxt{
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
color: #006699;
padding:0px 0px 40px 20px;
line-height:20px;
}


a.btnKitCallout:link, a.btnKitCallout:visited{
margin:0px 0px 0px 290px;
display:block;
width:180px;
height:30px;
background-image: url(assets/btn_kitCallout.gif);
background-repeat: no-repeat;
padding:6px 0px 0px 18px;
color: #FFFFFF;
font-size:11px;
font-weight:bold;
text-decoration:none;
}

a.btnKitCallout:hover{
text-decoration:underline;
}

a.btnKitOrder:link, a.btnKitOrder:visited{
display:block;
width:150px;
height:30px;
background-image: url(assets/btn_kitOrder.gif);
background-repeat: no-repeat;
padding:6px 0px 0px 30px;
color: #FFFFFF;
font-size:11px;
font-weight:bold;
text-decoration:none;
}

a.btnKitOrder:hover{
text-decoration:underline;
}

a.btnKitPrice:link, a.btnKitPrice:visited{
display:block;
width:120px;
height:90px;
background-image: url(assets/btnKitPrice.jpg);
background-repeat: no-repeat;
padding:15px 0px 0px 0px;
color: #FFFFFF;
font-size:20px;
line-height:22px;
font-weight:bold;
text-align:center;
text-decoration:none;
}

a.btnKitPrice:hover{
text-decoration:underline;
}

a.btnQVCallouts:link, a.btnQVCallouts:visited{
display:block;
text-decoration:none;
}

a.btnQVCallouts:hover{
color:#d24b17;
}

a.homeGridProducts:link, a.homeGridProducts:visited{
text-decoration:none;
font-family:Verdana,Arial, Helvetica, sans-serif;
font-size:11px;
color:#58595B;

}

a.homeGridProducts:hover{
color:#000000;
}

a.details:link, a.details:visited{
text-decoration:underline;
font-family:Verdana,Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;

}

a.details:hover{
text-decoration:none;
}

/*** callout navigation ***/
#homeNav{
padding:0px;
margin:0px;
width:140px;
}

#homeNav li{
list-style:none;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
font-weight:bold;
background:#4AB558;
}

#homeNav li a:link, #homeNav li a:visited{
color:#FFFFFF;
text-decoration:none;
display:block;
height:28px;
padding-left:10px;
line-height: 28px;	

}

#homeNav li a:hover{
text-decoration:underline;
}

#homeNavCat{
padding:0px;
margin:0px;
width:140px;
}

#homeNavCat li{
	background-image: url(assets/homeNavCatbg.gif);
	background-repeat: repeat-x;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	height:28px;
	
}

#homeNavCat li a:link, #homeNavCat li a:visited{
color:#FFFFFF;
text-decoration:none;
display:block;
height:28px;
padding-left:10px;
line-height: 28px;	

}

#homeNavCat li a:hover{
text-decoration:underline;
}

.backToTop{
padding:5px 40px 20px 40px;
}


table.tableBorder {
	border: 2px solid #cccccc;
}

table.tableBorder1px {
	border: 1px solid #c6c6c6;
}

table.contentWrapperOld {
	border: 2px solid #FFFFFF;
	background-image: url(assets/bg_table01.gif);
	padding-top:10px;
	background-repeat: repeat-x;
	width: 700px;
	outline-color: #c6c6c6;
	outline-style: solid;
	outline-width: 1px;
}

table.contentWrapper {
	border: 1px solid #c6c6c6;
	background-image: url(assets/bg_table01.gif);
	padding:2px;
	background-repeat: repeat-x;
	width: 700px;
	line-height:14px;
}

table.contentMainWrapper {
	border: 1px solid #737272;
	width: 760px;
	background-color: #FFFFFF;
}

.productCategoryHead{
	
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
margin:5px;
	text-align: center;
}

table.productCels {
	border: 1px solid #d1d1d1;
	padding:10px;
	width: 100%;
	background-color: #f5f3f3;/*blue: f4f5fa*/
}

table.kitCels {
	border: 1px solid #d1d1d1;
	padding:0px;
	width: 100%;
	background-color: #f5f3f3;/*blue: f4f5fa*/
}

.headerPage{
color: #666666;/*#058834;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.kitSubHeads{
color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.kitDimensions{
color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.prodQty{
	font-size: 11px;
	font-weight: bold;
}

.headerWhiteBold{
color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

img.productImage{
	border: 1px solid #d1d1d1;
	padding:1px;
	background-color: #f5f3f3;
	text-align: center;
}

a.linkProduct{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

a.linkProduct:hover{
text-decoration: none;
}


/* next page rollover link background-position: 0 -36px;*/
a.orangeBtn {
	display: block;
	background-color: transparent;
	background-image: url(assets/button_orange.gif);
	background-repeat: no-repeat;
	width: 150px;
	height: 24px;
	padding: 5px 0px 0px 0px;
	text-decoration: underline;
}

a.orangeBtn:link, a.orangeBtn:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #1e369f;
	font-weight: bold;
	text-align:center;
text-decoration: underline;
}
a.orangeBtn:hover, a.orangeBtn:active {
color: #000000;
text-decoration: none;
}

a.linkHome{
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	line-height:24px;
}

a.linkHome:link, a.linkHome:visited, a.linkHome:active{
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	line-height:24px;
}

a.linkHome:hover{
text-decoration: none;
}

a.linkOrange{
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}

a.linkOrange:link, a.linkOrange:visited, a.linkOrange:active{
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}

a.linkOrange:hover{
text-decoration: none;
}

.kitIncludes{
color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 16px;
	line-height:20px;
}

.kitDescription {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.freeShipping{
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}


#loginForm{
display:none;
}