/* @Color scheme
	+-------------------------------------------------------+
	| Color		|	Hex		 |	C.Y.M.K		|	R.G.B		|
	+-------------------------------------------------------+
	| Green		|	#8C8D30	 |	47.32.100.9 |	140.141.48	|
	| Grey dark	|	#D2D6DE	 |	16.11.7.0 	|	210.214.222	|
	| Grey Light|	#F4F4F4	 |	3.2.2.0		|	244.244.244	|
	| Brown		|	#C27D52	 |	21.56.74.4	|	194.125.82	|
	| Brown dark|	#6F4829	 |	41.65.87.39	|	111.72.41	|
	+-------------------------------------------------------+
/* global styles ---------------------------------------------------------- */
html {
	font:normal 1em Georgia;
	letter-spacing:1px
}
body {
	height:100%;
	margin:0;
	padding:10px 0 0 0;
	font:normal 1em "Georgia",Tahoma,Verdana,Arial;
	text-align:center; /* fix ie */
}
html>body {
	padding:0;
}
#doc {
	background:#fff url('../img/html-bg_2.png') repeat-y top center;
}
h1,h2,h3,h4,h5,h6 {
	margin:0 0 0 12px;
}
h1 {
	font-weight:normal;
	letter-spacing:2px;
	font-size:2em;
	font-family:verdana;
	margin:4px 0 0 0;
	padding:0 0 4px 0;
}
h2 a:hover {
	text-decoration:none!important;
}
h2 {
	font-size:1.55em;
	font-weight:normal;
	padding:10px 0 0 10px;
	margin:6px 0 6px 10px;
}
h3 {
	font-weight:normal;
	letter-spacing:1px;
	margin:12px 0 0 12px;
	font-size:1em;
}
#content>h3 {
	font-size:1.1em;
}
h4 {
	font-size:.8em;
}
h1,h2 { color:#C27D52; }
h3,h4 { color:#666; }
h5,h6 { color:#333; }
a:link,
a:active,
a:visited {
	text-decoration:none;
	color:#A76747;
}
a:hover {
	border-bottom:1px groove #999;
}
p {
	text-align:left!important;
	line-height:1.5em;
	margin:0;
    font-size:0.9em!important;
}
table td {
	/*border:1px solid #ccc;*/
	vertical-align:top;

}
ul {
	font-size:.8em;

}
ul li {
	list-style-type:square;
	color:#000;
	margin:0 0 0 10px;
	padding:2px 0;
}
/* LANGUAGE PICKER ----------------------------------------------------- */

#i18n {
	font-size:.8em;
	float:left;
	width:200px;
}
#i18n a {
	float:left;
	width:50px;
	text-align:center;
	border-bottom:4px solid #eee;
	margin:2px;
	padding:2px 0 2px 4px;
	color:#666;
	font-size:.7em;
}
#i18n a:hover {
	border-color:#8c8d30;
}
/* content layout --------------------------------------------------------- */
#layout {
	width:720px;
	margin:10px auto 20px auto;
}
#layout td {
	vertical-align:top;
}
#leftbar {
	width:218px;
	background:#fff;
	padding:0px!important;
	/*border-right:1px solid #B4AF39;
	border-left:1px solid #B4AF39;*/
}
#leftbar #news_list {
	background:#DDB18C url('../img/news-bg.jpg') no-repeat top center;
	margin-top:-6px;
	margin-bottom:-12px;
	font-size:1.2em;
}
#leftbar h2 {
	letter-spacing:1px;
	margin:0 0 0 0;
	padding:15px 5px 0 5px;
	text-align:center;
	font-size:.9em;
	color:#6F4829;
}
#leftbar ul {
	font-weight:normal;
	letter-spacing:1px;
	padding-left:0px;
	font-size:.7em;
	color:#000;
	margin:12px 10px;
}
#leftbar ul li {
	list-style-type:none!important;
	border-top:1px solid #B4AF39;
	padding:4px 0 3px 0;
	font-size:.9em;
	text-align:center;
	color:#6F4829;
}
#leftbar ul li:first-letter {
	font-weight:bold;
}
#nav {
	padding:0 0 0 0;
}
.nav {
	margin:0;
	padding:0;
	height:35px;
}
.nav li {
	list-style-type:none;
	margin:0 0 0 25px;
	float:left;
}
.nav li a {
	display:block;
	font-size:1.4em;
	padding:0 0 0 0;
	border-top:10px solid #f4f4f4;
	-moz-border-radius-topLeft:5px;
	-moz-border-radius-topRight:5px;
}

