/*
I really hate bundling all css together but its more efficient for transmission than using multiple
encapsulated css files.
*/

/* 	background-color: #B4C37E; */
body
{
	margin: 0;
	font-family: Tahoma, Arial, sans-serif;
}
 
#site_header
{
	/* position: fixed; */
	width: 100%;
	min-width:1000px;	
	z-index: 100;
}

/* MAIN */
#main
{
	background: #B4C37E url('/images/main_gradient.gif') repeat-x;
	width: 100%;
	min-width:1000px;
	/* padding-top:12ex; */
}
#main #erik
{
	color: #202020;
	font-weight: 800;
}
#main #organic
{
	color: #659B3E;
	font-weight: 800;
}

/* BODY */
#main #body
{
	padding-top: 16px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	border: 1px solid #A2A2A2;
	background-color: #FFFFFF;
	width: 930px;
	margin:10px auto 0 auto;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #424242;
	z-index: 0;
}

#main #searchresults
{
	width: 685px;
	position: relative;
	padding-top: 16px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	border: 1px solid #A2A2A2;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #424242;
	z-index: 10;
	margin-bottom: 2ex;
}

#main #bodyveil
{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 795px;
	padding-top: 16px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	border: 1px solid #A2A2A2;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #424242;	
	z-index: -5;
	background-color: #808080;
	opacity: .05;
	filter: alpha(opacity = 5);
}

/* LINKS */
a
{
	border: 0;
	text-decoration: none;
}
a:link { color:#2b53b6 }
a:visited { color:#41912d }
a.a_img
{
	top: -6px;
}
img
{
	border: 0;
}
#body #column_1 a:hover, #body #column_2 a:hover, #read_more a:hover, #footer #footer_text a:hover
{
	color: #659B3E;
}

/* TEXT */
/* BOTTOM */
#main #bottom
{
	top: 875px;
	left: 95px;
	padding-top: 16px;
	padding-bottom: 20px;
	border: 0px solid #A2A2A2;
	width: 795px;
	height: 280px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #424242;
	text-align: center;
}

/* TITLE */
#title
{
	width: 1000px;
	margin:0 auto;
	white-space: nowrap;
	background-color: #FFFFFF;
	display: block;
	line-height: 0;
	position:relative;
}
#title #logo
{
	top: 0px;
}
img.clickable:hover
{ 
	cursor: pointer; 
}

#title #phone
{
	position: absolute;
	left: 395px;
	top: 5px;
}
#title #sub_phone
{
	position: relative;
	display: block;
}
#title #phone_number
{
	position: absolute;
	/*left: 365px;*/
	left: 325px;
	top: 0px;
	padding-top: 23px;
	padding-left: 5px;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: 600;
	font-size: 12px;
	color: #424242;
	text-align: center;
}
#phone_number #highlight_number
{
	padding-top: 15px;
	font-weight: 300;
	font-size: 20px;
	color: #659B3E;
	line-height: 15px;
}
#title #my_account
{
	position: absolute;
	left: 676px;
	top: 20px;
}
#title #shopping_cart
{
	position: absolute;
	/*left: 544px;*/
	left:490px;
	top: 20px;
}
#title #holiday_ship
{
	position: absolute;
	left: 676px;
	top: 0px;
	visibility: hidden;
}
#title #contact_us
{
	position: absolute;
	/*left: 735px;*/
	left:670px;
	top: 5px;
	visibility: visible;
}

#title #social
{
	position: absolute;
	left: 927px;
	top: 5px;
}


/* body */
#table_photo
{
	length: 300px;
	width: 300px;
}

#edge_photo
{
	width: 175px;
}

#top_photo
{
	width: 175px;
}

/* DROP DOWN MENU */
div#menu{
	background: #555555 url('/images/menu_gradient.gif') repeat-x;
	width:100%;
	height:36px;
}
div#menu_bar{
	margin: 0; padding:0;
	display:block;
	width: 1000px;
	margin:0 auto;
	height:36px;
}
div#menu_bar ul{
	margin: 0;
	padding:0;
	float:left;
	list-style: none;
	position:relative;
	z-index:999;
}
div#menu_bar ul li {
	float: left;
	margin: 0; 
	padding: 0;
	position: relative; /*--Important--*/
}
div#menu_bar ul li a {
	white-space: nowrap;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: normal;
	color: #e1dbc5;
	display:block;
	line-height:36px;
	padding:0 15px;
	text-transform:uppercase;
}
div#menu_bar li:hover{
	background:#323232;
}
div#menu_bar li li:hover{
	background:none;
}
div#menu_bar li ul li a {
	text-transform:none;
	text-decoration:none;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height:18px;
	background: transparent url("/images/bullet.png") no-repeat 0 4px;
	padding-left:10px;
	}
	

