/* reset */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,th,td {
    margin:0;
    padding:0;
    font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
}

fieldset,img {
    border:0;
}

html {
    height:100%;
    margin-bottom:1px;
}

body {
    position:relative;
}

:focus {
    outline:none;
}

.li {
	   list-style: none;

}

/* links */
a {
    color:#646464;
    text-decoration:underline;
	
}

a:hover {
    color:#AAA;
    text-decoration:none;
}


a.tooltip span {
	display:none; 
	padding:0px 6px 0px 6px; 
	margin-left:-8px; 
	margin-top:17px;
	}

a.tooltip:hover span{
	display:inline; 
	position:absolute; 
	background:#ccc; 
	border:1px solid #6c6c6c; 
	color:#6c6c6c;
	}





/* header elements */
h1, h2, h3, h4, h5, h6 {
    font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-weight:bold;
    line-height:100%;
    color:#415A68;
}

h1 {
    font-size:30px;
    color:#A9B5BB;
    font-weight:normal;
    margin:0 0 10px 0;
    text-transform:uppercase;
    letter-spacing:1px;
}

h2 {
    font-size:16px;
    color:#A9B5BB;
    font-weight:normal;
    margin:0 0 10px 0;
    text-transform:uppercase;
    letter-spacing:1px;
}

h3 {
    font-size:16px;
    color:#A9B5BB;
    font-weight:normal;
    margin:0 0 10px 0;
    text-transform:uppercase;
    letter-spacing:1px;
}

h4 {
    font-size:13px;
    color:#791314;
	margin-bottom:-10px;
}

h5 {
    font-size:12px;
    color:#000;
}

h6 {
    font-size:15px;
    color:#841b1e;
    font-weight:normal;
    margin:-5px 0 12px 0;
    text-transform:uppercase;
    letter-spacing:1px;
}

/* page setup */
body {
    background:#070b0e url(../images/page_bg.png) 50% 0 repeat-x;
    font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
    line-height:150%;
    color:#646464;
    font-size:12px;
	text-align: justify;
}

/* wrapper setup */
div.wrapper {
    margin:auto;
    width:954px;
    background:url(../images/wrapper-bg.png) 50% 0 repeat-y;
    padding:0 25px;
}

/* header */
div#header {
    position:relative;
    height:91px;
    margin:0px 0px 0px 0px;
    background:url(../images/header-bg.jpg) 50% 0 repeat-y;
}

/* logo */
img#logo {
    position:absolute;
    top:0px;
    left:0px;
    width:303px;
    height:91px;
    border:0;
		z-index:10;
}

div.tagline {
    position:absolute;
    top:26px;
    right:0px;
    text-align:right;
		z-index:1;
}

/* main body setup */
div#middle {
    width:auto;
    margin:0;
    clear:both;
    background:url(../images/shadow-down.jpg) 50% 0 no-repeat;
    padding:0;
}

div#middle-container {
    width:auto;
    margin:0;
    clear:both;
    background:url(../images/shadow-up.jpg) 50% 100% no-repeat;
    padding:35px 18px 0 25px;
}

/* right column */
div#right {
    width:265px;
    padding:10px 15px 0px 0px;
    float:right;
}

div#paragraph {
	margin-left:146px;
}

/* content column */
div#content {
    width:auto;
    margin:0px 100px 0px 0px;
    padding:0px 0px 0px 0px;
    line-height:180%;
}

/* contact button */
div#contact {
    width:191px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
	background:#701213;
    line-height:180%;
	padding: 10px;
	color:#fff;
	font-size:11pt;
	text-align:center;
}

.floatingBox {
    float: left;
    width: 260px;
}

/* sub */
div#content {
    width:auto;
    margin:0px 300px 0px 0px;
    padding:0px 0px 0px 0px;
    line-height:180%;
}

/* clearing & floating */
.clearingfix:after {
    content:".";
    display:block;
    line-height:0px;
    clear:both;
    visibility:hidden;
}

.clearingfix {
    display:block;
}

.floatbox {
    overflow:hidden;
}

/* image alignments */
img.alignleft {
    float:left;
    margin:3px 15px 0 0;
}

img.alignright {
    float:right;
    margin:5px 0 0 15px;
}

/* topmenu */

div#menubox {
	align: center;
    height:32px;
	
}

div#topmenu {
    height:32px;
    background:#701213;
    font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size:12px;
	color: #8c6161;
	padding-left: 5px;
	text-align: center;
	
}

div#topmenu ul {
    padding:0px;
    margin:6px 0px 0px -2px;
    list-style:none;
    float:left;
	
}

div#topmenu li {
	
    text-align: center;
    float:left;
    display:block;
    height:30px;
    background:none;
    padding:0 8px 0 0;
    margin:-7px 3px 0 17px;
}



