/* - - - - - - - - - - general - - - - - - - - - -  */

html {
	background: #FFF;
	padding-top: 10px;
	}
	
/* set body to float in center of html */
body {
	width: 100%;
	background: #FFF;
	behavior: url("scripts/csshover.htc"); 
	}
	
#wrapper {
	width: 750px;
	margin: 0 auto;
}
	
	
	
/* - - - - - - - - - - header - - - - - - - - - -  */
	
#header {
	width: 750px;
}

#logo {
	float: left;
}

#title_bar {
	width: 670px;
	height: 31px;
	padding: 15px 80px 0 0;
	margin-top: -13px;
	text-align: right;
	border-bottom: 1px solid #1c4e37;
	background: #666 url(../images/gradient.png) repeat-x top;	
}

#title_bar h1 {
	margin: 0;
}	


#panoramic {
	height: 200px;
	padding-top: 0px;
	margin-top: -1px;
	border-bottom: 2px solid #fff;
	background: #666 url(../images/gradient.png) repeat-x top;
}	
	
#search_box {
	float: right;
}	

#search_title {
	float: left;
	margin-right: 10px;	
}

.Submit {
	position: relative;
	top: 2px;
}
	
.AddToCart {
	margin-left: 10px;
}	
	
	
	
/* - - - - - - - - - - primary content - - - - - - - - - -  */
	
#content_wrapper {
	background: #FFF url(../images/interior_pg_bg.png) repeat-y;
}

#content_wrapper.WhtBkgrnd {
	background-image: none;
}

.ContentWrapperHomePage {
	background: url(../images/feature_bg.png) repeat-y !important;
}

#primary_content_hp {
	width: 750px;
}

#primary_content_special {
	width: 500px;
	margin-left: 194px;
	padding: 20px;
	margin-top: 0px;
}

#static_page {
	margin: 25px 0 30px 10px;
	width: 350px;

}

#shopping_cart {
	padding: 25px 50px 0 50px;
}

.Address {
	margin: 10px 35px 0 0;
	float: left;
	font-weight: bold;
	
}

#primary_content {
	width: 516px;
	padding: 15px 0px 30px 30px;
	margin: 0 0 0 194px;
}

.Feature {
	float: left;
	margin-right: 2px;
	padding: 18px;
	width: 150px;
}

.Feature img {
	margin-bottom: 20px;
}

.FeatureTitle {
	margin-bottom: 10px;
}

.Last {
	margin: 0;
}	

#tagline {
	clear: both;
	line-height: 3em;
	width: 750px;
	border-top: 2px solid #fff;
	background: #efefde
}

.Product {
	float: left;
	width: 245px;
	margin: 0 10px 30px 0;
}

.Product img {
	float: left;
}

.Product p {
	margin-left: 115px;
}

#product_photo_box {
	width: 272px;
	float: left;
}

#product_photo_box img {
	border: 1px solid #000	
}

#product_detail #product_photo_box p {
	margin: 10px 0 15px 0 ;
}


#product_detail p {
	margin-left: 290px;
}

#product_photo_box input {
	float: left;	
}

.Sale {
	margin-left: 5px;
}

.Fedex {
	margin: 30px 0;
	line-height: 1em;
}
	
/* - - - - - - - - - - secondary content - - - - - - - - - -  */

#contact_form {
	margin: 30px 0 0 0;
}

#contact_form input, #contact_form textarea {
	margin: 0 0 10px 0;
}
	
	
	
	
	
/* - - - - - - - - - - footer - - - - - - - - - -  */	

#footer {
	margin: 0;
	padding: 10px;
}
	
	
	

	
	
/* - - - - - - - - - - primary navigation - - - - - - - - - -  */
	
.Nav, .Nav ul {
	list-style-type: none;
}

.Nav li {
	float: left;
	margin: 0 5px 0 5px;
}

#top_nav {
	float: right;
	clear: left;
}	

#primary_nav {
	float: right;
	width: 750px;	
	background-color: #749685;
}	

#primary_nav ul {
	line-height: 2.75em;
}	

/* - - - - - - - - - - secondary navigation - - - - - - - - - -  */

#subnav {
	float: left;
	width: 194px;
}	

