/*
-----------------------------------------------
Style Sheet

Site: sterishoe.com
Author:   aaryn.com
Version:  2007.12
----------------------------------------------- */


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul, ol {
	list-style:none;
}
/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1, h2, h3, h4, h5, h6, pre, code, td {
	font-size:1em;
}
/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset {
	border:none;
}
/* Remove inconsistent (among browsers) default padding or margin */
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, label, div, dd, dt, dl, button {
	margin:0;
	padding:0;
}
/* global elements
 * ------------------------------------------------------------------------- */

/* Default font size in IE and FireFox is 16px. Default for Safari is 14px. */
html {
	font-size:100%; /* IE has problems scaling text in ems. Using a percentage makes for better text rendering when scaled. */
	overflow-y: scroll;
}
body {
	background: #fff;
	font-size:.75em; /* Read by IE only. - 75% of 16px = 12px */
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin:10px 0;
	overflow:auto;
}
html>body {
	font-size:12px; /* overrides the font-size above in all browsers except IE. These browsers can resize text that is specified in px so this is ok. */
}
a:link, a:visited {
	color:#812990;
}
a:hover, a:active {
	color:#e449ff;
}
ol {
	margin-left:25px;
	font-size:1.4em;
	line-height:1.3em;
}
ol li {
	list-style-type:decimal;
	margin-bottom:10px;
}
/* Classes
 * ------------------------------------------------------------------------- */

.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
}
.pic_left {
	margin:0 10px 2px 0;
	float:left;
}
.pic_right {
	margin:0 0px 2px 10px;
	float:right;
}
.heading {
	font-size:1.6em;
	font-weight:bold;
}
.purple {
	color:#6d0078;
}
.help_txt {
	font-size:1.3em;
	line-height:1.7em;
}
.help_txt_table {
	font-size:1.2em;
}
.lrg_txt {
	font-size:12px;
	line-height: 16px;
}
.lrg_txt_list {
	background:url(graphics/small_purple_bullet.gif) no-repeat 0px 6px;
	_position:relative;	 /*to fix the IE bullet peekaboo pug */
	padding-left: 16px;
	line-height:1.3em;
	list-style: none;
	font-size:12px;
}
.lrg_txt_list_14 {
	background:url(graphics/small_purple_bullet.gif) no-repeat 0px 6px;
	_position:relative;	 /*to fix the IE bullet peekaboo pug */
	padding-left: 16px;
	line-height:18px;
	list-style: none;
	font-size:14px;
}
.lrg_txt2 {
	font-size:1.3em;
	line-height:1.3em;
}
.lrg_txt3 {
	font-family:verdana;
	font-size:1.1em;
	line-height:1.3em;
}
.lrg_txt_serif {
	font-family:palatino, palatino linotype;
	font-size:1.2em;
	line-height:1.3em;
}
.lrg_txt_serif2 {
	font-family:palatino, palatino linotype;
	font-size:1.4em;
	line-height:1.5em;
}
.ninety_nine {
	font-size:2.2em;
	color:#6d0078;
	font-weight:bold;
}
.hr {
	width:100%;
	height:1px;
	color:#ccc;
	background:#ccc;
	overflow:hidden;
	margin:25px 0px;
}
.fll {
	float: left;
	text-align: left;
	margin: 5px 5px 5px 0;
}
.frl {
	float: right;
	text-align: left;
	margin: 5px 0 5px 5xp;
}
.back_to_top {
	background:url(graphics/back_to_top.gif) no-repeat 100% 70%;
	padding-right:15px;
}
.back_to_top a:link, .back_to_top a:visited {
	color:#6d0078;
}
.back_to_top a:hover {
	color:#bf9bc5;
}
.mm_page_title {
	width:975px;
	padding:6px 0 6px 10px;
	background:url(graphics/page_title_bg.gif) repeat-y #d6c7dc;
	margin:0 auto 20px auto;
	color:#fff;
	font-size:1.6em;
	font-weight:bold;
}
.mm_page_title2 {
	width:975px;
	padding:6px 0 6px 10px;
	background:url(graphics/page_title_bg.gif) repeat-y #d6c7dc;
	margin:0 auto 10px auto;
	color:#fff;
	font-size:1.4em;
	font-weight:bold;
	font-family: Arial, Verdana, sans-serif;
}
.bullet_list {
	list-style:disc;
	margin-left:25px;
}
.bulleted_item {
	font-size:1.6em;
	padding-left:16px;
	background:url(graphics/small_purple_bullet.gif) no-repeat 0px 9px;
	margin-bottom:10px;
}
.faq_item {
	font-size:16px;
	margin-bottom:10px;
	font-weight:bold;
}
.lrg_txt_14 {
	font-size:14px;
	line-height:18px;
}
.stat_table {
	border-width: thin;
	border-spacing: 2px;
	border-style: single;
	border-color: gray;
	padding:4px;
}
/* Layout
 * ------------------------------------------------------------------------- */
 
