/*
 *	footer style sheet for healthwarehouse
 *	common for all html templates
 * 	8/9/2009 werner glinka
 * 
 *	color codes
 *	color green: #5b984f;
 * 	color blue: #1b6498
 * 	color dark green ??? #423b39
 */
/******************** footer contact bar ********************/ 
div#contactBar-outer {
	position: relative;
	width: auto;
	z-index: 99;
	padding-top: 15px;
	}
	
div#footer-contact-bar {
	position: relative;
	margin: 20px auto 0px auto;
	padding: 0px 10px;
	width: 725px;
	height: 50px;
	color: #FFFFFF;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	background: url("../images/backgrounds/contact-bg-green.png") top left repeat-x;
	border: 3px #FFFFFF solid;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	box-shadow: 0px 0px 5px #828282;
	z-index: 100;
	}
	
div#footer-contact-bar p {
	position: relative;
	width: auto;
	text-align: center;
	}
	
div#footer-contact-bar .have-a-q {
	margin: 5px 0px 0px 2%;
	float: left;
	font-size: 2.3em;
	font-weight: bold;
	font-style: italic;
	text-shadow: 0px -1px #666666;
	}
	
div#footer-contact-bar .contact-info-bar {
	float: right;
	margin: 18px 2% 0px 0px;
	}

div#footer-contact-bar a {
	color: #FFFFFF;
	font-weight: bold;
	}
	
div#footer-contact-bar a:hover {
	color: #FFFF99;
	}
	
/******************** footer ********************/ 
div#footer{
	position: relative;
	margin-top: -28px;
	padding: 50px 0px 0px 0px;
	background-color: #3ca13d;
	background:url("../images/backgrounds/footer-bg-green.png");
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#276f2b), to(#3ca13d));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #276f2b, #3ca13d);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #276f2b, #3ca13d);
	/* IE 10 */
	background: -ms-linear-gradient(top, #276f2b, #3ca13d);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #276f2b, #3ca13d);font-size:75%;
	box-shadow: inset 0px 8px 8px #0e4611;
	z-index: 1;
	}
div#footer div{
	padding:.25em 0;
	}
div#footer p{
	padding:10px 2em 0px 2em;
	color:#FFFFFF;
	}
div#footer h4{
	margin:1em 0 .5em 0;padding:0;font-size: 1.4em; color:#FFFFFF;}
div#footer ul{margin:0;
	padding:0;
	list-style:none;
	}
div#footer li{
	margin:0;
	padding:0 0 .2em 0;
	}
div#footer a{
	color:#FFFFFF;
	text-decoration:none;
	}
	
div#footer a:visited {
	color: #CCFF99;
	}
	
div#footer a:hover{
	text-decoration:underline;
	}
div#footer #copyright{
	/* background:transparent url("../images/backgrounds/copyright.gif") no-repeat; */
	}
	
#footer-content {
	margin: 0px auto;
	width: 965px;
	color: #FFFFF;
	}

/******************** footer menu ********************/ 
div#footer #footer-menu{
	clear:both;
	/* background:transparent url("../images/backgrounds/footer-block.gif") top no-repeat; */
	height: 200px;
	}
div#footer #footer-menu div{
	float:left;
	margin:0 4em 2em 2em;
	background:none;
	}
	
/******************** footer contact and credentials ********************/ 
div#footer #footer-contact{
	clear:both;
	/* background:transparent url("../images/backgrounds/footer-block.gif") top no-repeat; */
	}
div#footer #credentials {
	clear:both;
	/* background:transparent url("../images/backgrounds/footer-block.gif") top no-repeat; */
	height: 225px;
	}
div#footer #credentials div{
	margin:0 2em 0 2em;
	}
div#footer #credentials div div{
	background:none;
	text-align:center;
	float:left;
	margin:1em 2em 1em 1em;
	width: 180px;
	}
div#footer #credentials p{
	color:#3c8340;
	}
div#footer #credentials #credential-logo {
	height: 80px;
    margin: 0px;
    padding: 0px;
	}
	
div#footer #credentials img {
	background-color: #FFFFFF;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
div#footer #copyright p{
	padding:0 2em;
	color:#FFFFFF;
}
    
    
/******************** footer locations ********************/ 
div#footer #locations {
	clear:both;
	/* background:transparent url("../images/backgrounds/footer-block.gif") top no-repeat; */
	}
div#footer #locations p{
	margin:0;padding:0;
	}
div#footer #locations div {
	margin:0 0 0 2em;
	}
div#footer #locations div ul{
	float:left;
	margin:2em 6em 1em 0;
	}
div#footer #foot{
	clear:both;
	/* background:transparent url("../images/backgrounds/foot.gif") bottom no-repeat; */
	}

/******************** footer locations ********************/ 

div#footer #footer-menu, div#footer #credentials {
	border-bottom: 1px #CCFFCC solid;
	}

