@charset "utf-8";
/* CSS Document */

html, body {
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

h1 {
	color: #4f9633;
	font-family: "Lucida Handwriting", Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 1em 0;
	padding: 0;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0;
}

p, li, td, blockquote {
	line-height: 1.3em;
	margin: 0;
}

blockquote {
	margin: 1em 0 1em 1em;
}

a:link, a:visited, a:active {
	color: #4f9633;
	text-decoration: none;
}

a:hover {
	color: #4f9633;
	text-decoration: underline;
}

a img {
	border: 0;
}

#container {
	margin: auto;
	width: 800px;
}

#header {
	background: url(images/banner.jpg) no-repeat;
	height: 127px;
}

#menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	height: 25px;
	padding: 0 12px;
}

#menu ul, #menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
	height: 25px;
	line-height: 25px;
	padding-right: 54px;
}

#menu li.noRightPadding {
	padding-right: 0;
}

#menu li.subMenu {
	color: #4f9633;
	cursor: default;
	position: relative;
}

#menu ul ul {
	background: #EEE;
	display: none;
	left: 0;
	padding: 5px;
	position: absolute;
	top: 25px;
	width: 240px;
}

#menu li:hover ul {
	display: block;
}

#menu ul ul li {
	padding-right: 0;
	float: none;
}

#menu a.selected:link, #menu a.selected:visited, #menu a.selected:hover, #menu a.selected:active, #menu span.selected {
	color: #23c3ef;
	text-decoration: underline;
}

#menu div.floatRight {
	width: 53px;
}

#content {
	background: url(images/content-bg.gif) repeat-x;
	margin: auto;
	padding: 15px;
	width: 746px;
}

#footer {
	background: url(images/footer-bg.png) no-repeat;
	float: right;
	height: 55px;
	width: 455px;
}

#leftSide {
	border-right: 1px solid #CCC;
	float: left;
	font-size: 11px;
	padding-right: 25px;
	width: 150px;
}

#rightSide {
	float: left;
	padding-left: 25px;
	width: 539px;
}

#rightSide td {
	padding: 0 1em 2em 0;
}

#tamaraDreweForm {
	width: 360px;
}

#tamaraDreweForm td {
	padding: 0 0 12px 0;
	text-align: right;
}

#tamaraDreweForm td.label {
	width: 100px;
}

#tamaraDreweForm input.formInput {
	border: 1px solid #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	height: 15px;
	padding: 2px;
	width: 244px;
}

#tamaraDreweForm select {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	width: 110px;
}

#contactForm textarea {
	border: 1px solid #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	height: 60px;
	line-height: 15px;
	margin: 0 0 5px 0;
	padding: 0 0 0 2px;
	width: 323px;
}

#termsBox {
	padding: 1em;
}

p.relative {
	padding: 0 26px 0 0;
	position: relative;
}

p.relative input {
	height: 13px;
	right: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 2px;
	width: 13px;
}

.clearFix {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}

.verticalAlignImage {
	vertical-align: text-top;
}

.imageRight {
	float: right;
	margin: 0 0 2em 1em;
}

.imageRightLessMargin {
	float: right;
	margin: 0 0 16px 1em;
}

.yogurtThumbTitle {
	padding-bottom: 0.4em;
}

.hidden {
	display: none;
}

.smallRightText {
	font-size: 11px;
	text-align: right;
}

.smallerRightText {
	font-size: 9px;
	text-align: right;
}

.captionWrapper {
	float: right;
	margin: 0 0 2em 1em;
	width: 400px;
}

.caption {
	float: right;
	font-size: 11px;
	font-style: italic;
	margin: 4px 0 0 0;
	text-align: center;
	width: 400px;
}

.floatLeft {
	float: left;
	width: 373px;
}

.whiteBackground {
	background: #FFF;
	border: 1px solid #666;
	font-size: 11px;
	margin-top: 1em;
	padding: 10px;
}

.whiteBackgroundNoPadding {
	background: #FFF;
	border: 1px solid #666;
	font-size: 11px;
	text-align: center;
}

.floatRight {
	float: right;
	width: 373px;
}

.clearRight {
	clear: right;
}

.smoothieImage {
	float: left;
	margin: 0 1em 0 0;
}

h2.greyTopBorder {
	border-top: 1px solid #CCC;
	padding-top: 12px;
}

.topPadding {
	padding-top: 12px;
}