div#menu_bar li ul li a:hover{
	text-transform:none;
	text-decoration:underline;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height:18px;
	background: transparent url("/images/bullet.png") no-repeat 0 4px;
	padding-left:10px;
}

#menu_bar li div.dropdownmenu{
	position: absolute; /*--Important--*/
	top: 36px; 
	left: -999em;
	z-index: 99999;
	background: #121212 url("/images/subBg.jpg") repeat-x; /*--Background gradient--*/
	padding: 20px;
	border:0;
	display: block;
}
#menu_bar li div.dropdownmenu ul{
	padding:0;
}

#menu_bar ul.sub{
	display:block;
	margin:0 20px 0 0;
	float:none;
}
#menu_bar ul.sub li{
	display:block;
	clear:left;
	float:left;
}
#menu_bar li:hover div.dropdownmenu, {
left: -999em;
}

#menu_bar li:hover div.dropdownmenu, #menu_bar li li:hover ul, #menu_bar li.sfhover ul, #menu_bar li li.sfhover ul { /* lists nested under hovered list items */
left: auto;
}

div#menu_bar li ul li H2{
	text-transform:uppercase;
	padding:0;
	margin:0;
	color:#669933;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-shadow: #000 -2px 2px 0px;
	font-size: 12px;
	line-height:18px;
}
div#menu_bar li ul li H3 a{
	text-transform:none;
	padding:0;margin:0;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height:0px;
	background: none;
	padding-left:0px;
}
div#menu_bar li ul li H3 a:hover{
	text-transform:none;
	padding:0;margin:0;
	background:none;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height:0px;
	background: none;
	padding-left:0px;
}
.gs-webResult .gs-visibleUrl-short { display:none !important; }
.gs-webResult .gs-visibleUrl-long { display:block !important; }
.gsc-branding {display:none !important; }

#searchcontrol { 
	display: inline; 
	position: absolute; 
	top: 8px;     
	left: 35px;
	width: 250px; 
	vertical-align: middle;
	color: #e1dbc5;
	font-size:12px;
}

#searchcontrol .gsc-control { width : 250px;}


/* footer */
#footer_background
{
	background: #203B09 url('/images/footer_gradient.gif') repeat-x;
	height: 262px;
	width: 100%;
}
#footer
{
	left: 20px;
	padding-left: 80px;
	padding-top: 60px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #FFF;
	vertical-align: bottom;
	text-align: left;
	width:960px;
	margin:0 auto;
}
#footer #footer_text
{
	display: inline-block;
	width: 180px;
	vertical-align: top;
}
#footer_text span
{
	font-weight: 800;
}
/* BOTTOM */
#floating_bottom
{
	position:relative;
	padding: 16px 20px 20px 20px;
	margin-bottom: -25px;
	border: 1px solid #A2A2A2;
	background-color: #FFFFFF;
	width: 930px;
	margin:-1px auto;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #424242;
	text-align: left;
	vertical-align: top;
}

#floating_bottom #organic
{	
	font-size: 24px;
	font-weight: 500;
}
#floating_bottom #questions
{
	display: inline-block;
	text-align: center;
	width: 390px;
	float:left;
}
#floating_bottom #reasons
{
	width: 540px;
	display: inline-block;
	float:right;
	text-align: center;
}

#copyright
{
	padding-bottom: 20px;
	width: 100%;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: 800;
	color: #FFF;
	background-color: #203B09;
	text-align: center;
}
/* REASONS */
#reasons #reason
{
	width: 130px;
	display: inline-block;
	height: 250px;
	vertical-align: bottom;
	padding-top: 26px;
}
#reasons #reason_text
{
	background: #FFF url('/images/reasons_gradient.gif') no-repeat;
	width: 125px;
	height: 94px;
	margin:0 auto;
	display: inline-block;
	padding-top: 12px;
	padding-left:2px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	font-weight: bolder;
}
#reason_backing #reason_text_deprecated
{
	display: inline-block;
	padding-left: 5px;
	padding-top: 12px;
	width: 130px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	font-weight: bolder;
}
#read_more
{
	text-align: right;
	font-size: 11px;
}
#footer #footer_text a
{
	color: #FFF;
}
#body #column_2 a, #read_more a 
{
	color: #424242;
}