#subnav h2 {
	width: 174px;
	margin: 0;
	padding-left: 20px;
}

#subnav ul {
	padding: 0;
	margin-left: -6px;
}

#subnav li {
	width: 174px;
	height: 22px;
	padding-left: 20px;
	line-height: 2em;
	border-bottom: 1px solid #960;
	background: url(../images/subnav_carrots.gif) no-repeat right;	
}

#subnav li:hover {
	background: url(../images/subnav_carrots_hover.gif) no-repeat right;	
}


#subnav .LastMenuItem {
	border-width: 0px;	
}




/* - - - - - - - - - - general typography - - - - - - - - - -  */
	
body {
	font-size: 11px;
	color: #333;
	font-family: Arial, Helvetica, 'Helvetica Neue', sans-serif;
}

a:link, a:visited { color: #000; }

a:hover { color: #333; }

a:active { color: #000 }

body * {
	font-size: inherit;
	color: inherit;
	font-family: inherit;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0 20px 0;
	}

h1 { font-size: 26px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h5 { font-size: 10px; }
h6 { font-size: 8px; }

	
	
	
	
/* - - - - - - - - - - header typography - - - - - - - - - -  */

#search_title {
	color: #1c4e37;
	font-weight: bold;
	line-height: 1.75em;

}
	
#title_bar h1 {
	font: 20px/1em Helvetica, 'Helvetica Neue', Arial, sans-serif;
	color: #1c4e37;
}	
	
	
	
/* - - - - - - - - - - primary content typography - - - - - - - - - -  */

.FeatureTitle {
	text-transform: uppercase;
	color: #1c4e37;
	font-weight: bold;
}
	
.Feature {
	color: #000;
}	


.Feature a:link, .Feature a:visited, .Feature a:active {
	color: #960;
	text-decoration: none;
	font-weight: bold;	
}	

.Feature a:hover {
	color: #564244;
}	


#tagline {
	text-align: center;
	color: #1c4e37;
	font-weight: bold;
}	

#primary_content h3 {
	font: 20px/1.25em Helvetica, 'Helvetica Neue', Arial, sans-serif;
	color: #1c4e37;
}

.Product .ProductName {
	font: bold 12px Arial, Helvetica, 'Helvetica Neue', sans-serif;	
	color: #1c4e37;
}

.Product a:link, .Product a:visited, .Product a:active {
	color: #960;
	text-decoration: none;
	font-weight: bold;	
}	

.Product a:hover {
	color: #564244;
}	

.Sale {
	color: #1c4e37;
	font-weight: bold;
}
	
/* - - - - - - - - - - secondary content typography - - - - - - - - - -  */





/* - - - - - - - - - - footer typography - - - - - - - - - -  */
	
#footer {
	text-align: center;
	font-size: 10px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #960;
	text-decoration: none;
	font-weight: bold;	
}	

#footer a:hover {
	color: #564244;
}



/* - - - - - - - - - - navigation typography - - - - - - - - - -  */
	
.Nav li a {
	text-decoration: none;
	color: #666
}

.Nav li:hover a, .Nav li.current a {
	color: #960;
}

.Nav li ul li a, .Nav li:hover ul li a, .Nav li.current ul li a {
	color: #999;
}

.Nav li ul li:hover a, .Nav li.current ul li.current a {
	color: #666;
}


#top_nav  {
	text-transform: uppercase;
	line-height: 2em;
	font-size: 9px;
	color: #333;
}	

#top_nav a {
	color: #333;
}

#primary_nav {
	text-transform: uppercase;	
	line-height: 2em;
	color: #fff;
}	

#primary_nav a {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

#primary_nav .Nav li a {
		text-decoration: none;
		color: #fff;
}

#primary_nav .Nav li:hover a, .Nav li.current a {
	color: #21523b;
}

#subnav h2 {
	font: bold 14px/1.25em  Arial, Helvetica, 'Helvetica Neue', sans-serif;
	color: #1c4e37;
	background-color: #d6d5b7;
}

#subnav ul {
	list-style-type: none;
	font-weight: bold;
}

#subnav li a {
	text-decoration: none;
	color: #960;
}

#subnav li:hover a, #subnav li.current a {
	color: #564244;
}
