/* color

very dark red: #610009
dark red: #750009
base red: #970512
light red: #c5000a
dark bronze: #924900
base bronze: #af7d00
light bronze: #d2b25b
background: #fce48b
light background: #fef0c2
----------------------------------------------------------------------------------------------------*/

body {
    background: #fff;
	color: #666;
	padding: 0;
	margin: 0;
	font: 14px/20px Helvetica, Arial, sans-serif;
}

/* Basic HTML
----------------------------------------------------------------------------------------------------*/


a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #d2b25b solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	margin: 0;
}
.no-wrap {
    white-space: nowrap;
}


/* Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
	margin: 10px 0;
}

ul {
	list-style: square;
	margin: 10px 0;
}

li {
	margin-left: 20px;
	margin-bottom: 5px;
    line-height: 18px;
}




a {
	color: #970512;
	text-decoration: none;
	border-bottom: solid 1px #d2b25b;
}

a:hover {
	color: #af7d00;
}

strong {
    font-weight: normal;
    color: #333;
}


p {
	margin: 10px 0;
}
.footer p {
	margin: 0 0 0 10px;
	color: #af7d00;
}



.banner {
	height: 50px;
	background: #970512 url(../img/banner-bg.png) repeat-x 0 bottom;
}
a:link.logo, a:visited.logo {
	display: block;
	height: 50px;
	width: 420px;
	text-indent: -9999px;
	background: transparent url(../img/banner.png) no-repeat 10px 15px;
	border-bottom: 0;
}


.wrapper-nav {
	height: 80px;
	background: #fff url(../img/gradient-80.png) repeat-x;
	border-top: solid 2px #fff;
}
.content {
	background: #fff url(../img/gradient-bg.png) repeat-x;
	border-top: solid 1px #d2b25b;
    padding: 0 0 30px 0;
}
.container.home {
	height: 640px;
	background: transparent url(../img/home.jpg) no-repeat 0 90px;
}
.intro {
    padding: 20px 0;
	border-bottom: solid 1px #fff;
}
.intro p, .intro ul {
	font: 22px/30px Georgia;
	color: #af7d00;
    font-style: italic;
	margin:0;
	padding:0;
}
.intro li {
	margin-bottom: 10px;
    line-height: 22px;
}

.intro p strong {
	color: #924900;
    font-weight: bold;
    font-style: normal;
}

.section {
	padding: 10px 0 10px 0;
}

.grid-1.section,
.grid-2.section,
.grid-3.section,
.grid-4.section,
.grid-5.section,
.grid-6.section,
.grid-7.section,
.grid-8.section,
.grid-9.section,
.grid-10.section,
.grid-11.section,
.grid-12.section {
	border-top: solid 3px #fce48b;
	padding: 10px 0;
}

.image-container {
	margin: 10px 0;
	background: #fef0c2;
	border: solid 1px #d2b25b;
    overflow: hidden;
}
.image-container img {
	border-bottom: solid 1px #d2b25b;
	margin-bottom: -10px; /* forces div bottom up to image */
}
.image-container a, .image-container a:visited {
    outline:none;
	border-bottom: 0;
}

.image-container p {
	margin: 10px 10px 7px 10px;
	font: 14px/16px Georgia;
	color: #924900;
}

.text-container {
	margin: 30px 0;
	padding: 10px;
	background: #fff url(../img/gradient-bg.png) 0 0 repeat-x;
	border: solid 1px #d2b25b;
}
.text-container a, .text-container a:visited {
	border-bottom: 0;
}
.text-container p, .text-container ul {
	margin: 10px 10px 7px 10px;
	font: 14px/16px Georgia;
	color: #924900;
}


.footer {
	height: 50px;
	background: #970512 url(../img/banner-bg.png) repeat-x 0 bottom;
}


/* Headings
----------------------------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 { margin:0 }

h1,h2,h3 { 
	font: 25px/25px Georgia, Times, 'Times New Roman', serif; 
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #fce48b;
}
h1 { color: #924900 }
h2 { color: #af7d00 }
h3 { color: #af7d00 }

h4 {
	font: 20px/22px Georgia, Times, 'Times New Roman', serif; 
	margin: 30px 0 0 0;
    color: #924900;
}

h5 {
	font: 18px/20px Georgia, Times, 'Times New Roman', serif; 
	margin: 30px 0 0 0;
    color: #af7d00;
}

h6 {
	font: 14px/16px Georgia, Times, 'Times New Roman', serif; 
	margin: 10px 0;
    color: #d2b25b;
}




/* Contact Form 
------------------------------------------------------------ */


