body {
    color: #811910;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #811910;
	padding: 5px 0px 5px 0px;
	margin: 0;
	/*text-align: justify;*/
}

a:link,
a:visited {
	color: #7e130a;
	text-decoration: underline;
}
a:hover {
	color: #a0740b;
	text-decoration: none;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #7e130a;
	padding: 8px 0px 2px 0px;
	text-align: center;
	border: 0;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #811910;
	margin: 0;
	padding: 0;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #811910;
	margin: 0;
	padding: 1px 0 0 0;
}

hr {
	clear: both;
	height: 0px;
	border: none;
	border-bottom: 1px solid #c08444;
}



.leftTopBg {
	background-image: url(../images/left_top.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 14px;
}

.midTopBg {
	background-image: url(../images/mid_top.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 14px;
}

.leftRightBg {
	background-image: url(../images/left_right_bg.png);
	background-repeat: repeat-y;
	width: 17px;
    vertical-align: top;
}
.leftRightBg div {
    height: 650px;
    width: 17px;
}
.midLeftBg {
	background-image: url(../images/mid_left_bg.png);
	background-repeat: repeat-y;
	width: 9px;
}
.midLeftBg div {
    height: 650px;
    width: 9px;
}
.leftLeftBg {
	width: 10px;
	background-image: url(../images/left_left_bg.png);
	background-repeat: repeat-y;
}
.leftLeftBg div {
    width: 10px;
}
.midRightBg {
	width: 19px;
	background-image: url(../images/mid_right_bg.png);
	background-repeat: repeat-y;
}
.midRightBg div {
    width: 19px;
}
.leftBottBg {
	background-image: url(../images/left_bottom.png);
	background-repeat: no-repeat;
	height: 20px;
}
.midBottBg {
	background-image: url(../images/mid_bottom.png);
	background-repeat: no-repeat;
	height: 20px;
}

.leftStyle,
.leftBottom {
	background-image: url(../images/left_bg.png);
	padding: 10px;
    vertical-align: top;
}
.leftBottom {
    vertical-align: bottom;
}
.midStyle,
.midBottom {
	background-image: url(../images/mid_bg.png);
	padding: 5px 23px 10px 23px;
    vertical-align: top;
	/*width: 594px;*/
}
.midBottom {
    vertical-align: bottom;
}
.midStyle p {
    line-height: 25px;
    font-size: 15px;
}
.static_indent p {
    text-indent: 50px;
}

.leftStyle,
.midStyle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #811910;
}

.logoStyle {
	padding: 15px 0px;
	text-align: center;
}

.splitterStyle {
	padding: 5px 0px 5px 0px;
	text-align: center;
}

.picsborder {
	border: 1px solid #ac6930;
	margin: 3px;
}

p.menu {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #7e130a;
	padding: 5px 0px 2px 0px;
	text-align: left;
}
p.menu2 {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: none;
	color: #7e130a;
	padding: 5px 0px 2px 10px;
	text-align: left;
}
.menu a:link,
.menu a:visited,
.menu2 a:link,
.menu2 a:visited {
	color: #7e130a;
	text-decoration: none;
}
.menu a:hover,
.menu2 a:hover {
    color: #a0740b;
	text-decoration: none;
}
a.selected:link,
a.selected:visited {
    color: #b05832;
    font-weight: bold;
}

.menu3_cont {
	padding-left: 15px;
}

/****************************
Product styles
*****************************/

.product_list {
    margin-top: 25px;
}
.product_image {
    padding-bottom: 7px;
}
.product_item_small {
    float: left;
    margin: 0 15px;
    min-height: 200px;
    text-align: center;
}
.product_item_small a:link,
.product_item_small a:visited {
    text-decoration: none;
}
.path {
    padding: 20px 0;
}
.product_photos {
    float: left;
    padding: 0 15px 10px 0;
    width: 215px;
    text-align: center;
}
.item_nr {
    font-size: 11px;
}
.product_contact {
    /*clear: both;*/
    float: left;
    padding-top: 10px;
    max-width: 360px;
}
.product_lightbox img {
    float: left;
    margin: 1px;
}
.pr_label {
    text-align: right;
    width: 110px;
}


.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 {
    padding-top: 10px;
	text-align: right;
	font-size: 12px;
}

.newsImage {
	float: left;
	margin: 1px 7px 2px 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;
}

.guestResponse {
	padding: 0 0 20px 0;
}


	/* main container */
	.sbscr_cont {
		width: 235px;
		margin: 30px 5px 0 5px;
		font-size: 12px;
		text-align: left;
	}
	.sbscr_cont * {
		text-align: left;
	}
	.sbscr_heading {
		font-size: 14px;
	}
	/* email input */
	#sbscr_e {
		max-width: 200px;
	}
	/* submit button */
	#sbscr_b {
	}
	/* messages */
	.sbscr_msg_err,
	.sbscr_msg_ok {
		padding: 3px 5px;
		margin: 5px 0;
		font-weight: bold;
		text-align: left;
	}
	.sbscr_msg_err {
		background-color: #ffd9d9;
		border: 1px solid red;
		color: #990000;
	}
	.sbscr_msg_ok {
		background-color: #c5ffb6;
		border: 1px solid #1d8800;
		color: #1d8800;
	}
