/* 
	BOBOLO
*/

html {
	overflow-y: scroll;
}

BODY {
	background-color: #ffffff;
	font: normal 13px/1.5em Tahoma, Verdana, Lucida, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #777777;
}

/* TinyMCE specific rules */
body.mceContentBody {
	background: #FFF;
	text-align: left;
}

::-moz-selection {
	background:#DDDDDD;
	color:#000000;
}

#containerAll, #containerLogo, #containerFooter, #containerMenu {
	width: 800px;
}

#containerAll {
	/* background-color: #dddddd; */
	display: block;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	cursor: default;
	margin-bottom: 10px;
}

#containerLogo {
	display: none;
}

#containerLogo a {
	display: none;
}

#containerLogo a img {
}











#containerContent { 
	margin: 0px;
	text-align: left;
	min-height:450px;
	height:auto !important;
	height:450px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
}

#containerContent img[align="right"] {
	padding-left : 20px;
}

#containerContent img[align="left"] {
	padding-right: 20px;
}



/* SIDEBAR */

#containerSidebar {
	/* background-color: #ff0000; */
	width: 180px;
	float: right;
	padding: 0px 10px 0px 10px;
	margin: 0;
	margin-right: 10px;
	text-align: left;
	display: inline;
	min-height:500px;
	height:auto !important;
	height:500px;
	display: none;
}





/* SLIDESHOW */

/*
#containerSlideshowBeforeMenu, #containerSlideshowAfterMenu {
	padding: 0px;
	text-align: left;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#containerSlideshowBeforeMenu {
	margin: 2px 0 0 0;
}

#containerSlideshowAfterMenu {
	margin: 0 0 2px 0;
}
*/

#containerSlideshowBeforeContent, #containerSlideshowAfterContent {
	width: 800px;
	padding: 0px;
	margin: 0px;
	padding-top: 100px;
}

/*
#containerSlideshowTopSidebar, #containerSlideshowBottomSidebar {
	padding: 0px;
	text-align: left;
	margin: 0px;
}

#myGalleryBeforeMenu, #myGalleryAfterMenu {
	width: 759px;
	height: 150px;
	border: 0px;
}
*/
#myGalleryBeforeContent, #myGalleryAfterContent {
	width: 350px;
	height: 260px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
}

div.imageElement {
	display: none;
}

/*
#myGalleryTopSidebar, #myGalleryBottomSidebar {
	width: 180px;
	height: 150px;
	border: 0px;
}
*/

.jdGallery .slideElement {
	background-color: #ffffff;
}

.jdGallery .loadingElement {
	background-color: #ffffff;
}







/* GALLERY */
#containerGallery {
	background-color: #dddddd;
	display: block;
	clear: both;
	padding-top: 10px;
	height: 100px;
}

img.galleryThumbnail {
	border: 0px;
	/* background-color: #ffffff;
	padding: 7px; */
	margin: 0px;
	height: 100px;
	/*
	border-style: solid;
	border-color: #888888;
	border-width: 1px; */
	margin: 0px 10px 7px 0px;
}

a.galleryThumb:link, a.galleryThumb:active, a.galleryThumb:visited {
	float: left;
	border: 0px none;
	background-color: transparent;
}

a.galleryThumb:hover {
	float: left;
	border: 0px none;
	background-color: transparent;
}







#containerNavigationmenu { 
	height: 30px;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
}

#containerNavigationmenu p { 
	color: #999999;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#containerNavigationmenu p a { 
	font-weight: normal;
	text-decoration: none;
	border: 0px;
}






#containerFooter {
	height: 30px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#containerFooter hr {
	display: none;
}

#containerFooter p {
	color: #777777;
	margin: 0px;
	font-size: 0.9em;
}

#containerFooter p a {
	color: #777777;
	text-decoration: underline;
	border: 0px none;
	font-weight: normal;
}






/* NEWS */

#containerNews {
	margin: 0px;
	padding: 0px;
	text-align: left;
	list-style: none;
	clear: both;
}

img.newsImage {
	width: 100px;
	float: left;
	margin-right: 10px;
}

div.newsItem {
	padding-bottom: 10px;
}

li.newsItem {
	DISPLAY: inline;

	WIDTH: 210px;
	height: 150px;

	font-size: 1em;
	position: relative;
	MARGIN: 0px;
	FLOAT: left;

	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 10px;
	margin-right: 9px;	
}

span.newsTitle {
	display: block;
	font-weight: bold;
	font-size: 1em;
	padding-bottom: 5px;
}

span.newsTitle a:link {
	text-decoration: none;
}

span.newsDate {
	display: block;
	color: #888888;
	font-size: 1em;
}

span.newsText {
	display: block;
	color: #000000;
	font-size: 1em;
}

span.newsTextShort {
	display: block;
	color: #000000;
	font-size: 1em;
}

span.newsReadMore {
	background-image: url("icon_more.gif");
	background-repeat: no-repeat;
	background-position: center right;

	color: #ffffff;
	font-size: 1em;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 15px;
}









