@charset "UTF-8";
/* CSS Document */



@font-face {
   font-family: ave;
   src: url(font/AvenirNextLTPro-Regular.woff);
}

@font-face {
   font-family: ave;
   src: url(font/AvenirNextLTPro-Demi.woff);
   font-weight: bold;
}

@font-face {
   font-family: aveBlack;
   src: url(font/AvenirNextLTPro-Bold.woff);
   font-weight: lighter;
}

@font-face {
   font-family: cascade;
   src: url(font/Cascade.woff);

}









.container{
	background-image:url(images/home/menuBackground.jpg);
	background-position:top;
	background-repeat:repeat-x;
	box-shadow: 0px 0px 25px #061f00;	
}



.next_Button{
	width:85%;
	height:auto;
	margin:auto;
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	opacity:.5;
	cursor:pointer;
	z-index:1;
	transition: all .3s;
	}

.next_Button:hover{
	opacity:1
	}

.next_Button_container{
	padding-top:10px;
	width:5%;
	height:70%;
	position:absolute;
	margin-bottom:30px;
	right:0px;
	top:10px;
	}
@media screen and (min-width: 1330px)  { .next_Button_container{ width: 3%; } }	
@media screen and (max-width: 575px)  { .next_Button_container{ width: 7%; } }	


.previous_Button{
	width:85%;
	height:auto;
	margin:auto;
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	opacity:.5;
	cursor:pointer;
	z-index:1;
	transition: all .3s;
	}

.previous_Button:hover{
	opacity:1
	}
	

.previous_Button_container{
	padding-top:10px;
	width:5%;
	height:70%;
	position:absolute;
	margin-bottom:30px;
	left:0px;
	top:10px;
	}
@media screen and (min-width: 1330px)  { .previous_Button_container{ width: 3%; } }
@media screen and (max-width: 575px)  { .previous_Button_container{ width: 7%; } }	
	

.previous_Fade{
	border:#C00 solid 0px;
	padding-top:10px;
	width:5.5%;
	height:100%;
	position:absolute;
	margin-bottom:0px;
	left:0px;
	top:0px;
	border-bottom:solid 0px #fff;
	border-top:solid 0px #fff;
	background-image:url(../images/home/fadePrevious.png);
	background-position:center;
	background-size: 100% 100%;
	background-repeat:no-repeat;
	}
@media screen and (max-width: 818px)  { .previous_Fade{ width: 6.5%; } }
@media screen and (max-width: 576px)  { .previous_Fade{ width: 8.5%; } }
@media screen and (min-width: 1330px)  { .previous_Fade{ width: 4.25%; } }
@media screen and (min-width: 1400px)  { .previous_Fade{ width: 3.75%; } }


.next_Fade{
	border:#C00 solid 0px;
	padding-top:10px;
	width:5%;
	height:99%;
	position:absolute;
	margin-bottom:0px;
	right:0px;
	top:0px;
	border-bottom:solid 0px #fff;
	border-top:solid 0px #fff;
	background:url(../images/home/fadeNext.png);
	background-position:center;
	background-size: 100% 100%;
	background-repeat:no-repeat;
	transform:translateX(-6px);
	}
