body {
	width:800px;
	margin:0 auto 0 auto;
	font-family:Helvetica, arial;
	font-size:14px;
}

a:visited {
  color:blue;
}

a img {
	border:solid 1px #000;
}

#logo {
	float:left;
	border:none;
}

#fancy_img {
	cursor:pointer;
}

#menu {
	list-style-type:none;
	float:right;
}

	#menu li {
		display:inline;
		margin-left:1em;
	}
	
		#menu li a {
			color:#bd2700;
			text-decoration:none;
		}
		
			#menu li a:hover {
				text-decoration:underline;
			}

#footer {
	padding:1em 0;
	font-size:12px;
	text-align:right;
}

	#footer #credits {
		display:none;
		position:absolute;
		background-color:#fff;
		color:#000;
		border:solid 1px #000;
		padding:0.2em;
	}

	#footer .title {
		padding-right:0.3em;
		border-right:solid 1px #000;
	}
	
	#footer .name {
		padding-left:0.3em;
		color:#fff;
		background-color:#b9b9b9;
	}

.clear {
	clear:both;
}


/*** HOME ***/
body#home_index {
	background-repeat:no-repeat;
	background-color:#fff;
	width:100%;
}

#bg {
	display:none;
	margin-top:120px;
}

#home_index #logo {
	position:absolute;
	top:25px;
	left:25px;
}
	
body#home_index #foot {
	position:absolute;
	color:#333;
	left:100px;
	top:630px;
	text-transform:uppercase;
	font-size:80%;
}

	#home_index #foot a {
		position:relative;
		color:#666;
	}

	#home_index a {
		position:absolute;
	}
	
		#home_index a img {
			border:none;
		}
	
	#home_index #bienvenue,
	#home_index #welcome {
	  font-size:150%;
	  font-weight:bold;
	  color:#222;
	  text-transform:uppercase;
	  text-decoration:none;
	  text-shadow: #ccc 3px 3px 3px;
	}
	
	
	#home_index #bienvenue:hover,
	#home_index #welcome:hover {
  	text-decoration:underline;
	} 
	
	#home_index #bienvenue {
		top:180px;
		left:40px;
	}
	
	#home_index #welcome {
		left:220px;
		top:230px;
	}
	
  #social {
    z-index:1000;
    position:absolute;
    top:75px;
    left:40px;
    display:block;
  }
 
  #twitter {
    top:0px;
    left:40px;
    position:absolute;
  }
  
    #social a  {
      float:left;
      display:block;
    }
	
/*** NEWS ***/
#home_news {
	background-image:url(/images/bg_news.jpg);
	background-repeat:no-repeat;
	background-position:200px 30px;
	margin-bottom:1em;
}

	#home_news #content {
		margin:100px 0 0 420px;
	}
  
  #home_news #content img.partner {
    margin-right:20px;
  }
	
/*** COLLECTION ***/
#collections_index {
	background-color:#000;
	color:#fff;
}

	#collections_index #content {
		background-image:url(/images/bg_coll.jpg);
		background-repeat:no-repeat;
		height:800px;
	}
	
	#collections_index #content ul {
		list-style-type:none;
		padding:0;
		padding-top:300px;
		font-size:16px;
		font-weight:normal;
		margin-top:0;
	}
	
		#collections_index #content ul li {
			margin-bottom:2em;
			width:200px;
			background-color:#fff;
			text-align:right;
			padding:0.1em 0.3em;
		}
		
			#collections_index #content ul li a {

			}
		
	#collections_index #content a {
		color:#000;
		text-transform: uppercase;
		text-decoration:none;
		font-weight:bold;
	}
	
		#collections_index #content a:hover {
			text-decoration:underline;
		}
		
/*** BIO ***/
#home_bio {
	margin-bottom:0;	
}

	#home_bio #content {
		background-image:url(/images/bg_bio.jpg);
		background-repeat:no-repeat;
		padding:90px 385px 0 20px;
		height:702px;
		text-align:justify;
	}

/*** OUTLETS ***/
#home_outlets {
}

	#home_outlets #content {
		background-image:url(/images/bg_outlets.jpg);
		background-repeat:no-repeat;
		height:340px;
		padding:420px 0 0 0;
		text-align: center;
	}
	
	#home_outlets #name {
		font-size:200%;
	}
	
	#home_outlets #address {
		color:#7f0063;
		text-transform: uppercase;
		font-weight:bold;
	}
	
/*** LINKS ***/
#home_links {
}

	#home_links #content {
		background-image:url(/images/bg_links.jpg);
		background-repeat:no-repeat;
		background-position:0px 0px;
		height:596px;
	}

	#home_links #content ul {
		list-style-type:none;
		padding:0;
		padding:200px 0 0 300px;
		text-align:center;
	}
	
		#home_links #content ul li {
			margin-bottom:1em;
		}
		
			#home_links #content ul li a {
				color:#000;
				text-decoration:none;
				text-transform: uppercase;
			}
			
			#home_links #content ul li a:hover {
				color:#000;
				text-decoration:underline;
			}
			
/*** PROMO ***/
#home_promo {
	background-color:#000;
	color:#fff;
}

	#home_promo #menu a {
		color:#bd2700;
	}

	#home_promo #content {
		background-image:url(/images/bg_promo.jpg);
		background-repeat:no-repeat;
		background-position:top right;
		height:547px;
	}

	#home_promo #content {
		padding-right:350px;
		padding-top:100px;
	}
	
	
	#home_promo .image {
		float:left;
		margin:0 0.3em;
	}
	
		#home_promo .image span {
			display:none;
		}
		
		#home_promo .image img {
			
			border:none;
		}
	
	#home_promo #selector {
		list-style-type:none;
		padding:0;
		margin:0;
	}
	
		#home_promo #selector li {
			border-right:solid 1px #666;
			display:inline;
			padding:0 0.3em;
		}
	
	#home_promo li a {
		color:#fff;
	}
		
	#home_promo li.selected a {
		text-decoration:none;
		font-weight:bold;
	}
	
/**** COLLECTIONS II ****/
.collection {
}

	.collection img {
		height:180px;
	}
	
/**** SALE ****/
#home_sale {}

  #home_sale .special {
    font-size:120%;
  }

  #home_sale .thumbs li {
    display:inline;
  }
  
      #home_sale .thumbs li img {
        border:solid 3px #fff;
      }
  
      #home_sale .thumbs li.selected img {
        border:solid 3px #BD2700;
      }
  
  #home_sale #slideshow {
    float:left;
    margin-right:1em;
  }
  
  #home_sale .bottom.pagination {
    text-align:center;
    margin-bottom:5em;
  }
  
    #home_sale .bottom.pagination a, 
    #home_sale .bottom.pagination span  {
      padding:0.3em;
      border:solid 1px #999;
      margin:0.3em;
      color:#333;
      text-decoration:none;
    }
    
      #home_sale .bottom.pagination .current {
        background-color:#BD2700;
        color:#bbb;
      }
