/*
	Name:	Master CSS
	Author:	Created by Jeff Algarra
	Owner:	Heel Inc. 
	E-Mail: jalgarra@heeelusa.com
	Version:1.0
	Notes:
	
*/

/* Margin Reset **************************************/
*{
	margin:0;
	padding:0;
	border:0;
}

/* General Styles ************************************/
	
html,body{
	min-height:600px;
}
body {
	 font-family: Arial, Verdana;
	 font-size: 12px;
	 padding: 0px; 
	 margin: 0px;

}

p	
{
	/*font-size:8.5pt;*/
	margin: 10px 0px 10px 0px; /*top right bottom left*/
	text-align:left;
	line-height:19px;	
}
h1 
{
	font-size:16px;
	font-weight:bold;
	margin: 0px 0px 10px 0px; /*top right bottom left*/
	padding: 1.1em 0px 5px 0px; /*top right bottom left*/
	color:#00a4d7;
	border-bottom:2px solid #d7ebc6;
	text-align:left;	
}

h2	{
	color:#00925b;
	font-size:14px;
	margin: 0px 0px 0px 0px; /*top right bottom left*/
	padding: .8em 0px 8px 0px; /*top right bottom left*/
	text-align:left;	
}
h3	
{
	color:#40ad84;
	font-size:12px;
	font-weight:bold;
	margin:5px 0px 5px 0px;/*top right bottom left*/
	text-align:left;	
}
h4	
{
	color:#000;
	font-size:12px;
	font-weight:bold;
	margin:8px 0px 0px 0px;/*top right bottom left*/
	text-align:left;	
}

.column_title 	
{
	color:#40ad84;
	font-size:12px;
	font-weight:bold;
	margin:0px 0px 0px 0px;/*top right bottom left*/
	padding:0px 0px 5px 15px;/*top right bottom left*/
}
hr	
{
	color:#047EC7;
	height:1px;
	background-color:#047EC7;
}
ol	
{
	margin-left:25px;
	font-size:12px;
}
.num_hieght	li
{
	line-height:18px;
	
}
.global li	
{
	/*Style for LI elements in general */
	background: transparent url(../images/list.gif) no-repeat left 1px;
	list-style-type: none;
	padding-left: 15px;
	margin-bottom: 3px;
	margin-left: 15px;
	line-height:17px;
	text-align:left;
}
.pdf_column li	
{
	/*Style for LI elements in general */
	background: transparent url(../images/page_white_acrobat.png) no-repeat left 1px;
	list-style-type: none;
	padding-left: 20px;
	margin-bottom: 3px;
	margin-left:15px;
	font-size:12px;
}
.movie li	
{
	/*Style for LI elements in general */
	background: transparent url(../images/film.png) no-repeat left 1px;
		list-style-type: none;
	padding-left: 20px;
	margin-bottom: 3px;
	margin-left:15px;
	font-size:12px;
}
.sound li	
{
	/*Style for LI elements in general */
	background: transparent url(../images/sound.png) no-repeat left 1px;
		list-style-type: none;
	padding-left: 20px;
	margin-bottom: 3px;
	margin-left:15px;
	font-size:12px;
}
.btt 	
{
	text-align:right;
	font-size:11px;
	margin-bottom:3px;
}
.small	
{
	font-size:10px;
	margin:2px 0px 2px 0px;
}
.smaller	
{
	font-size:9px;
	margin:2px 0px 2px 0px;
}
.medium	
{
	font-size:13px;
	margin:2px 0px 2px 0px;
}
.large	
{
	font-size:15px;
	margin:2px 0px 2px 0px;
}
.roll-large	
{
	font-size:15px;
	margin:2px 0px 2px 0px;
	text-align:center;
}
.etail	
{
	vertical-align:middle;
	padding:10px;
}
.boldred	
{
	font-weight:bold;
	color:red;
}
.extend	
{
	padding-right:150px;
}
.extend2
{
	padding-right:100px;
}

.extend3
{
	padding-right:180px;
}
.passwordquest	
{
	padding-left:10px;
}

/***************** Global Link Styles********************************/
a	
{
	color:#00925b;
}
a:hover	
{
	color:#007dc6;
}

