html, body {
	margin: 0;
	padding: 0;
	
	width: 100%;
	height: 100%;
	text-align: center;
	
	font-family: tahoma;
	font-size: 11px;
	color: #333;
	background: #6b392e url(images/bg_gradient.jpg) top left repeat-x;
}

a {
	color: #6c392f;
	text-decoration: none;
}

a:hover {
	
	text-decoration: underline;
}

.clear {
	position: relative;
	clear: both;
}
.clear_right {
	position: relative;
	clear: right;
}
.clear_left {
	position: relative;
	clear: left;
}

.x {
	display: none;
}


/********************
		WRAPPER
*********************/

#wrapper {
	position: relative;
	display: block;
	width: 780px;
	
	min-height: 100%;
	
	margin: 0 auto;
	margin-bottom: -15px; 
	padding: 0;
	
	text-align: left;
	background: white;
	
}

#wrapper_inner {
	padding: 10px;
}

/********************
		HEADER
*********************/

#header {
	position: relative;
	width: 760px;
	margin: 0;
	padding: 0;
	
	background: transparent url(images/header_bg.gif) top left repeat-y;
}

#header_inner {
	position: relative;
	display: block;
	
	margin: 0 11px;
	padding: 0;
/*	overflow-y: hidden;*/
}

#header a {
	margin: 0;
	padding: 0;
}

#header img {
	margin: 0;
	padding: 0;
	border: 1px solid #CCC;
}
#lang {
	display: block;
	text-align: right;
	padding: 2px 13px 4px 0;
	font-size: 9px;
	font-weight: bold;
/*	background: transparent url(images/header_bg.gif) top left repeat-y; */
}

#lang a {
	color: #999;
	margin-left: 10px;
	padding-left: 10px;
}

#lang a:hover {
	color: #f60;
	text-decoration: none;
}

/********************
		HMENU
*********************/

#hmenu {
	position: relative;
	margin: 11px 0 0 0;
	padding: 0;
	height: 31px;
	z-index: 100;
	border-bottom: 6px solid #6c392f;

	
}

#hmenu_inner {
	position: relative;
	display: block;
	background: transparent url(images/hmenu_bg.gif) center top repeat-x;
	height: 19px;
}
#hmenu .n1 {
	position: relative;
	display: block;
	width: 19px;
	height: 19px;
	float: left;
	
	background: transparent url(images/hmenu_arrow.gif) left top no-repeat;
}


#hmenu ul {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;

	list-style: none;
	z-index: 80;
	
}

#hmenu ul a {
	text-decoration: none;
}

#hmenu ul li {
	display: block;
	position: relative;
	float: left;
	
	padding: 0 10px;
	margin: 0 2px 0 0;
	background: white;
}

#hmenu ul li a {
	display: block;
	padding: 2px 0 5px 0;
	margin: 0;

	
	color: #666;
	
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	
	border-bottom: 10px solid white;
}

#hmenu ul li a:hover, #hmenu ul li a.selected {
	color: #6c392f;
	border-bottom: 10px solid #6c392f;
}

#hmenu ul ul {
	display: none;
	position: absolute;
	top: 31px;
	
	padding: 5px 0;
	margin: 0;
	z-index: 90;
	width: 148px;
	
	border: 1px solid #6c392f;
	border-top: 6px solid #6c392f;
	background: white;
}

#hmenu ul li:hover ul, #hmenu ul li.over ul {
	display: block;
}

#hmenu ul ul li {
	display: block;
	position: relative;
	float: left;
	z-index: 91;
	padding: 0;
	margin: 0;
}

#hmenu ul ul li.first {
	border: none;
}

#hmenu ul ul li a {
	display: block;
	z-index: 92;
	width: 128px;
	
	padding: 4px 10px;
	margin: 0;

	background: white;
	color: #999;
	
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	border: none;
}

#hmenu ul ul li a:hover, #hmenu ul ul li a.selected {
	color: #6c392f;
	border: none;
}



/********************
		PAGE
*********************/



#page {
	position: relative;
	display: block;
	margin: 2px 0 0 0;
	padding: 10px;
	background: transparent url(images/page_bg.gif) top left repeat-y;
	height: 1%;
}

#page_inner {
	display: block;
	padding: 0;
	background: transparent url(images/col2_bg.gif) 170px 0% repeat-y;
	height: 1%;
}