/* foxy */
#fc_custom_shipping_methods_container H2{
background: transparent url("/images/deliveryMethod.jpg") no-repeat 0 0;
margin-bottom:10px;
}
.fc_cart_item_weight
{
	display: none;
}
#fc_checkout_container div.fc_shipping_methods_container {
	border:none;	
}

#fc_cart_foot_discount_new .fc_col1 a
{
	color: #e42c2d;
	font-weight: bold;
	font-size: 10pt;
}

th.fc_shipto a {
	color:#666666;
}

#add_to_cart_button,
#fc_checkout_container button.fc_button
{
	background:#2b52b6 none repeat scroll 0 0;
	display: inline;
	border:2px solid #2b52b6;
	color:#FFFFFF;
	padding:3px 10px 3px 10px;
	text-decoration:none;
	cursor: pointer;
	height:30px;
	width:230px;
	text-indent:0;
	border-radius: 15px;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
}

.ugly_button
{
	background:#2b52b6 none repeat scroll 0 0;
	display: inline;
	border:2px solid #2b52b6;
	color:#FFFFFF;
	padding:3px 10px 3px 10px;
	text-decoration:none;
	cursor: pointer;
	border-radius: 15px;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
}


#fc_checkout_container button.fc_button
{
	font-size: 100%;
}

#return_to_shopping
{
	color: #659b3e;
	font-size: 16px;
}

#li_save_cc
{
	display: none;
	visibility: hidden;
}

#fc_minicart a
{
	left: 800px;
	position: absolute;
	top: 6px;
	visibility: visible;
	font-size: 14px;
	line-height: 18px;
	color: #659B3E;
	font-weight: 600;
	border: 1px solid #A2A2A2;
	padding: 3px 10px 3px 10px;
	text-align: right;
}

/**************************
 *                        *  
 *      TABBED PANES      *
 *                        *
 **************************/

/*body{
color: #333;
font-size: 11px;
font-family: verdana;
}
a{
color: #fff;
text-decoration: none;
}
a:hover{
color: #DFE44F;
}
p{
margin: 0;
padding: 5px;
line-height: 1.5em;
text-align: justify;
}
*/

#wrapper
{
	width: 400px;
}

#wrapperphoto
{
	width: 280px;
}

.box
{
	background: #fff;
	border: 1px solid #659B3E;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 1em;
	padding-right: 1em;
	height: 24em;
	overflow: auto;
	z-index: 100;
}
.box#first
{
	position: relative;
}
.boxholder
{
	clear: both;
	padding: 0px;
	position: relative;
}

.tab
{
	float: left;
	height: 34px;
	width: 80px;
	margin: 0 1px 0 0;
	text-align: center;

	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;	
	-webkit-border-top-right-radius: 4px;

	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;	
	-webkit-border-top-left-radius: 4px;

	background: #659B3E url(images/greentab.jpg) no-repeat;
	cursor:pointer;
}
.tab:hover
{
	background: #307836 url(images/greentab.jpg) no-repeat;
}
.tabtxt
{
	margin: 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 9px 0 0 0;
}

#second, #third, #fourth
{
	visibility: hidden;
}



/* jQuery Cycle Photo Slider */

#cycleNav{
	position:absolute;
	right:20px;
	bottom:-20px;
	z-index:9;
}
#cycleNav2{
	float:right;
	margin-right:25px;
	z-index:9;
}
#cycleNav a, #cycleNav2 a{
	width:22px;
	height:20px;
	text-indent: -9999px;
	display:block;
	float:left;
	background: transparent url('/images/bullets.png') no-repeat 0 0;
	text-decoration:none;
	cursor:pointer;
}

#cycleNav a.activeSlide, #cycleNav2 a.activeSlide{
background-position: 0 -22px;
}

a#cycleprev{
	border:none;
	width:31px;
	height:32px;
	text-indent: -9999px;
	position:absolute;
	display:block;
	left:0;
	top:43%;
	background: transparent url('/images/arrows.png') no-repeat 0 0;
	text-decoration:none;
	float:left;
	margin-left:8px;
	z-index:10;
	cursor:pointer;
}


a#cyclenext{
  position:absolute;
  right:0;
	top:43%;
	border:none;
	width:31px;
	height:32px;
	text-indent: -9999px;
	display:block;
	background: transparent url('/images/arrows.png') no-repeat -31px 0;
	text-decoration:none;
	margin-right:5px;
	z-index:10;
	cursor:pointer;
}

