@charset "UTF-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	margin-top:0px;
	background-color: #DFDFDF;

}

.wrapper{
	width:800px;
}


/*Header CSS*/

h1 {
	color: #6D276A;
	margin: 0;
}

.header{
	width:800px;
	height:150px;
	background-color:#999;
	background-image:url(../images/Healthifeet_header.jpg);
	background-position:right;
	background-repeat:no-repeat;
	border-bottom:1px solid #FFF;
}

.headerContainer{
	width:100%;
	height:150px;
}
.healthifeetLogo{
	cursor:pointer;
	border:0px;

}

.errorMessage{
	font-size:16px;
	color:#F00;
	text-align:left;
	margin-bottom:20px;
}

#FindButton{
	background-image: url(../images/find_a_retailer.jpg);
	background-repeat:no-repeat;
	width:110px;
	height:30px;
	border:0px;
	float:right;
	margin-top:0px;
	margin-right:15px;
	
}
#BuyButton{
	background-image: url(../images/buy_now.jpg);
	background-repeat:no-repeat;
	width:110px;
	height:30px;
	border:0px;
	float:left;
	margin-top:0px;
	margin-left:15px;
}

#FindButtonHome{
	background-image: url(../images/find_a_retailer.jpg);
	background-repeat:no-repeat;
	width:110px;
	height:30px;
	border:0px;
	float:right;
	margin-top:0px;
	margin-right:65px;
	
}
#BuyButtonHome{
	background-image: url(../images/buy_now.jpg);
	background-repeat:no-repeat;
	width:110px;
	height:30px;
	border:0px;
	float:left;
	margin-top:0px;
	margin-left:65px;
}


/*Navigation CSS*/

.navigationBar{
	width:800px;
	height:30px;
	background-color:#6D276A;
	text-align:center;
}
.navigationBarContainer{
	width:100%;
	height:50px;
	text-align:center;
}


.buttons a {
	color: #F6F1EA;
	padding-left: 10px;
	padding-right:10px;
    line-height:25px;
	display: inline;
	font-size:12px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	text-transform: none;
	
}

.buttons a:hover {
	color: #D48100;
	text-decoration: none;
}
.SubTitles{
	color: #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	text-decoration:none;
	text-transform:capitalize;
	font-weight:normal;
}





/*Conten CSS*/

.contentArea{
	width:800px;
	background-color:#FFF;
	text-align:left;
	background-image:url(../images/Healthifeet_content_fade.jpg);
	background-repeat:repeat-x;
}

.findAt{
	width:798px;
	height:55px;
	background-color:#E6DEE5;
	border:1px solid #FFF;
}

.findAtText{
	color: #6D276A;
	font-size:12px;
	font-weight: bolder;
	text-align:right;
	margin-left:110px;
	margin-right:10px;
	text-decoration:none;
	text-transform:capitalize;
	font-weight:normal;
	line-height:14px;
	width:250px;
}
	

.productBar{
	width:350px;
	height:400px;
	margin-top:50px;
	background-image:url(../images/Healthifeet_product.jpg);
	background-repeat:no-repeat;
}
.productBarSmall{
	width:250px;
	height:330px;
	margin-top:50px;
	background-image:url(../images/Healthifeet_product_small.jpg);
	background-repeat:no-repeat;
}

.dividerLine{
	border-top:1px dotted #CCC;
}

.productButtons{
	width:350px;
	height:30px;
	margin-top:0px;
}

.productButtonsSmall{
	width:250px;
	height:30px;
	margin-top:0px;
}

.productInfo{
	width:410px;
	padding-left:20px;
	padding-right:20px;
	margin-top:75px;
}
.productInfoLarge{
	width:510px;
	padding-left:20px;
	padding-right:20px;
	margin-top:50px;
}

.basicText{
	font-size:12px;
	line-height:18px;
	text-align:left;
	color:#6D276A;
}

.basicFormText{
	font-size:12px;
	line-height:14px;
	text-align:left;
	color:#6D276A;
}


.basicText14{
	font-size:14px;
	line-height:18px;
	text-align:left;
	color:#6D276A;
}
.checkMark{
	background-image:url(../images/ul_list.gif);
	background-repeat:no-repeat;
	height:30px;
	width:30px;
	margin-right:10px;
	margin-left:10px;
	float:left;
}

.numberMark{
	background-image: url(../images/number_background.gif);
	background-repeat:no-repeat;
	height:30px;
	width:30px;
	margin-right:10px;
	margin-left:20px;
	float:left;
}
.numberMarkCount{
	font-size:12px;
	line-height:30px;
	text-align: center;
	padding-left:12px;
	padding-right:11px;
	color: #FFF;
}

.numberMarkText{
	font-size:14px;
	line-height:16px;
	text-align:left;
	color:#6D276A;
	display:inline;
}


.checkMarkText{
	font-size:12px;
	line-height:30px;
	text-align:left;
	color:#6D276A;
	display:inline;
}
.titleHeader{
	background-image:url(../images/title_header_background.gif);
	background-repeat:no-repeat;
	width:410px;
	height:35px;
	margin-bottom:10px;
}
.titleHeaderText{
	font-size:12px;
	line-height:28px;
	text-align:left;
	font-weight:bold;
	color:#6D276A;
	padding-left:10px;
	text-transform:uppercase;
}

.thermalSpacer{
	width:20px;
	height:110px;
}
.thermalSpacerTwo{
	width:250px;
	height:110px;
}
.thermalText{
	font-size:11px;
	line-height:14px;
	text-align:left;
	color: #999;
}
	

/*footer CSS*/
img {
	border:none;	
}

a img{
	border:0px;	
}

img a{
	border:0px;	
}

a{
	border: 0px;	
}

.footer{
	width:800px;
	height:32px;
	background-image: url(../images/Healthifeet_footer_background.jpg);
	background-repeat: no-repeat;
}

.footerContainer{
	width:100%;
	height:32px;
	text-align:center;
}

.footerText{
	font-size:14px;
	font-weight:normal;
	text-align:center;
	color:#FFF;
}

.footerLink a {
font-size:14px;
	font-weight:normal;
	text-align:center;
	color:#FFF;
	
}

.footerLink a:hover {
	color: #CCC;
	text-decoration: none;
}

.tender{
	background-color:#DFDFDF;
}

.tenderCorporation{
	font-size:12px;
	color:#6D276A;
	text-align:center;
	font-weight:normal;
	padding-top:10px;
	line-height:20px;
}