html, body, #page, #top
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: white;
	color: #251300;
	background-repeat: no-repeat;
	background-image: url(images/end_bgr.png);
	background-position: left bottom;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
}

a
{
	text-decoration: none;
	color: #1F37BB;
}

a:hover { text-decoration: underline; }
a img { border: none; }

h1
{
	font-size: 1.7em;
	margin: 0 0 0 320px;
	padding: 0;
	color: #5F482C;
}

h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }

li, p, dt, dd, th, td
{
	font-size: 1.3em;
	line-height: 140%;
}

li li, li p, p li, td p, td li, dd p, td h3 { font-size: 1em; }

dt
{
	font-weight: bold;
	margin: 1em 0 0.3em 0;
}

p
{
	margin: 0.8em 0;
	padding: 0;
}

#page
{
	width: 1025px;
	margin: 0 auto;
	background-image: url(images/main_bgr.png);
	background-position: 0px 105px;
	background-repeat: no-repeat;
}

#top
{
	background-image: url(images/head_bgr.jpg);
	background-repeat: no-repeat;
	min-height: 500px;
}

#home
{
	float: left;
	width: 290px;
	height: 85px;
}

#home a
{
	display: block;
	width: 100%;
	height: 100%;
}

#breadcrumbs
{
	padding: 30px 0 0 320px;
	height: 28px;
}

#breadcrumbs ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#breadcrumbs li
{
	float: left;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	white-space: nowrap;
	color: #493E30;
}

#breadcrumbs a
{
	background-image: url(images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 97% 60%;
	padding: 0 10px 0 0;
	display: block;
	color: #363EA0;
}

#menu
{
	clear: both;
	float: left;
	padding: 45px 17px 0 62px;
}

#menu ul
{
	margin: 0;
	padding: 0;
	width: 229px;
	list-style: none;
}

#menu li
{
	margin: 0;
	padding: 5px 20px 5px 33px;
	line-height: 120%;
}

#menu a
{
	color: #251300;
	font-size: 1.1em;
	display: block;
}

#menu .current { background: white; }
#menu .current a { text-decoration: underline; }

#photoPane
{
	width: 200px;
	float: left;
}

.photoFrame
{
	background-repeat: no-repeat;
	width: 181px;
	height: 136px;
	padding: 12px 0 0 15px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='images/image_shadow.png', sizingMethod='image');
}

html>body .photoFrame
{
	background-image: url(images/image_shadow.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='false', src='images/image_shadow.png', sizingMethod='image');
}

.photoFrame img { position: absolute; }

#contents
{
	float: left;
	margin: 0 0 0 10px;
	padding: 3px 0 70px 0;
	border-top: 1px #9A8C7C solid;
	width: 550px;
}

.pictured #contents { width: 450px; }

#footer
{
	clear: both;
	margin-left: 310px;
}

#stamp
{
	text-align: center;
	margin-top: 50px;
}

#langChooser
{
	position: absolute;
	left: 60%;
	top: 7px;
	font-size: 1.3em;
	text-align: right;
	width: 100px;
}

#langChooser a { color: black; }

/** **/
.contactus { border-collapse: collapse; }

.contactus td
{
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.contactus p
{
	margin: 0;
	padding: 3px 0;
}

.contactus .error { background-color: #FFFF66; }

.advantages
{
	list-style-type: none;
	margin: 0;
	margin-left: 40px;
	padding: 0;
}

.advantages li
{
	margin: 8px 0;
	padding: 0;
}

.advantages li img
{
	float: left;
	margin-right: 10px;
	margin-left: -40px;
}

.comparison
{
	margin-top: 20px;
	width: 95%;
	border-collapse: collapse;
	border-bottom: 1px solid #B6A17E;
	clear: right;
}

.comparison .header { background-color: #F2E6D6; }

.comparison td
{
	padding: 3px 4px;
	margin: 0;
	vertical-align: center;
	text-align: center;
}

.comparison td, .comparison th
{
	width: 20%;
	border: 1px #B6A17E solid;
}

.comparison th
{
	font-size: 1.1em;
	background-color: #B6A17E;
	border: 1px #B6A17E solid;
}

.comparison th.decomat
{
	background-color: #826432;
	color: white;
}

.comparison td.decomat { background-color: #E5D1A6; }
.montageList { width: 550px; }

.montageList img
{
	float: right;
	border: 1px #8E9A47 solid;
	margin: 0 0 10px 10px;
}

.montageList dt { clear: right; }

.colorCatalogue
{
	border-collapse: collapse;
	clear: none;
	border: solid 3px white;
}

html>body .colorCatalogue { margin-top: 0 !important; }

.colorCatalogue td
{
	margin: 0;
	padding: 4px;
	text-align: center;
	background-color: white;
}

.colorCatalogue img { border: solid 1px #666666; }

.inlineImage, .inlineImageLeft, .inlineImageRight
{
	border: 1px #8E9A47 solid;
	margin: 10px;
}

.inlineImageLeft
{
	float: left;
	margin: 0 10px 10px 0;
}

.inlineImageRight
{
	float: right;
	margin: 0 0 10px 10px;
}

a.inlineImage:hover, a.inlineImageLeft:hover, a.inlineImageRight:hover { border: 1px #4C4C4C solid; }
