/*

Page layout, main colours & fonts.
========================================================================

*/
body
{
	margin: 0;
	padding: 0;
	font-size: 10pt;
	font-family: Tahoma, serif;
	color: #887A3F;
	background: #fff url(/images/bg-header-new.png) top left no-repeat;
}
a img { border: 0; }
.beige { color: #BCA857; }
.red { color: #EE1B2C; }

div#page-container
{
	width: 985px;
	position: relative;
	background: url(/images/bg-page-rightbottom.gif) right bottom no-repeat; /* villu add */
	border: 1px solid #FFF; /* villu add - page did not show properly in Mozilla without this border */
}

/* Logo. */
div#logo
{
	float: left;
	margin-top: 25px;
	margin-left: 10px;
	display: inline;
}
div#logo img { behavior: url(/style/bestpngfix.htc); }

/* Header. */
div#header div.right
{
	font-size: 9pt;
	float: right;
	margin-right: 45px;
	margin-top: 10px;
	display: inline;
	text-transform: lowercase;
}
div#header div.right a
{
	color: #BCA857;
	text-decoration: none;
}
div#header div.right a:hover
{
	color: #EE1B2C;
	text-decoration: underline;
}
div#header div.right span.spacer
{
	margin: 0 5px;
	font-size: 7pt;
}

/* Footer. */
div#footer
{
	margin-top: 30px;
	margin-bottom: 10px;
	position: relative;
	height: 75px;
	background: url(/images/bg-footer.png) top left no-repeat;
}
div#footer div.text
{
	margin-bottom: 15px;
	margin-left: 20px;
	font-size: 7pt;
	letter-spacing: 1px;
	position: absolute;
	bottom: 0;
}
div#footer div.text a { text-decoration: none; color: #BCA857; }
div#footer div.text a:hover { text-decoration: underline; color: #EE1B2C; }
div#footer span.spacer { font-size: 6pt; padding: 0 6px; }

/*

First menu.
========================================================================

*/
div#first-menu
{
	margin-left: 370px;
	clear: left;
	float: left;
	display: inline;
	width: 600px;
	height: 16px;
}
div#first-menu a { color: #EE1B2C; text-decoration: none; }
div#first-menu a:hover, div#first-menu a.current { text-decoration: underline; }
div#first-menu span.spacer { font-size: 7pt; padding: 0 12px; }
/*

Second menu.
========================================================================

*/
div#second-menu
{
	padding-top: 40px;
}
div#second-menu
{
	width: 140px;
	float: left;
	display: inline;
	background: url(/images/bg-second-menu2.png) top no-repeat;
	behavior: url(/style/bestpngfix.htc);
	padding: 4px;

	padding-top: 18px;	/* villu add */
	margin-top: -14px;  /* villu add */

	margin-left: 15px;
	min-height: 240px;

	font-size: 8pt; /* villu add */
}
div#second-menu { height: 240px; }
div#second-menu h2
{
	margin-left: 10px;
	margin-bottom: 10px;
}
div#second-menu ul, div#second-menu ul li
{
	padding: 0;
	margin: 0;
	list-style: disc;
	padding: 2px 0 2px 0; /* villu add */
}
div#second-menu ul li { margin-left: 20px; }
div#second-menu ul li, div#second-menu ul li a
{
	font-weight: bold;
	text-decoration: none;
	color: #EE1B2C;
}
div#second-menu ul li.current, div#second-menu ul li.current a, div#second-menu ul li a:hover
{
	color: #BCA857;
}

/*

Third menu.
========================================================================

*/
ul#third-menu, ul#third-menu li
{
	list-style: square !important;
	color: #EE1B2C !important;
}
ul#third-menu li a
{
	color: #EE1B2C !important;
	font-size: 8pt !important;
}
ul#third-menu li.current, ul#third-menu li.current a, ul#third-menu li a:hover
{
	color: #BCA857 !important;
}
/*

First page.
========================================================================

*/

/* News box. */
div.first-page-container div.news
{
	width: 140px;
	float: left;
	display: inline;
	background: url(/images/bg-second-menu2.png) top no-repeat;
	behavior: url(/style/bestpngfix.htc);
	padding: 4px;

	padding-top: 18px;	/* villu add */
	margin-top: -14px;  /* villu add */

	margin-left: 15px;
	min-height: 240px;
}
* html div.first-page-container div.news { height: 240px; }

div.first-page-container div.news h2
{
	margin-left: 10px;
	margin-bottom: 10px;
}
div.first-page-container div.news table tr td.date
{
	font-weight: bold;
	color: #EE1B2C;
	font-size: 8pt;
}
div.first-page-container div.news table tr td.title
{
	padding-left: 15px;
	font-size: 8pt;
}
div.first-page-container div.news table tr td.title a
{
	color: #BCA857;
	text-decoration: none;
}
div.first-page-container div.news table tr td.title a:hover
{
	color: #EE1B2C;
}

/* Content box. */
div.first-page-container div.content
{
	float: left;
	display: inline;
	margin-left: 30px;
	width: 570px;
	height: 288px;
}
div.first-page-container div.content img.banner-image
{
	float: left;
	margin-right: 15px;
	/* margin-bottom: 15px; */
	margin-bottom: 5px; /* villu change */
	display: inline;
}

/* Static menu box. */
div.first-page-container div.static-menu
{
	float: right;
	display: inline;
	width: 184px;
	height: 426px;
	margin-top: -18px; /* villu change */
}
div.static-menu h3 {
	margin-top: 10px;
}
div.banner-item {
	float: left;
}

html>body div.first-page-container div.static-menu{margin-top: -18px;}

div.first-page-container div.static-menu img { margin-bottom: 6px; } /* villu change */

* html div.first-page-container div.static-menu img { display: block; }

div.first-page-container div.gallery{margin-top: 15px; position: relative; z-index: 3;}

* html div.first-page-container div.gallery{margin-top: -55px;} /* villu change */

/* villu add - first page absolute footer */
div.first-page-container div#footer
{
    /*position: absolute;
	bottom: -45px;*/
	width: 100%;
	z-index: 2;
}

/*

Gallery.
========================================================================

*/
div.gallery
{
	display: inline;
	float: left;
	margin-left: 15px;
}
div.gallery table td
{
	position: relative;
}
div.gallery table td.spacer
{
	width: 11px;
}
div.gallery table tr.spacer td { height: 0; }

/*
div.gallery table td div.image
{
	width: 140px;
	height: 140px;
	cursor: pointer;
	border: 1px solid #F9E9AC;
}
div.gallery table td div.controls
{
	margin-top: -20px;
	margin-right: 1px;
	margin-left: 1px;
}
* html div.gallery table td div.controls
{
	margin: 0;
	position: absolute;
	bottom: 1px;
	right: 1px;
	left: 1px;
}
*/

/* villu inserted style for gallery image */
div.gallery table td img
{
	cursor: pointer;
	border: 1px solid #F9E9AC;
}
/*

Content layout.
========================================================================

*/
div#content-container
{
	padding-top: 40px;
}
/* Content box. */
div.body-container div.content
{
	float: left;
	display: inline;
	margin-left: 30px;
	width: 790px;
	width: 780px;
	margin-top: -6px; /* villu add */
}
/* Content vertical gallery. */
div.body-container div.content div.gallery
{
	float: right;
	margin: 0;
}
div.body-container div.content div.gallery table tr td
{
	height: 140px;
	margin-bottom: 10px;
}
div.body-container div.content div.gallery table tr td.spacer { display: none; }
div.body-container div.content div.gallery table tr.spacer td { height: 11px; }

div.body-container div.content img{border: 3px solid #F2EFE8;}  /* villu change */
div.body-container div.content img.noborder{border: 0px;} /* villu change */

/*

Content illustration.
========================================================================

*/
h1, h2, h3, h4
{
	color: #EE1B2C;
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
}
h1 { font-size: 11pt; text-transform: uppercase; }
h2 { font-size: 10pt; text-transform: uppercase; }
h3 { font-size: 9pt; }
h4 { font-size: 8pt; }

/* Anchor. */
div.content a
{
	font-weight: bold;
	color: #BCA857;
	text-decoration: none;
}
div.content a:hover
{
	color: #EE1B2C;
	text-decoration: underline;
}

/*
Product gallery. (villu)
========================================================================
*/
div#productgallery
{
    margin-right: 30px;
	margin-top: 5px;
}

div#productgallery div.productgalleryItem
{
    margin-bottom: 10px;
	position: relative;
}

div#productgallery div.productgalleryItem img
{
    border: 1px solid #F2EFE8;
}


