@CHARSET "ISO-8859-1";

.landing_container {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}


.landing{
	text-align: center;
	background-color: rgb(255,255,255);
}
.image_border {
border: none;
}

.image_enter {
margin-top: 36px;
border: none;
}

a:focus { outline: 
none; }



#main_container {
	overflow: visible;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0px;
}



#header{
	width: 940px;
	}

#header img{
	border: none;
	}
#content{
	width: 940px;
	clear: both;
	background-color: rgb(169,200,95); 
	padding: 0;
	min-height:  620px;
	overflow: hidden;
  	margin: 0;
  	overflow: visible;
}

#leftBufferContact{
width: 123px;
height: 620px; 
	float: left;
}
#leftContact{
width: 315px;
float: left;
height: 620px; 
	 
}
#rightContact{
text-align:right;
width: 390px;
float: left;
height: 620px;
}
#mainLinks{
	float:right;
	position:relative;
	bottom: -30px;
}	

#contactPage{

	clear: both;
		min-height:  628px;
	
}

#contactPage .mail{
text-decoration: none;
border: none;
}
#contactAddress{
margin-top: 140px;
}
#contactDesign{
margin-top: 140px;
}

#contactInfo{
margin-top: 86px;
}
#contactCustomerService{
margin-top: 115px;
}

#contactPublicRelations{
margin-top: 101px;
}
#contactDomesticSales{
margin-top: 140px;
}


#footer{
	width: 940px;
	margin-top: 5px;
	clear:both;
	 
}
#aboutContent{	clear: both;
	padding: 0;
	margin: 0;
    height:628;
    width: 940px;
    overflow: visible;
   
}
#homeContent{
	overflow: hidden;
	clear: both;
	padding: 0;
	margin: 0;
    height: 628px;
    width: 940px;
}
  

#homeImage{
position: absolute;
}

.homePageTagLocation{
	top: 196px;
	left: 144px;
	position: relative;
	z-index: 100;
	
	}

.aboutTextLocation{
	top: 70px;
	left:235px;
	position: relative;
	z-index:  100;
	}

#garmentsContent{
	clear: both;
	padding: 0;
	margin: 0;
    height: 628px;
    width: 940px;
	background: black;
}

.characterDescHide{
	  width:308px;
}
	
.characterDescShow{
	 position: relative;
     z-index: 100;
     width: 308px;
     top:38px;
     left: 335px;
     overflow: visible;
}

.beezyDescShow{
	 position: relative;
     z-index: 100;
     width: 308px;
     top:38px;
     left: 200px;
     overflow: visible;
}


#storeContent{

	clear: both;
	padding: 0;
	margin: 0;
    height: 628px;
    width: 940px;
	overflow:visible;   
    
}
#greenhouseContent{
	 
	clear: both;
	padding: 0;
	margin: 0;
    height: 628px;
    width: 940px;
    overflow: visible;
}	



//slideshow
	

           .slideShow {
               background-color: #ebebeb;
               text-align: center;
               margin-bottom: 10px;
               padding: 5px;
           }
           .slides {
               position: absolute;
               z-index: 1;
               display: none;
           }
           
           .forwardControl {
               position: relative;
               z-index: 10;
               top: 165px;
               left: 955px;
               width: 100px;
           }
		   .backControl {
               position: relative;
               z-index: 10;
               top: 255px;
               left: -110px;
               width: 100px;
           }

           #slide1 {
               display: block;
           }
           
           