#page div.n1 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 1px;
	width: 760px;
	background: transparent url(images/dotted_line_h.gif) top left repeat-x;
}

#page .n2 {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	height: 1px;
	width: 760px;
	overflow: hidden;
	background: transparent url(images/dotted_line_h.gif) top left repeat-x;
	
}


#page #col2 .n1 {
	display: none;
}

#page #col2 .n2 {
	display: none;
}

/********************
		COL1
*********************/

#col1 {
	display: block;
	margin: 0;
	padding: 0;
	width: 171px;
	float: left;
	z-index: 10;
}

#col1 .n1 {
	display: none;
}
#col1 .n2 {
	display: block;
	background: transparent url(images/arrow_bg.gif) bottom left no-repeat;
	position: absolute;
	width: 100px;
	height: 100px;
	left: 10px;
	bottom: 10px;
	z-index: 0;
}


/********************
		CONTENT
*********************/

#content {
	position: relative;
	display: block;
	margin: 0;
	margin-left: 171px;
	padding: 0;
	min-height: 400px;
	height: auto;
	width: 569px;
	float: left;
}

#content div.n1 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 1px;
	width: 569px;
	overflow: hidden;
	background: transparent url(images/dotted_line_h.gif) top left repeat-x;
}

#content .n2 {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	height: 1px;
	width: 569px;
	overflow: hidden;
	background: transparent url(images/dotted_line_h.gif) top left repeat-x;
}

/********************
		COL2
*********************/

#col2 {
	display: block;
	position: relative;
	
	color: #333;
	height: 1%;
	background: transparent;
	width: 409px;
}

#page.wide #col2 {
	width: 569px;
}
#col2_inner {
	text-align: justify;
	padding: 13px;
}
#page #col2 .n1, #page #col2 .n2 {
	display: none;
}


#col2 h2 {
	margin: 0;
	padding:  0 0 20px 0;
	
	font-size: 17px;
	font-weight: bold;
	color: #6c392f;
}

#col2 .body_back {
	margin: 0;
}

#page #col2 #forms .n1, #page #col2 #forms .n2 {
	display: none
}

/**********************
		COL2 LIST_ITEM
***********************/	

#col2 .list_item {
	margin: 0;
	padding: 10px 0;
}

#col2 .list_item h3, #col2 .list_item h3 a {
	margin: 0;
	padding: 0 0 3px 0;
	
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}

#col2 .list_item .date {
	font-size: 11px;
	color: #666;
	width: 70px;
	float: left;
}

#col2 .list_item .more {
	color: #FF6600;
	font-weight: bold;
}

/********************
		COL2 comments
*********************/	

#col2 #comments .n1, #col2 #comments .n2 {
	display: none;
}

#comments {
	position: relative;
	padding: 0;
	margin: 20px 0;
	width: 383px;
	background: transparent url(images/dotted_line_h.gif) top left repeat-x;
}

#comments form {
	padding: 10px 0 15px 0;
	margin: 0 0 10px 0;
	
	
}

#comments .input_name {
	padding: 2px 0 0 0;
	margin: 0;
}

#comments .input_text {
	padding: 3px 0;
	margin: 0;
}

#comments .comment_name, #comments .comment_text {
	margin: 0;
	padding: 2px;
	
	font-family: tahoma;
	font-size: 11px;
	color: #333;
	margin-top: 5px;
	width: 377px;
	border: 1px solid #CCC;
}

#comments .comment_text {
	height: 60px;
}

#comments .submit {
	margin: 3px 0 0 0;
	padding: 2px 10px;
	
	font-family: tahoma;
	font-size: 11px;
	
	border: 1px solid #ccc;
	color: #333;
	background-color: white; 
}

#comments .output {
	margin: 0;
	padding: 0;
	height: 1%;
	
	background: transparent url(images/dotted_line_h.gif) top left repeat-x;
}

#comments .nocomments {
	padding: 5px 0;
}

#comments .comment {
	margin: 0;
	padding: 5px 0;
	
	background: transparent url(images/dotted_line_h.gif) bottom left repeat-x;
}

#comments span.name {
	font-weight: bold;
}

#comments span.date {
	color: #666;
}

/********************
		COL2 FORMS
*********************/	

#forms {
	padding: 10px 0 0px 0;
	margin: 30px 0 10px 0;
	
	width: 383px;
	
	background: transparent url(images/dotted_line_h.gif) top left repeat-x;
}

#forms form {
	margin: 0;
	padding: 0;
	height: 1%;
}

