@charset "utf-8";
/* CSS Document */


/* default styles */

body,
div,
p,
ul,
li,
td,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	line-height: 16px;
}

p {
	padding: 6px 0 0 0;
	margin: 0;
	/*text-align: left;*/
}

h1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: black;
	padding: 0 0 2px 0;
	margin: 0;
}
h2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
	padding: 0 0 2px 0;
	margin: 0;
}
h3 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	padding: 0 0 2px 0;
	margin: 0;
}

a:link {
	color: #24a700;
	text-decoration: underline;
}
a:visited {
	color: #24a700;
	text-decoration: underline;
}
a:hover {
	color: #24a700;
	text-decoration: none;
}

hr {
	height: 0;
	size: 0;
	border: none;
	border-bottom: 1px solid #838b91;
}

/****************************
Design styles
*****************************/

#colMenu {
	background-image: url(../images/design/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 242px;
	height: 700px;
	vertical-align: top;
}
#content_main {
	background-image: url(../images/design/content_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #efeff0;
	width: 554px;
	height: 600px;
	vertical-align: top;
	padding: 40px 20px 20px 20px;
}
#banners {
	background-image: url(../images/design/shadow_right.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 600px;
	vertical-align: top;
	padding: 20px 0 0 20px;
}
#logo {
	margin: 0 10px 20px 10px;
	text-align: center;
}
#shadowLeft {
	background-image: url(../images/design/shadow_left.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 100%;
	padding: 20px 0 0 0;
	overflow: hidden;
}
#decorLeft {
	background-image: url(../images/design/cat1_left.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 200px;
	margin-top: 50px;
}
#footer {
	padding: 7px 0 7px 0;
	width: 594px;
}

.lightbox_img_set {
	text-align: center;
	margin: 0 auto;
}
img.lightbox_img {
	border: 5px solid #9ba3aa;
	margin: 5px 10px;
}

/****************************
Menu styles
*****************************/

.menuLev1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: white;
	margin: 0 25px 0 25px;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #ced5db;
}
.menuLev2,
.menuLev3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: white;
	margin: 0;
	padding: 10px 0 0 20px;
}
.menuLev3 {
	font-size: 14px;
	padding: 8px 0 0 40px;
}

.menuLev1 a:link,
.menuLev1 a:visited,
.menuLev2 a:link,
.menuLev2 a:visited,
.menuLev3 a:link,
.menuLev3 a:visited,
.buttonBox a:link,
.buttonBox a:visited {
	color: white;
	text-decoration: none;
}
.menuLev1 a:hover,
.menuLev2 a:hover,
.menuLev3 a:hover,
.buttonBox a:hover,
a.selectedItem:link,
a.selectedItem:visited {
	color: #98fb7d;
	text-decoration: none;
}

.buttonBox {
	background-color: #9ba3aa;
	background-image: url(../images/design/button_left.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin: 0 10px 5px 0;
	float: left;
	height: 32px;
	vertical-align: middle;
}
.buttonBox a {
	display: block;
	float: left;
	background-image: url(../images/design/button_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 22px;
	vertical-align: middle;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: white;
	padding: 6px 15px 4px 15px;
}


/****************************
Other styles
*****************************/

.langSelectSel,
a.langSelect:link,
a.langSelect:visited,
a.langSelect:hover {
	display: block;
	background-image: url(../images/design/lang_btn.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 8px 0 0 0;
	height: 28px;
	width: 120px;
	text-align: center;
	font-size: 14px;
	/*vertical-align: middle;*/
	color: white;
	text-decoration: none;
}
a.langSelect:hover {
	color: #98fb7d;
	text-decoration: none;
}
.langSelectSel {
	color: #CCCCCC;
}

.copyright {
	color: white;
	margin: 50px 0 10px 0;
	width: 100%;
}

.solution {
	color: white;
	padding: 18px;
	text-align: center;
	vertical-align: bottom;
}

.solution a:link,
.solution a:visited {
	color: white;
}
.solution a:hover {
	color: #98fb7d;
}

.banner {
	padding: 0 0 10px 0;
}

.guestResponse {
	color: #666666;
}

.image_title {
	border: 3px solid #bdc2c6;
	padding: 0;
	margin: 5px 10px 10px 0;
}

/****************************
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;
}



