/* Default boxes */

DIV#layout {
	background: url("../_img/left-panel-bottom.jpg") repeat-y;
}

DIV#head {
	width: 780px;
	height: 241px;
	margin-top: -4px;
	background: url("../_img/head.jpg") no-repeat;
}

DIV#foot {
	margin-left: 305px;
	font-size: 0.8em;
	color: #E5DA42;
	border-top: 1px solid #E5DA42;
	width: 450px;
	padding: 10px 0px 10px 0px;
	text-align: right;
}

/* Site layout */

H1#logo {
	width: 150px;
	position: absolute;
	top: 30px;
	left: 40px;
}

H1#slogan {
	position: absolute;
	top: 80px;
	left: 180px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 17px;
	font-style: italic;
	text-align: right;
	z-index: 1;
	width: 400px;
	line-height: 22px;
}

H1#shadow {
	position: absolute;
	top: 80px;
	left: 182px;
	color: #000000;
	font-weight: bold;
	font-size: 17px;
	font-style: italic;
	text-align: right;
	z-index: 0;
	width: 400px;
	line-height: 22px;
}

DIV#topNav {
	width: 300px;
	position: absolute;
	height: 27px;
	top: 21px;
	left: 405px;
}

DIV#topNav UL LI {
	margin-left: 15px;
}

DIV#topNav UL LI A {
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	padding-top: 8px;
	text-decoration: none;
	font-size: 0.7em;
	text-transform: uppercase;
}

DIV#bottomNav {
	width: 380px;
	position: absolute;
	height: 35px;
	top: 170px;
	left: 380px;
}

DIV#bottomNav UL LI {
	margin-left: 15px;
}

DIV#bottomNav UL LI A {
	color: #4D4016;
	font-weight: bold;
	display: block;
	padding-top: 10px;
	text-decoration: none;
	font-size: 0.8em;
	text-transform: uppercase;
}

DIV#body {
	margin-top: -15px;
}

DIV#body DIV#left {
	width: 276px;
	margin-top: 16px;
	float: left;
}

P.panel {
	height: 162px;
	background: url("../_img/left-panel.jpg");
	margin: 0px;
	border-bottom: 1px solid #4F792D;
	border-right: 1px solid #4F792D;
}

P.panel SPAN.date {
	display: block;
	background: url("../_img/icons/arrow-subtitle.jpg") no-repeat;
	width: 139px;
	height: 31px;
	margin: 10px;	
}


P.panel SPAN.date STRONG {
	display: block;
	margin: 7px 0px 0px 30px;
	color: #E5DA42;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 17px;
}

P.panel SPAN.price {
	display: block;
	margin: 20px 0px 0px 0px;
	color: #E5DA42;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 17px;
}

P.panel STRONG.title {
	margin: 10px;
	display: block;
}

P.panel SPAN.news {
	margin: 10px 10px 20px 10px;
	display: block;
	text-align: center;
}

P#lang {
	margin: 0px;
	height: 50px;
}

P#lang IMG {
	margin: 10px 0px 0px 5px;
	border: 1px solid #629836;
}

DIV#body DIV#right {
	float: left;
	width: 580px;
}

DIV#right DIV#content {
	padding: 20px 20px 20px 30px;
}

P.insert {
	width: 422px;
	height: 149px;
	background: url("../_img/insert.jpg") no-repeat;
}

P.insert SPAN {
	display: block;
	color: #627340;
	font-size: 0.9em;
	margin: 45px 0px 0px 140px;
	width: 250px;	
}

P.illustration {
	background: url("../_img/illustration.jpg") no-repeat top right;
	padding-right: 150px;
}

