/*
Orangerie Elswout
@author: JvdB
@version: 201003-01

@colors:
BG brown 			#150C04
Dark orange text 	#FF6600
Light orange text	#FF9933
Dark brown text 	#78604A
Light brown text 	#C4A86C
*/
body, #publerBody, ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,q,fieldset,dl,dt,dd,iframe,table,tbody,thead,td,th,address,legend {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #78604A;
}
	h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child { margin-top: 0; } /* reset the first H{x} of the page */
	* html h1, * html h2 { margin-top: 0; } /* Don't we all love Bill? */
h1 {
	font-size: 26px;
	font-weight: normal;
	color: #000;
}
.home h2, #right-column h2{
	font-size: 18px;
	font-weight: bold;
	color: #78604A;
}
#right-column h2{
	color: #FF6600;
}
h2 {
	font-size: 19px;
	font-weight: bold;
	color: #78604A;
	margin-bottom: 5px;
}
a {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FF9933;
}
a.ie-link, a.ie-link:hover {
	color: #78604A;
}

/* Homepage specific
************************/
/*.home ul {
	margin: 0;
	padding: 0;
	width: 727px;
	list-style: none;
}*/
.home ul {
	margin: 0;
	padding: 0;
	width: 727px;
	list-style: none;
}
/*.home #contents ul li {
	position: relative;
	float: left;
	display: block;
	height: 211px;
	width: 203px;
	margin: 0 8px 8px 0;
	padding: 136px 17px 0 17px;
	background: transparent url(/images/orangerie/background/block-home.png) top left no-repeat;
	_background-image: url(/images/orangerie/background/block-home-ie6.png);
}*/
.home #contents ul li {
	position: relative;
	float: left;
	display: block;
	height: 170px;
	width: 203px;
	margin: 0 8px 8px 0;
	padding: 90px 17px 0 17px;
	background: transparent url(/images/orangerie/background/block-home.new.png) top left no-repeat;
	_background-image: url(/images/orangerie/background/block-home-ie6.new.png);
	overflow: hidden;
}
.home #contents ul li.last {
	margin-right: 0;
}
/*.home #contents ul li a.block-image{
	position: absolute;
	top: 6px;
	left: 6px;
	display: block;
	height: 139px;
	width: 205px;
	padding: 7px 8px 183px 8px;
	z-index: 0;
	border: 3px solid #FFF;
}*/
.home #contents ul li a.block-image{
	position: absolute;
	top: 6px;
	left: 6px;
	display: block;
	height: 99px;
	width: 205px;
	padding: 7px 8px 142px 8px;
	z-index: 0;
	border: 3px solid #FFF;
}
.home #contents ul li a.block-image:hover, .home #contents ul li a.hover{
	border: 3px solid #C4A86C;
}
/*.home #contents ul li h2{
	color: #FFF;
	padding: 10px 15px 0 15px;
	height: 55px;
	margin: 20px 0 5px 0;
	*padding-top: 25px;
}*/
.home #contents ul li h2{
	color: #FFF;
	padding: 10px 15px 0 15px;
	height: 55px;
	margin: 20px 0 5px 0;
	*padding-top: 25px;
}

/* Form styles
************************/
label{
	width: 300px;
}
input, textarea {
	border: 1px solid #4F4133;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #78604A;
}
input {
	width: 210px;
	height: 25px;
	padding: 0 5px;
	border: 1px solid #4F4133;
}
#sAddress{
	width: 145px;
	margin-right: 10px;
}
#sNumber{
	width: 40px;
}
textarea {
	width: 426px;
	height: 140px;
	padding: 5px;
}
button{
	display: block;
	float: right;
	width: 85px;
	height: 25px;
	cursor: pointer;
	text-indent: -5555px;
	border: none;
	background: transparent url(/images/orangerie/sprite/icons.png) -15px -148px no-repeat;
}
button:hover{
	background-position: -15px -177px;
}

/* Tiny styles for Publer, make sure these style match the main content styles! */
#tiny-body{
	width: 600px;
	background-color: #FFF;
}
#tiny-body p, #tiny-body li, #tiny-body table tr td, #tiny-body table tr th{
	font-size: 11px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
#tiny-body label{
	float: left; 
	width: 150px;
}