 html {
        overflow: -moz-scrollbars-vertical;
     }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#FFFFFF;

	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;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header_container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding: 0 0 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
background:#FFFFFF url(/images/2009/header1_splice.gif);
background-repeat:repeat-x;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#footer {
	padding:0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(/images/2009/sub_btm2_splice.jpg);
	background-repeat:repeat-x;
}
#footer_container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}



a.normal_link{
text-decoration: underline;
	color:#000000;
	font-weight:normal;
}

a.normal_link:hover{
	text-decoration: underline;
	background: #E80382;
	}
a#store_locator {
	text-decoration: underline;
	color:#000000;
	
	}
	
a#store_locator:hover {
	text-decoration: underline;
	background: #E80382;
	}
li.faq_li{
font-weight:bold;
}
li{
font-weight:normal;
}
/* mynav*/

#mynav{

clear: both;
height:23px;
width: 100%;
padding: 0px;
margin: 0px;
background-image:url(/images/black.png)

background-repeat:repeat;
}
ul#mynav {
	margin:0px;
	padding: 0 0 0 0px;
	width:100%;
	background:#FFFFFF;
	
	color: inherit;
}

ul#mynav li {
	float: right;
	padding: 5px 0px 5px 0px;
	list-style-type: none;
	font-weight: bold;
	font-size: 10px;
	
	
}

ul#mynav li a {
	text-decoration: none;
	padding: 5px 8px 5px 8px;
	background: transparent url(/images/subnav_sep.gif) no-repeat left;
	

}

ul#mynav li a:link, ul#mynav li a:visited {
background-color: inherit;
	color:#000000;
	
}


ul#mynav li a:hover, ul#mynav li a:active {

	color:#E80382;
	background:#FFFFFF;
}



ul#mynav li#mynavlast a:link, ul#mynav li#mynavlast a:visited {

background:#FFFFFF;
	color: #000000;
	
}

ul#mynav li#mynavlast a:hover, ul#mynav li#mynavlast a:active {
background:#FFFFFF;
	color:#E80382;
}
ul#mynav li#mynavfirst a:link, ul#mynav li#mynavfirst a:visited {

}	
/* my nav end*/

#buy_heading{
padding-top:5px;
font-size:14px;
font-weight:600;
}
table#price {
font-weight:normal;
border:thin;
border:solid;

}
table#price th{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #00A69C;
	
border:thin;
}
#price_table{
padding-left:50px;
}
table#price td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
border:thin;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #F3BD1F;
	
}
h1.notfound{
color:#E80382;
}