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

body{
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
a {
	color:#FFFFFF;
	text-decoration: underline;
}
a:hover {
	color:#CCCCCC;
}
h1 {
	font-size:20px;
	text-transform:uppercase;
	margin:0px 0px 10px 0px;
}
h2 {
	font-size:11px;
	margin:0px;
}
p {
	margin:5px 0px;;
}
#all{
	width:640px;
	margin:0px auto;
	position:relative;
}
#logo{
	width:140px;
	height:110px;
	position:absolute;
	top:1px;
	left:490px;
	z-index:50;
/*
	background: #FFFFFF;
*/

}
#menu{
	width:640px;
	height:20px;
	position:absolute;
	top:70px;
	left:0px;
	z-index:40;
	font-size:12px;
}
	#menu a{
		letter-spacing:1px;
		text-decoration:none;
		padding:1px 5px;
		margin-right:5px;
		height:18px;
		display:block;
		float:left;
	}
	#menu a.collections{
		color:#974750;
	}
	#menu a.collections-open, #menu a.collections:hover{
		color:#FFFFFF;
		background-color:#974750;
	}
	#menu a.designers{
		color:#e66102;
	}
	#menu a.designers-open, #menu a.designers:hover{
		color:#FFFFFF;
		background-color:#e66102;
	}
	#menu a.working{
		color:#98a287;
	}
	#menu a.working-open, #menu a.working:hover{
		color:#FFFFFF;
		background-color:#98a287;
	}
	#menu a.extra{
		color:#303c62;
	}
	#menu a.extra-open, #menu a.extra:hover{
		color:#FFFFFF;
		background-color:#303c62;
	}
	#menu a.gallery{
		color:#e40001;
	}
	#menu a.gallery-open, #menu a.gallery:hover{
		color:#FFFFFF;
		background-color:#cdccba;
	}
	#menu a.contact{
		color:#94888c;
	}
	#menu a.contact-open, #menu a.contact:hover{
		color:#FFFFFF;
		background-color:#94888c;
	}
#home-collections{
	background:url(images/collection-content-bg.gif) no-repeat bottom left #974750;
	background-position: 0 190px;
	position:absolute;
	top:90px;
	left:0px;
	z-index:20;
	width:417px;
	height:194px;
	padding:30px;
}
#home-collections.special{
	background:url(images/collection-content-bg.gif) no-repeat bottom left #974750;
	background-position: 370px 410px;
	position:absolute;
	top:90px;
	left:0px;
	z-index:20;
	width:580px;
	height:420px;
	padding:30px;
}
		#home-collections div.img{
			float:left;
			width:165px;
		}
		#home-collections div.txt{
			float:left;
			width:220px;
		}
#home-designers{
	background:url(images/designers-content-bg.gif) no-repeat bottom right #e66102;
	position:absolute;
	top:338px;
	left:22px;
	z-index:40;
	width:286px;
	height:200px;
	padding:30px;
}
		#home-designers div.img{
			float:left;
			width:135px;
		}
		#home-designers div.txt{
			float:left;
			width:120px;
		}