.page		
{
	text-decoration:none;
	
}
/******************** Main Styles *************************************/
.copyright	
{
	font-size:10px;
}
.pad	
{
	padding:0px 0px 0px 0px;/*top right bottom left*/
	margin:0px 15px 0px 15px;/*top right bottom left*/
}
#dropshadow_bg	
{
	width:1010px;
	margin: 0 auto;
	background-image:url(../images/dropshadow_bg.png);
	background-position:0px 0px;
	background-repeat:repeat-y;
}
#wrapper { 
	 width: 981px;
	 margin-left:7px;
	 /*border:1px solid black;*/
	 padding:0px;
	 min-height:580px;
}
.clear	
{
	clear:both;
	padding-bottom:10px;
	margin:0px;
	
}
hr	
{
	color:#d4eac3;
	height:2px;
	background-color:#d4eac3;
	margin-top:5px;
	margin-bottom:5px;
}
.table_column2
{
	width:550px;
	border:2px solid #d4eac3;
	background-color:#DFDFDF;
	padding:10px;
	text-align:left;	
}
.table_column3
{
	width:550px;
	border:2px solid #d4eac3;
	background-color:#DFDFDF;
	padding:3px;
	text-align:left;
}
.events	
{
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	font-size:13px;
}
.next a	
{
	text-decoration:none;
	padding:5px;
}
/* Product Styles *********************************/
.product-container	{
	width:auto;
	/*background-image:url(../images/product_bg.png);*/
	background-repeat:repeat;
	border:2px solid #d4eac3;
	padding:10px;
	margin-bottom:10px;
 }
 .product-view-container
 {
 	width:640px;
 	text-align:left;
 }
	/* Product 2 colum view */
	 .2_column_main_product	
	 {
 		width:640px;

	 }
	 .product-right	
	 {
		width:450px;
		float:right;
		padding-left:10px;
	 }
	 .product-left	
	 {
 		width:130px;
 		float:left;
 		text-align:center;
 		
 	
 }
  .product-thumb	
 {
 	width:140px;
 	text-align:center;
	padding:5px;
}
.product-descript
{
	font-weight:normal;
	margin-top:3px;
	margin-bottom:3px;
	line-height:16px;
}
.product-link	
{
	text-decoration:none;
}
.product-thumb		
{
	font-size:11px;
	color:#000;
}
a .product-thumb		
{
	font-size:11px;
	text-decoration:none;
	color:#000;
}
a:hover .product-thumb		
{
	font-size:11px;
	text-decoration:underline;
}
.alpha-sort
{
	background-color:#DFDFDF;
	width:auto;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:3px;
	border:2px solid #d4eac3;
	font-size:11px;
	text-align:left;
	
}
.alpha-sort a
{
	padding:0px 3px 0px 3px; 
}
.alpha-sort a:hover
{
	background-color:#fff;
}
.page-buttons	{
	margin-bottom:10px;
}
/* Header *****************************************/
#header {
	 color: #333;
	 width: 981px;
	 float: left;
	 padding-top: 0px;
	 padding-bottom: 0px;
	/* border: 1px solid #ccc;*/
	 height: 100px;
	 margin: 0px 0px 0px 0px;
	 background: #fff;
	 clear:both;
}
/* Header Inside Divs *****************************/
		#left_inner_header	
		{
			width:363px;
			height:100px;
			float: left;
			/*border:1px solid black;*/
			margin:0px;
			padding:0px;
			background-image:url(../images/header_left_bg.png);
		}
		#right_inner_header	
		{
			width:618px;
			height:100px;
			float: left;
			text-align:left;
			/*border:1px solid black;*/
			margin:0px;
			padding:0px;
			background-color:#dff1d7;
		}