#container {
	background:url(graphics/container_bg.gif) repeat-y;
	width:1067px;
	margin:0 auto;
	text-align:left;
}
#home_title {
	background:url(graphics/home_title.gif) no-repeat;
	width:1067px;
	height:197px;
}
#sub_title {
	background:url(graphics/sub_title.gif) no-repeat;
	width:1067px;
	height:118px;
}
#sub_title_new {
	background:url(graphics/sub_title.gif) no-repeat;
	width: 1067px;
	height: 118px;
}
#title_home_link {
	width:255px;
	height:100px;
	display:inline-block;
	/*	text-indent:-5000px;*/
		outline:none;
	margin-left:1px;
}
#home_title h1, #sub_title h1, #sub_title_new h1 {
	text-indent:-5000px;
}
#content_container {
	width:975px;
	margin:0 auto;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height: 16px;
}
#content_container_sans {
	width:975px;
	margin:0 auto;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height: 16px;
}
#content_container_sans li {
	background:url(graphics/small_black_bullet.gif) no-repeat 0px 8px;
	_position:relative;	 /*to fix the IE bullet peekaboo pug */
	padding-left: 16px;
	line-height:1.7em;
	list-style: none;
	margin-bottom: 4px;
}
#steri_left {
	background:url(graphics/steri_back2.jpg) no-repeat;
	width:668px;
	height:463px;
	float:left;
	display:inline;
}
/* Homepage Promo navigation

 * ------------------------------------------------------------------------- */