/* Login */
#containerLogin {
	display: none;
	margin: 0px;
	padding: 0px;
}

#containerLogin hr {
	display: none;
}

#containerLogin p {
	font-size: 0.9em;
	color: #555555;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#containerLogin p a {
	color: #555555;
	text-decoration: none;
	border: 0px none;
	font-weight: normal;
}



/* Bobolo */
#containerBobolo {
	display: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

#containerBobolo hr {
	display: none;
}

#containerBobolo p {
	font-size: 0.9em;
	color: #555555;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#containerBobolo p a {
	color: #555555;
	text-decoration: none;
	border: 0px none;
	font-weight: normal;
}














/* Small buttons */
#smallButtonSitemap {
	background-image: url("../lib/images/icon_sitemap.gif");
	background-repeat: no-repeat;
	background-position: center left;
	line-height: 18px;
	padding: 3px 0px 3px 20px;
	margin: 0px;
	display: none;
}

#smallButtonLogin {
	/* background-image: url("../lib/images/icon_user.gif");
	background-repeat: no-repeat;
	background-position: center left;
	padding: 3px 0px 3px 20px;
	*/
	margin: 0px;
}

#smallButtonProducer {
	padding: 3px 0px 3px 0px;
	margin: 0px;
}
















#containerPreload {
	display: none;
}










/* Menu */

#containerMenu {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#navlist, #navlistFooter {
	list-style: none;
	padding: 0;
	margin: 0;
}

#navlist li, #navlistFooter li {
	FLOAT: left;
}

#navlist li, #navlistFooter li {
	background-repeat: no-repeat;
	height: 20px;
	background-position: 0 -40px;
	padding: 0px;
	margin: 0px;
}

#navlist li a, #navlistFooter li a {
	display: block;
	height: 20px;
	border: 0px none;
	padding: 0px;
	margin: 0px;
}

#navlist #navinteriors { margin-right: 40px; }
#navlist #navexhibitions { margin-right: 40px; }
#navlist #navfurniture { margin-right: 40px; }
#navlist #navprivate_homes { margin-right: 40px; }
#navlist #navcompany_information { margin-right: 0px; }

#navlist #navinteriors, #navlist #navinteriors a { width: 86px; }
#navlist #navexhibitions, #navlist #navexhibitions a { width: 101px; }
#navlist #navfurniture, #navlist #navfurniture a { width: 90px; }
#navlist #navprivate_homes, #navlist #navprivate_homes a { width: 137px; }

#navlist #navcompany_information, #navlist #navcompany_information a { width: 223px; }

#navlist li.selectedMenu { background-position: 0px -20px; }





/* Top of page link */

#topOfPageLink {
	display: none;
	text-align: left;
	margin-top: 20px;
	clear: both;
}

#topOfPageLink hr {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 200px;
	text-align: left;
}

#topOfPageLink p {
	background-image: url("icon_topofpage.gif");
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0px 0px 0px 20px;
	margin: 0px;
}









/* Content elements */
p {
	cursor: default;
	line-height: 18px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-top: 0px;
}

p b {
	font-weight: bold;
}

p em {
}

p sup {
}

ul {
	list-style-image: url("list_bullet.gif");
	list-style-position: outside;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

h1, h2, h3, h4, h5, h6, span.newsTitle {
	color: #777777;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-top: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetia;
	letter-spacing: 0em;
	line-height: 1.2em;
	font-weight: normal;
}

h1 {
	font-size: 2.1em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
}

.mceContentBody a {
	color: #888888 !important; /* FF requires a important here */
	text-decoration: none;
	border-bottom: 2px solid #cccccc;
}

.mceContentBody a:hover {
	color: #FF6500 !important; /* FF requires a important here */
	text-decoration: none;
	border-bottom: 2px solid #550000;
}

a:link, a:active, a:visited {
	color: #888888;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 2px solid #cccccc;
}

a:hover {
	color: #FF6500;
	text-decoration: none; 
	border-bottom: 2px solid #550000;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}




/* CONTACT FORMS */

#contactForm {
	clear: both;
	padding-top: 20px;
}

#contactForm input, #contactForm textarea {
	background: transparent;
	border: 1px solid #888888;
	padding: 3px;
	font-size: 12px;
	font-family: Tahoma, Verdana;
	background-image: url("form_inputfield.gif");
	background-repeat: no-repeat;
	color: #000000;
}

#contactForm input {
	width: 200px;
}

#contactForm input.button {
	margin: 0px;
	padding: 3px;
	border: 0px;
	font-family: Tahoma, Verdana;
	font-weight: bold;
	width: 90px;
	height: 21px;
	border: 1px solid #888888;
	color: #ffffff;
	background-color: transparent;
	background-image: url("form_button.gif");
	background-repeat: no-repeat;
	border: 0px none #888888;
}

#contactForm textarea {
	width: 300px;
	height: 100px;
}

#contactForm label {
	width: 80px;
	float: left;
	text-align: left;
	padding-right: 10px;
}








#galleryFrame {
	width: 800px;
	height: 500px;
}