/* Content **************************************/		
#contentwrapper	
{
	 width: 981px;
	 /*border:1px solid black;*/
}
#leftcolumn { 
	 color: #333;
	 background:url(../images/left_column_bg.png);
	 background-color:#d4eac3;
	 background-position:0px 73px;
	 background-repeat:repeat-x;
	 margin: 0px 0px 0px 0px;
	 /*padding: 10px;*/
	 width: 159px;
	 float: left;
	 min-height:600px;
}
#content { 
	 float: left;
	 color: #333;
	/* background:url(../images/right_column_bg.png) #d4eac3;*/
	 background-position:0px 25px;
	 background-repeat:repeat-x;
	 margin: 0px 0px 0px 0px;
	 /*padding: 10px;*/
	 width: 640px;
	 /*display: inline;*/
	 min-height:600px;

}
#rightcolumn { 
	 color: #333;
	/* border: 1px solid #ccc;*/
 	 background:url(../images/right_column_bg.png);
 	 background-color:#d4eac3;
 	 background-position:0px 25px;
	 background-repeat:repeat-x;
	 margin: 0px 0px 0px 0px;
	 /*padding: 10px;*/
	 width: 181px;
	 float: left;
	 vertical-align:top;
	 min-height:600px;
	 display: inline;
	 clear:right;
}
*html #rightcolumn	
{
	margin-left:-30px;
}
	/* Right Column Sub ****************************/
	.search-box
	{
		width:155px;
		border:1px solid #a7d8b3;
		margin-top:10px;
		margin-bottom:15px;
		padding-bottom:15px;
		text-align:left;
		background-image:url(../images/module_bg.gif);
		height:45px;
	}
	.search-box	h3	
	{
		font-size:12px;
		font-weight:bold;
		padding: 0px;
		margin:3px 0px 0px 5px ;/*top right bottom left*/
		text-align:left;
		color:#00925b;
		position:relative;
		left:21px;
		top:-21px;
	}	
	.search-textbox	
	{
		font-size:11px;
		border:1px solid  #a7d8b3;
		width:125px;
		text-align:left;
		margin:0px 0px 0px 9px ;/*top right bottom left*/
		padding:2px 0px 2px 0px;
	}
	.search-textbox2
	{
		font-size:11px;
		border:1px solid  #a7d8b3;
		width:93px;
		text-align:left;
		margin:0px 0px 0px 1px ;/*top right bottom left*/
		padding:2px 0px 2px 0px;
	}
	.search-button	
	{
		/*top right bottom left*/
		/*top right bottom left*/
		border-style: none;
		border-color: inherit;
		border-width: medium;
		margin: 0px;
		padding: 0px;
		background: url('../images/go.gif');
		position:relative;
		    top:-.2em;
		    left:-6px;
		    vertical-align: middle;
		    height: 20px;
		    cursor: pointer;
		    color:#fff;
		    width:11px;
		    }
	/* Box Positition *************/
			.box_position	
			{
				position:relative;
				top:-15px;
				left:0px;
			}

	.search_title_img	
	{
		margin:0px 0px 0px 0px ;/*top right bottom left*/
		padding:0px 0px 0px 0px;
	}
	
	/* Contract Manufacturing ******************/
	
	.contract-box
	{
		width:155px;
		border:1px solid #a7d8b3;
		margin:10px;
		/*margin-bottom:15px;
		padding-bottom:15px;*/
		text-align:left;
		background-image:url(../images/module_bg.gif);
		height:auto;
	}
	/* Store Locator Box **********************/
	.store-box
	{
		width:155px;
		border:1px solid #a7d8b3;
		margin-top:10px;
		margin-bottom:15px;
		padding-bottom:15px;
		text-align:left;
		background-image:url(../images/module_bg.gif);
		height:auto;
	}
	.store-box	h3	
	{
		font-size:12px;
		font-weight:bold;
		padding: 0px;
		margin:3px 0px 0px 5px ;/*top right bottom left*/
		text-align:left;
		color:#00925b;
		position:relative;
		left:21px;
		top:-21px;
	}
	/* Feature Locator Box **********************/
	.feature-box
	{
		width:155px;
		border:1px solid #a7d8b3;
		margin-top:10px;
		margin-bottom:15px;
		padding-bottom:15px;
		text-align:left;
		/*background-image:url(../images/module_bg.gif);*/
		background-color:#fff;
		height:auto;
	}
	.feature-box2
	{
		width:auto;
		border:1px solid #a7d8b3;
		margin-top:10px;
		margin-bottom:10px;
		padding-top:10px;
		padding-bottom:10px;
		text-align:center;
		/*background-image:url(../images/module_bg.gif);*/
		background-color:#FFF;
		height:120px;
		z-index:99
	}
	.feature-box	h3	
	{
		font-size:12px;
		font-weight:bold;
		padding: 0px;
		margin:3px 0px 0px 5px ;/*top right bottom left*/
		text-align:left;
		color:#00925b;
		position:relative;
		left:21px;
		top:-21px;
	}		
	/* Log In Box *****************************/
	.log-in-box	
	{
		width:155px;
		border:1px solid #a7d8b3;
		margin-top:10px;
		margin-bottom:15px;
		padding-bottom:15px;
		text-align:left;
		background-image:url(../images/module_bg.gif);
	}
	.log-in-box	h3	
	{
		font-size:12px;
		font-weight:bold;
		padding: 0px;
		margin:3px 0px 0px 5px ;/*top right bottom left*/
		text-align:left;
		color:#00925b;
		position:relative;
		top:-21px;
		left:21px;
	}
	.log-in-box-text	
	{
		font-size:12px;
		border:1px solid  #a7d8b3;
		width:80px;
		text-align:left;
		margin:0px 0px 1px 3px ;/*top right bottom left*/
		padding:0px 0px 0px 0px;
	}
	.log-in-text	
	{
		font-size:11px;
		margin-left:5px;
		margin-right:0px;
		/*border:1px solid black;*/
	}
	.log-out-text	
	{
		font-size:12px;
		margin-left:0px;
		margin-right:0px;
		/*border:1px solid black;*/
	}
	.log-in-text2	
	{
		font-size:11px;
		margin-left:5px;
		padding-right:3px;
		/*border:1px solid black;*/
	}
	.log-in-button	
	{
		font-size:11px;
		margin-left:40px;
		margin-top:5px;
		border:1px solid #a7d8b3;
		width:76px;
		background-image:url(../images/button_bg.png);
		background-repeat:repeat-x;
		cursor: pointer;
		color:#fff;
	}
	.log-in-box-register	
	{
		font-size:10px;
		color:#000;
		text-align:center;
		position:relative;
		top:-3px;
	}
	.log-in-box-register	a
	{
		color:#00925b;
	}
	.log-in-box-register	a:hover
	{
		color:#127a90;
	}
	.register_position
	{
		position:relative;
		top:0px;
		left:-5px;
	}
	.log-in-cred-position	
	{
		margin-top:8px;
	}
	.error	
	{
		padding:3px;
		margin: 0 auto;
		text-align:center;
		font-size:11px;
		font-weight:bold;
		color:Red;
		
	}
		.newsletter_button	
	{
		font-size:15px;
		margin-top:5px;
		border:1px solid #a7d8b3;
		background-image:url('../images/button_bg.png');
		background-repeat:repeat-x;
		cursor: pointer;
		color:#fff;
		width:150px;
		}
		.button	
	{
		font-size:11px;
		margin-top:5px;
		border:1px solid #a7d8b3;
		background-image:url('../images/button_bg.png');
		background-repeat:repeat-x;
		cursor: pointer;
		color:#fff;
		width:76px;
		}
		a.squarebutton{
		background: transparent url('../images/square-green-left.gif') no-repeat top left;
		display: block;
		float: left;
		font: normal 12px Arial; /* Change 12px as desired */
		line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
		height: 23px; /* Height of button background height */
		padding-left: 9px; /* Width of left menu image */
		text-decoration: none;
}
		.button2
	{
		font-size:11px;
		margin-top:5px;
		padding:3px;
		border:1px solid #a7d8b3;
		background-image:url('../images/button_bg.png');
		background-repeat:repeat-x;
		cursor: pointer;
		color:#fff;
		width:76px;
		}

		a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
		color: #494949; /*button text color*/
}

		a.squarebutton span{
		background: transparent url('../images/square-green-right.gif') no-repeat top right;
		display: block;
		padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

		a.squarebutton:hover{ /* Hover state CSS */
		background-position: bottom left;
}

		a.squarebutton:hover span{ /* Hover state CSS */
		background-position: bottom right;
		color: black;
}

		.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
		overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
		width: 100%;
		}	
