@media all
{

html {
	background-color: #fff;
}
body {
	background-color: #fff;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #545e66;
}
a {
	color: #545e66;
	text-decoration: none;
	border-bottom: 1px dotted #545e66;
	line-height: 17px;
}
a:hover {
	border-bottom-style: solid;
}
a:focus {
	outline: none;
}
h1 {
	margin: 10px;
	font-size: 25px;
}
p {
	margin: 5px;
}
.bold {
	font-weight: bold;
}
.right {
	text-align: right;
}
a.none {
	border-bottom: none;
}
.white {
	color: #fff;
}
.dark-shadow {
	text-shadow: #000 1px 1px 1px;
}
.white-shadow {
	text-shadow: #fff 1px 1px 1px;
}
.bg1 {
	background-color: #fff;
}

/* <container */
#container {
	margin: 0px auto;
	width: 990px;
}

#logo-home {
	display: block;
	background-image: url(../images/logo-home.jpg);
	background-repeat: no-repeat;
	width: 391px;
	height: 153px;
	margin: 280px 0px 0px 299px; 
	border-bottom: none;
}
#logo-home-error {
	display: block;
	background-image: url(../images/logo-home-error.jpg);
	background-repeat: no-repeat;
	width: 391px;
	height: 200px;
	margin: 280px 0px 0px 299px; 
	border-bottom: none;
}
/* container> */

/* <header */
#header {
	position: relative;
	height: 100px;
}
#logo {
	position: absolute;
	display: block;
	background-image: url('../images/logo.jpg');
	background-repeat: no-repeat;
	top: 30px;
	left: 40px;
	width: 262px;
	height: 40px;
	border-bottom: none;
}

	/* <menu */
	#header ul {
		position: absolute;
		background-color: #f3f3f3;
		top: 40px;
		right: 0px;
		height: 30px;
		font-family: 'ArialNarrowRegular', Arial, Geneva, Helvetica, sans-serif;
		font-size: 12px;
		text-transform: uppercase;
	}
	#header ul li {
		float: left;
		display: inline;
		padding: 0px 15px;
		line-height: 30px;
	}
	#header ul li a {
		border-bottom: none;
	}
	#header ul li a:hover {
		color: #000;
		border-bottom: 1px dotted #333;
	}
	#header ul li a#selected {
		color: #000;
		border-bottom: 1px dotted #333;
	}
	#header ul li a.selected {
		color: #000;
		border-bottom: 1px dotted #333;
	}
	#header ul li a#selected:hover {
		border-bottom-style: solid;
	}
	#header ul li a sup {
		background-color: #111;
		padding: 0 2px;
		color: #fc0;
	}
	
		/* <submenu */
		#leather-goods {
			position: relative;
		}
		#header ul#leather-goods-list {
			display: none;
			position: absolute;
			background: none;
			width: 400px;
			top: 30px;
			left: 0px;
			padding: 0px;
			z-index: 10;
		}
		#header ul#leather-goods-list.show {
			display: block;
			width: 330px;
		}
		#header ul#leather-goods-list li {
			display: block;
			background-color: #fff;
			width: auto;
			padding: 3px 0px 3px 15px;
			font-family: Arial, Geneva, Helvetica, sans-serif;
			font-size: 12px;
			text-transform: lowercase;
			line-height: 20px;
		}
		#header ul#leather-goods-list li a#selected-2 {
			font-weight: bold;
		}
		/* submenu> */
	/* menu> */
/* header> */

/* <main */
#main {
	position: relative;
	height: 450px;
}
#main #path {
	position: absolute;
	list-style-type: none;
	top: 10px;
	left: 40px;
}
#main #path li {
	display: inline;
}
.white {
	color: #fff;
}
.white a {
	border-bottom-color: #eee;
	color: #eee;
}
.white a:hover {
	border-bottom-style: solid;
	color: #fff;
}

/* <slideshow */
#slider {
	position: relative;
	background: url('../images/home/loading.gif') no-repeat 50% 50%;
    width: 990px;
    height: 450px;
}
#slider img {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
}
#slider a {
	display: block;
	border: none;
}
#slider a.imageLink {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border-bottom: none;
	z-index: 60;
}