#forms_inner {
	margin: 0 0 20px 0;
	padding: 0;
	
}

#forms .esm_form_field {
	margin: 0;
	padding: 0 0 5px 0;
	
	clear: both;

}

#forms label {
	display: block;
	padding: 2px 0;
}

#forms .inputfield_i, #forms .inputfield_t {
	margin: 0;
	padding: 2px;
	
	font-family: tahoma;
	font-size: 11px;
	color: #333;
	
	width: 377px;
	border: 1px solid #CCC;
}
#forms .esm_form_field div.inputfield_r {
	margin-top: 5px;
	padding: 0;
}
#forms input.inputfield_r {
	margin: 0;
	padding: 0;
	display: block;
}

#forms label.inputfield_r {
	margin-top: -20px;
	margin-left: 25px;
	padding: 5px 0;
}

#forms .inputfield_s {
	width: 150px;
	
	font-size: 11px;
	font-family: tahoma;
	
	margin: 0 0 10px 0;
	padding: 2px;
	
	border: 1px solid #CCC;
}

#forms .submit {
	margin: 3px 0 0 0;
	padding: 2px 10px;
	
	font-family: tahoma;
	font-size: 11px;
	
	border: 1px solid #CCC;
	color: #333;
	background-color: white; 
}


/********************
		GALLERY
*********************/	

#gallery {
	width: 338px;
	margin-right: -5px;
}

#page.wide #gallery {
	width: 530px;
}

#gallery .thumbnail {
	position: relative;
	display: block;

	float: left;
	
	width: 120px;
	height: 120px;
	
	border: 1px solid #CCC;

	line-height: 120px;
	text-align: center;
	
	margin: 0 5px 5px 0;
	
}

#gallery .thumbnail a {
	font-weight: normal;
}
	
#gallery .thumbnail img {
	vertical-align: middle;
	display: inline;
}



/********************
		COL3
*********************/

#col3 {
	display: inline;
	position: relative;
	z-index: 99;
	
	margin: 5px 10px 0 0px;
	
	float: right;
	
	width: 150px;
}

#col3_inner {
}

#col3 div.n1, #col3 .n2 {
	display: none;
}


/********************
		POLL
********************/	
#poll {
	padding: 0 0 10px 0;
	height: 1%;
}
#poll_inner {

}
#poll form {
	margin: 0;
	padding: 0;
}

#poll .title {
	margin: 0;
	padding: 0;
	height: 1%;
	
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	
	background: transparent url(images/title_bg.gif) bottom left repeat-x;
	border-bottom: 3px solid #ccc;
}

#poll div.title span {
	padding: 7px 0 3px 28px;
	display: block;
	color: #666;
	background: transparent url(images/icon_page.gif) bottom left no-repeat;
}

#poll .question {
	padding: 5px;
	margin: 0;
	
	font-size: 10px;
	font-weight: bold;
}

#poll .answers {
	margin: 0 0 10px 0;
	padding: 0 5px;
	
	font-size: 10px;
}

#poll .answers div {
	position: relative;
	margin: 0;
	padding: 2px 0;
}

#poll .answers label {
	position: relative;
	left: 0px;
	width: 110px;
	margin: 0;
	padding: 2px 0 0 0;
}



#poll .answers div .indicator {
	position: relative;
	display: block;
	margin: 3px 0;
	padding: 0;
	
	height: 4px;
	background-color: #6c392f;
	
	overflow: hidden;
}

#poll .all_answers {
	padding: 0 0 5px 5px;
}



#poll .poll_submit, #poll .poll_view_answer, #poll .poll_back {
	margin: 10px 0;
	padding: 1px 5px;
	
	font-family: tahoma;
	font-size: 10px;
	
	border: 1px solid #ccc;
	color: #333;
	background-color: white;
}

#poll .poll_submit, #poll .poll_back {
	margin-left: 5px;
}
/*
#poll div.first, #poll div.last {
	padding: 0px 0px;
}


/********************
		NEWSLETTER
********************/	

#newsletter {
	padding: 0 0 10px 0;
	height: 1%;
}
#newsletter_inner {
}
#newsletter form {
	margin: 0;
	padding: 5px 5px 0 5px;
}

#newsletter .title {
	margin: 0;
	padding: 0;
	height: 1%;
	
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	
	background: transparent url(images/title_bg.gif) bottom left repeat-x;
	border-bottom: 3px solid #ccc;
}