/* Breadcrumbs ********************************/
#breadcrumbs	
{
	width: 620px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:0px;
	margin:0px 0px 0px 0px;/*top right bottom left*/
}
	.crumbs_section	
	{
		width:500px;
		/*border:1px solid black;*/
		float:left;
		font-size: 7pt;
		word-spacing:3px;		
	}
	.crumbs_section	a
	{
		color:#999999;
		word-spacing:3px;
	}
	.font_control_section	
	{
		width:90px;
		float:right;
		text-align:right;
		font-size: 7pt;
		/*border:1px solid black;*/
		margin-right:25px;
	}
	.font_control_section	img
	{
		border:none;
		margin-left:5px;
	}
/* Bottom Tri Module *******************************/
.tri_container	
{
	width:605px;
	margin:0 auto;
	height:auto;
	/*padding-bottom:15px;*/
	clear:both;

}
.tri_left	
{
	float:left;
	/*border:1px solid black;*/
	width:191px;
	padding:5px;
}
	.tri_inner	
	{
		background-image:url(../images/module_bg.gif);
		border:1px solid #a7d8b3;
		padding:5px 5px 5px 5px;
	}
.tri_right	
{
	float:right;
	/*border:1px solid black;*/
	width:191px;
	padding:5px;
	clear:right;
}
.tri_center	
{
	float:left;
	width:191px;
	/*border:1px solid black;*/
	padding:5px;

}
/* More Boxes *************************************/
.test-box	
{
	width:40%;
	margin:0px auto;
	border:1px solid #d7ebc6;
	padding:10px;
	background-color:#f0f0f0;
	text-align:center;
}


/*Left and Right Column Styles For Content ********/

.2_column_container	
{
	width:auto;
}	
.left	
{
	width:50%;
	float:left;
	/*border:1px solid black;*/
}
.right	
{
	width:50%;
	float:right;
	/*border:1px solid black;*/
}	

/* Contact Page Container Styles *******************/

.contact_info	
{
/*	background-image:url(../images/module_bg.gif);*/
	background-color:#f5faf1;
	width:auto;
	border:3px solid #d7ebc6;
	height:auto;
	padding:10px;
	margin: 0 auto;
	line-height:20px;
	height:198px;
}
.contact_image	
{
	background-color:#f5faf1;
	width:auto;
	border-right:3px solid #d7ebc6;
	border-top:3px solid #d7ebc6;
	border-bottom:3px solid #d7ebc6;
	height:218px;
}

/* Comment Quote Container *************************/
.commentbox{
	background-color: #d6e8ea;
	width: 500px;
	padding: 15px;
	margin: 0 auto;
	font-size:13px;
	height:auto;
}

.commentfooter{
	background: url(../images/arrow.gif) 80px -5px no-repeat; /*20px 10px equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
	padding-left: 130px;
	padding-top: 1px;
	margin-bottom: 2em;
	font-size: 90%;
	color: #4A4A4A;
}
/* Quotes ******************************************/
blockquote {
  background: transparent url(../images/quotes1.png) left top no-repeat;
}
blockquote div {
  padding: 0 25px;
  background: transparent url(../images/quotes2.png) right bottom no-repeat;
}

/* Footer and Inside Divs **************************/
#footer { 
	 width: 980px;
	 clear: both;
	 color: #333;
	 /*border: 1px solid #ccc;*/
	 background: #d4eac3;
	 margin: 0px 0px 0px 0px;
	 height:40px;
}
.footer_left	
{
	width:49%;
	float:left;
	text-align:left;

		
}
.footer_right	
{
	width:49%;
	float:left;
	text-align:right;
			
}
/******************** Site Identifier  ************/
#site_identifier	
{
	height:25px;
	width:181px;
	background-image:url(../images/main_nav_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#fff;
	border-bottom:3px solid #d7ebc6;
	padding:0px;
	/*border-top:1px solid #fff;*/
	/*border-left: 1px solid #5b9e68;*/
}
		.heelusa	
		{
		margin-left:35px;
		margin-top:1px;
		font-size:12px;
		font-weight:bold;	
		}
		.identity_text	
		{
			margin-left:4px;
			position:relative;
			top:-1px;
		}
/******************** Left Top Swoosh *************/
#left_column_swoosh	
{
	height:74px;
	width:160px;
	background-image:url(../images/left_column_swoosh.png);
	background-repeat:no-repeat;
	background-position: left;

}
/******************** Logo ************/
.logo
{
	border:none;
	width:180px;
	height:100px;

}
/* DHTML Window	************************/
.dhtmlwindow{
	position: absolute;
	border: 2px solid black;
	visibility: hidden;
	background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
	padding: 1px;
	text-indent: 3px;
	font: bold 14px Arial;
	background-color: #209975;
	color: white;
	cursor: move;
	overflow: hidden;
	width: auto;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
	position: absolute;
	right: 1px;
	top: 2px;
	cursor: hand;
	cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
	width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
	border-top: 1px solid brown;
	background-color: white;
	color: black;
	height: 150px;
	padding: 2px;
	overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
	border-top: 1px solid gray;
	background-color: #F8F8F8;
	height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
	float: right;
	width: 13px; /*width of resize image*/
	height: 13px; /*height of resize image*/
	cursor: nw-resize;
	font-size: 0;
}
/* Store Locator **************************************/
.store_locator	
{
	text-align:left;
	font-size: 10px; 
	width: 210px; 
	background-color:#F0F0F0;
	border:1px solid #a7d8b3;
	height: auto; 
	padding: 15px;
	font-size:11px;
	height:50px;
}
.store_space	
{
	padding: 0px 0px 5px 0px; /*top right bottom left*/
}
.store_space_front	
{
	padding: 0px 0px 5px 5px; /*top right bottom left*/
}

.drop_border	
{
	border:1px solid #a7d8b3;
}
.zip_results	
{
	height:190px;
	width:100%;
    border: 1px solid #a7d8b3;
}
/* RSS Feed ********************************************/
.rss	
{
	height:180px;
	overflow-x:hidden;
	width:180px;
	overflow:auto;
	word-wrap:break-word;
}
.rss-text	
{
	font-size:10px;
	width:160px;
	text-align:justify;
}
.rss-date	
{
	width:160px;
	font-size:10px;
}
/* Form styles ******************************************/
	
.heelform fieldset {
	margin-bottom: 10px;
	width:420px;
	padding:10px;
	background-color:#F0F0F0;
	position: relative;
	border:1px solid #d7ebc6;
}
.heelform legend {
	padding: 0 2px;
	font-weight: bold;
	color:#40ad84;
	font-size:13px;
	font-weight:bold;
	position: absolute;
	top: -.5em;
	left: .2em;
}
.heelform label {
	display: block;
	line-height: 1.8;
	vertical-align: top;
	width:auto;
	float: left;  
	width: 12em;  
	/*margin-right: 1em;*/
	text-align:left;
	font-weight:bold;
	/*border:1px solid black;*/
}

.heelform fieldset ol {
	  margin: 0;
	  padding: 0;
}
.heelform fieldset li {
	  list-style: none;
	  padding: 5px;
	  margin: 0;
	  float:left;
}
.heelform fieldset fieldset {
	  border: none;
	  margin: 3px 0 0;
}
.heelform fieldset fieldset legend {
	  padding: 0 0 5px;
	  font-weight: normal;
}
.heelform fieldset fieldset  {
	  display: block;
	  width: auto;
}
.heelform .radio	
{
	float:right;
	text-align:left;
	position:relative;
	top:-22px;
	left:55px;

}
.heelform .radio2	
{

	text-align:left;
	position:relative;
	width:320px;
}
.heelform em {
	  font-weight: bold;
	  font-style: normal;
	  color: #f00;
}
.heelform fieldset fieldset label {
	margin-left: 123px; /* Width plus 3 (html space) */
}
.heelform legend {
	  padding: 0 2px;
	  font-weight: bold;
	  _margin: 0 -7px; /* IE Win */
}
.heelform .textbox	
{
	margin-left:15px;
	width:200px;
	border:1px solid #d7ebc6;
}
.heelform .textboxdrop	
{
	margin-left:15px;
	width:200px;
	border:1px solid #d7ebc6;
	font-size:10px;
}
.heelform .textboxsmall	
{
	margin-left:15px;
	width:18px;
	border:1px solid #d7ebc6;
	margin-right:10px;
}

/* Usubscribe Page*/

.heelform_unsub fieldset {
	margin-bottom: 10px;
	width:235px;
	padding:10px;
	background-color:#F0F0F0;
	position: relative;
	border:1px solid #d7ebc6;
    top: 0px;
    left: 0px;
    height: 130px;
}
/* Log In Page */
.heelform_log-in fieldset {
	margin-bottom: 10px;
	width:235px;
	padding:10px;
	background-color:#F0F0F0;
	position: relative;
	border:1px solid #d7ebc6;
    top: 0px;
    left: 0px;
    height: auto;
}
.heelform_log-in legend {
	padding: 0 2px;
	font-weight: bold;
	color:#40ad84;
	font-size:13px;
	font-weight:bold;
	position: absolute;
	top: -.5em;
	left: .2em;
}
.heelform_log-in label {
	display: block;
	line-height: 15px;
	vertical-align: top;
	width:auto;
	float: left;  
	width: 55px;  
	/*margin-right: 1em;*/
	text-align:left;
	font-weight:bold;
	/*border:1px solid black;*/
}
.heelform_log-in fieldset ol {
	  margin: 0;
	  padding: 0;
}
.heelform_log-in fieldset li {
	  list-style: none;
	  padding: 5px;
	  margin: 0;
	  float:left;
}
.heelform_log-in fieldset fieldset {
	  border: none;
	  margin: 3px 0 0;
}
.heelform_log-in fieldset fieldset legend {
	  padding: 0 0 5px;
	  font-weight: normal;
}
.heelform_log-in fieldset fieldset  {
	  display: block;
	  width: auto;
}
.heelform_log-in em {
	  font-weight: bold;
	  font-style: normal;
	  color: #f00;
}
.heelform_log-in fieldset fieldset label {
	margin-left: 123px; /* Width plus 3 (html space) */
}
.heelform_log-in legend {
	  padding: 0 2px;
	  font-weight: bold;
	  _margin: 0 -7px; /* IE Win */
}
.heelform_log-in .textbox	
{
	margin-left:15px;
	width:150px;
	border:1px solid #d7ebc6;
}
/*\*//*/
.heelform legend {
  display: inline-block;
}
/* IE Mac legend fix */

.store-locator-text	
{
	border:1px solid #d7ebc6;
}
.store-locator-text-front	
{
	border:1px solid #a7d8b3;
	width:85px;
}

.heelform .subcheckbox	
{
	border:1px solid black;	
}
.heelform .checkbox	
{

	padding:5px;	
}
/* Slide Gallery Styles *****************************/

#motioncontainer {
	margin:0 auto;  
	width: 80%; /* Set to gallery width, in px or percentage */
	height: 160px; /* Set to gallery height */
}

