/*  
Theme Name: Suzanne ND
Theme URI: 
Description: Custom WordPress Theme for Suzanne ND
Version: 1
Author: J Taylor Design
Author URI: http://www.thejtsite.com 

@charset "UTF-8";

/* Main ////////////////////////////////////////////////////////// */

/* Sets all Defaults to 0 */

* {
	border: none;
}

html, body {
	height: 100%;
}

body  {
	font-family: Georgia, serif;
	font-size: 15px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	background: url(images/back.jpg);
	background-repeat: repeat-x;
	background-color: #b2c3a1;
}

#container {
	width: 904px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -150px;
	background: url(images/contain_middle.jpg) repeat-y;
	position: relative;
}

.clearfloat {
	clear: both;
}

/* Typography ////////////////////////////////////////////////////////// */

a:link, a:active, a:visited { 
	text-decoration: underline; 
	color: #5b8234; 
}

a:hover, a:focus { 
	text-decoration: underline; 
	color: #042444; 
}

h2 {
	color: #042444;
	font-size: 16px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.bold_blue {
	font-weight: bold;
	color: #042444;
}

.extra_space {
	height: 20px;
}

.extra_space5 {
	height: 5px;
}

/* Images ////////////////////////////////////////////////////////// */

.alignright {
   padding: 0px;
   margin: 0px 0px 5px 13px;
   display: inline;
   float: right;
}

.alignleft {
   padding: 0px;
   margin: 0px 13px 5px 0px;
   display: inline;
   float: left;
}

.alignleftsmall {
   padding: 0px;
   margin: 0px 13px 0px 0px;
   display: inline;
   float: left;
}

.side_images {
	padding-bottom: 10px;
}

/* Home ////////////////////////////////////////////////////////// */

#main {
	width: 880px;
	min-height: 110px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/contain_top.jpg) top repeat-x;
}

#main_left {
	display: inline;
	float: left;
	width: 600px;
	padding: 4px 0px 15px 10px;
}

#main_right {
	float: right;
	padding: 18px 2px 0px 0px;
	width: 245px;
}

#main_bottom {
	background: url(images/contain_bottom.jpg) top no-repeat;
	background-color: #b2c3a1;
	width: 904px;
	min-height: 80px;
	margin-left: auto;
	margin-right: auto;
	text-indent: -99999px;
	position: relative;
}

.office {
	position: relative;
}

.office_photo {
	position: absolute;
	bottom: -2px;
	right: -261px;
}

/* Header ////////////////////////////////////////////////////////// */

#header1 { 
	width: 904px;
	height: 154px;
	background: url(images/header1.jpg) no-repeat;
} 

#header2 { 
	width: 904px;
	height: 154px;
	background: url(images/header1.jpg) no-repeat;
}

#header3 { 
	width: 904px;
	height: 154px;
	background: url(images/header1.jpg) no-repeat;
}

#header_logo {
	width: 450px;
	padding: 56px 0px 0px 36px;
	display: inline;
	float: left;
}

#header_logo h1 {
	margin: 0;
	padding: 0;
	background: url(images/suzanne.png) no-repeat top left;
	width: 293px;
	height: 64px;
}

#header_logo a {
	width: 293px;
	height: 64px;
	display: block;
	text-indent: -999999px;	
}

#header_email {
	padding: 40px 0px 0px 690px;
}

/* Products //////////////////////////////////////////////////////////////// */

input {
	background-color: white;
	border: 1px solid #29487a;
	cursor: pointer;
}

textarea {
	background-color: white;
	border: 1px solid #29487a;
}

select {
	background-color: white;
	border: 1px solid #29487a;
}

#products_page_container {
	padding-top: 20px;
}

#products_page_container a {
	color: #5B8234;
}

#products_page_container a:hover {
	color: #042444;
}

#sideshoppingcart{
	padding-top: 20px;
}

#sideshoppingcart a {
	color: #5B8234;
}

