@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/body-background.jpg);
	background-repeat:repeat;
	font-family: "Century Gothic";
	font-size:12px;
	color:#a0a0a4;
}

.breadcrumb{ text-transform:uppercase;
padding-left:80px;
font-size:13px;
font-weight:700;
}

.breadcrumb a{ color:#9e1426;
}
.breadcrumb a:hover{ color:#9e1426;
}

a{
color:#c41230;
text-decoration:none;
}
.leftcol{
width:200px;

}
a:hover{
color: #c41230;
text-decoration: underline;
}

hr{ color: #CCCCCC;
height:1px;
}

.rpad{padding-right:15px;
}

textarea, input, select {
font-size:12px;
background-color:#FFFFFF;
border:solid 1px #C1C2C3;
}

.header{background-image: url(../images/health-background.jpg);
background-repeat:no-repeat;
width:1004px;
height:145px;
}

.nav{ padding-top:73px;
padding-left:250px;

}
.leftNav{
width:200px;
background-color: #387c2c;
background-image:url(../images/navbg.jpg);
background-repeat:repeat;

}

.body{
background-color:#FFFFFF;
background-image:url(../images/wrapper-background.jpg);
background-repeat:repeat-y;
}

.shop{vertical-align:top;
height:600px;
}

.signIn{ background-color:#FFFFFF;
}

.star{ color:#13b5ea;
}

.footer{background-image:url(../images/footer-background.jpg);
background-repeat:no-repeat;
height:26px;
text-transform:uppercase;
color:#FFFFFF;
padding-left:20px;
font-size:12px;
font-weight:bold;
vertical-align:middle;
}

.footerbody {
background-color:#FFFFFF;
background-image:url(../images/wrapper-background.jpg);
background-repeat:repeat-y;
vertical-align:middle;
}

.footer a{
color: #FFFFFF;
text-decoration:none;
}

.footer a:hover{
color:#FF0000;
text-decoration:underline;
}


