@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "lucida grande", "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #EEE;
}
#logobar  {
	width: 160px;
	margin: 0px;
	float: left;
	padding: 0;
}
#logoimage {
	background-image: url(../images/svlogo.jpg);
	margin: 0px;
	height: 293px;
	width: 162px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-repeat: no-repeat;
}
#container  {
	width: 768px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 6px;
	padding-left: 6px;
} 
.zeromargin {
	margin: 0px;
	padding: 0px;
}
#mainContent  {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 180px;
	float: none;
} 
#flashheader {
	margin: 0px;
	padding: 0px;
	height: 150px;
}
#footer  {
	padding: 0 6px 0 6px;
	color: #666;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C1252A;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent a {
	color: #C1252A;
	text-decoration: none;
}
#mainContent a:hover {
	color: #000;
	text-decoration: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer p a {
	color: #666;
	text-decoration: none;
}
#footer p a:hover {
	color: #666;
	text-decoration: underline;
}
.productinfo{
	height:140px;
	width:580px;
}
.productinfotext{
	font-size:14px;
	color:#666;
	float:left;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	height:130px;
	width:430px;
}
.productinfotext a {
	font-size:14px;
	margin-top:10px;
}
.productinfotexttitle{
	float:left;
	color:#000;
	font-size:18px;
	width:430px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom:5px;
	padding-bottom:5px
}
.productthumbcontainer {
	display:table; float: left; width: 140px; height: 140px; text-align: center; _position: relative; overflow:hidden; background-image: url(../images/thumbnail_background.jpg); background-repeat: no-repeat; padding:0;
}
.productthumbimage{ /* for virtical alignment of text/image */
	_position: absolute; _top: 50%; display: table-cell; vertical-align: middle; padding:0;
}
.ptweak{ /* for virtical alignment of text/image */
	_position: relative; _top: -50%; padding:0; margin:0;
}
table.helplist{
	text-align:center;
	border:thin solid #CCC;
}
table.helplist td{
	border:thin solid #CCC;
	padding:3px;
}
table.productlist {
	width: 580px;
	border:none;
}
table.productlist td {
	border: none;
	padding: 0;
	font-size:8pt;
	color: black;
	margin:0;
	border-collapse:collapse;
}
table.productlist tr.d3 td {
	background-image:url(../images/grad_on.jpg);
	padding:8px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin:0;
	font-size:8pt;
	font-weight:bold;

}
table.productlist tr.d0 td {
	font-size:8pt;
	background-image:url(../images/grad_off.jpg);
	padding:8px;
	margin:0;
	border: none;
}
table.productlist tr.d1 td {
	font-size:8pt;
	background-image:url(../images/grad_off.jpg);
	padding:8px;
	margin:0;
	border: none;

}
table.productlist tr.d4 td {
	background-color: #FFF;
	padding:5px;
	border-top-width: thin;
	border-top-style: solid;
	margin:0;

}
table.productlist tr.d5 td {
	background-color: #FFF;
	padding:5px;
	margin:0;

}
.qtybox{
	padding:0;
	font-size:8pt;
	width:50px}

.selectbox {
font-size:8pt;
}
.submitbutton {
   font-size:12px;
   width:100px;
   height:28px;
   background-color:#779999;
   background-image:url(../images/grad_on.jpg);
   border-style:solid;
   border-color:#DDDDDD;
   border-width:1px;

}

/* Navigation */
#navigationbar {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1252A;
	font-size: 12pt;
	text-align: right;
	font-style: italic;
	font-weight: lighter;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	color: #C1252A;
}
#navigationbar a {
	color: #C1252A;
	text-decoration: none;
}
#navigationbar a:hover {
	color: #000;
	text-decoration: none;
}
#leftNavigation {
	float: left;
	width: 162px;
	}
#leftNavigation .boxes {
	margin-bottom:5px;}

#leftNavProductList {
	margin: 0 0;
	padding: 0 0;
	}

#leftNavProductList li {
	position: relative;
	list-style: none;
	padding: 8px;
	font-size:8pt;
	background-image:url(../images/grad_off.jpg);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	border: thin solid #CCC;
	}
#leftNavProductList li:hover {
	background-image:url(../images/grad_on.jpg);
	}	

#leftNavProductList a.mainNav, 
#leftNavProductList a.mainNavBottom {
	display: block;
	color: black;
	text-decoration: none;
	
	}

#leftNavProductList a.mainNavBottom {
	height: 20px;
	}
#leftNavProductList a.mainNav:hover, 
#leftNavProductList a.mainNavBottom:hover {
	color: #555;
	}
#leftNavProductList ul.leftNavSubList {
	margin: 0;
	width: 320px;
	padding: 0;
	background-color: #FFF;
	}
#leftNavProductList a.subNav, 
#leftNavProductList a.subNavBottom {
	display: block;
	padding: 0;
	color: #000;
	text-decoration:none;
	}

#leftNavProductList a.subNavBottom {
	height: 20px;
	}

#leftNavProductList a.subNav:hover, 
#leftNavProductList a.subNavBottom:hover {
	color: #555;
	}
.tenpxmargin{margin-right:6px}
.twentypxmargin{margin-right:16px}
#breadcrumb {
	font-size:12px;
	color: #666;
}
#breadcrumb a {
	color: #666;
}
#breadcrumb a:hover {
	color: #666;
	text-decoration:underline;
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }