
/* 
*{
	margin:0;
	padding:0;
}

*/


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}


body {
	color:#222;
	background-color: #F2F3F3;
	font-family: Tahoma, Arial, FreeSans, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin:0;
	padding:0;
}



/* Layout Starts */

#accuracy {
	overflow:hidden;
	height: 76px;
	width: 190px;
	background-position:center;
	background-image:url(http://hannainst.com/images/accuracy-bg.jpg);
	background-repeat:no-repeat;
	padding-top:4px;

}

#wrapper {
	width:950px;
	margin:0 auto;
}

#header {
	height:80px;
	padding-top:10px;
}

#header-top {
	overflow:hidden;
	height: 39px;
	width: 908px;
	background-position:center;
	background-image:url(../images/top-bg.png);
	background-repeat:repeat-x;

}

#corner-top-right{
	float:right;
	height: 39px;
	width: 21px;
	background-image:url(../images/rounded-corner-right.png);
	background-repeat:no-repeat;
	
}

#corner-top-left{
	float:left;
	height: 39px;
	width: 21px;
	background-image:url(../images/rounded-corner-left.png);
	background-repeat:no-repeat;
	
}

#header-chat {
	height: 25px;
	float: right;
	padding-left:10px;
	padding-top:7px;
}


#header-phone {
	padding-top:7px;
	height: 25px;
	float: right;
	
}

#header-right {
	width: 310px;
	height: 50px;
	float: right;
	text-align: left;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	
}


#logo {
	width:250px;
	padding-left: 20px;
	float: left;
}

/* horizontal navigation */

#hNavs {
	height:5px;
	background-image: url(../images-templates/bg-topnavs.jpg);
	background-repeat: repeat;
	text-align: center;
}


/*

#hNavs ul {
	list-style:none;
	text-align:center;
}

	#hNavs li{
		display:inline;
		margin:0 8px;
	}

		#hNavs li a {
			color:#969696;
			text-decoration:none;
			text-transform:uppercase;
			line-height: 35px;
			padding-top: 10px;
			padding-right: 10px;
			padding-bottom: 10px;
			padding-left: 10px;
		}

		#hNavs li a:hover{
			text-decoration:none;
			background-image: url(../images-templates/bg-topnavs-on.jpg);
		}

		*/


/* Main content */

#container-main {
	overflow:hidden;
	background-image: url(../images-templates/bg-page-main.jpg);
	background-repeat: repeat-y;
	padding-left:5px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	margin-bottom:5px;
	margin-top: 5px;
}


#container {
	overflow:hidden;
	margin: 0;
	background-image: url(../images-templates/bg-page-3col.gif);
	background-repeat: repeat-y;
}

#left-col {
	width:210px;
	height:auto;
	float:left;
}

#center-col {
	width:511px;
	float:left;
	margin:0 8px;
}

#center-2col {
	width:720px;
	float:left;
	margin:0 8px;
	background-color: #fff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
}

#right-col{
width:210px;
float:right;
height:auto;

}
.link{
text-decoration:none;
color:#000000;
font-style:normal;
font-size:12px;
font-weight:normal;

}

.content-block {
margin:0 0 15px 0;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #cccccc;
}


 .content-block-main {
padding:10px 15px;

}


/* Side Blocks */

.sideblock {
margin:0 0 15px 0;
background-repeat: repeat-y;
border-top: 1px solid #ccc;
border-bottom: 10px solid #e6e6e6;
}

.sideblock-title {
font-size: 14px;
font-weight: bold;
color:#0060a9;
margin-bottom:2px;
}

.sideblock-content {
padding-top: 10px;
padding-right: 9px;
padding-bottom: 10px;
padding-left: 9px;
}
.sideblock2 {
margin:0 0 6px 0;
background-repeat: repeat-y;
border-bottom: 8px solid #e6e6e6;
}

.sideblock2-content {
padding-top: 4px;
padding-right: 9px;
padding-bottom: 6px;
padding-left: 5px;

}
.sideblock-content ul {
list-style:none;
margin:0 0 0px 0;
padding: 0 0 0 0;
}

.sideblock-content li {
border-bottom:1px solid #d6d6d6;
color:#666;
padding-top: 3px;
padding-right: 15px;
padding-bottom: 0px;
padding-left: 5px;
}

.sideblock-content li a {
display:block;
color:#666;
font-weight:normal;
text-decoration:none;
padding:0 0 0 15px;
}

.sideblock-content li a:hover{
color:#0066cc;
text-decoration:none;
background:url(../images-templates/bullet.gif) no-repeat left center;
}
.sideblock-spacer {
background-color: #F2F3F3;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #cccccc;
}

.sideblock1-content {
padding-top: 10px;
padding-right: 9px;
padding-bottom: 10px;
padding-left: 9px;
}

.sideblock1-content ul {
list-style:none;
margin:0 0 0px 0;
padding: 0 0 0 0;
text-decoration:none;
}

.sideblock1-content li {
border-bottom:1px solid #d6d6d6;
color:#666;
padding-top: 3px;
padding-right: 15px;
padding-bottom: 0px;
padding-left: 5px;
text-decoration:none;
}

.sideblock1-content li a {
display:block;
color:#666;
font-weight:normal;
text-decoration:none;
padding:0 0 0 0px;
}

.sideblock1-content li a:hover{
color:#0066cc;
text-decoration:none;
}
.sideblock1-spacer {
background-color: #F2F3F3;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #cccccc;
}

/* footer */


#footer {
height:40px;
width:940px;
padding: 5px;
overflow:hidden;
font-size:10px;
color:#fff;
background-color: #000;
margin-bottom: 20px;
}

#footer a {
color:#b0b0b0;
text-decoration:none;
}

#footer a:hover {
color:#fff;
text-decoration:underline;
}


/* Layout Styles Ends */

/* subcategory */
#applications {
clear:both;
padding:0 0.5em;
}

/* subcategory */
#faq {
clear:both;
padding:0 0.5em;
padding-top:5px;
}

#applications a {
display: block;
height: 160px;
width: 100px;
float: left;
text-align:center;
margin-top: 10px;
margin-left: 10px;
font-size: 11px;
text-decoration: none;
}

#applications-home {
clear:both;
text-align: center;
}

#applications-home a {
display: block;
height: 145px;
width: 89px;
float: left;
margin-top: 10px;
margin-left: 15px;
margin-right: 14px;
font-size: 12px;
text-decoration: none;
background-color: #ffffff;

}




/* Form Styles */

.sideblock form{
padding:0 5px;
}

.sideblock form p{
margin:0 0 5px 0;
}

.input{
border:1px solid #dddddd;
cursor:text;
margin:5px 0;
padding:2px;
}

.signin-btn, .button1{
color:#fff;
font-weight:bold;
border:none;
outline:none;
cursor:pointer;
margin: 5px;
padding: 1px;
background-color: #333333;
}

/* Form Styles */


/* Paragraph and list Styles */

.content-block p{
margin:0 0 15px 0;
}

.content-block ul, .content-block ol{
margin:0 0 0 20px;
}



/* Paragraph Styles */


/* Genric Styles Starts */



html[xmlns] .clearfix {
display: block;
}

* html .clearfix {
height: 1%;
}

a {
color:#006699;
text-decoration:none;
font-weight:bold;
}

a:hover {
text-decoration:underline;
color:#0066cc;
}

h1{font-size:18px;}

h2{font-size:16px;}

h3{font-size:14px; color:#0060a9; margin-bottom:0;}

h4{font-size:12px; margin-bottom:0px;}

h5, h6{font-size:12px;}

h2, h3, h4, h5, h6 {margin-top: 0px;}

img {border: 0px;}

hr {
color: #ddd;
background-color: #ddd;
height: 1px;
}

.clear{clear:both;}

.floatleft{float:left;}

.floatright{float:right;}

/* Genric Styles Ends */

#Product-Head-Image {
float: left;
width: 200px;
height: 200px;
}
#Product-Head-Title {
float: left;
width: 275px;
height: 160px;
padding-top: 40px;
}

#Product-Body {
width: 475px;
clear: left;
}


/*Page Specific Styles */

/* Distributors */

#distributors #title {
width: 275px;
float: left;
}

#distributors img {
	max-width: 200px;
}

#distributors #state-menu {
width: 200px;
float: right;
text-align: right;
}
#distributors #zip-menu {
width: 150px;
}

#distributors table {
	width: 100%;
}

#distributors table th {
	background-color: #eee;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}
#distributors table td {
padding: 5px;
vertical-align: top;
}


/* Search Results */

#search-results h4 {
	margin: 0px;
}


#search-results ul {
list-style:none;
margin:0 0 10px 0;
}

#search-results li {
border-bottom:1px solid #d6d6d6;
color:#666;
padding-top: 8px;
padding-right: 15px;
padding-bottom: 0px;
padding-left: 10px;
}

/* CTB button */

.ctb {
	text-align: center;
	padding-bottom: 15px;
}

.button {
background: url(../images-templates/button-gold.gif) no-repeat center;
color: #000;
width: 20px;
padding: 5px 11px 5px 11px;
}

.row-header {
border: 1px solid #BBB;
background: url(../images-templates/bg-row-header.gif) center center repeat-x;
}
#button{
margin:0px;
}

/*-- jShowOff module styles --*/


#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures {
	background: #efefef;
	position: relative;
	overflow: hidden;
	width:  940px;
	height: 349px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	}
.jshowoff {
	width: 940px;
	margin: 10px 0;
	}
.jshowoff div {	
	width: 940px;
	height: 349px;
	}
.jshowoff div, .jshowoff img, .jshowoff {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	}
#basicFeatures, .jshowoff.basicFeatures, .jshowoff.basicFeatures img, .jshowoff.basicFeatures div {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	}
.jshowoff div p, .jshowoff div h2 {
	_background-color: #efefef;
	}
.jshowoff h2, .jshowoff p {
	font-size: 18px;
	padding: 15px 20px 0px;
	margin: 0;
	}
.jshowoff p {
	font-size: 13px;
	line-height: 15px;
	}
.eddie {
	float: right;
	padding: 15px 20px 15px 20px;
	}
.jshowoff p.jshowoff-slidelinks {
	position: absolute;
	bottom: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
	}
.jshowoff-slidelinks a, .jshowoff-controls a {
	display: block;
	background-color: #000;
	color: #fff;
	padding: 5px 7px 5px;
	margin: 5px 0 0 5px;
	float: left;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	outline: none;
	font-size: 11px;
	line-height: 14px;
	}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
	color: #fff;
	}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	background-color: #fff;
	color: #000;
	}
p.jshowoff-controls {
	background: #aaa;
	overflow: auto;
	height: 1%;
	padding: 0 0 5px 5px;
	margin: 0;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	}
.jshowoff-controls a {
	margin: 5px 5px 0 0;
	font-size: 12px;
	line-height: 15px;
	padding: 4px 8px 5px;
	}

.jshowoff-pausetext {
	color: #fff;
	}


/*-- Re-styled Thumbnail Demo --*/

.thumbFeatures p.jshowoff-slidelinks {
	background: #000;
	bottom: 0;
	padding: 5px 0 5px 5px;
	right: 113px;
	height: 32px;
	}
.thumbFeatures .jshowoff-slidelinks a {
	display: block;
	width: 60px;
	height: 30px;
	background-color: none;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	padding: 0;
	border: 1px solid #4f4f4f;
	text-indent: -10000em;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	}
.thumbFeatures .jshowoff-slidelinks a.jshowoff-active {
	border: 1px solid #fff;
	}
.thumbFeatures .jshowoff-slidelink-0 {
	background-image: url(http://farm5.static.flickr.com/4065/4439060414_c11002d183_o_d.jpg);
	}
.thumbFeatures .jshowoff-slidelink-1 {
	background-image: url(http://farm5.static.flickr.com/4049/4438283469_5ddf465356_o_d.jpg);
	}
.thumbFeatures .jshowoff-slidelink-2 {
	background-image: url(http://farm5.static.flickr.com/4033/4439060472_02efbb3955_o_d.jpg);
	}
.thumbFeatures .jshowoff-slidelink-3 {
	background-image: url(http://farm5.static.flickr.com/4041/4438283519_4f08cb4a57_o_d.jpg);
	}
.thumbFeatures p.jshowoff-controls {
	background: none;
	height: 38px;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 100px;
	width: 100%;
	z-index: 150;
	}
.thumbFeatures .jshowoff-controls a {
	display: block;
	width: 22px;
	height: 38px;
	background: none;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	text-indent: -10000em;
	position: absolute;
	}

.thumbFeatures .jshowoff-controls a.jshowoff-prev {
	left: 15px;
	background-image: url(http://farm5.static.flickr.com/4035/4438728886_fd55756fc5_o_d.gif);
	}
.thumbFeatures .jshowoff-controls a.jshowoff-next {
	right: 15px;
	background-image: url(http://farm3.static.flickr.com/2743/4438728872_07e935da40_o_d.gif);
	}
.thumbFeatures .jshowoff-controls a.jshowoff-play {
	display: none;
	}
.jshowoff.thumbFeatures {
	height: 250px;
	}
.jshowoff.thumbFeatures div, .jshowoff.thumbFeatures img, .jshowoff.thumbFeatures {
	-webkit-border-radius: 6px;
	}