#slideshow{
	width:400px;
	height:250px;
	overflow:hidden;
	position:relative;
	z-index:1;
}
#slideshow2{
	overflow:hidden;
	position:relative;
	z-index:1;
}
#slideshow div, #slideshow2 div{
	position:absolute;
	top:0;
	left:0;
}
#slideshow2 div{
	width: 672px;
	height:400px;
}
#slideshow div p{
	display:block;
	width:100%;
	position:absolute;
	top:201px;
	height:15px;
	padding:0;
	background:#fff;
	  /* for IE */
  	filter:alpha(opacity=60);
  	/* CSS3 standard */
  	opacity:0.6;
  	color:#000;
}

#slideshow2 div p{
	display:block;
	width:100%;
	height:15px;
	padding:0;
	margin:5px 0 15px 0;
	font-weight:bold;
	font-size:16px;
  	color:#000;
}

#slideshow2 a{
	display:block;
	height:349px;
	overflow:hidden;
}

#slider{
	float:right;
	margin-right:20px;
	width:400px;
	height:250px;
}

#slideshow3{
	margin-left:25px;
}

#slideshow3 .caption {
	color:black;bottom:0;right:0;position:absolute;height:20px;padding:5px;zoom: 1;filter: alpha(opacity=50);opacity: 0.5;background:white;font-weight:bold;font-size:13px;letter-spacing:1px;	
}

#slideshow3 .capOverlay{
	color:black;bottom:0;right:0;position:absolute;height:20px;padding:5px;font-weight:bold;font-size:13px;letter-spacing:1px;text-shadow: -0.07em 0.05em white;
}

#slideshow3nav{
	position:absolute;
	bottom:0;
	margin:0 0 20px 25px;
	padding-left:20px;
	width:892px;
	background:#dde4be;
	background:#eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#slideshow3 .text{
	width:190px; height:307px;float:left;padding:20px;background: url("/images/greenGrad.jpg") no-repeat 0 0 transparent;
}
#slideshow3 .highlight{
	font-size:18px;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}
#cycleNavText a, span.playpause{
	display:block;
	margin:5px 5px 5px 0;
	float:left;
	width:auto;
	border:1px solid #444444;
	padding:5px 15px;
    background: none repeat scroll 0 0 #fff;
    color: #333;
    border-color: #DDDDDD #AAAAAA #AAAAAA #DDDDDD;
    border-style: solid;
    border-width: 1px;
    text-shadow: 0 1px 0 #FFFFFF;
    cursor:pointer;
}

#cycleNavText a.activeSlide {
	text-shadow: none;
	border-color: #666 #999 #999 #666;
    background:#ddd;
}
#cycleNavText a:hover {
    border-color: #333;
}

span.playpause{
	padding:5px 10px;
}
span.playpause:hover {
	border-color: #666 #999 #999 #666;
    background:#ddd;
}

span#prev, span#next{
	display:block;
	margin:5px 5px 5px 0;
	float:left;
	width:auto;
	border:1px solid #444444;
	padding:5px 8px;
    background: none repeat scroll 0 0 #fff;
    color: #333;
    border-color: #DDDDDD #AAAAAA #AAAAAA #DDDDDD;
    border-style: solid;
    border-width: 1px;
    text-shadow: 0 1px 0 #FFFFFF;
    cursor:pointer;
}

span#prev span{
    background: url("/images/prevNext.png") no-repeat 0 -4px transparent;
    display:block;
    width:15px;
}
span#prev span:hover {
    background: url("/images/prevNext.png") no-repeat -32px -4px transparent;
    display:block;
}

span#next span{
    background: url("/images/prevNext.png") no-repeat 0 -39px transparent;
    display:block;
    width:15px;
}
span#next span:hover {
    background: url("/images/prevNext.png") no-repeat -32px -39px transparent;
    display:block;
}

span.playpause.pause span {
    background: url("/images/playPause.png") no-repeat 0 0 transparent;
    display:block;
	width:14px;
}

span.playpause.resume span {
    background: url("/images/playPause.png") no-repeat 0 -40px transparent;
    display:block;
	width:14px;
}

a:active
{
outline: none;
}

a:focus
{
outline-style: none;
-moz-outline-style: none;
}