.nav li a:hover {
	border-color:#A76747;
	border-bottom:0px;
}

.nav li a.active {
	color:#8C8D30;
	border-top:10px solid #8C8D30;
	-moz-border-radius-topLeft:5px;
	-moz-border-radius-topRight:5px;
}
.nav li a.active:hover {
	border-color:#8C8D30;
}
#layout * {
	text-align:left; /* reset default */
}
#layout #content {
	padding:0 10px 0px 10px;
	background:#f4f4f4 url('../img/bg.jpg') no-repeat bottom right;
	border-right:1px solid #8C8D30;
}
body * {
	/*border:1px solid #c30;*/
}
#banner {
	height:140px;
}
#banner {
	background:url('../img/banners/2.jpg') no-repeat top right;
}
#banner #logo {
	background:url('../img/bg_green.jpg') repeat-x bottom;
	width:216px;
	height:179px;
}
#content {
	background:#f4f4f4 url('../img/layout-bg.jpg') repeat-x top left!important;
}
/* tables inside content */
#content table {
	margin:4px;
}
#content table th {
	background:#F6E6D6;
	color:#666;
	vertical-align:top;
	font-size:.8em;
	text-align:center;
}
#content table tr>th {
	font-size:.9em;
}
#content table tr:last-child td {}
#content table td {
	padding:4px 6px;
	font-size:.9em;
}
#content p {
	padding:6px 12px;
	font-size:1.1em;
	font-family:georgia;
	letter-spacing:.09em;
	line-height:1.5em;
	margin:4px 0 4px 10px;
	color:#4F4F4F;
}
#content h1 {
	text-align:left;
	font-family:georgia;
	font-weight:normal;
	letter-spacing:3px;
	color:#fff;
	position:relative;
	top:-60px;
	font-size:2.1em;
	color:#8C8D2F;
	color:#fff;

	margin:0;
	padding:2px 4px;
}
address {
	padding:0;
	font-size:.8em;
	font-style:normal;
	margin:8px 0;
}

/* footer layout ---------------------------------------------------------- */
#footer {
	padding:0px 0px 8px 0px;
	background:#fff url('../img/footer-bg.jpg') no-repeat top right;
	color:#8C8D30;
	border:0;
	font-size:.8em;
	height:229px;
}
#footer span {
	padding:0 6px;
}
#copyright {
	text-align:right!important;
	/*font-size:.8em;*/
	padding:10px;
	font-size:.6em;
	z-index:1000;
}
#footer a {
	color:#8C8D30;
}
#footer a:hover {
	color:#8C8D30;
}


.secondarymenu {
	width:100%;
	margin:0 auto;
	height:22px;
	text-align:right!important;
	font-size:.8em;
}
.secondarymenu a {
	padding:10px;
}

input[type="text"],textarea {
	border:1px solid #C27D52;
}

#cidres {
	font-size:.8em;
}
#cidres th {
	text-align:right!important;
}
#cidres h2 {
	margin:0!important;
}
#cidres h3 {
	margin-top:0;
}
#cidres .pic {
	width:220px!important;
	vertical-align:middle;
	border-bottom:1px dashed #ccc;
}
#cidres .desc {
	width:220px!important;
	vertical-align:middle;
	border-bottom:1px dashed #ccc;
}
#guideUtile {
	width:100%;
}
#guideUtile th {
	vertical-align:middle!important;
	text-align:right;
}
#guideUtile td {background:#fff;text-align:center;}

