body {
	background: #6d7171;
	color: black;
	margin: 0px;
	font-family: verdana;
	font-size: 14px;
}
#wrapper {
	width: 990px;
	margin: 0px auto;
	background: white;
	border: solid 5px #514e4e;
	border-top: none;
}
ul {
	margin: 0px;
}
#header {
	height: 177px;
	display: block;
	background: url(img/logo.jpg) no-repeat white;
	border-top: solid 2px #6f7072;
	border-bottom: solid 2px #6f7072;
	position: relative;
}
h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer {
	background: #f5e188;
	height: 48px;
	line-height: 40px;
}
#footer img {
	vertical-align: middle;
}
.clear {
	clear: both;
}
a {
	color: black;
}
a:hover {
	color: gray;
}
img {
	border: none;
}
h1 {
	font-size: 19px;
	margin: 0px;
}
#content {
	background: #f3eed5;
}
#content p {
	text-indent: 40px;
	font-size: 10px;
}
#content2 {
	padding: 15px;
}




#promo {
	height: 200px;
	background: #8ed41c;
	border:solid 4px #837f7d;
	padding: 10px;

	text-align: center;
}


#topmenu {
	width: 100%;
	height: 47px; 
	background: #f5e188 url(img/menubg.jpg) repeat-x;
	position: relative;
}

ul#menu {
	height:47px;
	width: 980px;
	margin:0px auto; 
	padding:0; 
	list-style-type:none; 
}

ul#menu li { 
	float:left;
	width: 135px;
	vertical-align: middle;
}
#flags {
	position: absolute;
	top: 4px;
	right: 8px;
	width: 27px;
}
#flags a img {
	margin-bottom: 2px;
}

ul#menu li a { 
	display: block; 
	line-height:38px; 
	height:38px; 
	text-align: center;
	text-decoration :none;
	color: white;
	font-weight: bold;
	background:transparent url(img/menu-top.gif) repeat-x;
}

ul#menu li a {
	background-position:0 0;
	border-left: solid 1px #82817d;
	padding-left: 10px;
	margin-top: 4px;
	margin-left: 2px;
	margin-right: 2px;
	padding-right: 10px;
	border: solid 1px #6d6968;
}
ul#menu li a:hover { background-position:0 -38px;}










ul#left {
	list-style-type:none;
	padding: 0px;
	margin: 0px;
}

ul#left li a { 
	display: block; 
	line-height:29px; 
	height:29px; 
	text-align: center;
	text-decoration :none;
	color: gray;
	font-weight: bold;
	background:transparent url(img/menu-left.gif) repeat-x;
	margin-bottom: 2px;
}

ul#left li.promo a {
	border: solid 1px gray;
	display: block;
	font-size: 17px;
	line-height:60px; 
	height:60px; 
	text-align: center;
	text-decoration :none;
	color: gray;
	font-weight: bold;
	background:transparent url(img/promo.png) repeat-x;
}

ul#left li a:hover {
	background-position: 0px -29px;
}
ul#left li.promo a:hover {
	background-position: 0px 0px;
}

ul#left li a {
	border: solid 1px #dcb115;
}

.img {
	width: 71px;
	display: block;
	line-height: 54px;
	float: left;
	background-color: gray;
	background-repeat: no-repeat;
	background-position: center;
	border: solid 2px white;
	margin-right: 3px;
}

.id {
	float :right;
	font-family: courier new, courier, tahoma;
	font-size: large;
	font-weight: bold;
}





.v-menu{
	clear:both;
}
	ul.v-menu {
		list-style:none;
		clear:both;
		margin: 0px;
		padding: 0px;
	}
		ul.v-menu li a {
			color:#555555;
		}
		ul.v-menu li a:hover{
			color:#999999;
		}
#left li {
	margin-bottom: 2px;
}
#left li ul li {
	margin-bottom: 0px;
}
#left li ul li a {
	color: white;
	background: none;
	height: 15px;
	line-height: 15px;
	margin: 0px;
	padding-top:2px;
	padding-bottom:2px;
	border: none;
	background: gray;
}
#left li ul {
	margin-top: -2px;
}

label {
	display: block;
}

form.contact input {
	width: 50%;
}
#name, #message, #email, #captcha, #subject, .contact textarea, #ctlJob {
	font-size: 16px;
	width: 50%;
	padding: 3px;
	margin-top: 2px;
	margin-bottom: 8px;
	border: 1px solid #e5e5e5;
	font-family: verdana;
	background: #fbfbfb;
	border-left: solid 2px #555;
	border-top: solid 2px #555;
}

#errors {
	padding: 10px;
	border: solid 2px red;
	background: orange;
	color: black;
}
#errors ul {
	list-style-type: none;
}

