/* GENERAL */
* {
	padding: 	0px;
	margin: 	0px;
}

html, body {
	height:		100%;
}

img {
	border:		0px;
}

body {
	font-family:		arial;
	background-image:	url(../gfx/site/bg_body.gif);
	background-repeat:	repeat;
	font-size: 			11px;
}

p {
	margin-bottom:		15px;
	line-height:		15px;
}


/*CONTAINER DIV*/
div#container {
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-255px;
	margin-left:-500px;
	width:1000px;
	height:510px;
}


/*CONTENT DIV*/
div#content {
	position:absolute;
	top:38px;
	left:67px;
	width:730px;
	height:425px;
	border:1px solid #C0C0C0;
	background-color:#FFFFFF;
	text-align:justify;
	overflow: hidden;
}

div#content a{
	color:#000000;
	text-decoration:none;
}

div#content a:hover{
	color:#999999;
	text-decoration:none;
}

div#logo {
position:absolute;
left:10px;
top:0px;
}

/*MENU DIVS AND STYLES*/

#topmenu {
	position:absolute;
	left:350px;
	top:0px;
	width:450px;
	font-weight: bold;
	float:right;
	font-size:11px;
	text-transform: uppercase;
}

.topmenuitem {
	display: inline;
	float: right;
	padding-left: 10px;
	text-align: right;
	font-size: 11px;
}

div#topmenu a.normal {
	color: black;
}
div#topmenu a.active, div#topmenu .subitem, div#topmenu .lastsubitem {
	color: #999999;
}
div#topmenu a:hover {
	color: #999999;
}

#shoppingmenu {
	position:absolute;
	left:350px;
	top:19px;
	width:450px;
	float:right;
	font-size:10px;
	text-align:right;
}

div#shoppingmenu a.active {
	color: #999999;
}

#bottommenu {
	position:absolute;
	left:20px;
	top:495px;
	width:780px;
	font-weight: bold;
	font-size:10px;
	text-transform: uppercase;
}

.bottommenuitem {
	display: inline;
	float:right;
	padding-left: 10px;
	text-align: right;
	font-size: 11px;
}

div#bottommenu a.active {
	color: #999999;
}


#lang {
	position:absolute;
	left:70px;
	top:0px;
	font-weight: bold;
	text-transform: uppercase;
	font-size:10px;
}

.lang_active {font-size: 11px}
.lang_inactive {color: #999999}

#select_collection {
	position:absolute;
	left:70px;
	top:0px;
	width:150px;
	font-weight: bold;
	text-transform: uppercase;
	font-size:10px;
}


#select_currency {
	position:absolute;
	left:750px;
	top:20px;
	width:50px;
	float:right;
	text-align:right;
	font-size:10px;
}

/* HOME PAGE */
/*also used by shop page*/
#image{
	position:absolute;
	top:0px;
	left:0px;
	width:730px;
	height:425px;
	background-color:#FFFFFF;
}


/*TXT SCROLL VERTICAL PAGE*/

#txt_area{
	position:absolute;
	top: 10px;
	width: 370px;
	height: 405px;
	left: 340px;
	overflow: auto;
	padding-right:20px;
	text-align:justify;
}

#txt_area_press{
	position:absolute;
	top: 10px;
	width: 370px;
	height: 420px;
	left: 340px;
	overflow: auto;
	padding-right:20px;
	text-align:justify;
}

#txt_image{
	position:absolute;
	top:0px;
	width: 325px;
	height: 425px;
	left: 0px;
	text-align:justify;
}


#onlytxt_area{
	position:absolute;
	top: 10px;
	width: 700px;
	height: 405px;
	left: 10px;
	overflow: auto;
	padding-right:20px;
	text-align:justify;
}

#txt_news{
	position:absolute;
	top: 10px;
	width: 370px;
	height: 420px;
	left: 340px;
	overflow: auto;
	padding-right:20px;
	text-align:justify;
}

#newstxt_area{
	position:absolute;
	top: 40px;
	width: 570px;
	height: 440px;
	left: 15px;
	overflow: auto;
	padding-right:12px;
	text-align:justify;
}

#popup_area{
	position:absolute;
	top: 40px;
	width: 570px;
	height: 440px;
	left: 15px;
	overflow: auto;
	padding-right:12px;
	text-align:justify;
}

/*POP UP INSPIRATION-NEWS*/


#news_popup_close{
	position:absolute;
	width:580px;
	top:0px;
	text-align:right;
	font-weight:bold;
	left: 0px;
	padding:10px;
}


#news_popup_close a {
	color:#000000;
	text-decoration:none;
}

#news_popup_close a:hover {
	color:#999999;
	text-decoration:none;
}

/*COLLECTION PAGE*/
/*see for other css horizontal scroll in style_scroll_horizontal.css*/

.collection_inspiration{
	width: 180px;
	height: 387px;
	float:left;
	padding:10px;
}





/* NEWS */

.news_message {
width: 360px;
border-bottom: 1px solid #c0c0c0;

padding-top:5px;
}


/* PRESS */

.press_message {
width: 360px;
border-bottom: 1px solid #c0c0c0;
padding-bottom:5px;
padding-top:5px;
}

.press_header {
color:#000000;
text-transform: uppercase;
font-weight:bold;
}

.press_date {
color:#000000;
font-size:11px;
}


/* STYLES */

h1 {
font-size:11px;
color:#000000;
text-transform: uppercase;
}

h2 {
font-size:11px;
color:#000000;
font-weight:bold;
}

h3 {
font-size:10px;
color:#999999;
font-variant:normal;
padding-bottom:5px;
}

h4 {
font-size:11px;
color:#999999;
font-weight:normal;
}





