body {
	color:#000;
	font: 11px Arial, Helvetica, sans-serif;
	margin:0;
	background:#fff;
}

/* Common Parts */
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color:#555555;
}
p {
	margin:0 0 15px;
	line-height:17px;
	padding:0;
}
img {border:none;}
form {
	margin:0;
	padding:0;
}
fieldset {
	margin:0;
	padding:0;
	border:none;
}
input, select, label, textarea {
	font: 11px Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
input[type=text], select, textarea {
	border: 1px solid #000000;
}

input[type=submit] {
	background: #47413c;
	color: #ffffff;
	border: none;
	width: 50px;
}


/* Main Blocks */
#page-box {
	width:876px;
	margin:0 auto;
	padding-top:31px;
	border-top:15px solid #423d37;
	position:relative;
}
/* sidebar style */
.sidebar {
	float:left;
	width:190px;
	height:616px;
	position:relative;
}
/* search box style */
.search-box {
	width:183px;
	overflow:hidden;
	margin-bottom:40px;
	border:solid #000;
	border-width:1px 0;
	padding:1px 2px 1px 5px;
}
.search-box input.text {
	border:1px solid #fff;
	font:11px Arial, Helvetica, sans-serif;
	color:#000;
	width:160px;
	padding:1px 0;
}
/* logo style */
.logo {
	margin:0 0 70px -66px;
	text-indent:-9999px;
	position:relative;
	overflow:hidden;
	display:block;
	background:url(../images/logo.gif) no-repeat;
	width:286px;
	height:39px;
}
.logo a {
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
}
/* navigation style */
.navCMSListMenuUL {
	margin:0 0 27px;
	padding:0;
	list-style:none;
	width:100px;
}
.navCMSListMenuUL li {
	margin:0 0 5px;
	position:relative;
	float:left;
	width:100%;
	text-transform:lowercase;
}
.navCMSListMenuUL li.active a, .nav li a:hover {
	color:#555;
	text-decoration:none;
}
.navCMSListMenuUL ul {
	margin:4px 0 0 25px;
	padding:0;
	list-style:none;
	display:none;
}
.navCMSListMenuUL .active ul {display:block;}
.navCMSListMenuUL .navCMSListMenuHighlightedLI ul {display:block;}
.navCMSListMenuUL li li {
	padding-left:11px;
	background:url(../images/arrow-right.gif) no-repeat 0 3px;
	float:none;
	width:auto;
}
.navCMSListMenuUL li.active li a {color:#000;}
.navCMSListMenuUL li.active li.active a, .nav li li a:hover {color:#555;}

/* add navigation style */
.add-nav {
	width:124px;
	font-size:11px;
}
.add-nav strong {
	display:block;
	font-weight:normal;
	margin-bottom:5px;
	text-transform:uppercase;
}
.add-nav ul {
	margin:0 0 15px;
	display:block;
}
.add-nav li {
	margin:0 0 3px;
	background:none;
	padding:0;
}
.add-nav .options li {
	background:url(../images/arrow-right.gif) no-repeat 0 10px;
	margin:0;
	padding:6px 0 6px 11px;
}

/* main column style */
.main-column {
	float:right;
	width:611px;
	font-size:11px;
}
.main-column h2 {
	font:normal 12px Arial, Helvetica, sans-serif;
	margin:0 0 20px;
	text-transform:uppercase;
}
.main-column h3 {
	font:normal 12px Arial, Helvetica, sans-serif;
	margin:0 0 10px;
}
/* main info box style */
.main-info-box {
	width:100%;
	overflow:hidden;
	position:relative;
	margin-bottom:40px;
	
	height:auto;
}
.main-info-box img {
	float:left;
}
.info-content {
	float:right;
	width:170px;
}

.body-content {
	width: 534px;
}

.body-content-left {
	float: left;
	width: 267px;
}
.body-content-right {
	float: right;
	width: 267px;
}
/* paging style */
.paging {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.next {
	padding-right:11px;
	background:url(../images/arrow-right.gif) no-repeat 100% 4px;
	font-weight: bold;
}
a.prev {
	background:url(../images/arrow-left.gif) no-repeat 0% 4px;
	padding-left: 11px;
	font-weight: bold;
}
.paging li.next {
	float:right;
	font-weight: normal;
}
.paging li.prev {
	float:left;
	padding-left:11px;
	background:url(../images/arrow-left.gif) no-repeat 0 4px;
	font-weight: normal;
}
.main-info-box .text-box {
	position:absolute;
	right:30px;
	bottom:0;
	width:160px;
	padding-bottom:85px;
	z-index:9;
}
.main-info-box .text-box#article {
	position:absolute;
	right:30px;
	bottom:-100px;
	width:160px;
	z-index:9;
}
.main-column .main-info-box h2 {
	padding:3px 2px;
	margin:0 0 20px;
	border-bottom:1px solid #000;
}

/* options style */
.options {
	margin:0;
	padding:0;
	list-style:none;
	width:124px;
	border-bottom:1px solid #000;
	font-size:11px;
}
.info-content .options {
	position:absolute;
	bottom:0;
	right:0;
	width:160px;

}
.options li {
	border-top:1px solid #000;
	padding:6px 0 6px 11px;


	background:url(../images/arrow-right.gif) no-repeat 0 10px;
}
/* product list style */
.product-list {
	margin:0;
	padding:0;
	list-style:none;
	width:420px;
	overflow:hidden;
	float: left;
}

.product-list li {
	float: left;
}

.product-list a {
	margin-right:20px;
	margin-top: 0px;
	height:162px;
	width:148px;
	position:static !important;
	width:auto !important;
	float:left;
}
.product-list img {
	display:block;
	margin-bottom:8px;
	margin-top: 0px;
}
/* products content style */
.products-content {padding-top:62px;}
.main-column .products-content h3 {
	padding:8px 2px;
	margin:0;
	border-top:1px solid #000;
}
.main-product-list {
	margin:0;
	padding:0;
	list-style:none;
	width:536px;
}
.main-product-list li {
	position:relative;
	float:left;
	width:100%;
}
.main-product-list .product-list {
	margin:0 -80px 0 0;
	width:560px;
}
.main-product-list .product-list li {height:200px;}
.main-product-list .next {
	position:absolute;
	top:165px;
	left:100%;
	margin-left:14px;
	margin-bottom: 10px;
}
.main-product-list .prev {
	position:absolute;
	top:165px;
	left:100%;
	margin-left:-40px;
	margin-bottom: 10px;
}
/* custom styles for development */

div.homeImageWrapper
{
	width: 590px;
	height: 604px;
	overflow: hidden;
	position: relative;
}

span.homeImageLink
{
	position: absolute;
	right: 0px;
	bottom: 20px;
	background-color: #46413B;
	color: #fff;
	width: 80px;
	height: 40px;
	padding: 10px;
}

span.homeImageLink a:link, span.homeImageLink a:visited
{
	color: #fff;
}

div.latest-news
{
	clear: both;
	margin-top: 20px;
	font-style: italic;
}

ul#roll-CasamanceCollections, ul#roll-ZepelCollections, ul#roll-FrOneCollections, ul#roll-CamengoCollections, ul#roll-ChristianFischbacherCollections, ul#roll-CaseLioCollections {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	height: 162px;
}

.news-image img {
	display: block;
}
.news-detail {
	border-bottom: 1px solid #000000;
	padding: 10px 0 10px 0;
	float: left;
	width: 533px;
}

.news-detail img {
	clear: both;
	float: none;
float: right;
}

.home-news { 
	width: 183px;
	position: absolute;
	bottom: 0px;
}

.home-news h3 {
	line-height: 1.5;
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0px;
	border-bottom: 1px solid #000000;
}

.news-title {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0px;
	border-bottom: 1px solid #000000;
}

div.productsmenu
{
	position: absolute;
	top: 220px;
	left: 120px;
	display:none;
}

select.brandMenuDropDown
{
	font-family: Arial;
	font-size: 10px;
	width: 114px;
	border: 1px solid black;
}

a.downloadlink
{
	line-height: 200%;
}

a.productthumbnail {
	float: left;
	margin-right: 20px;
}
h2 a {
	text-transform: lowercase;
	float: right;
	margin-top: -18px;
}

.see-sample {
	width: 124px;
	float: left;
}

.brand-logo img {
	padding-bottom: 60px;
}

.SearchResult {
	margin-bottom: 20px
}
.ResultTitle {
	font-weight: bold;
}
.ResultPath {
	display: none;
}

div#footer {
	width: 590px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: right;
	color: #A7A3A1;
}
div#footer a {
	color: #A7A3A1;
}

#divRotator
{
	border: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	width: 604px;
	height: 590px;
}

#divRotator div
{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

div.loading {
	background: white;
	position: relative;
	top: 0;
	left: 0;
	width: 495px;
	height: 150px;
	opacity: 0.7;
	text-align: center;
}
div.loading img {
	position: absolute;
	top: 48px;
	left: 225px;
}