#motioncontainer a img {
	border: 2px solid #cccccc; /* Set image border color */
	margin:2px;
}

#motioncontainer a:hover img {
	border: 2px solid #009b7b; /* Set image border hover color */
}

#statusdiv {
	background-color: #009b7b;
	color:#fff;
	border: 1px solid gray;
	padding: 2px;
	position: absolute; /* Stop Editing Gallery Styles */
	left: -300px;
	visibility: hidden;
}

#motioncontainer a:hover {
	color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */


/* Print Ad Gallery Styles */

#motioncontainer2 {
	margin:0 auto;  
	width: 480px; /* Set to gallery width, in px or percentage */
	height: auto; /* Set to gallery height */
	/*background-color:#a6af7b;*/
	display:block;
	border-top:10px solid #d4eac3;
	padding-top:0px;
	border-left:10px solid #d4eac3;
	border-right:10px solid #d4eac3;
}

#motioncontainer2 a img {
	border: 1px solid #cccccc; /* Set image border color */
	margin:5px;
}

#motioncontainer2 a:hover img {
	border: 1px solid #009966; /* Set image border hover color */
}

#statusdiv {
	background-color: lightyellow;
	border: 1px solid gray;
	padding: 2px;
	position: absolute; /* Stop Editing Gallery Styles */
	left: -300px;
	visibility: hidden;
}

