* {
	margin: 0;
	padding: 0;
}
*:focus {
	outline:none;
}
html {
	background: #000;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
#wrapper {
	position: relative;
	width: 980px;
	height: 693px;
	margin: 20px auto;
	text-align: left;
	background: url(../images/bg-wrapper.jpg) no-repeat;
}
#header span {display:none;}
#flashBannerTop {
	position: absolute;
	top: 16px;
	left: 267px;
	width: 447px;
	height: 52px;
	text-decoration: none;
}
#linkFlashBannerTop {
	position: absolute;
	top: 16px;
	left: 267px;
	width: 447px;
	height: 52px;
	cursor: pointer;
}
#satTopRight {
	position: absolute;
	top: 0px;
	right: 0px;
}
#satBottomLeft {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#footer {
	position: absolute;
	bottom: 32px;
	font-size: 8px;
	text-transform: uppercase;
	width: 479px;
	left: 251px;
	text-align: center;
}
#footer a {
	text-decoration: none;
	color: #FFF;
	margin: 0 8px;
}
#footer span.separator { 
	position: absolute;
	width: 4px;
	height: 5px;
	background: #FFF;
	margin-top: 2px;
	margin-left: -3px;
}
#navigation, #navigation ul {
	position: absolute;
	list-style-type: none;
	top: 34px;
}
#navigation ul li {
	position: absolute;
	width: 130px;
	height: 20px;
	background: url(../images/bg-navigation.jpg) no-repeat;
}
#navigation li span {
	display: none;
}
#navigation li a {
	position: absolute;
	width: 100%;
	height: 100%;
}

#navigation #linkProfile li {
	left: 94px;
	top: 198px;
}
#navigation #linkProfile li.cs {
	top: 222px;
	background-position: 0 -20px;
}
#navigation #linkProfile li.en:hover, #navigation #linkProfile li.en.current {
	background-position: -130px 0;
}
#navigation #linkProfile li.cs:hover, #navigation #linkProfile li.cs.current {
	background-position: -130px -20px;
}

#navigation #linkBoutique li {
	left: 94px;
	top: 398px;
	background-position: 0 -40px;
}
#navigation #linkBoutique li.cs {
	top: 422px;
	background-position: 0 -60px;
}
#navigation #linkBoutique li.en:hover, #navigation #linkBoutique li.en.current {
	background-position: -130px -40px;
}
#navigation #linkBoutique li.cs:hover, #navigation #linkBoutique li.cs.current {
	background-position: -130px -60px;
}

#navigation #linkCollection li {
	left: 756px;
	top: 118px;
	background-position: 0 -80px;
}
#navigation #linkCollection li.cs {
	top: 142px;
	background-position: 0 -100px;
}


#navigation #linkCollection:hover li.en, #navigation ul#linkCollection.current li.en {
	background-position: -130px -80px;
}
#navigation #linkCollection:hover li.cs, #navigation ul#linkCollection.current li.cs {
	background-position: -130px -100px;
}



#navigation #linkCommingSoon li {
	left: 756px;
	top: 316px;
	background-position: 0 -120px;
}
#navigation #linkCommingSoon li.cs {
	top: 340px;
	background-position: 0 -140px;
}
#navigation #linkCommingSoon:hover li.en, #navigation ul#linkCommingSoon.current li.en {
	background-position: -130px -120px;
}
#navigation #linkCommingSoon:hover li.cs, #navigation ul#linkCommingSoon.current li.cs {
	background-position: -130px -140px;
}
#navigation #showCollection li {
	left: 829px;
	top: 216px;
	width: 111px;
	height: 42px;
	background: url(../images/bg-navigation-show.jpg) no-repeat;
}
#navigation #showCollection li:hover, #navigation #showCollection li.current {
	background-position: 0 -42px;
}