#sideshoppingcart a:hover {
	color: #042444;
}


/* Navigation //////////////////////////////////////////////////////////////// */

#nav {
	height: 44px;
	display: inline;
}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0px 0px 0px 12px;
	border: 0;
	top: 0px;
	left: 0px;
	width:  880px;
	height: 44px;
	float: left;
}

#nav ul li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	text-indent: -9999px;	
}

#nav li a {
	border: 0;
	display: block;
	height: 44px;
	background: url(images/nav1.jpg) no-repeat;
}

#nav li a:hover {
	border: 0;
	display: block;
	height: 44px;
	background: url(images/nav2.jpg);
}

#nav li#home a {
	width: 65px;
}
 
#nav li#home a:link,
#nav li#home a:visited,
#nav li#home a:hover {
	background-position: 0px 0px;
}

#nav li#about a {
	width: 72px;
}

#nav li#about a:link,
#nav li#about a:visited,
#nav li#about a:hover {
	background-position: -65px 0px;
}

#nav li#services a {
	width: 87px;
}

#nav li#services a:link,
#nav li#services a:visited,
#nav li#services a:hover {
	background-position: -137px 0px;
}

#nav li#naturopathy a {
	width: 122px;
}

#nav li#naturopathy a:link,
#nav li#naturopathy a:visited,
#nav li#naturopathy a:hover {
	background-position: -224px 0px;
}

#nav li#calendar a {
	width: 97px;
}

#nav li#calendar a:link,
#nav li#calendar a:visited,
#nav li#calendar a:hover {
	background-position: -346px 0px;
}

#nav li#store a {
	width: 69px;
}

#nav li#store a:link,
#nav li#store a:visited,
#nav li#store a:hover {
	background-position: -443px 0px;
}

#nav li#videos a {
	width: 74px;
}

#nav li#videos a:link,
#nav li#videos a:visited,
#nav li#videos a:hover {
	background-position: -512px 0px;
}

#nav li#forms a {
	width: 70px;
}

#nav li#forms a:link,
#nav li#forms a:visited,
#nav li#forms a:hover {
	background-position: -586px 0px;
}

#nav li#patient_center a {
	width: 137px;
}

#nav li#patient_center a:link,
#nav li#patient_center a:visited,
#nav li#patient_center a:hover {
	background-position: -656px 0px;
}

#nav li#contact a {
	width: 87px;
}

#nav li#contact a:link,
#nav li#contact a:visited,
#nav li#contact a:hover {
	background-position: -793px 0px;
}

/* Newsletter ////////////////////////////////////////////////////////// */

#newsletter {
	position: relative;
	width: 240px;
	height: 121px;
	background: url(images/newsletter.jpg);
	margin-bottom: 10px;
}

#newsletter_fields {
	width: 150px;
	position: absolute;
	top: 47px;
	left: 84px;
}

.newsletter_fields {
	width: 135px;
	height: 15px;
	color: white;
	border: 1px solid #052441;
	background-color: #77899A;
	padding: 5px;
	margin-bottom: 7px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	cursor: default;
}

#newsletter_submit {
	width: 80px;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px;
}

.newsletter_submit {
	background-color: none;
	border: none;
	cursor: pointer;
}

/* Footer ////////////////////////////////////////////////////////// */

.clearfooter {
	height: 140px;
	clear: both;
}

#footer {
	height: 150px;
	width: 100%;
	background: #6b6153 url(images/footer.jpg) repeat-x 0 0;
	position: relative;
	font-size: 12px;
	padding: 0;
	color: #ffffff;
	line-height: normal;
}

#footer_container {
	width: 904px;
	margin-left: auto;
	margin-right: auto;
}

#footer_left {
	padding-top: 15px;
	display: inline;
	float: left;
	width: 600px;
}

#footer_left a, a:hover {
	color: #ffffff;
	text-decoration: none;
}

#footer_right {
	float: right;
	width: 267px;
	padding-right: 2px;
}