div#topmenu li a {
    float:left;
    display:block;
    position:relative;
    height:30px;
    line-height:32px;
    overflow:hidden;
    color:#818588;
    font-size:12px;
    background:none;
    padding:0px 0px 0px 10px;
    text-decoration:none;
    text-transform:uppercase;
}

div#topmenu li:hover, div#topmenu li.active {
    background:url(../images/menu-r.png) 100% 0 no-repeat;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size:12px;
	color:#ACB6BC;
}

div#topmenu li:hover a, div#topmenu li.active a {
    background:url(../images/menu-l.png) 0 0 no-repeat;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size:12px;
	color:#ACB6BC;
}

/* featured - don't open */ 
div#featured {
    background:url(../images/featured-bg.jpg) 100% 0 no-repeat;
    height:224px;
}

div#featured .quote {
    font-size:15px;
    font-style:italic;
    width:350px;
    color:#6C6C6C;
    padding:75px 0 0 57px;
}

div#featured .quote .author {
    font-size:12px;
    font-style:italic;
    display:block;
    text-align:left;
    margin:15px 10px 0 30px;
}

div#featuredpersonal {
    background:url(../images/featured-personal-bg.jpg) 100% 0 no-repeat;
    height:224px;
}

div#featuredpersonal .quote {
    font-size:15px;
    font-style:italic;
    width:350px;
    color:#6C6C6C;
    padding:75px 0 0 57px;
}

div#featuredpersonal .quote .author {
    font-size:12px;
    font-style:italic;
    display:block;
    text-align:left;
    margin:15px 10px 0 30px;
}

div#featurednutrition {
    background:url(../images/featured-nutrition-bg.jpg) 100% 0 no-repeat;
    height:224px;
}

div#featurednutrition .quote {
    font-size:15px;
    font-style:italic;
    width:350px;
    color:#6C6C6C;
    padding:75px 0 0 57px;
}

div#featurednutrition .quote .author {
    font-size:12px;
    font-style:italic;
    display:block;
    text-align:left;
    margin:15px 10px 0 30px;
}

div#featuredyoga {
    background:url(../images/featured-yoga-bg.jpg) 100% 0 no-repeat;
    height:224px;
}

div#featuredyoga .quote {
    font-size:15px;
    font-style:italic;
    width:350px;
    color:#6C6C6C;
    padding:75px 0 0 57px;
}

div#featuredyoga .quote .author {
    font-size:12px;
    font-style:italic;
    display:block;
    text-align:left;
    margin:15px 10px 0 30px;
}

div#featuredinfo {
    background:url(../images/featured-information-bg.jpg) 100% 0 no-repeat;
    height:224px;
}

div#featuredinfo .quote {
    font-size:15px;
    font-style:italic;
    width:350px;
    color:#6C6C6C;
    padding:75px 0 0 57px;
}

div#featuredinfo .quote .author {
    font-size:12px;
    font-style:italic;
    display:block;
    text-align:left;
    margin:15px 10px 0 30px;
}

div#featuredcontact {
    background:url(../images/featured-contact-bg.jpg) 100% 0 no-repeat;
    height:224px;
}

div#featuredcontact .quote {
    font-size:15px;
    font-style:italic;
    width:350px;
    color:#6C6C6C;
    padding:75px 0 0 57px;
}

div#featuredcontact .quote .author {
    font-size:12px;
    font-style:italic;
    display:block;
    text-align:left;
    margin:15px 10px 0 30px;
}

div#featuredspecials {
    background:url(../images/featured-specials-bg.jpg) 100% 0 no-repeat;
    height:224px;
}

div#featuredspecials .quote {
    font-size:15px;
    font-style:italic;
    width:350px;
    color:#6C6C6C;
    padding:75px 0 0 57px;
}

div#featuredspecials .quote .author {
    font-size:12px;
    font-style:italic;
    display:block;
    text-align:left;
    margin:15px 10px 0 30px;
}

div#featuredspecials2 {
    background:url(../images/featured-specials-2-bg.jpg) 100% 0 no-repeat;
    height:224px;
}

div#featuredspecials2 .quote {
    font-size:15px;
    font-style:italic;
    width:350px;
    color:#6C6C6C;
    padding:75px 0 0 57px;
}

div#featuredspecials2 .quote .author {
    font-size:12px;
    font-style:italic;
    display:block;
    text-align:left;
    margin:15px 10px 0 30px;
}

div#featuredsuper {
    background:url(../images/featured-super-bg.jpg) 100% 0 no-repeat;
    height:224px;
}

div#featuredsuper .quote {
    font-size:15px;
    font-style:italic;
    width:350px;
    color:#6C6C6C;
    padding:75px 0 0 57px;
}

