﻿#main-content {
	width: 1150px;
	margin:0 auto;	
}

#menuform	{
	color: black;
	font: 12px Verdana;
	width: 300px;
	float: right;
}

#menuform ul.tabs	{
	font-size: 1.4em;
	list-style: none none inside;
	height: 30px;
	margin: 0;
}
#menuform ul.tabs li	{
	float: left;
	width: 50%;
	font-weight: bold;
	color: #005099;
	height: 100%;
	line-height: 1.8em;
}

#menuform ul.tabs li.selected	{
	background: #dce6ff url("../slope-right-i.png") no-repeat scroll right bottom;
}
#menuform ul.tabs li#lastmenutab.selected	{
	background: #dce6ff url("../slope-left-i.png") no-repeat scroll left bottom;
}

#menuform ul.tabs li a	{
	margin-left: 1em;
	border-bottom: 1px dotted black;
	cursor: pointer;
	text-decoration: none;	
}
#menuform ul.tabs li a:hover	{
	border-bottom: none;	
}
#menuform ul.tabs li.selected a	{
	border-bottom-width: 0;
	color: black;
}

#menuform .content	{
	background: #dce6ff;
	padding: 5px 15px;
}
#menuform .content a {
	display: block;
	margin: 15px 0;
	outline: 0pt none;
}
#menuform .content a.selected {
	color: black;
	text-decoration: none;
}

#menuform .static	{
	background: #dce6ff;
	margin-top: 3px;
	padding: 14px 15px 17px 15px;
}
#menuform .static a.selected	{
	color: black;
	text-decoration: none;
}
#menuform .black {
	color: Black;
	margin: 15px 0;
	display: block;
}

#content-header {
	margin: 10px 0 20px -16px;	
}

#content-holder {
	width: 825px;
}
#content-holder h2 {
	font-size: 20px;
	padding: 5px 0 30px 0;
	
}
#content-holder h3 {
	font-size: 18px;
	padding: 0;
}
#content-holder .center {
	text-align: center;
}
#content-holder .strong {
	font-weight: bold;
}
.content-panel {
	padding-bottom: 40px;
	min-height: 500px;
}
#logo-table {
	width: 100%;
}
#logo-table td {
	padding: 15px 10px 10px 10px;
}
#logo-table td.colored{
	width: 30px;
	vertical-align: top;
	text-align: center;
	padding-top: 18px;
}

#logo-table td.colored div{
	height: 20px;
	width: 20px;
}

#logo-table td.definition{
	width: 100%;
}
#langtab {
	margin-top: 30px;
}
#langtab ul.tabs	{
	list-style: none none inside;
	margin: 0;
}
#langtab ul.tabs li	{
	float: left;
	padding: 5px 0 5px 5px;
}
#langtab ul.tabs li.selected {
	background-color: #005099;
}
#langtab ul.tabs li a	{
	cursor: pointer;
	outline: 0pt none;
}
#langtab ul.tabs li.selected a	{
	color: White;
	font-weight: bold;
	text-decoration: none;
}
#langtab .content {
	clear: left;
	width: 580px;
}
#langtab .html-form-container {
	width: 100%;
}
#langtab .form-part {
	float: left;
}
#langtab .html-part {
	float: right;
}
#langtab .header {
	margin: 25px 0 8px 0;
}
#langtab textarea {
	border: 1px solid Gray;
	padding: 2px 0 2px 4px;
	width: 270px;
	overflow-x: hidden;
}

#business-offer-form {
	margin-top: 20px;
}

#business-offer-form input[type="text"] {
	width: 260px;
	text-indent: 0.4em;
	padding: 4px;
	font-family: Verdana;
	font-size: 12px;
	border: 1px solid #005099;
	outline: 0px solid #005099;	
}
#business-offer-form input[type="text"].captcha {
	width: 75px;
	text-transform: uppercase;
	margin-left: 10px;
}

#business-offer-form img.captcha {
	float: left;
	clear: both;
	
}

#business-offer-form input[type="submit"] {
	width: 80px;
	background: #005099;
	color: white;
	font: 12px Verdana;
	border-width: 0;
	padding: 4px 11px 8px;
	text-decoration: none;
	height: 28px;
	margin-right: 20px;
}
#business-offer-form label {
	display: block;
	margin-bottom: 4px;
	margin-top: 10px;
}
#business-offer-form textarea {
	border: 1px solid #005099;
	outline: 0px solid #005099;
	padding: 5px;
}

.input-validation-error {
	background: #ffeeee;
}
.field-validation-error {
	color: Red;
	font-weight: bold
}