#motioncontainer2 a:hover {
	color: red; /* Dummy definition to overcome IE bug */
}

.img_space	
{
	padding:8px;
}
/* End Gallery Styles */
/* Promo Styles **********************************/
ul .promo 	
{
	list-style-type:none;
	font-size:18px;
	margin-left:15px;
	margin-top:5px;
	font-weight:bold;
	text-align:left;
	
}
.promo2	
{
	list-style-type:none;
	font-size:17px;
	margin-left:15px;
	font-weight:bold;
	text-align:center;
	color:#127a90;
	
}
.promo_small	
{
	color:#00936f;
	font-size:14px;
	margin:4px 0px 4px 15px;/*top right bottom left*/
	display:block;
	text-align:left;
}
.promo_small2	
{
	color:#00936f;
	font-size:12px;
	margin:4px 0px 4px 15px;/*top right bottom left*/
	display:block;
	text-align:left;
}

/*  Drop Shadow ***********************************/
.out {
	  display:block; 
	  background:#bbb; 
	  border:1px solid #ddd; 
	  position: relative;
	  margin:1em 0;

  }
.in {
	  text-align:center; 
	  background:whitesmoke; 
	  border:1px solid #555; 
	  position:relative;
	  padding:5px;
	  font-weight:normal;
	  height:180px;
  }
.ltin {
	left:-5px;
  }
.tpin {
	top:-5px;
	
  }
.narrow {width:550px;
        } /* change to suit */
/* Retail Drop Shadow Promo ***********************/
.out2 {
	  display:block; 
	  background:#bbb; 
	  border:1px solid #ddd; 
	  position: relative;
	  margin:1em 0;

  }
.in2 {
	  text-align:center; 
	  background:whitesmoke; 
	  border:1px solid #555; 
	  position:relative;
	  padding:5px;
	  font-weight:normal;
	  height:180px;
  }
.ltin2 {
	left:-5px;
  }
.tpin2 {
	top:-5px;
	
  }
.narrow2 {width:550px;
        } /* change to suit */
/* RxClub Drop Shadow Promo ***********************/
.outrx {
	  display:block; 
	  background:#bbb; 
	  border:1px solid #ddd; 
	  position: relative;
	  margin:1em 0;

  }
.inrx {
	  text-align:center; 
	  background:whitesmoke; 
	  border:1px solid #555; 
	  position:relative;
	  padding:5px;
	  font-weight:normal;
	  height:120px;
  }
.ltinrx {
	left:-5px;
  }
.tpinrx {
	top:-5px;
	
  }
.narrowrx {width:550px;
        } /* change to suit */

/* CSS for Shade Tabs *************************/

#gallery 
{
	font:11px verdana,arial,sans-serif; 
	width:650px; 
	padding:5px 0 0 0; 
	line-height:15px;
}
#gallery div.off 
{
	color:#000; 
	height:25px; 
	margin-right:2px; 
	line-height:33px; 
	padding:0 5px; 
	float:left; 
	background:url(../images/tabs_0.gif) repeat-x left bottom; 
	border:1px solid #ddd; 
	border-bottom-color:#000; 
	cursor:pointer; 
	position:relative; 
	z-index:20;
}
#gallery div.on 
{
	color:#c00; 
	padding:0 10px; 
	margin-right:2px; 
	margin-top:1px; 
	float:left; 
	background:url(../images/tabs_2.gif) repeat-x left bottom; 
	border:1px solid #000; cursor:pointer; 
	border-bottom:0; 
	height:25px; 
	line-height:32px; 
	position:relative; 
	z-index:100;
	}

div.hide 
{
	display:none; 
	width:0; 
	overflow:hidden;
}
div.show 
{
	clear:left; 
	background:#fff; 
	width:588px; 
	margin-top:0; 
	top:-1px; 
	border:1px solid #000;
	padding:10px; 
	position:relative; 
	z-index:50; 
	font:11px verdana, arial, sans-serif; 
	line-height:18px;
	}
div.show img 
{
	float:left; 
	margin:0 10px 10px 0;
	}
/* Medical Random Quote Ticker ****************************/

#ajaxticker1{
	width: auto;
	height: 100px;
	padding: 5px;
	
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
	
}


/* Injectable Products Style Sheet **************/

.pract-new-main-container	
{
	width:578px;
	height:auto;
	border-top:10px solid #009966;
	border-bottom:10px solid #009966;
	background-color:#c2dcae;
	margin: 0px auto;
}
.rollover-main	
{
	float:left;
	width:388px;
	height:270px;
	/*border:1px solid black;*/
}
.rollover-main	h1	
{
	text-align:center;
	font-size:15px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	background-color:Green;
}
.right-product-links	
{
	float:right;
	/*border:1px solid black;*/
	width:190px;
	text-align:center;
}

