html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	background: #d4e5ff;
}

#body {
	background: url(/images/body-bg.jpg) no-repeat right bottom;
	padding: 0 0 200px 0;
	margin: 0;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
}

#content {
	width: 1000px;
	margin: 0 auto;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
}

#top {
	width: 1000px;
	height: 202px;
	margin: 0 auto;
	position: relative;
	background-image: none;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/top-bg.png', sizingMethod='scale');*/
}

html>body #top {
	background: url(/images/top-bg.png) repeat-y top left;
}

#lang {
	width: 100px;
	margin: 5px;
	color: #fff;
	float: left;
	display: block;
}

#lang a {
	text-decoration :none;
	padding: 0px 5px;
	color: #fff;
	display: block;
	font-weight: bold;
}

#lang a:hover {
	text-decoration: underline;
}

#lang span {
	font-weight: 600;
	padding: 0px 5px;
}

#center {
	width: 1000px;
	margin: 0 auto;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	background-image: none;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/center-bg.png',  sizingMethod='scale');*/
}

html>body #center {
	background: url(/images/center-bg.png) repeat-y top left;
}

#bottom {
	width: 900px;
	padding: 0 50px;
	height: 40px;
	margin: 0 auto;
	background-image: none;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bottom-bg.png',  sizingMethod='scale');*/
}

html>body #bottom {
	background: url(/images/bottom-bg.png) no-repeat top left;
}

#bottom p {
	padding: 10px;
	font-size: 11px;
	letter-spacing: 1px;
	border-top: 1px solid #aaa;
	margin: 0;
	text-align: center;
}

#bottom a {
	color: #989797;
	font-weight: 600;
	text-decoration: none;
}

h1 {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 17px;
	font-weight: 100;
	color: #989797;
	margin: 0;
	padding: 20px 50px 0px 50px;
	text-transform: uppercase;
	font-weight: 100;
	letter-spacing: 1px;
}

h1:first-letter {
 	font-size: 24px;
	font-weight: 100;
 }

h1 span {
 	background: url(/images/h1-bg.gif) repeat-x left bottom;
	padding: 0 0 2px 180px;
 }

h2 {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 17px;
	font-weight: 100;
	color: #989797;
	padding: 2px 0 1px 10px;
	margin: 20px 0px 0px 0px;
	border-left: 4px solid #999;
	text-transform: lowercase;
	font-weight: 100;
	letter-spacing: 1px;
}

h2:first-letter {
	text-transform: uppercase;
}


#menu{
 	width: 145px;
	padding-left: 50px;
	float: left;
	display: block;
 }

#menu a {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
 	display: block;
	padding: 14px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	color: #4c4c4c;
	text-decoration: none;
	background: url(/images/a-bg.gif) repeat-x left bottom;
}	

#menu a.current {
	color: #940101;
}

#menu a:hover {
	color: #989797;
}

#text {
	padding: 10px 60px 100px 40px;
	color: #4d4b4b;
	font-size: 17px;
	display: block;
	width: 700px;
	float: left;
	text-align: justify;
}

#text b {
	font-size: 14px;
}

#text p:first-letter {
	font-size: 21px;
	font-weight: 100;
	color: #989797;
}

#text a {
	color: #4d4b4b;
	text-decoration: none;
	border-bottom: 1px dotted #4d4b4b;
	padding: 1px;
}

#text a:hover {
	text-decoration: none;
	background: #eee;
}

.clear {
	clear: both;
}

#contactForm {
	width: 580px;
	padding: 10px 0;
}

#contactForm form {
	display: block;
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}

#contactForm form p {
	margin: 0;
	padding: 0;
	float: left;
}

input, textarea {
	font-size: 14px;
	padding: 4px;
	border: none;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
}
label {
	font-weight: bold;
	color: #989797;
	font-size: 12px;
	margin: 5px 0 0 0;
	width: 210px;
	height: 15px;
	float: left;
	border-bottom: 1px dotted #b6b6b6;
	display: block;
	position: relative;
	margin: 0 0 3px 0;
	padding: 5px 0;
}

label.lb-msg {
	width: 470px;
}

.txt, .txtarea {
	width: 210px;
	height: 18px;
	color: #333333;
	border: none;
	padding: 2px 5px;
	background: #eee;
	border: 1px solid #ddd;
	clear: left;
}

.txtarea {
	height: 100px;
	background: #eee;
	width: 470px;
}

.inputHighlighted{  /* Highlighting style */
	width: 296px;
	color: #fff;
  	background-color:#6f8b9b;
}

.req {
 	font-size: 9px;
	font-weight: 600;
	letter-spacing: 1px;
	background: #989797;
	padding: 1px 2px;
	position: relative;
	top: 17px;
	right: 50px;
	color: #fff;
 }

 .btn {
	background: transparent;
	border: 0;
	margin: 10px 0;
	font-family: Times New Roman, Warnock Pro, Georgia, Times, serif;
	font-size: 24px;
	color: #989797;
	cursor: pointer;
}

.small {
	font-size: 11px;
	line-height: 15px;
}

.white {
	color: #fff;
}

.centered {
	text-align: center;
}

.iframe {
	 width: 700px; height: 410px; background: #777; margin: auto; margin-top: 10px; text-align: center; padding-top: 10px;
}

.img-right {
	float: right;
	margin-left: 10px;
	margin-top: 20px;
	border: 2px solid #900;
}