@media screen and (max-width: 818px)  { .next_Fade{ width: 6%; transform:translateX(-0px); border:#C00 solid 0px;} }
@media screen and (max-width: 576px)  { .next_Fade{ width: 8%; transform:translateX(-5px); border:#C00 solid 0px; } }
@media screen and (min-width: 1330px)  { .next_Fade{ width: 3%; transform:translateX(-0px); border:#C00 solid 0px; } }
@media screen and (min-width: 1400px)  { .next_Fade{ width: 3.6%; transform:translateX(-5px); border:#C00 solid 0px; } }


.containerHome{
	height:100%;
	background-image:url(home/menuBackground.png);
	background-repeat:repeat-x;
	background-position:center;
	background-size: auto 100%;	
	}
	
#owl-demo .item{
		border-radius: 8px 8px 8px 8px;-moz-border-radius: 8px 8px 8px 8px;-webkit-border-radius: 8px 8px 8px 8px;
        background: #fff;
		border: solid 3px #CACACA;
        margin-top: 15px;
		margin-bottom: 15px;
		margin-left: 15px;
		margin-right: 15px;
        color: #999;
		height:200px;
        text-align: center;
		box-shadow: 0px 0px 10px #C4CBC1;
		transition: all .3s;
    }
@media screen and (max-width: 700px)  {#owl-demo .item{margin-top: 15px; margin-bottom: 15px; margin-left: 8px; margin-right: 8px; height:170px;} }
	
	
#owl-demo .item:hover{
		border: solid 3px #ffffff;
		box-shadow: 0px 0px 10px #C4CBC1;
		    -ms-transform: translate(0px,0px); /* IE 9 */
    		-webkit-transform: translate(0x,0px); /* Safari */
    		transform: translate(0px,0px);
}
	
.customNavigation{
      text-align: center;
	  position:relative;
    }
.customNavigation a{
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }


	
.PlayStopBackground{
	height:30px; 
	width:100%;
	background-image:url(images/home/menuBackground.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	border-bottom:solid 7px #eef3ed;
	background:#eef3ed;
	}

.autoplayPosition{
	width:40%; 
	position:absolute; 
	top:0; 
	right:50%;
	padding:5px;
}
	
.stopPosition{
	 width:40%; 
	 position:absolute; 
	 top:0; 
	 left:50%;
	 padding:5px;
}


#autoplay_stop_Button{
	opacity:.5;
	cursor:pointer;
	transition: all .3s;
	}
#autoplay_stop_Button:hover{
	opacity:1;
	}

.siteContent{
	margin:0 auto;
	width:100%;
	max-width:1080px;
	background-color:#FFF;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.4);	
	}

.mainContent{
	border:1px solid #C36;
	background-color:#FFF;
	position: relative;
	margin:0 auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:90%;
	height:auto;
	}

.menuHead{
	width:100%;
	padding-top:8px;
	padding-bottom:8px;
	background-color:#000;
	transition: all .3s;
	color:#fff;
	font-size:26px;
	text-align:center;
	border-bottom:0px solid #145911;
	cursor:pointer;
	}
	
.menuHead:hover{
	background-color:#aa995b ;
	}
	
.rotate {
	    -moz-transition: -moz-transform .3s;
    -webkit-transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
    transition: transform .3s;
	
    -moz-transform: rotate(0deg);
     -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.rotate-2{
	    -moz-transition: -moz-transform .3s;
    -webkit-transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
    transition: transform .3s;
	
    -moz-transform: rotate(180deg);
     -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
	
	
.section{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background-color: #fff;
	color: #000;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	display:none;
	border-bottom: solid 1px #999999;
	}
	



body, html {
	font-family: ave, Arial, Helvetica, sans-serif;
	height:100%;
	width:100%;
	padding:0;
	margin:0;
	background-color:#fff;
	
}

.product{
	border: solid 0px #00CC00; 
	width:100%;
	height:100%;
	position:relative;
	cursor:pointer;
	}

.productImage{
	border: solid 0px #00CC00;
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	height:64%;
	position:absolute;
	margin:auto;
	margin-top:10px;
	left:0;
	right:0;
	top:0;
	}

.productImagePages{
	border: solid 0px #00CC00;
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	height:64%;
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	top:0;
	}	

.productImageEnlarge{
	background-repeat: no-repeat;
	background-position: left;
	background-size:contain;
	}
	
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 90%;
	margin:0 auto;
	-ms-touch-action: pan-y;
}
@media screen and (min-width: 1330px)  { .owl-carousel{ width: 94%; } }
@media screen and (max-width: 575px)  { .owl-carousel{ width: 86%; } }

.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	background:#eef3ed;
	
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(../grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/* clearfix */


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 2px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #666;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	transition: all .2s;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 9px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #808285;
	transition: all .3s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(../js/AjaxLoader.gif) no-repeat center center

}

/* clearfix */










.containerProduct{
	position:absolute;
	bottom:0;
	width:100%;
	background-position:top;
	background-repeat:repeat-x;
}



.buttons_carousel{
	position:relative;
	padding-top:10px;
	background:#eef3ed;
	border-top:solid 7px #eef3ed;
}

.next_Button{
	width:85%;
	height:auto;
	margin:auto;
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	opacity:.5;
	cursor:pointer;
	}

.next_Button:hover{
	opacity:1
	}

.next_Button_container{
	padding-top:10px;
	width:5%;
	height:70%;
	position:absolute;
	margin-bottom:30px;
	right:0px;
	top:10px;
	min-width:30px;
	}
@media screen and (min-width: 1330px)  { .next_Button_container{ width: 4%; } }	
@media screen and (max-width: 575px)  { .next_Button_container{ width: 7%; } }	


.previous_Button{
	width:85%;
	height:auto;
	margin:auto;
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	opacity:.5;
	cursor:pointer;
	}

.previous_Button:hover{
	opacity:1
	}
	

.previous_Button_container{
	padding-top:10px;
	width:5%;
	height:70%;
	position:absolute;
	margin-bottom:30px;
	left:0px;
	top:10px;
	min-width:30px;
	}
@media screen and (min-width: 1330px)  { .previous_Button_container{ width: 4%; } }
@media screen and (max-width: 575px)  { .previous_Button_container{ width: 7%; } }	
	
	
 #demo{
	z-index: 10;
	position:relative;}
	
	
#owl-demo .itemPages{
        background: #fff;
		border: solid 4px #CACACA;
        margin: 10px;
        color: #666;
		height:120px;
        text-align: center;
		border-radius: 8px 8px 8px 8px;-moz-border-radius: 8px 8px 8px 8px;-webkit-border-radius: 8px 8px 8px 8px;
    }
	
#owl-demo .itemPages:hover{
	    color: #3E3E3E;
		transition: all 0.3s ease 0;
		border: solid 4px #E2E2E2;
}
	
.customNavigation{
      text-align: center;
	  position:relative;
    }
.customNavigation a{
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }



.autoplayPosition{
	width:40%; 
	position:absolute; 
	top:0; 
	right:50%;
	padding:1px;
}
	
.stopPosition{
	 width:40%; 
	 position:absolute; 
	 top:0; 
	 left:50%;
	 padding:1px;
}


#autoplay_stop_Button{
	opacity:.5;
	cursor:pointer;
	}
#autoplay_stop_Button:hover{
	opacity:1;
	}





.catagoryHeader{
	font-family:ave, Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	text-transform: uppercase;
	color: #999;
	width:100%;
	text-align:left;
	} 

.pageText{
	font-size:14px;
	}

.catagory{
	width:100%;
	color: #000;
	padding-bottom:5px;
	}
	
.priceContainer{
	margin-top:5px;
	border: #CCC 2px solid;
	display: table;
	}
@media screen and (max-width: 905px)  { 
.priceContainer{
border:#CCC solid 0px; } }
	



.imageDescriptionContainer{
	position:fixed;
	top:0;
	right:0;
	width:22%;
	min-width:130px;
	height:auto;
	text-align:left;
	background-color:#FFF;
    box-shadow: 0px 0px 10px #888888;
	background: rgba(255, 255, 255, 0.9);
	}
	
.imageDescriptionHead{
	text-decoration:underline;
	color: #006f3c;
	top:0;
	right:0;
	min-width:120px;
	height:auto;
	padding:3px;
	text-align:center;
	background-color:#FFF;
	cursor:pointer;
	}
	
.imageDescriptionHead:hover{
	color:#41964b;
	text-decoration:underline;
	}	
		
.imageDescription{
	border:solid 0px #036;
	position:relative;
	top:0;
	right:0;
	height:auto;
	padding:15px;
	text-align:left;
	display:none;
	text-transform: capitalize;
	}
.hidden{
	display:none;
	}
			
.alsoSee{
	border:solid 0px #036;
	font-size:14px;
	font-weight:bold;
	color:#666;
	left:0;
	float:left;
	display:block;
    width: auto;
	}
	
.alsoSeeLink{
	border:solid 0px #036;
	color: #006f3c;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	float:left;
	display:block;
    width: 100%;
	cursor:pointer;
	}
	
.alsoSeeLink:hover{
	color:#41964b;
	text-decoration:underline;
	}	

	
li{
  margin-left:15px;
  padding-bottom:5px;
}	










iframe {
border: 0;
} 

.dark{
	width:100%; 
	height:100%; 
	position:fixed; 
	top:0px; 
	background-color: rgba(231, 226, 208, 0.78);
	z-index:15;
	display:none;
}



	
.productText{
	border:solid 0px #000000;
	color: #999;
	font-size:17px;
	font-weight:bold;
	letter-spacing:.06em;
	margin:auto;
	left:0;
	right:0;
	padding-bottom:3px;
	position:absolute;
	bottom:0;
	line-height:1.2
}

@media screen and (max-width: 600px)  { .productText{ font-size:14px; } }	




.productText_catagory{
	padding-bottom:3px;
	}
	
.productText_item{
	
	}
	
.productFrameDiv{
	display:none;
	border: solid 2px #ccc;
	position: fixed; 
	top:0; 
	bottom:0; 
	left:0; 
	right:0; 
	margin:auto; 
	width:90%; 
	height:90%; 
	background:#FFF; 
	box-shadow:0px 0px 200px #000000;
	z-index: 20;
	
	}
@media screen and (min-width: 1550px)  { .productFrameDiv{ 	width:95%; height:93%; } }	
	
.closeButton{
	position: absolute;
	top:-25px;
	right:-19px;
	float:right;
	width:30px;
	height:30px;
	padding:3px;
    background-color: #a4a4a4;
	background-image:url(../images/home/close.png);
	background-size:contain;
	border-radius: 50px;
	border: solid 2px #DDDDDD;
	cursor:pointer;
	color:#fff;
	box-shadow: 0px 0px 8px #6c654a;
	transition: all .3s;
}
@media screen and (max-width: 400px)  { .closeButton{ 	width:23px; height:23px;top:-17px; } }	


.closeButton:hover{
    background-color: #636363;
	border-radius: 50px;
	color:#fff;}

.closeX{
	font-family:ave, Arial, Helvetica, sans-serif;
	font-weight:lighter;
    display: table;
    margin: 0 auto;
	font-weight: 300;
	font-size:16px;
	cursor:pointer;
	}


.quantityHead{
	border: 1px solid #ccc;
	padding:2px;
	font-size:1em;
	letter-spacing:.07em;
	color:#000;
	background-color:#CCC;
	text-align:center;
	width:100%;
	height:100%;
    display: table;
	margin: 0 auto;}

.quantity{
	border: 1px solid #ccc;
	padding:2px;
	font-size:1em;
	letter-spacing:.07em;
	color:#000;
	text-align:center;
	width:100%;
	height:100%;    
	display: table;
    margin: 0 auto;}
	
.priceHead{	
	font-size:1em;
	padding:2px;
	border: 1px solid #ccc;
	letter-spacing:.07em;
	color:#000;
	background-color:#CCC;
	text-align:center;
	width:100%;
	height:100%;    
	display: table;
	margin: 0 auto;}

.price{
	font-size:1em;
	padding:2px;
	border: 1px solid #ccc;
	letter-spacing:.07em;
	color:#000;
	text-align:center;
	font-weight:bold;
	width:100%;
	height:100%;
	position:relative;
	display: table;
	top:0;
	bottom:0;
    margin: 0 auto;}

.divCenteredIndiv{
	height:100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;}

table{
     border: 0px solid #fff;}
td{
	 height:100%;
	 padding:3px;
     border: 3px solid #fff;}
	
	
td#tdSection{
	border: 0px solid #963;
	border-collapse:collapse;
	}


	 	
.homePageSectionTextHead{
	border:#900 solid 0px;
	border-bottom: #CCC solid 0px;
	padding-top:14px;
	margin:auto;
	width:90%;
	text-align:center;
	font-family: ave, Arial, Helvetica, sans-serif;
	font-size:2.5em;
	font-weight:bold;
	color: #464646;
	}

.homePageSectionTextHead-caption{
	border:#900 solid 0px;
	border-bottom: #CCC solid 0px;
	margin:auto;
	padding-top:15px;
	width:90%;
	text-align:center;
	font-family: ave, Arial, Helvetica, sans-serif;
	font-size:1.75em;
	font-weight:bold;
	color: #464646;
	}
	
.homePageSectionTextSubHead{
	border:#900 solid 0px;
	border-bottom: #CCC solid 0px;
	margin:auto;
	padding-bottom:10px;
	width:90%;
	text-align:center;
	font-family: ave, Arial, Helvetica, sans-serif;
	font-size:2.3em;
	color: #464646;
	text-align:center;
	}
	
.homeFeatureText{
	border:#900 solid 0px;
	height:140px;
	width:100%;
	margin:auto;
	border-bottom: #CCC solid 1px;
	}	
	
.cascade{
		font-family:cascade, ave, Arial, Helvetica, sans-serif;
	}
		 
.homePageSection{
	border-radius: 8px 8px 8px 8px;-moz-border-radius: 8px 8px 8px 8px;-webkit-border-radius: 8px 8px 8px 8px;
	border: #D1D1D1 solid 1px;
	background-color: #f4f7f3;
	transition: all .3s;
	width: 30%;
	height: 100%;
	margin: 15px;
	min-width: 170px;
	vertical-align: top;
	display: inline-block;
	box-shadow: 0px 0px 0px #DDDDDD;
	}
	
@media screen and (max-width: 960px)  { .homePageSection{ width: 80%; height: 400px;} }

.homepageImage{
	width:100%; 
	height:auto;
	}
@media screen and (max-width: 960px)  { .homepageImage{ width:39%; height:100%;} }
@media screen and (max-width: 734px)  { .homepageImage{ width:45%; height:100%;} }
@media screen and (max-width: 670px)  { .homepageImage{ width:55%; height:100%;} }
@media screen and (max-width: 448px)  { .homepageImage{ width:75%; height:100%;} }
@media screen and (max-width: 379px)  { .homepageImage{ width:100%; height:100%;} }


input, textarea{
	border-radius: 3px 3px 3px 3px;-moz-border-radius: 3px 3px 3px 3px;-webkit-border-radius:3px 3px 3px 3px;
	border: #D1D1D1 solid 1px;
	}
	
	
.searchWrap{
	border:#fff solid 0px;
	height:100%;
	width:100%;
	position:absolute;
	}
	
.searchContainer{
	box-shadow: 0px 0px 6px rgba(0,0,0,0.35);
	border-radius: 15px 15px 0px 0px;-moz-border-radius: 15px 15px 0px 0px;-webkit-border-radius: 15px 15px 0px 0px;
	border: #CACACA solid 0px;
	background-color: #eef3ed;
	width:246px;
	height:50px;
	position:absolute;
	right: 20px;
	bottom:0px;
	padding:5px;
	}
.searchContainer:hover{
	/* border: #EAEAEA solid 1px; */	
	}
@media screen and (max-width: 1024px)  { .searchContainer{ margin:0 auto; margin-top:73px; position: inherit} }
	

.searchInput{
	border-radius: 8px 0px 0px 8px;-moz-border-radius: 8px 0px 0px 8px;-webkit-border-radius: 8px 0px 0px 8px;
	border:solid 3px #e6e6e6;
	font-family:ave, Arial, Helvetica, sans-serif;
	border: solid 1px #CACACA;
	padding:5px;
	font-size:1.5em;
	width:188px;
	}

.searchButton{
	border-radius: 0px 8px 8px 0px;-moz-border-radius: 0px 8px 8px 0px;-webkit-border-radius: 0px 8px 8px 0px;
	border: solid 0px #CACACA;
	background-color:#CACACA;
	padding:5px;
	cursor:pointer;
	height:100%;
	font-family:ave, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.5em;
	color: #666;
	text-shadow: 0px 1px 1px #fff;
	}
.searchButton:hover{
	color:#000;
	text-shadow: 0px 0px 0px #fff;
	}	
	
::-webkit-input-placeholder {
   color: #000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}

:-ms-input-placeholder {  
   color: #000;  
}

.tagline{
	border:#069 solid 0px;
	text-align:center;
	font-family:ave, Arial, Helvetica, sans-serif;
	font-size:1.75em;
	position:absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	bottom:-24px;
	z-index:11;
	}
	
#specialButton{ cursor:pointer;}

.scrollExpand{
	height:500px;
	}