@charset "utf-8";

/* CSS Document */

/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background-color: #98D35E;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
}

#above_page {
	height: 140px;
	margin-right: auto;
	margin-left: auto;
	width: 856px;
	padding: 0px;
	margin-top: 0px;
}

#above_page #logo p img {
	margin-bottom: 5px;/*moves the logo up for alignment*/
}
#logo {
	text-align: left;
	width: auto;
	padding-left: 0px;
	float: left;
	height: 150px;
	padding-top: 0px;
	padding-bottom: 7px;
}
#header  {
	background-image: url(../images/taller_banner.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #FFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	height: 73px;
	margin-top: -16px;
} 
#header  img{
	margin-left: 30px;
	margin-top: auto;
	margin-bottom: auto;
	clear: left;
}
#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#header_link_box {
	float: right;
	height: 130px;
	clear: none;
	margin-right: 25px;
	width: 150px;
	margin-top: 20px;
	font-size: 1.2em;
	color: #000;
	text-align: left;
}

#header_link_box a:link {
	color: #000;
}

#header_link_box a:active {
	padding-left: 3px;
	padding-top: 3px;
}

#nav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	width: 836px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/nav_background_sq_white_gradient.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 35px;
	color: #FFF;
	padding-top: 0px;
	font-variant: normal;
	clear: both;
	margin-top: 6px;
}
#layer1 {
	position: absolute;
	visibility: hidden;
	width: 400px;
	height: 300px;
	left: 20px;
	top: 70px;
	background-color: #D2ECB9;
	border: 2px solid #FFF;
	padding: 10px;
	z-index: 1001;
	background-image: url(../images/sidebar_background_410.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#close {
	float: right;
	color: #F00;
}
#close a:link{
	
	color: #F00;
}
#close a:visited{
	
	color: #F00;
}
#close a:hover{
	
	color: #F00;
}
#close a:active{
	
	color: #F00;
}
.outline {
	height: 300px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.outline form .text {
	text-align: center;
	padding: 10px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.outline form table {
	border-top-color: #C69;
	border-right-color: #C69;
	border-bottom-color: #C69;
	border-left-color: #C69;
	margin-left: 20px;
}

#top_shadow {
	background-image: url(../images/top_shadow_outline.gif);
	background-repeat: no-repeat;
	clear: both;
	float: none;
	height: 22px;
	width: 836px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	text-align: left;
}

#top_shadow_logo_spacer {
	float: left;
	height: 22px;
	width: 20px;
	font-size: 1px;
}

#wrapper {
	background-image: url(../images/main_div_shadow_outline.gif);
	background-repeat: repeat-y;
	width: 836px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-bottom: 0px;
}
#container  {
	width: 825px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
} 

#title_box {
	text-align: center;
	width: 100%;
	height: 120px;
}

#floor_wrapper_graphic {
	background-image: url(../images/bottom_shadow_outline_thin.gif);
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	text-align: center;
	float: none;
	height: 2px;
	width: 836px;
	padding: 0px;
	margin-top: -2px;
	margin-bottom: 0px;
}

#floor_menu_2 {
	display: inline;
	padding: 0px;
	height: 10px;
	margin: 0px;
	text-align: center;
}

#floor_menu_2 ul li {
	display: inline;
	font-size: 0.9em;
	color: #333;
	font-style: italic;
}
#footer  {
	width: 822px;
	margin-left: auto;
	text-decoration: none;
	margin-right: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
} 
#footer p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.7em;
	text-align: center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	color: #333;
}
.side_prod_nav {
	margin-left: auto;
	line-height: 25px;
	font-size: 1.2em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000;
	margin-right: auto;
	width: 205px;
}
/*.results_body{padding: 10px;}*/
.side_prod_nav .side_prod_top{
	background-image:url(../images/top_wc.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 205px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
}
.side_prod_nav .side_prod_top h2{ 
	padding-top:12px;
	margin-left:-999px;
	
}
.side_prod_nav .side_prod_middle{
	background-image:url(../images/middle_wc.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 205px;
	margin-right: auto;
	margin-left: auto;
}
.side_prod_nav .side_prod_middle a{
	margin-left:20px;
}
.side_prod_nav .side_prod_bottom{
	background-image:url(../images/bottom_wc.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	width: 205px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 1px;
}
.sidebar_spacer {
	font-size: 0.5px;
	float: right;
	height: 100px;
	width: 1px;
}
.join_us_wrapper {
	clear: right;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	margin-top: 20px;
}
.join_us_top {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 85px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
.join_us_content {
	background-image: url(../images/joinus-box-wc_06.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.join_us_content img{
	margin-left:10px;
}
.join_us_bottom {
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 14px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}

.quote {
	font-family: Tahoma, Geneva, sans-serif;
	font-style: italic;
	color: #030;
	text-align: center;
	height: 150px;
	width: 165px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 3px;
	padding-left: 0px;
	font-size: 1.1em;
	vertical-align: top;
}

.Page_title {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color: #360;
	font-weight: bold;
}
.babysteps_img { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}

.open_shelf_img { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.right_image { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}

a:link {
	color: #333;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
.large_letter {
	font-size: 33px;
	line-height: 24px;
	font-weight: bold;
	padding-top: 2px;
	float: left;
	padding-right: 2px;
	color: #666;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.two_column #wrapper #container table tr #sidebar1 form div table tr .paypal_text {
	font-size: x-small;
	font-style: normal;
}

.two_column #wrapper #container #mainContent p {
	font-style: normal;
}
#sidebar1 .product_box {
	background-color: #EDF7E3;
	width: 175px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #69a62e;
}
#sidebar1 .product_box_header {
	background-color: #69a62e;
	width: 175px;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
	color: #EDF7E3;
	text-align: center;
	border: 1px solid #69a62e;
	line-height: 7px;
	font-size: 1.2em;
	margin-bottom: -8px;
}
#sidebar1 .product_box_header p {
	margin-top: 8px;
}
#sidebar1 h2{
	font-size:2em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000;
}
#sidebar1 .left_col_img {
	text-align: center;
}
#sidebar1 .left_col_img .left_col_img_caption {
	font-weight: bold;
	color: #F15629;	
}
#mainContent .product img {
	float: left;
	margin-right: 15px;
	padding: 5px;
}
#mainContent .product	{
	width:98%;
	border: thin solid #999;
	height: 155px;
}
.two_column #wrapper #container #mainContent {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.payment_button {
	float: right;
	height: 65px;
	width: auto;
	margin-right: 5px;
}
.payment_button .details{
	font-style: normal;
	font-weight: bold;
	margin-left: 55px;
	text-align: left;
}
.view_cart{
	padding-top: 10px;
	
}
.join_us{
	float:left;
	font-size: 2em;
	text-align: left;
	display: inline;
	height: 50px;
	width: 150px;
}
.view_cart a{ 
	padding-left: 5px;
	padding-right: 5px;
}
	#header_link_box a img{
	margin-bottom: -7px;
	text-align: left;
}

