/* global setup */
body {
	margin: 0;
	padding: 0;
	font: italic 12px "Times New Roman", Times, serif;
	color: #86692a;
	width: 100%;
	height: 100%;
	background: #000;
}
a { color: #343434; }
.nounderline { text-decoration: none; }
a:hover { color: #343434; }
a img { border: none; }
img, div { behavior: url('http://www.pierre.ee/iepngfix.htc'); }

/* site specific setup */
.container {
	width: 1000px;
	margin-left: 50%;
	position: absolute;
	left: -500px;
	background: url('http://www.pierre.ee/images/head.jpg') no-repeat left top;
	padding-top: 177px;
}
.header {
	width: 1000px;
	height: 155px;
	text-align: center;
	float: left;
	background: url('http://www.pierre.ee/images/curtains.png') no-repeat left top;
}
.logo {
	float: left;
}
.theme, .frameitem {
	float: left;
}
.sidebar {
	float: left;
	width: 181px;
}
.lang {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 819px;
	text-align: right;
	position: absolute;
	left: 0;
	top: 145px;
}
.lang li { display: inline; }
.lang a {
	text-decoration: none;
	color: #9e7a2c;
	font-style: italic;
	margin-right: 7px;
}
.lang a.active, .lang a:hover { color: #d07100; }

.maincontainer {
	float: left;
	width: 100%;
	background: url('http://www.pierre.ee/images/realbg.jpg') repeat-y left top;
}
.itemleft { margin-left: 100px; }
.mainmenu {
	float: left;
	width: 177px;
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0;
	background: url('http://www.pierre.ee/images/menuseparator.gif') no-repeat left top;
}
.mainmenu li {
	width: 100%;
	float: left;
	position: relative;
	background: url('http://www.pierre.ee/images/menuseparator.gif') no-repeat left bottom;
}
.mainmenu li:hover, .mainmenu li.active {}
.mainmenu li a {
	float: left;
	display: block;
	text-decoration: none;
	font: normal 20px 'Pinyon Script', cursive;
	color: #86692a;
}
.mainmenu li a:hover, .mainmenu li a.active { color: #d07100; }
.mainmenu ul li a { font: normal 12px "Times New Roman", Times, serif; }

/*submenu*/
.leftsidebar {
}
.submenu {
	list-style: none;
	padding: 0;
	background: url('http://www.pierre.ee/images/menuseparator.gif') no-repeat left top;
	float: left;
	margin-bottom: 5px;
}
.submenu li {
	background: none;
}
.submenu li a {
	padding-left: 13px;
	font-size: 14px !important;
	font-style: italic !important;
}
.submenu li.first a { border: none; }

.sidebarbox, .sidebarboxcalendar { border: 1px solid #fff; }
.sidebarboxcalendar {
	background: #f9f8e9;
	padding: 8px;
	float: left;
}

.sidebar_braker {
	width: 100%;
	float: left;
	height: 3px;
	background: #fffef4;
}

/*main*/
.mainbg {
	float: left;
	width: 815px;
	padding-left: 185px;
	min-height: 279px;
	background: url('http://www.pierre.ee/images/curtains.png') no-repeat left top;
}

/*sidebar*/
.leftsidebar, .rightsidebar {
	float: left;
	width: 242px;
}

.leftsidebar, .rightsidebar, .main { margin: 9px 0 20px 0; }

.main {
	float: left;
	width: 405px;
	margin: 0 0 0 35px;
	position: relative;
}
h1.mainh1 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	float: left;
	width: 370px;
	padding: 0 15px;
	font-weight: bold;
}
.mainp {
	float: left;
	line-height: 14px;
	padding: 0 15px;
}
.totop {
	float: left;
}
.totop .right { float: right; }
.searchp {
	margin-top: 45px;
	padding: 0;
	float: left;
}
.postlinks {
	clear: both;
	float: left;
	list-style: none;
	margin: 35px 0 0 0;
	padding: 0;
}
.postlinks li { display: inline; }
.postlinks li a {
	color: #c60;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 0 5px;
	text-decoration: none;
	border-left: 1px solid #c60;
}
.postlinks li.first a {
	border-left: none !important;
	padding-left: 0;
}
.postimage, .postimageframe {
	position: absolute;
	left: 281px;
	top: 30px;
	height: 139px;
	width: 189px;
	overflow: hidden;
}
#gallery {
	float: left;
	margin: 5px 0 20px 10px;
}
#gallery ul.centerize {
	margin: 0;
	padding: 0;
	list-style: none;
}
#gallery li {
	float: left;
	cursor: pointer;
	margin: 0 0 5px 5px;
	height: 95px;
	overflow: hidden;
}
#gallery a {}
.postimage {
	background-position: center;
	background-repeat: no-repeat;
}
.postimageframe {
	z-index: 5;
	top: 0;
	left: 0;
}

.breadcrumb {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 510px;
}
.breadcrumb li {
	display: inline;
	color: #ccc;
}
.breadcrumb li a {
	color: #ccc;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 0 5px;
	text-decoration: none;
	border-left: 1px solid #ccc;
	line-height: 18px;
}
.breadcrumb li.first a {
	padding-left: 0;
	border-left: none;
}

.banner {
	float: left;
}
.banner	.centerize {}
.banneritem {
	float: left;
	cursor: pointer;
	margin: 8px;
	text-align: center;
	border: 1px solid #e6e5d4;
}
.banneritem .first { margin-left: 0; }

/* brake */
.siderow {
	float: left;
	width: 100%;
	background: url('http://www.pierre.ee/images/siderowbg.gif');
	height: 12px;
}

/* jalus */
.footercontainer {
	width: 100%;
	height: 317px;
	background: url('http://www.pierre.ee/images/footer.jpg') no-repeat left top;
	float: left;
}
.footer {
	width: 346px;
	height: 109px;
	margin: 47px 0 0 328px;
	padding-top: 5px;
	background: url('http://www.pierre.ee/images/footerbg.jpg') no-repeat left top;
}
.footer td {
	font-family: 'Pinyon Script', cursive;
	font-size: 13px !important;
	line-height: 12px;
}
.footer a {
	color: #fffef4;
	text-decoration: none;
}
.dooker_eu {
	position: absolute;
	right: 7px;
	bottom: 17px;
}
.symbol {
	position: absolute;
	left: 15px;
	top: 20px;
}
.eas, .est, .eur {
	position: absolute;
	left: 368px;
	top: 23px;
}
.eur { left: 560px; }
.est { left: 648px; }

.hidden { display: none; }
.form {
	float: left;
	margin-top: 10px;
	width: 390px;
	padding-bottom: 10px;
}
.form label {
	width: 70px;
	display: block;
	float: left;
	height: 18px;
	clear: left;
	padding-left: 30px;
}
.form input, .form textarea {
	border: 1px solid #aabac8;
	background: #eee;
	color: #000;
	width: 255px;
	height: 16px;
	line-height: 16px;
	font-size: 11px;
	float: left;
	margin: 0 4px 4px 0;
}
.form textarea {
	width: 255px;
	height: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#code {
	width: 122px;
	height: 38px;
	line-height: 38px;
	margin-left: 4px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
.displaysomemessage {
	float: left;
	font-weight: bold;
	margin: 20px;
	width: 100%;
}

.nomargin { margin: 0 !important; }

.contactmap {
	float: right;
	margin: 10px 10px 0 0;
}
.calc {
	border: 1px solid #ccc;
	background: #eee;
	margin: 10px 10px 0 0;
	padding: 10px;
}

/*sidebar calendar*/
#sidebarcalendarcontainer {
	float: left;
	width: 205px;
	font-size: 11px;
	background: #fffef4;
	border: 1px solid #ebeadb;
	padding: 9px;
}
.navi {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.navi li {
	height: 29px;
	text-align: center;
	float: left;
}
.navi .year {
	background: #999;
	width: 59px;
	margin-left: 0;
}
.navi .arrow { width: 28px; }
.navi .month {
	width: 148px;
	color: #b3b2a1;
	font-size: 18px;
}
#sidebarcalendarcontainer table {
	margin-top: 1px;
	width: 204px;
}
#sidebarcalendarcontainer table td {
	text-align: center;
	line-height: 20px;
	background: #b5b4a3;
	color: #fffef4;
	border-left: 1px solid #c6c5b4;
	border-bottom: 1px solid #c6c5b4;
}
#sidebarcalendarcontainer table td a {
	text-decoration: none;
	color: #fffef4;
	display: block;
}
#sidebarcalendarcontainer table .calendarheader td {
	background: #b3b2a1;
	border-color: #fffef4;
	border-left: 1px solid #c6c5b4;
	border-bottom: 1px solid #c6c5b4;
	line-height: 30px;
}
#sidebarcalendarcontainer table td.today {
	background: #d4d3c2;
	color: #8f8e80;
}
#sidebarcalendarcontainer table td.today a { color: #fff; }
#sidebarcalendarcontainer table td.entry { background: #5a6b7e; }
.todaylist {
	list-style: none;
	padding: 0 0 0 5px;
}
/*.todaylist li:hover { color: #c60; }*/

