/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	margin: 5px 0 0 0;
	background: #F4F4F4 url(../templateimages/vine-bg.jpg) left top no-repeat;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
}

#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#primaryCol {
	float: left;
	width: 560px;
}

#secondaryCol {
	float: right;
	width: 230px;
}

.content {
	padding: 10px;
	margin: 10px 0;
	background: #FFF;
	border: 1px solid #99cc66;
	border-bottom: 3px solid #99cc66;
}

#secondaryTitle {
	height: 100px;
	background: #cc3300 url(../templateimages/head-secondary.jpg) no-repeat;
}

.title {
	position: relative;
	top: 14px;
	left: 210px;
	width: 320px;
	float: left;
	color: #FFFFFF;
	font-family: "Goudy Old Style", Georgia, "Times New Roman", Times, serif;
}

.title a:link,
.title a:active,
.title a:visited,
.title a:hover {
	color: #FFF;
	text-decoration: none;
}

.title h1 {
	color: #FFF;
	margin: 0;
	padding: 0;
	font-size: 32px;
}

.title h2 {
	color: #FFF;
	margin: 0;
	padding: 0;
	font-size: 18px;
}

/*-------- Main Navigation --------*/

#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff;
	background-image: url(../templateimages/navbar.gif);
	height: 30px;
	line-height: 30px;
}

#nav ul {
	color: #fff;
	margin: 0 9px;
	padding: 0;
	list-style: none;
	}

#nav li {
	color: #fff;
	display: inline;
	margin: 0;
	padding: 0;
}

#nav a {
	font-weight: normal;
	color: #fff;
	float: left;
	margin: 0;
	padding: 0 9px;
	text-decoration: none;
}

#nav a:hover {
	background: #FFF;
	color: #cc3300;
}

#home #nav .bhome,
#about #nav .babout,
#classes #nav .bclasses,
#store #nav .bstore,
#testimonials #nav .btestimonials,
#clinic #nav .bclinic,
#media #nav .bmedia,
#contact #nav .bcontact {
	background: #FFF;
	color: #cc3300;
	}
	
/*-------- Secondary Navigation --------*/

#subNav {
	padding: 0 0 0 160px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff;
	background-image: url(../templateimages/sub-nav.jpg);
	height: 30px;
	line-height: 30px;
}

#subNav ul {
	color: #fff;
	margin: 0 9px;
	padding: 0;
	list-style: none;
	}

#subNav li {
	color: #fff;
	display: inline;
	margin: 0;
	padding: 0;
}

#subNav a {
	font-weight: normal;
	color: #fff;
	float: left;
	margin: 0;
	padding: 0 9px;
	text-decoration: none;
}

#subNav a:hover {
	text-decoration: underline;
}

#about .subnav #subNav .bbio,
#about .subnav #subNav .bcommitment,
#about .subnav #subNav .backnowledgements,
#about .subnav #subNav .bcharitable {
	text-decoration: underline;
	}

/*-------- Footer --------*/

#footer {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	padding: 0 8px;
	width: 784px;
	height: 36px;
	background: #663300 url(../templateimages/footer.gif);
	color: #FFF;
	line-height: 36px;
	clear: both;
}

#footer a:link {
	margin: 0 3px;
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}

#footer a:visited {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}

#footer a:active {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}

#footer a:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

.copyright {
	float: left;
}

.footLinks {
	float: right;
}

#biz {
	font-family: Tahoma, Arial, Helvetica;
	color: #666;
	font-size: 10px;
	float: right;
	font-weight: normal;
}

#biz a:link {
	color: #666;
	text-decoration: underline;
	font-weight: normal;
}

#biz a:visited {
	color: #666;
	text-decoration: underline;
	font-weight: normal;
}

#biz a:active {
	color: #666;
	text-decoration: underline;
	font-weight: normal;
}

#biz a:hover {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}

.spacer{
	clear: both !important;
}

/* search and mailinglist forms */
#quicksearch form {
	display: block;
}

#left input.submit {
	height: 22px;
	width: 30px;
}

#left input.text {
	width: 95px;
}

#mailinglist label#email {
	display: block;
	margin: 0px 0px 2px 0px;
}

#mailinglist label#htmlemail {
	display: block;
	margin: 2px 0px 2px 0px;
}