#content {
	position: absolute;
	width: 447px;
	height: 530px;
	left: 267px;
	top: 82px;
	overflow: auto;
	background: #000 url(../images/bg-content-black.png) no-repeat;
	color: #FFF;
	z-index: 1;
}
#contentBorderTop {
	position: absolute;
	left: 267px;
	top: 82px;
	width: 447px;
	height: 12px;
	background: url(../images/bg-content-border.gif);
	z-index: 99999;
}
#contentBorderRight {
	position: absolute;
	left: 713px;
	top: 82px;
	width: 1px;
	height: 530px;
	background: url(../images/bg-content-border.gif) 100% 0;
	z-index: 99999;
}
#contentBorderBottom {
	position: absolute;
	left: 267px;
	top: 599px;
	width: 447px;
	height: 13px;
	background: url(../images/bg-content-border.gif) 0 100%;
	z-index: 99999;
}
#contentBorderLeft {
	position: absolute;
	left: 267px;
	top: 82px;
	width: 1px;
	height: 530px;
	background: url(../images/bg-content-border.gif) 100% 0;
	z-index: 99999;
}
#imageGallery {
	position: absolute;
	width: 412px;
	height: 412px;
	left: 17.5px;
	top: 52px;
}
#imageGallery td {
	text-align: center;
	vertical-align: middle;
}
#flashPlayer {
	position: absolute;
	top: 52px;
	width: 233px;
	height:412px;
	left: 107px;
}
#paginator {
	position: absolute;
	bottom: 0px;
}
#paginator a, #paginator span {
	position: absolute;
	width: 48px;
	height: 41px;
	background: url(../images/btn-gallery.jpg);
	bottom: 18px;
	left: 173px;
}
#paginator a.next:hover {
	left: 225px;
	background-position: -48px -41px;
}
#paginator a.prev:hover {
	background-position: 0 -41px;
}
#paginator a.next, #paginator span.next {
	left: 225px;
	background-position: -48px 0;
}
#paginator a.prev, #paginator span.prev {
	background-position: 0 0;
}
#paginator a span, #paginator span span {
	display: none;
}
h2.hiddenHeader {
	display: none;
}
#contentDefault {
	position: relative;
	margin: 1px 0 1px 1px;
	overflow: hidden;
}
#contentDefault img {
	display: block;
}
#contentProfile, #contentBoutique {
	margin: 1px 0 1px 1px;
	color: #666;
	font-size: 14px;
	text-align: justify;
}
#contentProfile {
	padding: 567px 10px 20px 10px;
	background: #FFF url(../images/bg-profile.jpg) no-repeat;
	line-height: 140%;
	height: 400px;
}

#contentBoutique {
	background: #FFF url(../images/bg-boutique.jpg) no-repeat;
	line-height: 120%;
	height: 1400px;
}
#partOne, #partTwo {
	position: absolute;
	overflow: hidden;
	width: 407px;
	margin: 0 10px;
}
#partOne {
	top: 325px;
	height: 370px;
}
#partTwo {
	top: 1015px;
	height: 380px;
	line-height: 140%;
}
#linkToBlog {
	float: right;
	color: #883C86;
	text-decoration: none;
	font-size: 95%;
	margin-top: 3px;
}
#contentCommingSoon {
	width: 100%;
	height: 100%;
	background: url(../images/bg-content-violet.png);
	font-size: 14px;
	line-height: 140%;
	color: #FFF;
}
#contentCommingSoon p {
	padding: 20px 20px 0 20px;
}
#contentCommingSoon #linkToBlog {
	position: relative;
	width: 62px;
	height: 26px;
	background: url(../images/btn-blog.jpg);
	display: block;
	float: left;
	left: 170px;
}
#contentCommingSoon #linkToBlog:hover {background-position:0 -26px;}
#contentCommingSoon #linkToBlog span {display:none;}
#collectionNavigation {
	position: absolute;
	width: 100%;
	height: 21px;
	overflow: hidden;
	top: 20px;
}
#collectionNavigation a {
	position: absolute;
	width: 80px;
	height: 21px;
	background: url(../images/bg-collection-years.jpg) no-repeat;
}
#collNavi1 {
	left: 16px;
}
a#collNavi2 {
	left: 100px;
	background-position: -84px 0;
}
a#collNavi3 {
	left: 184px;
	background-position: -168px 0;
}
a#collNavi4 {
	left: 267px;
	background-position: -252px 0;
}
a#collNavi5 {
	left: 350px;
	background-position: -336px 0;
}
a#collNavi1:hover,a#collNavi1.current {background-position: 0 -21px;}
a#collNavi2:hover,a#collNavi2.current {background-position: -84px -21px;}
a#collNavi3:hover,a#collNavi3.current {background-position: -168px -21px;}
a#collNavi4:hover,a#collNavi4.current {background-position: -252px -21px;}
a#collNavi5:hover,a#collNavi5.current {background-position: -336px -21px;}
#collectionNavigation a span {
	display: none;
}
#collectionName {
	position: absolute;
	bottom: 12px;
	left: 36px;
}
#contentSiteMap {
	position: absolute;
	background: #FFF;
	width: 425px;
	height: 468px;
	color: #666;
	padding: 30px 10px;
	margin: 1px;
	line-height: 160%;
}
#contentSiteMap ul {
	margin: 20px 30px;
}
#contentSiteMap ul ul {
	margin: 0 20px;
}
a {color: #883C86;}



#ajax-spinner {
	position:absolute;
	top:0;
	left:0;
	width:445px;
	height:504px;
	margin: 13px 1px;
	background:#000;
	z-index:10000;
	display: none;
	font-size: 0;
}
#ajax-spinner span {
	position: absolute;
	top:50%;
	left:50%;
	margin:-35px 0 0 -20px;
	width:35px;
	height:35px;
	background: #FFF url('../images/spinner.gif') no-repeat 50% 50%;
	z-index:10001;
}

a[href^="error:"] {
	background: #FF0000;
	color: #FFF;
}
.dump {
	background: #FFF;
	padding: 10px;
	border: 1px solid #FF0000;
	margin: 5px;
}