body {
	margin: 0;
	padding: 0;
	color: #5D5D5D;
	font: 13px/1.6em Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 1.4em;
	color: #9F1D00;
}

h2 {
	font-size: 1em;
	text-transform: uppercase;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

a:focus {
	outline: none;
}

a {
	color: #0066CC;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

.video-thumb {
	background-color: #E3E3E3;
	padding: 9px;
	margin-top: 25px;
	margin-bottom: 5px;
}

.thumb-left {
	background-color: #E3E3E3;
	padding: 9px;
	float: left;
	margin-right: 15px;
}

.thumb-border-no-float {
	background-color: #E3E3E3;
	padding: 9px;
}

.thumb-left-no-border {
	float: left;
	margin-right: 25px;
}
.client-thumb {
	border: 1px solid #D3D3D3;
	margin-right: 15px;
	margin-left: 5px;
	margin-bottom: 10px;
}
.ebook-button {
	padding: 10px;
}

.red {
	color: #9F1D00;
}

/* Main Wrappers */

#wrapper1 {
	background-image: url(../images/wrapper1.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#wrapper2 {
	background-image: url(../images/wrapper2.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#header-wrapper1 {
	height: 450px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/header-wrapper1.png);
	background-repeat: no-repeat;
}

#header-wrapper2 {
	height: 260px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/header-wrapper2.png);
	background-repeat: no-repeat;
}

/* Header Area */

#header {
	width: 960px;
	height: 450px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header2 {
	width: 960px;
	height: 260px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header .video {
	float: right;
	height: 300px;
	width: 400px;
	margin-top: 42px;
	margin-right: 9px;
	padding: 0px;
}

/* Index Action Area */

#action {
	float: left;
	margin-top: 66px;
}

#action h1 {
	color: #FFF;
	margin-bottom: 0px;
	margin-top: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font: italic normal 18px/28px Arial, Helvetica, sans-serif;
}

#action ul {
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#action li {
	margin: 0px;
	color: #FFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(../images/action-list-border.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#action li.last {
	margin: 0px;
	color: #FFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: none;
}

#action .bullet {
	float: left;
	margin-right: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

#action .button {
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

#quote {
	margin-top: 100px;
	text-align: right;
}

#quote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #EBEBEB;
	padding-right: 140px;
	padding-left: 20px;
	font-weight: normal;
}

/* Menu */

#menu {
	width: 960px;
	height: 30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 70px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 24px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	text-align: center;
	width: 88px;
	background-position: center;
	padding: 6px 4px 0;
}

#menu a:hover {
	color: #9F1D00;
	text-decoration: none;
}

#menu .active a {
	color: #FFFFFF;
	background-image: url(../images/menu-active.png);
	background-repeat: no-repeat;
}

/* Page */

#page-top {
	background-image: url(../images/page-top.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 960px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#page {
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/page-background.png);
	background-repeat: repeat-y;
}

#page-bottom {
	background-image: url(../images/page-bottom.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#content {
	float: left;
	width: 550px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #D3D3D3;
	background-color: #FFF;
}

#content-wide {
	float: left;
	width: 918px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #D3D3D3;
	background-color: #FFF;
}

#content ul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
}

#content li {
	background-image: url(../images/content-bullet.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 20px;
	margin-bottom: 8px;
}

#content blockquote {
	padding: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D3D3D3;
}

#content-wide ul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#content-wide li {
	background-image: url(../images/content-bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.post {
	text-align: justify;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.post .title {
	border-bottom: 1px solid #D3D3D3;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.post .meta {
	margin: 0px;
	color: #808080;
	padding-left: 4px;
	font-size: 10px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 320px;
	background-color: #FFF;
	border: 1px solid #D3D3D3;
}

#sidebar h2 {
	font-size: 1.2em;
	color: #9F1D00;
}

#sidebar h3 {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-transform: uppercase;
	font-size: 12px;
	height: 16px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

#sidebar .h3icon {
	float: left;
	padding-top: 2px;
	padding-right: 6px;
}