#contact-form {
	margin: 0;
	padding: 0;
	text-align: left;
}
#contact-form input {
	font-size: 1em;
	width: 300px;
	margin: 0 0 5px 0;
	padding: 2px;
	background: #fff;
	border: #d2b25b solid 1px;
}
#contact-form textarea {
	font-size: 1em;
	width: 300px;
	margin: 0 0 5px 0;
	padding: 2px;
	background: #fff;
	border: #d2b25b solid 1px;
}
#contact-form input#submit, #contact-form input#reset {
	width: 130px;
	margin: 0 20px 0 0;
	padding: 0;
	height: 30px;
	border: 0;
	background: transparent;
}

/* e-mail suscribe form 
------------------------------------------------------------ */

#subscribe-form input {
	font-size: 1em;
	width: 214px;
	margin: 0 0 5px 0;
	padding: 2px;
	background: #fff;
    color: #924900;
	border: #d2b25b solid 1px;
}
span.label {
	display: block;
	font-size: 1em;
    color: #924900;
}
#subscribe-form input#submit {
	width: 130px;
	margin: 0 20px 0 0;
	padding: 0;
	height: 30px;
	border: 0;
	background: transparent;
}

/* table 
------------------------------------------------------------ */

table {
    width: 100%;
	margin: 20px 0;
	padding: 0;
	border-top: solid 3px #fce48b;
}
table p, table ul {
	margin: 10px 0;
	font: 12px/16px Helvetica, Arial, sans-serif;
}
table ul li {
	margin: 0 0 0 20px;
}

table h1, table h2, table h3, table h4, table h5 {
	margin-top: 10px;
}

tr {
	border-bottom: solid 3px #fce48b;
	background: #fff url(../img/gradient-80.png) 0 -50px repeat-x;
}
td {
	margin: 20px;
	padding: 5px 10px;
	border-right: 1px dotted #d2b25b;
    vertical-align: top;
}

thead {
	border-bottom: solid 3px #fce48b;
}

table.benefits-table tr.head {
	background: #fce48b;
}
table.benefits-table tr.head td {
	padding: 5px 10px;
}
table.benefits-table tr.head p {
	margin: 0;
    font-weight: bold;
    text-transform: uppercase;
	font: 14px/14px Georgia, Times, serif;
    color: #924900;
}

table.benefits-table td {
    width: 25%;
}


table.recipe-table {
    width: 100%;
}
table.recipe-table td.col-1 {
    width: 310px;
}
table.recipe-table td.col-2 {
    width: 630px;
}
table.recipe-table tr.head {
	background: #fce48b;
}
table.recipe-table tr.head td.col-1 {
	background: #fce48b;
	text-align: right;
	border-right: 1px dotted #fff;
}
table.recipe-table tr.head td {
	padding: 0 10px;
    vertical-align: middle;
}
table.recipe-table tr.head p {
	margin: 10px 0;
    font-weight: bold;
	font: 14px/16px Georgia, Times, serif;
    color: #924900;
}
table.recipe-table tr.head h4 {
	margin: 5px 0;
}




table.wellness-issue-table tr.head {
	background: #fce48b;
}
table.wellness-issue-table tr.head td {
	padding: 5px 10px;
}
table.wellness-issue-table tr.head p {
	margin: 0;
    font-weight: bold;
    text-transform: uppercase;
	font: 14px/14px Georgia, Times, serif;
    color: #924900;
}
table.wellness-issue-table td.first {
    width: 215px;
}
table.wellness-issue-table td.comments {
}



table.wellness-bodypart-table tr.head {
	background: #fce48b;
}
table.wellness-bodypart-table tr.head td {
	padding: 5px 10px;
}
table.wellness-bodypart-table tr.head p {
	margin: 0;
    font-weight: bold;
    text-transform: uppercase;
	font: 14px/14px Georgia, Times, serif;
    color: #924900;
}

table.wellness-bodypart-table td.first {
    width: 25%;
}
table.wellness-bodypart-table td.second {
    width: 12%;
}
table.wellness-bodypart-table td.third {
    width: 13%;
}
table.wellness-bodypart-table td.comments {
    width: 50%;
}


table.wellness-table-key {
    width: 100%;
	margin: 0;
	padding: 0;
	border-top: dotted 1px #ccc;
	border-left: dotted 1px #ccc;
}

table.wellness-table-key tr {
	border-bottom: dotted 1px #ccc;
	background: #fff;
}
table.wellness-table-key td {
    width: 25%;
	margin: 0;
	padding: 5px;
	border-right: dotted 1px #ccc;
    vertical-align: middle;
}


/* Calendar
------------------------------------------------------------ */

iframe#calendar {
	border: 0;
	width: 940px;
	height: 600px;
	frameborder: 0;
	scrolling: no;
}
#calendar-wrap {
	background-color: #fff;
	padding: 10px 0;
}

/* Gallery
------------------------------------------------------------ */

#gallery-images {
	height: 0;
	width: 0;
	overflow: hidden;
}

/* Products
------------------------------------------------------------ */

.product a:link, .product a:visited {
    margin: 0;
    border-bottom: 0;
	overflow: hidden;
}