#calendarcontainer {
	float: left;
	font-size: 11px;
	padding: 0 15px;
}
#calendarcontainer .navi {
	float: left;
}
#calendarcontainer .navi .month {
	width: 348px;
	text-align: left;
}

.thimonthlist {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 460px;
}
.thimonthlist .date {
	position: absolute;
	left: 0;
	top: 9px;
	width: 30px;
	height: 30px;
	font-size: 14px;
	line-height: 14px;
	color: #999;
}
.thimonthlist li a {
	color: #c60;
	text-decoration: none;
}
.thimonthlist li {
	font-size: 12px;
	line-height: 18px;
}
.thimonthlist li div {
	width: 440px;
	margin-left: 15px;
}
.thimonthlist .fullListToday { color: #f60; }

.list {
	float: left;
	list-style: none;
	margin: 0;
	padding: 10px 0 0 0;
	width: 400px;
}
.list li { padding: 0 10px; }
.list li a {
	font-size: 12px;
	color: #d07100;
	cursor: pointer;
}
.list li:hover { color: #00f; }
.list li p {
	color: #c60;
	font-size: 14px;
	line-height: 17px;
	margin: 0;
	padding: 0 10px 0 0;
	display: inline;
}

.loginform {
	position: absolute;
	z-index: 15;
	left: 0;
	top: -30px;
	width: 866px;
	text-align: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebarnews {
	float: left;
	width: 241px;
	background: #f9f8e9;
	border: 1px solid #fff;
	border-bottom: none;
}
.sidebarnews ul {
	list-style: none;
	margin: 0 8px;
	padding: 0;
	border-left: 1px solid #eeeddf;
	border-right: 1px solid #eeeddf;
	background: #fffef4;
}
.sidebarnews ul li a {
	font-size: 12px;
	color: #b5b4a3;
	padding-left: 9px;
	margin-left: 3px;
	width: 208px;
	display: block;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #f6f5e5;
	text-decoration: none;
	overflow: hidden;
}
.sidebarnews ul li:hover a { color: #5a6b7e; }
.sidebarnews h1 {
	margin: 8px;
	margin-bottom: 0;
	padding: 9px 0 0 15px;
	font-size: 18px;
	color: #b5b4a3;
	background: url('http://www.pierre.ee/images/newsheader.gif') no-repeat;
	height: 32px;
	text-transform: uppercase;
}
.newsfooter {
	width: 242px;
	height: 62px;
	text-align: center;
	background: url('http://www.pierre.ee/images/newsfooter.gif') no-repeat;
	float: left;
	padding-top: 10px;
}
.newsfooter a { color: #d2d1be; }

.mainnews {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	float: left;
	padding: 0 15px;
}
.mainnews li a {
	text-decoration: none;
	line-height: 18px;
}
.mainnews li:hover a { color: #d07100; }
.mainnews li h1 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #d07100;
}

.fckthis {
	float: left;
	width: 516px;
}

.indexbanner {
	float: left;
	width: 516px;
	text-align: center;
}
.indexbanner table { width: 100%; }
.indexbanner a {
	width: 143px;
	height: 80px;
	text-align: center;
	display: block;
	padding: 30px 10px 0 10px;
	text-decoration: none;
	color: #fffef4;
	font-size: 17px;
	line-height: 17px;
}

.copyright {
	position: relative;
	left: 760px;
	top: 60px;
	width: 100px;
}
.copyright img { float: left; }


.clear { clear: both; }
#scroller {
	position: relative;
	height: 95px;
	margin: 10px 0 20px 15px;
}
#scroller img {
	float: left;
	position: absolute;
}
#scroller img { border: none; }
#scroller img.show { z-index: 500; }
#scroller .caption {
	z-index: 600; 
	background-color: #000; 
	color: #ffffff; 
	height: 100px; 
	width: 100%; 
	position: absolute;
	bottom: 0;
}
#scroller .caption .content { margin: 5px; }
#scroller .caption .content h3 {
	margin: 0;
	padding: 0;
	color: #1DCCEF;
}
.headerimageframe {
	position: absolute;
	top: 10px;
	left: 15px;
	z-index: 500;
}
.topicimage { margin: 10px 0 20px 15px; }



#feedback { width: 380px; }
#feedback label {
	width: 100px;
	text-align: right;
	padding-right: 5px;
	font: 18px 'Pinyon Script', cursive;
}
#feedback .text {
	width: 127px;
	text-align: right;
	float: left;
	margin-right: 5px;
}
#feedback input, #feedback textarea, .search input {
	border-top: 1px solid #f4ce7e;
	border-right: 1px solid #f5ce7f;
	border-bottom: 2px solid #edc470;
	border-left: 1px solid #f1ca78;
	width: 228px;
	background: #eabd5e;
	color: #a47f32;
	font-style: italic;
}
.search {
	margin-top: 20px;
	float: left;
}
.search input { width: 180px; }
#feedback textarea { height: 120px; }
#feedback .inputborder {
	border: 1px solid #e7ba5e;
	width: 230px;
	float: left;
	margin-bottom: 3px;
}
#feedback .inputborder input { padding-right: 3px; }
#feedback .submit {
	border: none;
	float: right;
	background: none;
	height: 24px;
	margin-right: 17px;
	cursor: pointer;
}
#feedback .langest {
	width: 62px;
	background: url('images/submit_est.gif') no-repeat left top;
}
#feedback .langeng {
	width: 62px;
	background: url('images/submit_eng.gif') no-repeat left top;
}
#feedback #code {
	width: 110px;
	float: left;
}
#feedback .code {
	float: left;
	margin-left: 137px;
	border-top: 1px solid #f4ce7e;
	border-right: 1px solid #f5ce7f;
	border-bottom: 2px solid #edc470;
	border-left: 1px solid #f1ca78;
}
#feedback .submitbutton, .search .submitbutton {
	float: right;
	margin-right: 15px;
	position: relative;
	cursor: pointer;
}
.search .submitbutton { margin: 0; }
#feedback .submitbutton img, .search .submitbutton img {
	border: none;
	float: left;
}
#feedback .submitbutton .button, .search .submitbutton .button {
	width: 50px;
	line-height: 28px;
	height: 28px;
	float: left;
	background: url('http://www.pierre.ee/images/buttonbg.gif') repeat-x left top;
	border: none;
}
.fxit {
	position: relative;
	right: 4px;
}

.formextended label {
	width: 165px !important;
	height: 18px;
	padding: 0;
}
.formextended input, .formextended textarea { width: 200px !important; }
.formextended #code { width: 95px !important; }
.formextended .code { margin-left: 170px !important; }
.formextended .submitbutton .button { width: 175px !important; }
.formextended .submitbutton { margin-right: 5px !important; }
.formextended .radio {
	width: 20px !important;
	margin: 0 0 0 20px;
}
.formextended .radiospan { float: left; }

.logolink {
	position: absolute;
	width: 224px;
	height: 93px;
	left: 385px;
	top: 0px;
}