/* <slide buttons */
.controlNav {
	position: absolute;
	top: 420px;
	right: 10px;
}
.controlNav a {
	position: relative;
	float: left;
	display: block;
	background-image: url('../images/home/bullets.png');
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	border: none;
	margin-right: 3px;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 99;
}
.controlNav a.active {
	background-position: 0 -22px;
}
/* slide buttons> */

/* <slide arrows */
.directionNav a {
	position: absolute;
	display: block;
	background-image: url('../images/home/arrows.png');
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	top: 20px;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 99;
}
a.nextNav {
	background-position: -30px 0px;
	right: 20px;
}
a.nextNav:hover {
	background-position: -30px -30px;
}
a.prevNav {
	right: 60px;
}
a.prevNav:hover {
	background-position: 0px -30px;
}
/* slide arrows> */

.slice {
	display: block;
	position: absolute;
	height: 100%;
	z-index: 50;
}

.caption {
    display: none;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	color: #fff;
	z-index: 89;
}
.caption p {
	/*background-color: #fff;*/
	width: 400px;
	/*margin: 90px 0px 0px 20px;*/
	margin: 25px 0px 0px 20px;
	padding: 0px 0px 20px 0px;
	color: #545e66;
}
#slider .caption p img {
	position: static;
	display: block;
	margin: 20px 0px 0px 20px;
	padding: 20px 0px 0px 0px;
}
.caption p span {
	display: block;
	width: 360px;
	margin: 7px 0px 0px 20px;
}
.caption p span.smaller {
	width: 270px;
}
.caption p a {
	display: block;
	background-image: url('../images/home/details.png');
	background-position: bottom;
	width: 80px;
	height: 30px;
	margin: 20px 0px 0px 20px;
	padding-left: 10px;
	border-bottom: none;
	color: #eee;
	line-height: 31px;
}
.caption p a:hover {
	background-position: top;
	color: #fff;
}
/* slideshow> */

.leather-goods {
	background-image: url('../images/leather-goods/leather-goods.jpg');
	background-position: right;
	background-repeat: no-repeat;
}
.blog {
	background-image: url('../images/blog/blog.jpg');
	background-position: right;
	background-repeat: no-repeat;
}

.bags {
	background-image: url('../images/leather-goods/bags.jpg');
	background-position: right;
	background-repeat: no-repeat;
}
.small-leather-goods {
	background-image: url('../images/leather-goods/small-leather-goods.jpg');
	background-position: right;
	background-repeat: no-repeat;
}
.photo-albums {
	background-image: url('../images/leather-goods/photo-albums.jpg');
	background-position: right;
	background-repeat: no-repeat;
}
.deco {
	background-image: url('../images/leather-goods/deco.jpg');
	background-position: right;
	background-repeat: no-repeat;
}

#text {
	position: absolute;
	width: 400px;
	/*top: 90px;*/
	top: 25px;
	left: 20px;
}
#text img {
	margin: 20px 0px 0px 20px;
}
#text p {
	margin: 7px 20px 20px 20px;
}
#text p img {
	float: right;
	display: block;
	margin: 0px 10px 20px 10px;
}
#text p span {
	display: block;
	padding-top: 15px;
}
#text ul {
	display: block;
	list-style-type: none;
	margin: 0px 0px 25px 20px;
}
#text ul li {
	padding: 2px 0px 2px 0px;
	font-size: 14px;
}
#text ul#submenu-1 li a {
	background-color: #fff;
	border-bottom: none;
	padding: 2px 5px;
	color: #475257;
}
#text ul#submenu-1 li a:hover {
	background-color: #fc0;
	color: #111;
}
#text ul#submenu-2 li a {
	background-color: #fff;
	border-bottom: none;
	padding: 2px 5px;
	color: #475257;
}
#text ul#submenu-2 li a:hover {
	background-color: #fc0;
	color: #111;
}
#text ul#submenu-1 li a#selected-3, #text ul#submenu-2 li a#selected-3 {
	background-color: #fc0;
	color: #111;
}

