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

html, body {
	height: 100%;         /* required */
}

body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	font-family: Arial, Verdana;
	font-size: 10px;
	line-height:18px;
	color:#595851;
	background-color:#FFF;
}

img{
border:none;
}

#head a:hover, #active{
border-bottom: 1px solid #525252;
-moz-outline: none;			/* removes dotted line in Firefox */

}

#head a{
display:block;
text-indent:-2000px;
height:15px;
padding-bottom:4px;

}

#description p a, #info p a, #boutiques a{
padding-bottom:2px;
border-bottom: 1px dotted #595851;
text-decoration:none;
color:#595851;
}

#description p a:hover, #info p a:hover, #boutiques a:hover{
border-bottom: 1px solid #595851;
}

#boutiques img{
margin-bottom:20px;
}

ul{
margin:0;
padding:0;
list-style:none;
}

ul li {
float:left;
list-style:none;
}

#logo ul li {
background:url(images/ks_logo.gif) no-repeat;
width:214px;
}

#nav ul li{
padding-left:10px;
}

.one {
background:url(images/collection.gif) no-repeat;
width:132px;
}

.two {
background:url(images/about.gif) no-repeat;
width:70px;
}

.three {
background:url(images/press.gif) no-repeat;
width:62px;
}

.four {
background:url(images/boutiques.gif) no-repeat;
width:117px;
}

.five{
background:url(images/contact.gif) no-repeat;
width:96px;
}

div#distance { 
	margin-bottom: -250px; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}
div#content{
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 300px;         /* required - desired height */
	width: 750px;          /* required - desired width */
	margin: auto;       /* required */
	clear: left;          /* required */
}

div#content_2 {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 500px;         /* required - desired height */
	width: 750px;          /* required - desired width */
	margin: auto;       /* required */
	clear: left;          /* required */
}

#logo{
float:left;
height:30px;
}

#nav{
float:right;
height:30px;
}

#description{
width:225px;
/*display:run-in;*/
left:15px;
margin-top:-250px;
z-index:1;
}

#info, #boutiques{
	width:502px;
	position:absolute;
	left:239px;
	margin-top:50px;
	top: 39px;
}

#press{
	width:700px;
	position:absolute;
	top: 80px;
	left: 50px;
}


#info h1{
font-size:11px;
font-family:Georgia, "Times New Roman", Times, serif;
text-transform:uppercase;
margin:30px 0px 0px 0px;
}

#boutiques h1{
font-size:11px;
font-family:Georgia, "Times New Roman", Times, serif;
text-transform:uppercase;
margin:30px 0px -8px 0px;
}

#press h1{
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	line-height: 12px;
}

#description img{
padding-right:8px;
}

#description h1{
font-size:11px;
font-family:Georgia, "Times New Roman", Times, serif;
text-transform:uppercase;
margin:30px 0px -10px 0px;
}

#thumbs{
margin-top:-100px;
text-align:right;
width:100px;
float:right;
position:relative;
}

.right{
border-left:40px solid #ccc;
padding-left:5px;
}

.left{
border-right:40px solid #ccc;
padding-right:5px;
}

/*PRESS*/
.press_item{
width:125px;
height:210px;
float:left;
margin-right:47px;
margin-bottom:10px;
background:#fff;
}

.right_numbers{
float:right;
padding-bottom:4px;
border-bottom: 1px dotted #9B9C9D;
color:#9B9C9D;
}

.right_numbers img{
padding:0px 3px 0px 3px;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}