﻿html {
	background-image: url('../img/essend-bg-page.gif');
	background-repeat: repeat;
	color: #3c3c3c;
	}

#doc4 {
	background-color: #FFF;
	}

#bd {
	margin-top: 1.5em;
}

#ft {
	margin-top: 2.5em;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #cbcbcb;
	}
	
#language {
	background-color: #bb1f33;
	height: 1.5em;
	margin-bottom: 2px;
	color: #FFF;
	text-align: right;
	padding: 0.25em;
	text-transform: uppercase;
}

#language li{
	display: inline;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #FFF;
	font-size: 93%;
	padding-left: 10px;
	padding-right: 10px;
}

#language li:first-child {
	border-left-style: none;
	}

#logo {
	background-image: url('../img/essend-bg-header.gif');
	background-repeat: repeat-x;
	padding: 2.5em;
	}

#menu1 {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #cbcbcb;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #cbcbcb;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	padding-left: 2.5em;
	text-transform: uppercase;
	}

#menu1 li {
	display: inline;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #cbcbcb;
	font-size: 93%;
	padding-left: 10px; 
	padding-right:10px;
	color: #bb1f33;
	}

#menu1 li:first-child {
	border-left-style: none;
	padding-left: 0;
	}

#menu1 li a {
	text-decoration: none;
	color: #bb1f33;
	}
#menu1 li a:hover {
	text-decoration: underline;
}
	
#menu1 li.active a {
	color: #818181;
	text-decoration: none;
	}

#bd h1, #bd h2{
	font-family: georgia, serif;
	font-size: 175%;
	color: #bb1f33;
	margin-bottom: 0.3em;
	}

#bd p {
	text-align: justify;
	margin-left: 0.2em;
	margin-bottom: 1em;
}	

.bdr {
	margin-right: 15px;
	}
	
.bdl {
	padding-left: 2.5em;
	padding-right: 0.75em;
	}


	
.bdr ul {
	margin-left: 1.5em;
	line-height: 2em;
	}

.bdr li {
	font-size: 110%;
	list-style-image: url('../img/essend-list-arrow.gif');
	list-style-position: outside;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	}

#ft {
	background-color: #bb1f33;
	position: relative;
	color: #FFF;
	height: 4em;
}

#ft p {
	position: absolute;
	left: 3.333em;
	bottom: 5px;
	font-size: 75%;
}

#ft p.higher {
	position: absolute;
	right: 10px;
	bottom: 0;
	font-family: georgia, serif;
	font-size: 180%;
	font-style: italic;
	text-align: right;
	line-height: 1.6em;
	}


.box { 
	background-image: url('../img/essend-bg-4boxes.gif');
	background-attachment:fixed;
	background-position: bottom left ;
	width: 50px;
	min-height: 100px;
}

.picture {
	position: relative;
	border-style: solid;
	border-width: 6px;
	border-color: #cbcbcb;
	height: 160px;
	margin-bottom: 1em;
	}
	
#bd .picture p {
	margin: 0;
	font-family: georgia, serif;
	font-size: 180%;
	font-style: italic;
	padding: 15px;
	}
	
#bd .picture p.bottom-right {
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align:right;
	}

#bd .picture p.bottom-left{
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: left;
	}
	
#bd .picture p.top-right{
	text-align:right;
	}
	
#bd .picture p.top-left {
	text-align: left;
	}

#bd li address {
	font-size: 85%;
	line-height: 1.2em;
	}

#bd li address.office {
	font-size:105%;
	font-weight: bolder;
	margin-top: 1em;
	}

#bd p.email {
	position: relative;
	}
	
#bd p.email a {
	display: block;
	position: absolute;
	bottom: 13px;
	left: 50px;
	color: #3c3c3c;
	font-weight: bold;
	text-decoration: none;
	}
	
#bd p.email a:hover {
	text-decoration: underline;
	}


#contact ul {
	padding-left: 1em;
	}
	
label.desc {
	display: block;
	margin-bottom: 0.25em;
	font-weight: bold;
	}

label.desc span.req {
	color: #bb1f33;
	font-weight: bold;
	}
#contact input, #contact textarea {
	
	font-family: monospace;
	font-size: 110%;
	padding: 0.25em;
	margin-bottom: 1em;
	}

#contact  input.submit {
	font-family: arial;
	font-size: 120%;
	}
	
#bd hr {
	border-top-style: dotted;
	border-top-width: 1px;
	height: 0;
	}
	
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {

}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {

}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

#msg .LV_validation_message{
	vertical-align: top;
}

.main_box {
	border-style: solid;
	border-color: #cbcbcb;
	border-width: 1px;
	padding-bottom: 10px;
	background-image: url('../img/box-bg.gif');
	background-repeat: repeat-x;
}

#main_boxes h1  {
	color: #404040;
	font-style: serif;
	font-size:1.1em;
	font-weight:bold;
	padding: 10px;
}

#main_boxes p {
	padding-left:10px;
	padding-right:10px;
}

#main_boxes img {
	padding-left: 15px;
	padding-bottom: -5px;
}
#main_boxes a {
	padding-left: 5px;
	padding-right: 10px;
	color: #bb1f33;
	font-size: 0.9em;
	font-weight: bolder;

}

#main_boxes {
	margin-left: 1.5em;
	margin-right: 1.5em;
}

.picture-front {
	position: relative;
	border-style: none;
	height: 306px;
	margin-bottom: 2em;
	margin-left: -10px;
	}
	