#text li.submenu {
	margin-left: 10px;
	font-size: 12px;
}
#text ul#submenu-1 li a.selected, #text ul#submenu-2 li a.selected {
	background-color: #eee;
	color: #111;
}

/* <product gallery */
#zoom {
	position: absolute;
	background-image: url('../images/zoom.png');
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	top: 65px;
	right: 86px;
	z-index: 900;
}
#thumb-images {
	position: absolute;
	list-style-type: none;
	width: 66px;
	height: 261px;
	top: 50px;
	left: 924px;
}
#thumb-images a {
	float: left;
	display: block;
	width: 62px;
	height: 62px;
	margin: 0px 0px 4px 3px;
	border-bottom: none;
}
#thumb-images a img {
	border: 1px solid #ccc;
}
#thumb-images a:hover img {
	border-color: #475257;
}
#thumb-images .tabs-selected a img {
	border-color: #000;
}
#details {
	position: absolute;
	top: 310px;
	left: 420px;
	width: 570px;
	height: 160px;
	z-index: 9;
}
#details h2 {
	width: 450px;
	margin: 5px 10px 10px 10px;
	font-size: 18px;
}
#details h2 span {
	font-size: 13px;
}
#details ul {
	list-style-type: none;
	width: 550px;
	margin: 3px 10px;
}
#details ul li {
	background-image: url('../images/plus.png');
	background-position: 0px 3px;
	background-repeat: no-repeat;
	margin-right: 20px;
	padding-left: 14px;
	font-size: 11px;
}
.tabs-hide {
	display: none;
}
.tabs-container {
	position: absolute;
	width: 504px;
	height: 261px;
	top: 50px;
	left: 420px;
	z-index: 3;
}
.tabs-container a {
	border-bottom: none;
}
.tabs-loading {
	background: url('../images/home/loading.gif') no-repeat 50% 50%;
	position: absolute;
	width: 480px;
	height: 260px;
	top: 20px;
	left: 420px;
	z-index: 2;
}
/* product gallery> */

	/* <form */
	form {
		position: absolute;
		top: 115px;
		left: 400px;
		width: 540px;
	}
	form p {
		margin: 10px 0px;
	}
	form label {
		float: left;
		display: block;
		width: 80px;
		margin: 6px 0px 3px;
	}
	form input {
		width: 400px;
		padding: 5px;
		border: 1px solid #eee;
		background-color: #eee;
		color: #545454;
	}
	form input:hover, form input:focus {
		border: 1px dashed #545e66;
	}
	form textarea {
		width: 400px;
		height: 100px;
		padding: 5px;
		border: 1px solid #eee;
		background-color: #eee;
		color: #545454;
	}
	form textarea:hover, form textarea:focus {
		border: 1px dashed #545e66;
	}
	form input.buttons {
		width: 70px;
		cursor: pointer;
		background-color: #fff;
		margin-right: 5px;
		border-bottom: 1px solid #ddd;
	}
	form input.buttons:hover {
		background-color: #545e66;
		border-bottom: #333;
		color: #eee;
	}
	
	#message-sent {
		position: absolute;
		top: 125px;
		left: 400px;
		width: 540px;
	}
	/* form> */

/* main> */

/* <footer */
#footer {
	position: relative;
	padding-top: 20px;
	text-align: center;
}
#footer #social-icons {
	position: absolute;
	top: 35px;
	left: 40px;
}
#footer #social-icons a {
	border-bottom: none;
}
#footer #social-icons a {
	dispaly: inline-block;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
}
#footer #social-icons a + a {
	margin-left: 10px;
}
#author {
	margin-top: 40px;
	font-size: 11px;
	color: #a5acb1;
}
#author:hover {
	color: #545e66;
}
#author:hover a {
	color: #545e66;
}
#author a {
	color: #a5acb1;
}
#author a:hover {
	color: #000;
}
/* footer> */

#ie6 {
	display: none;
}

}

@media print
{}