#home-working{
	background:url(images/working-content-bg.gif) no-repeat bottom right #98a287;
	position:absolute;
	top:344px;
	left:360px;
	z-index:10;
	width:213px;
	height:146px;
	padding:50px 30px 30px 30px;
}
#home-extra{
	background:url(images/extra-content-bg.gif) no-repeat bottom right #303c62;
	position:absolute;
	top:140px;
	left:438px;
	z-index:30;
	width:213px;
	/*height:174px;*/
	padding:30px 60px 30px 30px;
}
#home-extra p{
	padding-bottom:15px;
}
#home-collections a, #home-designers a, #home-working a, #home-extra a { 
	text-decoration:none;
}
.collections-link-home{
	position:absolute;
	top:291px;
	left:13px;
	height: 40px;
	width: 240px;
	z-index:100;
}
.collections-link-home.special{
	position:absolute;
	top:513px;
	left:374px;
	height: 40px;
	width: 240px;
	z-index:100;
}
.extra-link-home{
	position:absolute;
	top:246px;
	left:688px;
	height: 220px;
	width: 50px;
	z-index:100;
}
.designers-link-home{
	position:absolute;
	top:378px;
	left:317px;
	height: 220px;
	width: 50px;
	z-index:100;
}
.working-link-home{
	position:absolute;
	top:517px;
	left:429px;
	height: 50px;
	width: 200px;
	z-index:100;
}
#content{
	width:460px;
	padding:40px 140px 40px 40px;
	position:absolute;
	top:90px;
	left:0px;
	z-index:40;
}
	#content.collections{
		background:url(images/collection-content-bg.gif) no-repeat bottom right #974750;
		padding-bottom:50px;
	width:560px;
	padding:40px 40px 40px 40px;
	}
		#content.collections div.img{
			float:left;
			clear:left;
			width:330px;
		}
			#content.collections div.img img{
				float:left;
				margin:0px 15px 15px 0px;
			}
		#content.collections div.txt{
			float:right;
			clear:right;
			width:230px;
		}
		#content.collections div.list{
			float:left;
			clear:both;
			width:560px;
			padding-bottom:20px;
		}
		#content.collections div.list a{
			text-decoration:none;
		}
		#content.collections div.list div.img{
			float:left;
			clear:left;
			width:150px;
		}
		#content.collections div.list div.txt{
			float:right;
			clear:right;
			width:400px;
		}
		#content.collections div.close-link{
	float:left;
	clear:both;
	width:300px;
	padding:20px 0px;
		}
		#content.collections div.nav{
	float:left;
	clear:both;
	width:550px;
	padding:20px 0px;
	text-align:center;
	font-size:24px;
	font-weight:bold;
		}
		#content.collections div.nav div.left{
			float:left;
			width:25px;
		}
		#content.collections div.nav div.center{
			float:left;
			width:490px;
		}
		#content.collections div.nav div.right{
			float:right;
			width:25px;
		}
		#content.collections div.nav a{
			text-decoration:none;
		}
	#content.designers{
		background:url(images/designers-content-bg.gif) no-repeat bottom right #e66102;
	}
		#content.designers div.img{
			float:left;
			clear:left;
			width:150px;
		}
		#content.designers div.txt{
			float:right;
			clear:right;
			width:300px;
		}
		#content.designers div.list{
			float:left;
			clear:both;
			width:460px;
			padding-bottom:20px;
		}
		#content.designers div.list a{
			text-decoration:none;
		}
		#content.designers div.list div.img{
			float:left;
			clear:left;
			width:150px;
		}
		#content.designers div.list div.txt{
			float:right;
			clear:right;
			width:300px;
		}
		#content.designers div.close-link{
			float:left;
			clear:both;
			width:300px;
			padding:20px 0px;
		}
	#content.working{
		background:url(images/working-content-bg.gif) no-repeat bottom right #98a287;
	}
	#content.working a{
		color:#FFFFFF;
		text-decoration:none;
		font-weight:bold;
	}
	#content.working img{
		margin-right:10px;
	}
	#content.working img.thumb{
		
	}
	#content.extra{
		background:url(images/extra-content-bg.gif) no-repeat bottom right #303c62;
	}
		#content.extra a{
			text-decoration:none;
		}
		#content.extra div.news{
			float:left;
			clear:both;
			width:460px;
			padding-bottom:20px;
		}
		#content.extra div.news div.img{
			float:left;
			clear:left;
			width:150px;
		}
		#content.extra div.news div.txt{
			float:right;
			clear:right;
			width:300px;
		}
	#content.gallery{
		background:url(images/gallery-content-bg.gif) no-repeat bottom right #cdccba;
		color:#000000;
	}
	#content.gallery a{
	color:#000000;
	text-decoration:none;
	}
	#content.gallery a:hover{
	text-decoration: underline;
	}
	#content.contact{
	background:#94888c;
	color:#FFFFFF;
	}
	#content.contact a{
	color:#FFFFFF;
	}
