html {
    background-image: url(../images/bg_main.gif);
    background-repeat: repeat-y;
    background-position: left;
    background-color: #2c1f1a;
	height: 100%;
}
body {
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
    line-height: 24px;
	padding: 5px 0px 5px 0px;
	color: #2c1f1a;
	margin: 0;
}

a:link,
a:visited {
	color: #800c03;
	text-decoration: underline;
}
a:hover {
	color: #ce0909;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, serif;
	font-weight: normal;
	font-size: 20px;
	color: white;
	margin: 0;
	padding: 10px 0 2px 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2c1f1a;
	margin: 0;
	padding: 4px 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2c1f1a;
	margin: 0;
	padding: 2px 0;
}

hr {
	clear: both;
	height: 0px;
	border: none;
	border-bottom: 1px solid #765b62;
}


/*****************************
 design
******************************/

.containerBg {
    /*height: 100%;*/
    background-image: url(../images/bg_main.gif);
    background-repeat: repeat-y;
    background-position: right;
}

.containerMain {
	width: 873px;
	margin: 0 auto;
	padding: 0 10px;
}

.header {
	width: 100%;
}
.bg_header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	vertical-align: top;
}
/* image */
.logo {
	width: 437px;
}
.menu {
	width: 100%;
	margin-bottom: 5px;
}
.menu td {
	width: 15%;
	vertical-align: top;
	padding-left: 5px;
}
td.firstcell {
	padding-left: 0;
}

.content_table {
	width: 100%;
}
.content_table td {
	vertical-align: top;
}

.content {
	padding: 15px 20px;
	background-color: white;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.content_div {
	min-height: 400px;
}

.content h1 {
    color: #2c1f1a;
}

.content,
.content p {
    font-size: 15px;
    text-align: justify;
}
.content p {
    text-indent: 35px;
}

.subMenu {
	width: 213px;
	padding-right: 5px;
}

.picsborder {
	border: 1px solid #ac6930;
	margin: 3px;
}

.footer_logo {
	float: left;
	padding: 0 10px 10px 0;
}

.footer {
	/*float: left;*/
	color: #868686;
	font-size: 12px;
	text-align: center;
}

/*****************************
 menu
******************************/

.menu a:link,
.menu a:visited {
	display: block;
    font-size: 17px;
	background-color: #473a35;
	color: #b9b9b9;
	text-decoration: none;
	padding: 50px 5px 10px 25px;
}
.menu a.selected:link,
.menu a.selected:visited,
.menu a:hover {
	background-color: #d79e47;
	background-image: url(../images/pointer.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	color: #2c1f1a;
}

.subMenu a:link,
.subMenu a:visited {
	display: block;
    font-size: 17px;
	background-color: #473a35;
	color: #b9b9b9;
	text-decoration: none;
	padding: 7px 5px 7px 25px;
	margin-bottom: 5px;
}
.subMenu a.selected:link,
.subMenu a.selected:visited,
.subMenu a:hover {
	background-color: #d79e47;
	background-image: url(../images/pointer.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	color: #2c1f1a;
}

.lang_box {
	float: right;
	width: 79px;
}

.lang_box a:link,
.lang_box a:visited {
	display: block;
	height: 24px;
	font-size: 12px;
	background-image: url(../images/lang_bg.png);
	background-repeat: repeat;
	color: #b9b9b9;
	text-decoration: none;
	padding: 9px 0 0 26px;
	margin-bottom: 5px;
}
.lang_box a.selected:link,
.lang_box a.selected:visited,
.lang_box a:hover {
	background-image: url(../images/lang_bg_o.png);
	background-repeat: no-repeat;
	color: #2c1f1a;
}
/*****************************
 navigation menu
******************************/

.navigMenu {
	padding-right: 15px;
}

.navigMenu a:link,
.navigMenu a:visited {
	color: black;
	text-decoration: underline;
	margin: 0 20px;
	font-weight: bold;
}
.navigMenu a:hover {
	text-decoration: none;
}

/****************************
Other styles
*****************************/

.solution_lt {
	color: #d2007c;
}

.rowNorm,
.rowAlt {
	padding: 0 5px;
	clear: both;
}
.rowNorm p,
.rowAlt p {
	padding: 0;
	margin: 0;
}

.paging td {
	padding-left: 5px;
}

.copyright {
	text-align: center;
	font-size: 12px;
}
.lang_active {
	font-weight: bold;
}
.langs {
	text-align: right;
	font-size: 12px;
}

.newsImage {
	float: left;
	margin: 1px 7px 2px 0;
}

.banner_left {
	padding-top: 200px;
}

/****************************
Form styles
*****************************/
.formSpecial {
	display: none;
}
.required {
	color: red;
	font-weight: bold;
	padding: 0 1px 0 3px;
}
div.errorDiv {
	background-color: #ffd9d9;
	border: 1px solid red;
	color: #990000;
	padding: 3px 10px 3px 10px;
	margin: 10px 0 10px 0;
	font-weight: bold;
	text-align: left;
}

div.errorBorder {
	float: left;
	border: 1px solid red;
	padding: 1px;
	/*width: 145px;*/
}
div.errorNull {
	width: 100%;
	position: relative;
	display: table;
}
div.errorMessage {
	float: left;
	background-color: #ffd9d9;
	border: 1px solid red;
	font-weight: normal;
	margin: 1px;
	padding: 1px 10px 1px 10px;
	width: 150px;
	vertical-align: middle;
}

.actionMessage {
	background-color: #c5ffb6;
	border: 1px solid #1d8800;
	color: #1d8800;
	padding: 3px 10px 3px 10px;
	margin: 0 0 10px 0;
	font-weight: bold;
	text-align: left;
}