#sidenav{
	margin-top:-13px;
	margin-right:-15px;
	float:right;
	z-index:1;
	position:relative;
	width:200px;
  background-color: #f7f9f2;
  border:solid 1px #666;
}
.index #sidenav{
	margin:0;
}
#sidenav p{
   font-family:Tahoma, Geneva, sans-serif;
   font-size:12px;
   margin-top:0;
}
#sidenav hr{
      margin-top:20px;
      margin-bottom:20px;
}
#sidenavHeader{
	width:200px;
	height:30px;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   color: #E1DBC5;
   font-weight:400;
   text-transform:uppercase;
    background: url("/images/navHeaderGrad.gif") repeat-x scroll 0 0 #555555;
    display: block;
    line-height: 30px;
    position: relative;
    white-space: nowrap;
    text-align:center;
    border: 1px solid #CCC;
}

#customerComment{
 margin:15px 0 0 0;  
}
#customerComment a{
	text-decoration:none;
   color:#000;
   font-family: "Times New Roman", Georgia, Times, serif;
   font-size:13px;
   display:block;
   width:145px;
   margin:8px 8px;
   text-align:left;
}
#customerComment .name{
	text-align:right;
   margin:0 5px 10px 0;
      color:#000;
   font-family: "Times New Roman", Georgia, Times, serif;
   font-size:13px;
}

/* Crib Registration Form */
#cribReg span{
  display:block;
  float:left;
}
#cribReg label{
  display:block;
  font-size:12px;
  margin-bottom:15px;
}
#cribReg .full {
  width:100%;
}
#cribReg .fullMarg {
  width:90%;
}
#cribReg .half {
  width:50%;
}
#cribReg input{
  margin-right:5px;
}
#cribReg .desc{
  display:block;
  float:left;
  width:100%;
  font-weight:bold;
  font-size:15px;
  margin:15px 0 5px 0;
}
.cribRegBody{
	padding:0 25px;
}

/*Popup Tooltips*/
.tooltip{
	 background-color: #F5F5B5;
	 font-weight:normal;
    border: 1px solid #DECA7E;
    color: #303030;
    font-family: sans-serif;
    font-size: 18px;
    line-height: 22px;
    padding: 10px 13px;
    margin-left:5px;
    position: absolute;
    text-align: center;
    z-index: 2;
}

.moreInfo{
	font-weight:bold;
	font-style:normal;
	text-decoration:underline;
	color:#2b53b6;
	cursor:default;
}

.selectInfo{
	display:block;
	margin-bottom:0;
}

#add_to_cart_button{
	width:160px;
	height:38px;
	background: transparent url("/images/add-to-cart.png") no-repeat 0 0;
	display: inline;
	border:0;
	color: transparent;
	text-decoration:none;
	cursor: pointer;
	text-indent:-9999px;
	text-transform: capitalize;
}
#add_to_cart_button:hover{
	background: transparent url("/images/add-to-cart.png") no-repeat 0 -38px;
}
a#help{
	width:160px;
	height:38px;
	margin-top:5px;
	background: transparent url("/images/need-help.png") no-repeat 0 0;
	display: block;
	border:0;
	text-decoration:none;
	cursor: pointer;
	text-indent:-9999px;
}
a#help:hover{
	background: transparent url("/images/need-help.png") no-repeat 0 -38px;
}
a#help2{
	width:175px;
	height:69px;
	background: transparent url("/images/buttons/questions.jpg") no-repeat 0 0;
	display: block;
	border:0;
	text-decoration:none;
	cursor: pointer;
	text-indent:-9999px;
	z-index:4;
	vertical-align:center;
}
a#help2:hover{
	background: transparent url("/images/buttons/questions.jpg") no-repeat 0 -69px;
}
form.foxycart{
	display:block;
	width:65%;
}
#indexList{
	width:725px;
	margin:15px;
}
#indexList td{
	border:1px solid #ccc;
	width:30%;
	padding:0;
}
#indexList h3{
	margin:0;
	padding:5px 0 5px 15px;
	display:block;
	background-color:#b4c37e;
}
#indexList h2{
	margin:5px 5px 5px 15px;
	padding:0;
	display:block;
	width:180px;
	border-bottom:1px solid #000;
	font-size:12px;
}
#indexList ul{
	margin:0;
	padding:0 0 5px 0;
}
#indexList li{
	list-style:none;
	margin:0px;
	padding:0 0 0 25px;
}
#indexList a{
	color:#424242;
	text-decoration:none;
}
#indexList a:hover{
	text-decoration:underline;
}
#indexList p{
	margin:5px 5px 5px 15px;
}
#indexList a.img{
	margin:15px 5px 5px 15px;
	display:block;
	width:200px;
	height:150px;
	overflow:hidden;
}
