html {
    height: 100%;
}
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    height: 100%;
    color: #4f5d6b;
}

p {
	font-family: Arial, Helvetica, serif;
	font-size: 12px;
	padding: 5px 0px 5px 0px;
	margin: 0;
	/*text-align: justify;*/
}

td {
    vertical-align: top;
}

a:link,
a:visited {
    color: #4f5d6b;
	text-decoration: underline;
}
a:hover {
    color: #b6a060;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, serif;
	font-weight: normal;
	font-size: 14px;
	color: #772325;
	margin: 0;
	padding: 2px 0;
}

h2 {
    font-family: Arial, Helvetica, serif;
    font-weight: bold;
    font-size: 13px;
    color: #772325;
    margin: 0;
    padding: 2px 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #772325;
	margin: 0;
	padding: 0 0 4px 0;
}

hr {
	clear: both;
	height: 0px;
	border: none;
	border-bottom: 1px solid #772325;
}


/*****************************
 design
******************************/

.containerMain {
	width: 888px;
	margin: 0 auto;
	padding: 0 10px;
}

.header_lt {
    background-image: url(../images/header_lt.gif);
    background-repeat: no-repeat;
    background-position: top;
    width: 986px;
    height: 99px;
}

.header_en {
    background-image: url(../images/header_en.gif);
    background-repeat: no-repeat;
    background-position: top;
    width: 986px;
    height: 99px;
}

.header_left {
    height: 99px;
    background-image: url(../images/header_left.gif);
    background-repeat: no-repeat;
    background-color: #e7dfc9;
    background-position: right;
}
.header_right {
    height: 99px;
    background-image: url(../images/header_right.gif);
    background-repeat: no-repeat;
    background-color: #e7dfc9;
    background-position: left;
}
.header_top {
	width: 860px;
	text-align: center;
	margin: 0 auto;
}
.logo {
	margin-left: 100px;
}
.layout {
    background-color: white;
    background-image: url(../images/main_bg.gif);
    background-repeat: repeat-x;
    background-position: top;
    min-height: 400px;
}

.flash_gallery {
    float: left;
    margin-right: 0px;
}
.content {
	width: 820px;
    padding: 5px 60px 0 60px;
	margin: 0 auto;
    text-align: left;
}
.content_inner {
	padding: 10px;
	color: #000000;
}

.picsborder {
	border: 1px solid #772325;
	margin: 3px;
}

.footer {
    clear: both;
    position:relative;
    top: -17px;
    background-color: #e7dfc9;
    height: 99px;
}
.footer_bott {
	position:relative;
	top: -17px;
	margin: 0 auto;
	width: 840px;
	color: #e7dfc9;
	font-size: 10px;
	padding: 5px 0;
	height: 15px;
}

.footer_inner {
	background-image: url(../images/logo_bott.gif);
	background-repeat: no-repeat;
	background-position: left 60px;
	width: 840px;
	margin: 0 auto;
	height: 99px;
	font-size: 10px;
	font-weight: bold;
}

.footer_table {
	float: right;
	padding: 10px 0px 0 0;
	border: none;
	margin-right: 30px;
}
.footer_cell {
	width: 120px;
	padding: 0 3px;
	font-size: 10px;
	font-weight: bold;
	color: black;
}
.footer_split {
	
	background-repeat: no-repeat;
	background-position: top;
	width: 15px;
}
.clearboth {
    clear: both;
    height: 0;
}

.footerSolution {
	float: right;
}

.lightbox_img_set {
	text-align: center;
	margin: 0 auto;
}
img.lightbox_img {
	border: 5px solid #c9c9c9;
	margin: 5px 10px;
}
.copyright {
    clear: both;
    font-size: 10px;
}
.poll p,
.poll label {
    font-size: 11px;
    color: #0a5090;
}
.voteSlider {
    height: 5px;
    background-color: #0a5090;
}

.banner {
    float: left;
    margin: 0 15px 5px 0;
}

/*****************************
 menu
******************************/
.menu_top {
	padding-top: 70px;
	text-align: center;
	color: #772325;
}
.menu_top a:link,
.menu_top a:visited {
	color: #772325;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 5px;
}
.menu_top a.selected:link,
.menu_top a.selected:visited,
.menu_top a:hover {
    text-decoration: none;
    color: #b6a060;
}

.menu {
	height: 64px;
	padding-top: 10px;
	text-align: center;
	margin: 0 auto;
	width: 860px;
}

.menu a:link,
.menu a:visited {
	display: block;
	float: left;
	width: 90px;
	color: #1f1e21;
    margin: 0 2px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}
.menu a.selected:link,
.menu a.selected:visited,
.menu a:hover {
    text-decoration: none;
    color: #b6a060;
}

.menu img {
	padding-bottom: 5px;
}

.subMenu a:link,
.subMenu a:visited {
    display: list-item;
    list-style-image: url(../images/bullet.gif);
    color: #4f5d6b;
    font-weight: bold;
    font-size: 12px;
    padding: 2px 0;
    margin-left: 18px;
    text-decoration: none;
}
.subMenu a.selected:link,
.subMenu a.selected:visited,
.subMenu a:hover {
    text-decoration: none;
    color: #7eb041;
}
.subMenu a:hover {
    text-decoration: underline;
}

/*****************************
 navigation menu
******************************/

.navigMenu {
	float: right;
	font-weight: bold;
	padding: 92px 5px 0 0;
	width: 100px;
	text-align: right;
}

.navigMenu a:link,
.navigMenu a:visited {
    text-decoration: none;
	color: #b6a060;
	margin-right: 5px;
}
.navigMenu a:hover {
	color: #e7dfc9;
}

.gappsMenu {
    float: right;
    padding: 0 10px 0 0;
    font-size: 9px;
    color: #51606c;
}
.gappsMenu a:link,
.gappsMenu a:visited {
    color: #51606c;
    text-decoration: underline;
}

/****************************
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;
}

.lang_active {
	font-weight: bold;
}
.langs {
	text-align: right;
	font-size: 12px;
}

.newsImage {
	float: left;
	margin: 1px 7px 2px 0;
	border: 1px solid #772325;
}

.productTable {
	float: left;
	margin: 0 7px 2px 0;
}
.productTable th,
.productTable td {
	text-align: left;
	width: 150px;
}

.product_item {
	background-color: #eba94a;
	padding: 5px 10px;
	margin: 5px 0;
}

a.product_order:link,
a.product_order:visited {
	display: block;
	float: right;
	background-color: #864205;
	color: white;
	height: 25px;
	padding: 8px 10px 0 10px;
	margin: 2px;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
}

.contact_form {
    float: right;
    padding: 0 0 15px 20px;
    max-width: 300px;
}

/****************************
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;
}


