body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
    background: #3E3E3E url("images/bodyBg.gif") repeat-x top;
}

#siteWrapper {
    width: 760px;
    margin: 0 auto 0 auto;
    padding: 25px 0 30px 0;
}

#logoBar {
	background: url("images/logoBarBg.gif") no-repeat;
	width: 760px;
	height: 76px;
}

#langs {
	float: right;
	margin: 0;
	padding: 48px 8px 0 0;
	list-style: none;
}

#langs li {
	float: left;
	width: 50px;
}

#langs li a img {
	float: left;
	display: inline;
	margin: 0 3px 0 0;
}

#langs li a:link, #langs li a:active, #langs li a:visited {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #383838;
}

#logoBar table {
	margin: 0 0 0 30px;
}

#logoBar table tr td {
	width: 200px;
	height: 76px;
}

#header {
	margin: 12px 0 0 0;
	height: 193px;
	/* background-image set in color.css */
	background-repeat: repeat-x;
}

#header img {
	float: left;
	display: inline;
	margin-top: 8px;
}

#header p {
	float: right;
	width: 300px;
	margin: 50px 40px 0 10px;
	padding: 10px 10px 0 10px;
	border-top: 1px solid #706E6F;
	color: #C0C0C0;
}

#menuBar {
	background: url("images/menuBarBg.gif") repeat-x top;
	height: 38px;
}

#menuBar ul {
	margin: 0;
	padding: 0 0 0 50px;
	list-style: none;
}

#menuBar ul li {
	float: left;
	width:180px;
}

#menuBar ul li a:link, #menuBar ul li a:active, #menuBar ul li a:visited {
	display: block;
	float: left;
	text-decoration: none;
	color: #383838;
	font-size: 13px;
	font-weight: bold;
	padding: 11px 10px 11px 10px;
}

#menuBar ul li a:hover, #menuBar ul li a#menuSel {
    padding: 11px 9px 11px 9px;
	border-left: 1px solid #EAEAEA;
    border-right: 1px solid #EAEAEA;
    background: url("images/menuHovBg.gif") repeat-x top;
}

#menuBar ul li a img {
	float: left;
	display: inline;
	margin: 0 5px 0 0;
}

#content {
	background: #ECECEC url("images/contentBg.gif") repeat-x top;
	padding: 40px 40px 50px 40px;
}

#homePic {
    float: right;
    display: inline;
    margin: 0 0 50px 50px;
	border:1px solid #DBDBDB;
}

#servicesPic {
    float: left;
    display: inline;
    margin: 0 50px 50px 0;
}

#productsPics {
	height: 85px;
	padding: 30px 0 0 0;
	margin: 0;
}

#productsPics a:link, #productsPics a:active, #productsPics a:visited, #productsPics a:hover {
	float: left;
	margin-left: 19px;
}

#content h1 {
	font-size: 12px;
	margin: 8px 0 8px 0;
}

#content p {
	line-height: 140%;
    margin: 12px 0 12px 0;
}

#content ul {
	padding: 0 0 0 14px;
    margin: 12px 0 12px 0;
}

#content a:hover {
	text-decoration: none;
}

#contactData {
	float: left;
	width: 220px;
	padding: 0 0 0 20px;
}

#contactForm {
	float: left;
	width: 435px;
	border-left: 1px solid #CFCFCF;
}

#contactForm h1 {
	padding-left: 100px;
}

#contactForm label {
	display: block;
	float: left;
	width: 55px;
	padding: 10px 0 0 100px;
}

#contactForm input {
	float: left;
    border: 1px solid #AEAEAE;
    width: 240px;
    margin-top: 10px;
}

#contactForm textarea {
    float: left;
    border: 1px solid #AEAEAE;
    width: 240px;
    height: 120px;
    margin-top: 10px;
}

#contactForm button {
	float: right;
	display: inline; 
	margin: 10px 40px 0 0;
	padding: 2px 10px 2px 10px;
	border: 0;
	background: #3B3B3B;
	color: #fff;
	font-size: 11px;
}

#contactMsg {
	padding-left: 10px;
	text-align: center;
	padding-bottom: 20px; 
	color: #F70000;
}

#footer {
	border-top: 2px solid #DBDBDB;
	background: #fff url("images/footerBg.gif") repeat-x top;
}

#footer ul {
	margin: 0 auto 0 auto;
	padding: 12px 0 0 0;
	width: 210px;
	height: 23px;
	list-style: none;
}

#footer ul li {
    float: left;
}

#footer ul li a:link, #footer ul li a:active, #footer ul li a:visited {
	display: block;
    float: left;
    width: 70px;
    text-align: center;
    color: #292929;
    text-decoration: none;
}

#footer p {
	clear: both;
	border-top: 1px solid #E9E9E9;
	padding: 7px 0 7px 0;
	margin: 0 auto 0 auto;
	width: 700px;
	text-align: center;
}

#footer p a:link, #footer p a:active, #footer p a:visited {
    color: #292929;
    text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer p a:hover {
    text-decoration: underline;
}


.left {
	float: left;
	width: 330px;
	margin-right: 10px;
}

.right {
	float: left;
	width: 340px;
}

.clear {
	clear: both;
}

.right img {
	margin-right: 5px;
	float: left;
	margin-bottom: 5px;
}

.right img.last {
	margin-right: 0px;
}