div#featuredsuper .quote .author {
    font-size:12px;
    font-style:italic;
    display:block;
    text-align:left;
    margin:15px 10px 0 30px;
}

div#featuredberries {
    background:url(../images/featured-grapes-bg.jpg) 100% 0 no-repeat;
    height:224px;
}

div#featuredberries .quote {
    font-size:15px;
    font-style:italic;
    width:350px;
    color:#6C6C6C;
    padding:75px 0 0 57px;
}

div#featuredberries .quote .author {
    font-size:12px;
    font-style:italic;
    display:block;
    text-align:left;
    margin:15px 10px 0 30px;
}

div#featuredtrainers {
    background:url(../images/featured-trainers2-bg.jpg) 100% 0 no-repeat;
    height:224px;
}

div#featuredtrainers .quote {
    font-size:15px;
    font-style:italic;
    width:350px;
    color:#6C6C6C;
    padding:75px 0 0 57px;
}

div#featuredtrainers .quote .author {
    font-size:12px;
    font-style:italic;
    display:block;
    text-align:left;
    margin:15px 10px 0 30px;
}

/* features */
div#features {
    background:#000;
    overflow:hidden;
    padding:10px 19px;
    color:#828080;
    font-size:11px;
}

div#features .block {
    width:250px;
    height:108px;
    margin:5px 10px 0px 10px;
	/* background-image:url(../images/box-bg.png); */
    float:left;
    padding:15px;
}

div#features h3 {
    margin:0px 0 5px 0;
    font-size:15px;
    color:#791314;
    letter-spacing:1px;
    text-transform:uppercase;
}

div#features h3 span {
    margin:0;
    font-size:30px;
    color:#ACB6BC;
}

div#features a.readmore {
    color:#ACB6BC;
    display:block;
    margin:5px 0 0 0;
    text-transform:uppercase;
}

div#features a.readmore:hover {
    color:#666;
}

div#featuresnone {
    background:#000;
    overflow:hidden;
	height: 33px;
}

/* services */
div.services ul {
    margin:0 0 0 15px;
}

div.services ul li {
    padding:5px 0px;
    font-size:11px;
}

/* intro */
div.intro, div.mission {
    margin:0 0 25px 0;
    overflow:hidden;
}

/* sponsors */
div.sponsors {
    background:url(../images/shadow-up.jpg) 50% 100% no-repeat;
    padding:20px 35px 25px 35px;
    overflow:hidden;
}

div.sponsors ul {
    list-style:none;
}

div.sponsors ul li {
    float:left;
    margin:0 15px;
}

div.sponsors ul li a.sponsor1 {
    background:url(../images/sponsor1.jpg) 0 0 no-repeat;
    width:130px;
    height:58px;
    display:block;
}

div.sponsors ul li a.sponsor1:hover {
    background:url(../images/sponsor1-on.jpg) 0 0 no-repeat;
}

div.sponsors ul li a.sponsor2 {
    background:url(../images/sponsor2.jpg) 0 0 no-repeat;
    width:150px;
    height:58px;
    display:block;
}

div.sponsors ul li a.sponsor2:hover {
    background:url(../images/sponsor2-on.jpg) 0 0 no-repeat;
}

div.sponsors ul li a.sponsor3 {
    background:url(../images/sponsor3.jpg) 0 0 no-repeat;
    width:90px;
    height:58px;
    display:block;
}

div.sponsors ul li a.sponsor3:hover {
    background:url(../images/sponsor3-on.jpg) 0 0 no-repeat;
}

div.sponsors ul li a.sponsor4 {
    background:url(../images/sponsor4.jpg) 0 0 no-repeat;
    width:105px;
    height:58px;
    display:block;
}

div.sponsors ul li a.sponsor4:hover {
    background:url(../images/sponsor4-on.jpg) 0 0 no-repeat;
}

div.sponsors ul li a.sponsor5 {
    background:url(../images/sponsor5.jpg) 0 0 no-repeat;
    width:100px;
    height:58px;
    display:block;
}

div.sponsors ul li a.sponsor5:hover {
    background:url(../images/sponsor5-on.jpg) 0 0 no-repeat;
}

div.sponsors ul li a.sponsor6 {
    background:url(../images/sponsor6.jpg) 0 0 no-repeat;
    width:114px;
    height:58px;
    display:block;
}

div.sponsors ul li a.sponsor6:hover {
    background:url(../images/sponsor6-on.jpg) 0 0 no-repeat;
}

/* social */
div.social {
    background:url(../images/shadow-up.jpg) 50% 100% no-repeat;
    padding:20px 35px 25px 35px;
    overflow:hidden;
}