#promo_nav a img {
	height: 0;
	width: 0;
	border-width: 0;
}
#promo_nav {
	background:url(graphics/steri_rollover2.jpg) no-repeat;
	width:354px;
	height:258px;
	position:relative;
	margin:0;
	padding:0;
}
#promo_nav li {
	position:absolute;
}
#promo_nav li, #promo_nav a {
	display:block;
}
#promo_nav span {
	display: none;
}
#promo_nav-01 {
	width:354px;
	height:258px;
}
#promo_nav-02 {
	top: 15px;
}
#promo_nav-01 a:hover {
	background: transparent url("graphics/steri_rollover2.jpg") -258px -0px no-repeat;
}
#promo_nav-01 a:hover img {
	position: absolute;
	top: -74px;
	left: 0px;
	height: 59px;
	width: 105px;
}
#promo_nav-02 a:hover, #promo_nav-02.selected {
	background: transparent url("images/new_nav/promo_nav_home.gif") -105px -15px no-repeat;
}
#promo_nav-02 a:hover img {
	position: absolute;
	top: -74px;
	left: 0px;
	height: 59px;
	width: 105px;
}
#steri_container {
	width:1022px;
	background:url(graphics/home_quote_rt_half.gif) no-repeat top right;
	margin:0 auto;
}
#steri_off_container {
	width:354px;
	height:300px;
	float:left;
	margin:183px 0 0 0;
	padding:0;
}
#steri_off {
	background:url(graphics/steri_rollover2.jpg) no-repeat;
	width:354px;
	height:258px;
	margin-top:183px;
	outline:none;
	display:block;
}
#steri_off span {
	display:none;
}
#steri_off:hover {
	background-position:0px -258px;
}
#steri_on {
	background:url(graphics/steri_rollover2.jpg) no-repeat;
	width:354px;
	height:258px;
	margin-top:183px;
	outline:none;
	display:block;
	background-position:0px -258px;
}
#steri_on span {
	display:none;
}
#steri_on:hover {
	background-position:0 0;
}
#switcher_link_off {
	background:url(graphics/off.gif) no-repeat;
	width:40px;
	height:18px;
	display:block;
	margin:0px 0 0 256px;
}
#switcher_link_on {
	background:url(graphics/on.gif) no-repeat;
	width:40px;
	height:18px;
	display:block;
	margin:0px 0 0 256px;
}
#switcher_link_off span, #switcher_link_on span {
	display:none;
}
#steri_rollover {
	background:url(graphics/steri_rollover.jpg) no-repeat;
	width:364px;
	height:284px;
	display:block;
	float:left;
	margin-top:179px;
	outline:none;
}
#steri_rollover:hover, #steri_rollover:active {
	background-position:0px -284px;
}
#question_marks {
	background:url(graphics/question_marks.gif) no-repeat top right;
	width:100%;
	margin-bottom:10px;
}
#question_marks li {
	font-size:14px;
	background:url(graphics/small_purple_bullet.gif) no-repeat 0px 13px;
	_position:relative;	 /*to fix the IE bullet peekaboo pug */
	padding-left: 16px;
	line-height:1.7em;
	list-style: none;
}
#question_marks li a:link, #question_marks li a:visited {
	color:#000;
	text-decoration:none;
}
#question_marks li a:hover {
	color:#6d0078;
}
#footer_bar {
	background:url(graphics/footer.gif) no-repeat;
	width:1067px;
	height:33px;
}
#footer_text {
	width:990px;
	margin:0 auto;
	padding:10px;
	text-align:center;
	font-size:11px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
#footer_text td a {
	padding:5px 10px;
	margin-bottom:10px;
}
#footer_text table {
	text-align:center;
	width:990px;
}
/* ----- page titles ----- */
#info_title {
	text-indent:-5000px;
}
#history_title {
	background:url(graphics/history_title.gif) no-repeat;
	width:600px;
	height:43px;
	text-indent:-5000px;
}
#doc_list {
	font-family:Arial, Helvetica, sans-serif;
}
/* cart styles
 * ------------------------------------------------------------------------- */

#store_status_table {
	font-size:.92em;
	margin-top:30px;
	margin-right:20px;
}
#center_content {
	width:630px;
	margin:0 auto;
}
/* --------------------------- Form --------------------------------- */
form#contact_main {
	margin: 0 auto;
	width:450px;
}
#contact_main label {
	float:left;
	width:115px;
	text-align:right;
	margin-right:10px;
	margin-top:-1px; /* to align label with the top of input area */
}
#contact_main input, #contact_main textarea, #contact_main select {
	width:150px;
	border:1px solid #ccc;
	float:left;
	margin-bottom:8px;
	background-color:#fff;
}
#contact_main textarea {
	width:300px;
}
form#contact_main br {
	line-height:0.0;  /* defaults vertical spacing between fields */
	clear:left;
}
#contact_main #submit {
	margin-left:125px;
	float:none;
	background:none;
	width:60px;
	height:25px;
	border:none;
}
#trademark-form label.error {
	color:#f00;
	width:250px;
	margin-left:5px;
	text-align:left;
	font-weight:bold;
}
.side_nav {
	width: 175px;
	background: #d6c7dc;
	text-align: left;
	padding: 10px 0;
	margin: 0px 0 30px 0;
}
.side_nav ul {
	list-style-type: circle;
	margin: 0 0 0 20px;
	padding: 0 0 0 10px;
}
.side_nav ul li {
	padding: 5px 0;
	margin: 5px 0;
}
.side_nav ul li a {
	color: #6d0078;
	font-size: 14px;
}
.side_nav ul li a:hover {
	color: #9c1fa9;
}
h3.media {
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0;
}
h3.video_label {
	margin: 10px 0;
	font-size: 18px;
}
/*.side_nav ul li a:hover {
background: #6d0078;
color: #d6c7dc;
}*/