.success-diet {
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#sidebar2 {
	float: right;
	width: 320px;
	background-color: #FFF;
	border: 1px solid #D3D3D3;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#sidebar2 h2 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #9F1D00;
	padding-left: 20px;
	padding-top: 20px;
}

#sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 10px 0px 0px;
}

#sidebar li {
	margin: 0px 0px 8px;
	padding: 0px;
}

#sidebar2 ul {
	list-style: none;
	padding: 0px;
	margin-left: 0px;
}

#sidebar2 li {
	margin-bottom: 8px;
	padding: 0px;
}

#sidebar3 {
	float: right;
	width: 280px;
	background-color: #FFF;
	border: 1px solid #D3D3D3;
	padding: 20px;
	margin: 0px 0px 20px;
}

#sidebar3 h2 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #9F1D00;
}

/* Footer */

#footer {
	height: 360px;
	width: 940px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 12px;
	background-image: url(../images/footer-background.png);
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 10px;
}

#footer p {
	font-size: 11px;
}

#footer h2 {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-left: 10px;
	margin-top: 25px;
}

/* Footer Column 1 */

#col1 {
	float: left;
	width: 200px;
	height: 334px;
	color: #FFF;
	margin-right: 20px;
}

#col1 ul {
	margin: 0px;
	list-style: none;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#col1 li {
	display: inline;
}

#col1 .facebook a {
	background-image: url(../images/social-icons/facebook.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 34px;
	display: block;
	width: 166px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	margin: 0px;
	color: #FFF;
	text-decoration: none;
}

#col1 .twitter a {
	background-image: url(../images/social-icons/twitter.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 34px;
	display: block;
	width: 166px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	margin: 0px;
	color: #FFF;
	text-decoration: none;
}

#col1 .linkedin a {
	background-image: url(../images/social-icons/linkedin.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 34px;
	display: block;
	width: 166px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	margin: 0px;
	color: #FFF;
	text-decoration: none;
}

#col1 .blogger a {
	background-image: url(../images/social-icons/blogger.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 34px;
	display: block;
	width: 166px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	margin: 0px;
	color: #FFF;
	text-decoration: none;
}

#col1 .wordpress a {
	background-image: url(../images/social-icons/wordpress.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 34px;
	display: block;
	width: 166px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	margin: 0px;
	color: #FFF;
	text-decoration: none;
}

#col1 .youtube a {
	background-image: url(../images/social-icons/youtube.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 34px;
	display: block;
	width: 166px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	margin: 0px;
	color: #FFF;
	text-decoration: none;
}

#col1 .vimeo a {
	background-image: url(../images/social-icons/vimeo.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 34px;
	display: block;
	width: 166px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	margin: 0px;
	color: #FFF;
	text-decoration: none;
}

#col1 a:hover {
	background-color: #707070;
}

/* Footer Column 2 */

#col2 {
	float: left;
	width: 490px;
	height: 334px;
	color: #FFF;
	margin-right: 10px;
}

#col2 ul {
	list-style: none;
	margin: 0px;
	padding: 15px 0px 0px;
}

#col2 li {
	display: inline;
}

#col2 .thumb {
	background-color: #FFF;
	padding: 8px;
	margin: 10px;
	border: 1px solid #616161;
}

/* Footer Column 3 */

#col3 {
	float: left;
	width: 200px;
	height: 334px;
	color: #FFF;
	padding-left: 20px;
}

#col3 ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#col3 li {
	margin-bottom: 15px;
}

#col3 li.address {
	background-image: url(../images/social-icons/address.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 24px;
}

#col3 li.phone {
	background-image: url(../images/social-icons/phone.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 24px;
}

#col3 li.email {
	background-image: url(../images/social-icons/email.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 24px;
}

#col3 a {
	color: #FFF;
}

#col3 a:hover {
	text-decoration: none;
}

/* Copyright Area */

#bottom-left {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 500px;
}

#bottom-right {
	float: right;
	margin: 0px;
	padding: 0px;
}

#bottom-right a {
	color: #5D5D5D;
	text-decoration: none;
}

#bottom-right a:hover {
	color: #FFF;
	text-decoration: none;
}

