html,body{margin:0;padding:10px}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	color:#4F4F4F;
	background-color:#DAE3CC;
}
.bg {
	width: 100%;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: -1;
}
p{
margin:0 10px 10px
}

h1{
margin:10px 10px 10px;
border-bottom: 1px solid #E6DCCb;
}

div#header{
position:relative; 
background-color:#E6DCCB
}

div#header h1{
height:80px;
line-height:80px;
margin:10px;
padding-left:20px;
background: #EEE;
color: #79B30B
}

div#wrapper {
 background: url(../images/layout/background.png);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%;
}

div #lng{
width:90px;
height:50px;
float:right;
position:absolute;
margin-top:-349px;
margin-left:850px;
}
div#container
{
border:2px solid #E6DCCB;
text-align:justify
}
div#content p{
line-height:1.4em;
margin:10px;
}

div#footer{background: #958F86;color: #FFF}
div#footer p{margin:0;padding:0px 0px}
div#footer a{display:inline;padding:0;color: #C6D5FD}

div#container{width:950px;margin:0 auto}
div#content{float:right;width:700px;}
div#navigation{float:left;width:250px;}
div#extra{float:left;clear:left;width:200px}
div#footer{clear:both;width:100%}
.clear { clear: both; background: none; }

 /* Put the fancy border around images and either float right or left*/

#imageright {
  float:right;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 15px !important;
  margin: 10px 0 0 10px;
}
#imageleft {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 15px !important;
  margin: 10px 0 0 10px;
}

#imageleft img {
  display: block;
  cursor:pointer;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }  
#imageright img {
  display: block;
  cursor:pointer;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
 /* End of Put the fancy border around images and either float right or left*/

/*========= Contact Form =============*/
#contact-area {
	width: 550px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 371px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
	
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #BE7DDE;
}

#contact-area input.submit-button {
	width: 80px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 150px;
	padding-top: 5px;
}
div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:white;
  border:2px solid #ccc;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  font-size:0.8em;
  text-align:left;
  max-height:200px;
  overflow:auto;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #EAF2FB;
}
div.selectbox-wrapper ul li.current { 
  background-color: #CDD8E4;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

.selectbox
{
  margin: 0px 5px 10px 0px;
  padding-left:2px;
  width : 10em; 
  display : block;
  text-align:left; 
  background: url('/select/bg_select.png') right; 
  background-repeat: no-repeat;
  /*height:18px;*/
  cursor: pointer;
  border:2px solid #CCC;
  color:#333;
}

select {
	background: url('/select/bg_select.png') right;
	background-repeat: no-repeat;
}
/*==========================================*/