/* horizontal navigation
 * ------------------------------------------------------------------------- */
 

#nav {
	background:url("graphics/nav.gif") no-repeat;
	width:1029px;
	height:41px;
	position:relative;
	margin:0 auto 25px auto;
}
#nav li {
	position:absolute;
	top: 0;
}
#nav li, #nav a {
	height:41px;
	display:block;
}
#nav span {
	display:none;
}
#nav-01 {
	width: 155px;
	left:0;
}
#nav-02 {
	width: 133px;
	left: 155px;
}
#nav-03 {
	width: 156px;
	left: 288px;
}
#nav-04 {
	width: 123px;
	left: 444px;
}
#nav-05 {
	width: 106px;
	left: 567px;
}
#nav-06 {
	width: 97px;
	left: 673px;
}
#nav-07 {
	width: 132px;
	left: 770px;
}
#nav-08 {
	width: 124px;
	left: 902px;
}
#nav-01 a:hover, #nav-01.selected {
	background: transparent url("graphics/nav.gif") -0 -41px no-repeat;
}
#nav-02 a:hover, #nav-02.selected {
	background: transparent url("graphics/nav.gif") -155px -41px no-repeat;
}
#nav-03 a:hover, #nav-03.selected {
	background: transparent url("graphics/nav.gif") -288px -41px no-repeat;
}
#nav-04 a:hover, #nav-04.selected {
	background: transparent url("graphics/nav.gif") -444px -41px no-repeat;
}
#nav-05 a:hover, #nav-05.selected {
	background: transparent url("graphics/nav.gif") -567px -41px no-repeat;
}
#nav-06 a:hover, #nav-06.selected {
	background: transparent url("graphics/nav.gif") -673px -41px no-repeat;
}
#nav-07 a:hover, #nav-07.selected {
	background: transparent url("graphics/nav.gif") -770px -41px no-repeat;
}
#nav-08 a:hover, #nav-08.selected {
	background: transparent url("graphics/nav.gif") -902px -41px no-repeat;
}
/* Son of Suckerfish: Horizontal Sprite Nav

 * ------------------------------------------------------------------------- */



#nav li ul {
	position:relative;
	left:-9999px;
	text-align:left;
	z-index:5;
	margin: 0;
}
#nav li ul li {
	height:22px; 				/* Height of each drop down nav item */
	border:1px solid white;
	border-left: none;
	border-right: none;
	background-color:#812990;
	; /* Put background here! Not in the ul!!*/
	position: relative;
}
#nav li ul li a {
	width:100%;
	height:22px;				/* Height of each drop down nav item, should match above */
	line-height:22px;			/* Height of each drop down nav item again, should match above */
	color: white;
	text-align: center;
}
#nav li ul li a span {
	display:block;
}
/* Drop down link styles */

#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:.92em;
	text-decoration:none;
}
#nav li:hover ul, #nav li.sfHover ul {
	left: auto;
	background-position: 0 0;
}
/* Hover styles for drop down items */

/* #nav-01 ul a:hover, #nav-02 ul a:hover, #nav-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover, #nav-06 ul a:hover */

#nav ul li a:hover {
	background-image:none;
	background-color:#d6c7dc;
	color:#812990;
	text-decoration:none;
	cursor:pointer;
}
/* width of drop down nav - choose width that allows items to display on one line */

#nav-01 ul, #nav-01 li {
	width:143px;
	margin-left:12px;
}
#nav-02 ul, #nav-02 li {
	width:133px;
}
#nav-03 ul, #nav-03 li {
	width:156px;
}
#nav-04 ul, #nav-04 li {
	width:123px;
}
#nav-05 ul, #nav-05 li {
	width:106px;
}
#nav-06 ul, #nav-06 li {
	width:97px;
}
#nav-07 ul, #nav-07 li {
	width:132px;
}
#nav-08 ul, #nav-08 li {
	width:112px;
	 
}
/*html fix*/

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	background-position: 0 0;
}