#design {
	width: 960px;
	text-align: center;
	font-size: 11px;
	height: 120px;
	margin: 0px auto;
}

#design a {
	padding: 4px 6px;
	text-decoration: none;
	color: #5D5D5D;
}

#design a:hover {
	text-decoration: underline;
	color: #0066CC;
}

.media {
	text-align: center;
	font-size: 12px;
	float: left;
	padding-right: 30px;
	padding-left: 30px;
}

/* Twitter Feeds */

small {
	font-style:italic;
}

#tweets li {
	font-size:13px;
	list-style-type:none;
	height:100%;
	background-image: url(../images/twitter.png);
	background-repeat: no-repeat;
	background-position: 20px 4px;
	float: right;
	background-color: #FFF;
	margin: 0px;
	padding-left: 40px;
	padding-right: 20px;
	width: 260px;
}

#tweets .hash { 
	color:#0066CC; 
} 

#tweets .reply { 
	color:#0066CC; 
} 

#tweets a:link { 
	text-decoration:none; 
	color:#0066CC;
}

#tweets a:active { 
	text-decoration:none; 
	color:#0066CC;
}

#tweets a:hover { 
	text-decoration:underline; 
	color:#0066CC;
}

#tweets a:visited { 
	text-decoration:none;
	color:#0066CC;
}

/* Table Styling for Schedule */

#box-table-a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 288px;
	text-align: left;
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 10px;
}

#box-table-a th {
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	color: #FFF;
	background-color: #5D5D5D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

#box-table-a td {
	padding: 4px;
	border-bottom: 1px solid #fff;
	color: #5D5D5D;
	border-top: 1px solid transparent;
	background-color: #F0F0F0;
}

#box-table-a tr:hover td {
	background-color: #9F1D00;
	color: #FFF;
}

/* Form Elements */

#contact label {
	display: block;
}

#contact input {
	font-family: Helvetica, Arial, sans-serif;
	padding: 6px;
	width: 320px;
	border: 1px solid #D3D3D3;
	color: #5D5D5D;
}

#contact textarea {
	font-family: Helvetica, Arial, sans-serif;
	color: #5D5D5D;
	padding: 6px;
	width: 420px;
	border: 1px solid #D3D3D3;
}

#contact .submit {
	margin-left: -6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 30px;
	width: 106px;
}

#book label {
	display: block;
}

#book input {
	font-family: Helvetica, Arial, sans-serif;
	padding: 6px;
	width: 320px;
	border: 1px solid #D3D3D3;
	color: #5D5D5D;
}

#book .submit {
	margin-left: -6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 30px;
	width: 106px;
}

.cc-input {
	font-family: Helvetica, Arial, sans-serif;
	padding: 6px;
	width: 266px;
	border: 1px solid #D3D3D3;
	color: #5D5D5D;
	font-style: italic;
}

.sign-up {
	height: 30px;
	width: 78px;
}

/* Lightbox */

div#nyroModalFull {
	font-size: 12px;
	color: #777;
}

div#nyroModalLoading {
	border: 4px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../images/ajaxLoader.gif) no-repeat;
	background-position: center;
}

div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}

div#nyroModalWrapper {
	background: #fff;
	border: 4px solid #777;
}

a#closeBut {
	position: absolute;
	display: block;
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(../images/close.gif) no-repeat;
	outline: 0;
}

h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -26px;
	left: 5px;
	font-size: 14px;
	color: #FFF;
	background-color: transparent;
	background-image: none;
}

div#nyroModalContent {
	overflow: auto;
}

div.wrapper div#nyroModalContent {
	padding: 5px;
}

div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}

div.wrapperImg img {
	vertical-align: baseline;
}

div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}

a.nyroModalPrev, a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background: left 20% no-repeat;
	
}

div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}

a.nyroModalPrev {
	left: 0;
}

a.nyroModalPrev:hover {
	background-image: url(../images/prev.gif);
}

a.nyroModalNext {
	right: 0;
	background-position: right 20%;
}

a.nyroModalNext:hover {
	background-image: url(../images/next.gif);
}
