/* freshbreath css */

html {overflow-y:scroll;}
html {overflow:-moz-scrollbars-vertical;}
/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */
body {
	margin: 0 auto;
	font-family: Arial, sans-serif;
	font-size: medium;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	padding: 0px;
}
html {overflow:-moz-scrollbars-vertical;}
	html, body, #contents {
	min-height: 95%;
	width: 100%;
	height: 95%;
}
a {
	text-decoration:none;
	color: #7DB3BD;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
	color: #5F8B93;
}
#footer a {
	text-decoration:none;
	color: #7DB3BD;
	font-weight:normal;
}
#footer a:hover{
	text-decoration:underline;
	color: #5F8B93;
}
/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contents {
	height: auto;
}
#button {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	display: block;
	}
	
#button ul {
		list-style: none;
		margin: 0px 0px -3px 0px;
		padding: 0;
		border: none;
		}
		
#button li {
	margin-bottom:3px;

		}
#button li a {
	/*background-image: url(images/side_nav_bg_off.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#E3F3F1;
		display: block;
		padding: 3px 0px 4px 5px;
		color: #7DB3BD;
		text-decoration: none;
		width: 140px;
		}

html>body #button li a {
		width: auto;
		}

#button li a:hover {
	color: #E5F1FD;
	/*background-image: url(images/side_nav_bg_on.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#7DB3BD;
		}
#container {
	margin-top: 0px;
	background-image: url(images/main_back.gif);
	background-repeat: repeat-y;
	background-position: center;
	height: 100%;
	position: absolute;
	width: 100%;
}
#contents {
	width:100%;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

#footer {
	position: absolute;
	width: 70%;
	text-align: center;
	background-image: url(images/footer_back.gif);
	background-position: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7DB3BD;
	bottom: 0px;
	height: 40px;
	padding-right: 15%;
	padding-left: 15%;
}
#inner_main {
	padding: 0px 0px 20px;
	background-image: url(images/content_back.gif);
	background-repeat: no-repeat;
	min-height:750px;
	margin: 0px;
}
/* SBMH -- see http://css-discuss.incutio.com/?page=BoxModelHack 
 * Stupid hack lets IE see 100%, others see 70%. 
 */
#footer {
	\width: 70%;
	w\idth: 70%;
	background-repeat: no-repeat;
	
}
#header {
	padding: 0px;
}
#inner_content {
	padding-right: 35px;
	padding-left: 30px;
	position: relative;
}
#main {
	background-image: url(images/main_back.gif);
	background-repeat: repeat-y;
	margin-bottom: 30px;
	/*height: 110%;*/
	position: relative;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	height: 100%!important;
	min-height: 100%;
	padding: 0px;

}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8DB5B4;
	padding-bottom: -25px;
}
p { margin:0px; padding:7px 0px; font-size:12px;}