/*******RIGHT TOP MENU ******/
.right-menu-top	
{
	height:45px;
	background-color: #4cb898;
	color:#000;
	font-size:15px;
	font-family:Palatino Linotype;
}
.right-menu-top	h2	
{
	text-align:center;
	font-size:15px;
	font-weight:bold;
	margin:0px;
	padding-top:4px;
	line-height:17px;
	color:#fff;
}
.highlight	
{
	color:#fff;
}	
/*******MENU TIER ONE *******/
.tierone 
{
	display:block;
	width:190px;
	height:auto;
	color:#000;
	background-color:#cbde9e;
	font-size:15px;
	font-family:Palatino Linotype;
}
.tierone a
{
	display:block; 
	height:25px;
	color:#000;
	background-color:#cbde9e;
	font-size:15px;
	font-family:Palatino Linotype;
	text-decoration:none;
}
.tierone a:hover	
{
	width:100%;
	color:#000;
	background-color:#d4e4af;
}
/***********MENU TIER TWO ******/
.tiertwo 
{
	display:block;
	width:190px;
	height:auto;
	color:#000;
	background-color:#d4e4af;
	font-size:15px;
	font-family:Palatino Linotype;
}
.tiertwo a
{
	display:block; 
	height:25px;
	color:#000;
	background-color:#d4e4af;
	font-size:15px;
	font-family:Palatino Linotype;
	text-decoration:none;
}
.tiertwo a:hover	
{
	width:100%;
	color:#000;
	background-color:#a4d09a;
}
/***********MENU TIER THREE ******/
.tierthree 
{
	display:block;
	width:190px;
	height:auto;
	color:#000;
	background-color:#dcebd0;
	font-size:15px;
	font-family:Palatino Linotype;
}
.tierthree a
{
	display:block; 
	height:38px;
	color:#000;
	background-color:#dcebd0;
	font-size:15px;
	font-family:Palatino Linotype;
	text-decoration:none;
}
.tierthree a:hover	
{
	width:100%;
	color:#000;
	background-color:#ebf4e7;
}
/**********MOUSEOVER DIVS ******/

#div0, #div1, #div2, #div3, #div4, #div5, #div6, #div7, #div8, #div9, #div10  {
	visibility:hidden;
	/*border:1px solid black;*/
	width:150px;
	display:block;
}
#descContainer	
{
	width:500px;
	margin-left:15px;
}

#descContainer  h3 {
	text-align:left;
	color:#009966;
	margin-top:5px;
	/*line-height:15px;*/
	font-size:20px;
	/*z-index:99;*/
	width:auto;
}

#div0, #div1, #div2, #div3, #div4, #div5, #div6, #div7, #div8, #div9, #div10   p {
	padding:0px;
	margin:0px;
	text-align:justify;
	/*z-index:99*/
}
/*  Front page intro **************************************/

.front_intro	
{

	/*margin-bottom:10px;
	margin-top:10px;*/
	background-image:url('images/home_bg_1.png'); 
	background-color:#c2dcad;
	color:#000; 
	background-repeat:no-repeat; 
	background-position:left; 
	height:200px;
	min-height:200px;
	/*border-top:10px solid #d6e8ea;
	border-bottom:10px solid #d6e8ea; */
	border-collapse:collapse;
	
}
.front_intro_text	
{
/*position:relative;
left:-25px;*/
margin-right:8px;
text-align:justify;
line-height:17px;
color:#000;
z-index: 3000;
}


/*****************Disclaimer ***********************/
.disclaimer {

	width:200px;
	height:200px;
	background-color:#FFFFFF;
	overflow:auto;
	overflow-x:hidden;
	border:1px solid #d7ebc6;


}
.disclaimer li {
	list-style-type: decimal;  
}

.indent {

	margin-left:10px;
	margin-right:10px;

}
/****************************** JQuery RX Club Protocol Index Tabs ************/
/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:1px solid #666;	
	height:26px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(../images/blue.png) no-repeat -420px 0;
	font-size:11px;
	display:block;
	height: 25px;  
	line-height:30px;
	width: 135px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -420px -31px;	
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;		
	cursor:default !important; 
	color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s 			{ background-position: -553px 0; width:23px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l 			{ background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -248px -31px; }
ul.tabs a.l.current  { background-position: -248px -62px; }


/* width 3 */
ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}

/* tab pane styling */
div.panes div {
	display:none;		
	padding:15px 10px;
	border:1px solid #999;
	border-top:0;
	height:100px;
	font-size:12px;
	background-color:#fff;
}


/***********************Rx Club Poll ***/

.clubpoll	
{
	padding:5px;
	}
        