/* CSS Document */


.outerDiv {
    
    width:1000px;
    height:800px;
    position:relative;
	background-image:url(images/background.jpg);
	background-repeat:repeat-y;	
	margin-left: auto ;
  	margin-right: auto ;
	margin-top: 0px;
	margin-bottom: 50px; 
    }
	
	
img {
	border : 0 none;
}

.group {
    position:relative;
	width:750px;
    height:600px;
	left:50%;
    margin-left:-375px; 
}

.main_image {
   position:absolute; 
   width:610px; 
   height:600px; 
   z-index:1; 
   left:0px;
   top: 0px;
  
   }
   
.logo {
 	position:absolute;
	width:130px; 
    height:170px; 
	z-index:2; 
	left:620px; 
	top:10px;
	
	}
	
.sale {
	position:absolute; 
	width:130px; 
    height:130px; 
	z-index:3; 
	left:620px; 
	top:195px;
	
	}

	
#menu
{
  color:#fff;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  /*font-size: 16px;*/
  font-size:.9em;
  font-style:normal;
  font-weight:normal;
  height:20px;
  line-height:1.3em;
  letter-spacing:1px;
  margin: 0;
  padding:0;
  white-space:nowrap;
  text-align:left;
}

#menu ul
{
  list-style:none;
  list-style-image:none;
  margin:0;
  padding:0;
  position:absolute;  
  z-index:0; 
  top:340px;
  left:620px;
  
}

#menu li
{
  background-image:none;
  display:inline;
  margin:0;
  padding:0;
  text-align:center;
}

#menu li a
{
  border:medium none;
  color:#000000;
  font-weight:normal;
  padding:3px 10px;
  text-decoration:none;
}

#menu li a:hover
{
  /*background:#b7d186 none repeat;
  border:medium none;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;*/
  color:#FF6699;
  /*padding-left:9px;
  padding-right:9px;*/
}

/*Footer */
	
* {
        margin: 0;
  }

html, body {
       height: 100%;
  }
 
 .wrapper {
      min-height: 100%;
      height: auto !important;
      height: 100%;
      margin: 0 auto -4em;
  }
  
.push 
{
	  height: 4em;
}

.footer
{
      
	  font-family: Tahoma, Verdana, Arial, sans-serif;
      font-size: 12px;
  	  font-weight:normal;
	  color:#BABDAC;
	  clear:both;
	  height: 4em;
	  padding-top:1em;
	  text-align:center;
}