div.social ul {
    list-style:none;
}

div.social ul li {
    float:left;
    margin:0 12px -5px 0;
}

div.social ul li a.social1 {
    background:url(../images/img-social-youtube.jpg) 0 0 no-repeat;
    width:99px;
    height:68px;
    display:block;
}

div.social ul li a.social1:hover {
    background:url(../images/img-social-youtube.jpg) 0 0 no-repeat;
}

div.social ul li a.social2 {
    background:url(../images/img-social-twitter.jpg) 0 0 no-repeat;
    width:98px;
    height:68px;
    display:block;
}

div.social ul li a.social2:hover {
    background:url(../images/img-social-twitter.jpg) 0 0 no-repeat;
}

div.social ul li a.social3 {
    background: url(../images/img-social-facebook.jpg) 0 0 no-repeat;
    width:99px;
    height:68px;
    display:block;
}

div.social ul li a.social3:hover {
    background:url(../images/img-social-facebook.jpg) 0 0 no-repeat;
}

div.social ul li a.social4 {
    background: url(../images/img-social-buzz.jpg) 0 0 no-repeat;
    width:97px;
    height:68px;
    display:block;
}

div.social ul li a.social4:hover {
    background:url(../images/img-social-buzz.jpg) 0 0 no-repeat;
}

div.social ul li a.social5 {
    background: url(../images/img-social-rss.jpg) 0 0 no-repeat;
    width:100px;
    height:68px;
    display:block;
}

div.social ul li a.social5:hover {
    background:url(../images/img-social-rss.jpg) 0 0 no-repeat;
}

div.social ul li a.social6 {
    background: url(../images/img-social-delicious.jpg) 0 0 no-repeat;
    width:99px;
    height:68px;
    display:block;
}

div.social ul li a.social6:hover {
    background:url(../images/img-social-delicious.jpg) 0 0 no-repeat;
}

div.social ul li a.social7 {
    background: url(../images/img-social-linkedin.jpg) 0 0 no-repeat;
    width:98px;
    height:68px;
    display:block;
}

div.social ul li a.social7:hover {
    background:url(../images/img-social-linkedin.jpg) 0 0 no-repeat;
}

div.social ul li a.social8 {
    background: url(../images/img-social-sharethis.jpg) 0 0 no-repeat;
    width:96px;
    height:68px;
    display:block;
}

div.social ul li a.social8:hover {
    background:url(../images/img-social-sharethis.jpg) 0 0 no-repeat;
}

/* box */
div#boxtop {
    background:url(../images/box-top.jpg) 0 0 no-repeat;
    height:18px;
}

div#box {
    background:url(../images/box-tile.jpg) 0 0 repeat-y;
	padding: 20px 40px 10px 40px;
}

div#boxbottom {
    background:url(../images/box-bottom.jpg) 0 0 no-repeat;
    height:26px;
	margin-bottom:15px;
}



div#boxtop2 {
    background:url(../images/box-top2.jpg) 0 0 no-repeat;
    height:23px;
}

div#box2 {
    background:url(../images/box-tile2.jpg) 0 0 repeat-y;
	padding: 20px 60px 10px 40px;
}

div#boxbottom2 {
    background:url(../images/box-bottom2.jpg) 0 0 no-repeat;
    height:29px;
	margin-bottom:15px;
}


/* boxright */
div#boxrighttop {
    background:url(../images/box-right-top.jpg) 0 0 no-repeat;
    height:18px;
	width:315px;
}

div#boxright {
    background:url(../images/box-right-tile.jpg) 0 0 repeat-y;
	padding: 20px 40px 10px 40px;
	width:315px;
}

div#boxrightbottom {
    background:url(../images/box-right-bottom.jpg) 0 0 no-repeat;
    height:26px;
	margin-bottom:15px;
	width:315px;
}




/* footer */
div#footer {
    width:auto;
    padding:15px 50px;
    clear:both;
    background:#565757 url(../images/footer-bg.jpg) 90% 16px no-repeat;
    margin:3px 0 0 0;
    color:#FFF;
    font-size:12px;
}

/* footermenu */
div.footermenu {
    overflow:hidden;
    margin:0 0 5px 0;
}

div.footermenu ul {
    list-style:none;
}

div.footermenu ul li {
    float:left;
    border-left:#969698 1px solid;
    height:12px;
    line-height:12px;
    padding:0 7px;
}

div.footermenu ul li.first {
    border-left:0;
    padding:0 7px 0 0;
}

div.footermenu ul li a {
    color:#969698;
    font-size:12px;
}

div.footermenu ul li a:hover, div.footermenu ul li a.active {
    color:#FFF;
    text-decoration:none;
}.redtext {
	color: #791314;
}

