A {
	color: #cb7f12;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

BODY {
	margin: 0px;
	padding: 0px;
	background: #fff url('images/back.png') left top repeat-x;
	text-align: center;
	line-height: 1.2;
}

FORM {
	margin: 0px;
	padding: 0px;
}

IMG {
	border: 0px;
}

TD, BODY {
	font-family: "Freestyle Script", "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 24px;
	line-height: 1.5;
	color: #000;
}

P {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

H1, H2, H3, H4, H5 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

UL {
	margin: 0px;
	padding: 0px 0px 15px 35px;
}

.clear {
	clear: both;
}

/* ########################################################################################## */

#home {
	width: 990px;
	height: 589px;
	margin: auto;
	text-align: left;
	position: relative;

	background: url('images/entry.png') left top no-repeat;
}

#home A {
	display: block;
	position: absolute;
	left: 583px;
	top: 222px;

	width: 110px;
	height: 146px;

	overflow: hidden;
	text-indent: -9999px;

	background: url('images/entry_hover.png') left -146px no-repeat;
}


#home A:hover {
	background-position: left top;
}

/* ########################################################################################## */

#main {
	width: 990px;
	height: 610px;
	margin: auto;
	text-align: left;
	position: relative;

	background: url('images/main.png') left top no-repeat;
}

#main A {
	display: block;
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
}

#main A.about {
	left: 454px;
	top: 122px;

	width: 161px;
	height: 139px;

	background: url('images/main_about.png') left -139px no-repeat;
}

#main A.press {
	left: 642px;
	top: 225px;

	width: 157px;
	height: 137px;

	background: url('images/main_press.png') left -137px no-repeat;
}


#main A.accessories {
	left: 843px;
	top: 17px;

	width: 135px;
	height: 214px;

	background: url('images/main_accessories.png') left -214px no-repeat;
}


#main A.collection {
	left: 143px;
	top: 237px;

	width: 368px;
	height: 196px;

	background: url('images/main_collection.png') left -196px no-repeat;
}


#main A.contact {
	left: 545px;
	top: 269px;

	width: 140px;
	height: 130px;

	background: url('images/main_contact.png') left -130px no-repeat;
}


#main A.inspire {
	left: 465px;
	top: 273px;

	width: 120px;
	height: 178px;

	background: url('images/main_inspire.png') left -178px no-repeat;
}


#main A:hover {
	background-position: left top;
}

UL.thumbpanel {
	list-style: none;
	padding: 0;
}

UL.thumbpanel LI {
	float: left;
	padding: 0 20px 20px 0;
}