.alignleft {
	float: left;
	padding-top: 0px;
	padding-right: 15px;
}
.alignright {
	float: right;
	padding-top: 0px;
	padding-left: 15px;
	
}
.bold {
font-weight:bold;
}
.boldGreen{
font-weight:bold;
color:#7DB3BD;
}
.boldLime{
font-weight:bold;
color:#93BA06;
}
.boldFgreen{
font-weight:bold;
color:#336633;
}
.bottomdots {
	background-image: url(images/horz_dots.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.buttonPaddingTop {

	padding-top: 10px;
}
.bulletleaf {
	background-image: url(images/fb_images/mintleafbullet.gif);
	background-repeat: no-repeat;
	padding:10px;
	padding-left: 40px;
	padding-bottom:0px;
}
.clearall {
	clear: both;
}
.featured_container {
	text-decoration: none;
	background-image: url(images/product_images/small.jpg);
	background-repeat: no-repeat;
	height: 82px;
	width: 82px;
	text-align: center;
	padding-top: 3px;
}
.floatleft {
	float: left;
	width: 340px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.floatright {
	float: right;
	width: 340px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.formElement{
	width: 180px;
	padding:2px 5px 2px 5px;
	text-align:left;
	font-size:12px;
	color:#666666;
	border-width: 1px;
	border-style: solid;
	border-color: #59ADAF;
}
.formElementMenu{
	width: 190px;
}
.formElementQuantity{
	width: 35px;
	padding:2px 5px 2px 5px;
	text-align:center;
	font-size:12px;
	color:#666666;
	border-width: 1px;
	border-style: solid;
	border-color: #59ADAF;
}
.fullWidth {
	padding-top: 10px;
	padding-bottom: 10px; 
	float:left; 
	width:100%;
}
.halfWidth {
	padding-top: 10px;
	padding-bottom: 10px; 
	float:left; 
	width:255px;
}
.leftdots {
	padding-left: 15px;
	background-image: url(images/vert_dots.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.margin15 {
	margin:0px 15px 0px 15px;
}
.marginBrandMenu{
	margin:0px 0px 0px 18px !important;
	margin:0px 0px 0px 21px;
}
.middledots {
	background-image: url(images/horz_dots.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.product_container_small {
	text-decoration: none;
	background-image: url(images/product_images/small.jpg);
	background-repeat: no-repeat;
	height: 82px;
	width: 82px;
	text-align: center;
	padding-top: 3px;
	float:left;
}
.product_container_big {
	text-decoration: none;
	background-image: url(images/product_images/big.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 150px;
	text-align: center;
	padding-top: 3px;
}
.quarterRight {
	padding-top: 10px; 
	float:right; 
	width:175px;
}
.halfRight {
	padding-top: 10px; 
	float:right; 
	width:300px;
}
.halfLeft {
	padding-top: 10px; 
	float:left; 
	width:300px;
}
.midDiv {
	padding-top: 10px; 
	float:left; 
	width:400px;
}
.quarterLeft {
	margin:0px 15px 0px 0px;
	padding-top: 17px;
	padding-bottom: 17px; 
	float:left; 
	width:150px;
}
.quarterLeftSmall {
	margin:0px 15px 0px 0px;
	padding-top: 17px;
	padding-bottom: 0px; 
	float:left; 
	width:82px;
}
.oneThirdLeft {
	padding-top: 10px; 
	float:left; 
	width:250px;
}
.twoThirdsRight {
	padding-top: 10px;
	padding-bottom: 10px; 
	float:right; 
	width:450px;
}

.rightNavMiddle{
	padding:0px 0px 0px 0px;
	margin:0px;
	background-image: url(images/right_nav_bg_middle.gif);
	background-repeat: repeat-y;
	background-position: top;
	height: auto !important;
	height:10px;
	min-height:10px;
	width: 175px;
	/*border: solid 1px; color:#000000;*/
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: teal;
	margin:0px 0px -5px 0px;
}
h1 {
 font-family: Arial, Helvetica, sans-serif;
 font-weight:bold;
 color:teal;
 font-size: 16px;
}

.tdDivSpacer{
	width: 100%;
	height: 7px;
	float:left;
	margin: 0px 0px 0px 0px;
	padding:0px;
}
.tdDivSpacerForm{
	width: 100%;
	height: 7px !important;
	height: 1px;
	font-size:1px;
	line-height:0px;
	float:left;
	margin: 0px 0px 0px 0px;
	padding:0px;
}
.threeQuartersWidthLeft {
	padding-top: 10px;
	padding-bottom: 10px; 
	float:left; 
	width:500px;
}
.threeQuartersWidthProducts {
	padding-top: 10px;
	padding-bottom: 10px; 
	float:left; 
	width:400px;
}
.threeQuartersWidthRight {
	padding-top: 10px;
	padding-bottom: 10px; 
	float:left; 
	width:540px;
}
.threeQuartersWidth {
	padding-top: 10px;
	padding-bottom: 0px; 
	float:left; 
	width:600px;
}
.topdots {
	background-image: url(images/horz_dots.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.drop {
	background-image: url(images/main_back.gif);
	background-repeat: repeat-y;
	background-position: center;
	height: 100%;
}

form {
 	margin:0px;
}


.li map{ list-style:disc;}

.f12 {font-size:12px}
.f14 {font-size:14px}
.box5 {font-size:12px;border:1px solid #669933;background-color:white; padding:11px;width:95%;}
.box5 li { margin-left:6px; }
.small {font-size:small;}