#newsletter div.title span {
	padding: 7px 0 3px 28px;
	display: block;
	color: #666;
	background: transparent url(images/icon_page.gif) bottom left no-repeat
}

#newsletter .desc {
	padding: 5px;
	margin: 0;
	
	font-size: 10px;
	font-weight: bold;
	background: transparent url(images/rightblock_top_corner.gif) top left no-repeat;
}

#newsletter input.textfield {
	margin: 0;
	padding: 2px;
	
	font-family: tahoma;
	font-size: 11px;
	color: #333;
	
	width: 134px;
	border: 1px solid #CCC;
}

#newsletter input.submit {
	margin: 10px 0;
	padding: 1px 5px;
	
	font-family: tahoma;
	font-size: 10px;
	
	border: 1px solid #ccc;
	color: #333;
	background-color: white;
}

/********************
		DOCUMENTS
********************/	

#documents {
	padding: 0 0 10px 0;
	height: 1%;
}

#documents_inner {
}

#documents .title {
	margin: 0;
	padding: 0;
	height: 1%;
	
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	
	background: transparent url(images/title_bg.gif) bottom left repeat-x;
	border-bottom: 3px solid #ccc;
}

#documents div.title span {
	padding: 7px 0 3px 28px;
	display: block;
	color: #666;
	background: transparent url(images/icon_page.gif) bottom left no-repeat
}

#documents dl {
	margin: 0;
	padding: 5px;
}

#documents dt {
	margin: 0;
	padding: 5px 0 8px 0;
	
	background: transparent url(images/dotted_line_h.gif) bottom left repeat-x;
}

#documents dt img {
	padding-right: 5px;
	float: left;
}

#documents dt a {
	font-size: 9px;
	color: #666;
	
	margin: 0;
	padding: 0;
}
#documents dt a:hover {
	color: #6c392f;
}


/********************
		IMAGES
********************/	

#images {
	position: relative;
	padding: 0 0 10px 0;
	margin: 0;
	height: 1%;
}

#images .title {
	margin: 0 0 4px 0;
	padding: 0;
	height: 1%;
	
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	
	background: transparent url(images/title_bg.gif) bottom left repeat-x;
	border-bottom: 3px solid #ccc;
}

#images div.title span {
	padding: 7px 0 3px 28px;
	display: block;
	color: #666;
	background: transparent url(images/icon_gallery.gif) bottom left no-repeat
}

#images div.n1 {
	display: none;

}

#images div.n2 {
	display: none;
}

#images img {
	z-index: 1;
	margin: 0;
	padding: 0;
	border: 0;
}



/********************
		FOOTER
*********************/
/*
#footer {
	
	position: relative;
	margin: 0 0 20px 0;
	padding: 0;
	width: 760px;
	height: 23px;
	color: #999;
	background: transparent url(images/dotted_line_h.gif) bottom left repeat-x;
}

#footer_inner {
	padding: 4px 7px 6px 0px;
	text-align: right;
}

#footer_inner a {
	position: relative;
	display: inline;
	color: #999;
	font-size: 10px;
	padding: 0 2px;
}

#poweredby {
	position: absolute;
	text-align: left;
	left: 0px;
	top: 4px;
	width: 70px;
	background: transparent url(../../images/esm_logo.gif) right center no-repeat;
}
*/
#footer {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0;
	width: 760px;
	height: 23px;
	color: #999;
	background: #fff url(images/dotted_line_h.gif) bottom left repeat-x;
}

#footer_inner {
	padding: 4px 7px 6px 0px;
	text-align: right;
}

#footer_inner a {
	position: relative;
	display: inline;
	color: #999;
	font-size: 10px;
	padding: 0 2px;
	text-decoration: none;
}

#poweredby {
	display: inline;
	margin: 0;
	padding: 0;
}
#poweredby a,#poweredby .footer_info {
	float:left;
	display: block;
	padding: 0px;
	text-decoration: none;
}
#footerlogo {
	letter-spacing: 1px;
	font-family: Tahoma;
	margin-top: 0px;
	margin-left: 4px;
}
#footerlogo1 {
	color: #C3000D;
}
#footerlogo2 {
	color: #E94F00;
}
#footerlogo3 {
	color: #F08D00;
}
#footer .seperator {
	padding: 0 3px;
	margin-top: -2px;
	float: left;
}
#footer #terms {
	display: inline;
	float: right;
}

