/*~~~~~~~~~~~~ [regular classes/selectors definitions] ~~~~~~~ */

BODY, PRE, TD, TH, DIV, LI, UL, FORM, INPUT, OL, DL, SELECT, TEXTAREA {
    font-family: Arial, arial narrow;
    font-size: 9pt;
    margin: 0px;
    padding: 0px;
	vertical-align: top;
	color: #777777;
}

body {
    padding: 20px;
	background: #FFFFFF url(imgs/body-bg.gif) no-repeat 16px 16px;
}


p {
	margin: 10px 0px 5px 5px;
	padding: 0;
	text-indent: 0;
}

img {
	border: none;
}

div#container {
	min-width:950px;
/*	width:expression(document.body.clientWidth < 950? "950px": "auto" );*/
}

DIV#maincolumn {
	margin: 0px 190px 0px 0px;
	background: url(img/content_bg.gif) repeat-y;
}

DIV#rightcolumn {
	float: right;
	margin-top: 13px;
	width: 190px;
}

td#maincolumn {
	background: url(img/content_bg.gif) repeat-y;
	padding-bottom: 20px;
}

td#rightcolumn {
	padding: 13px 0px 20px 0px;
	width: 190px;
}


li.last {
	border-right: none !important;
}

h2 {
	background: url(imgs/h2-bg.gif) no-repeat 13px 5px;
	border-left: 1px solid #9c9c9c;
	font-size: 12pt;
	padding: 20px 0px 0px 13px;
} 

a.morelink {
	background: url(imgs/morelink-arrow.gif) no-repeat right center;
	font-size: 8pt;
	text-decoration: none;
	color: #b30000;
	padding-right: 6px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Header~~~~~~~~~~~~~~~~~~~~~~~~~*/

DIV#header {
	background: url(imgs/products-img.jpg) no-repeat right bottom;
	height: 230px;
}
DIV#header div {
	/*background: url(imgs/logo-bg.gif) no-repeat 20px 40px;*/
	height: 230px;
	width: 100%;
}

.mylogo{
	margin-top: 40px;
	margin-left: 20px;
}

span#logo {
	position: absolute;
	display: block;
	top: 29px;
	left: 20%;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~index content~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

td.indtablediv {
	background: url(imgs/indtable-divider.gif) no-repeat center center;
	height: 20px;
}

.indblockcontent {
	margin-left: 11px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~Content~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

div#content {
	margin: 20px 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~Right column~~~~~~~~~~~~~~~~~~~~~~~~*/

DIV#techmenu {
	text-align: center;
}

div#techmenu ul {
	background: url(imgs/techmenu-bg.gif) no-repeat center 40px;
	height: 52px;
	padding-top:  20px;
}

div#techmenu ul li {
	display: inline;
	padding: 0px 8px;
}

DIV#langmenu {
	border-top: 3px solid #dcdcdc;
	border-bottom: 5px solid #fff;
	background-color: #eeeeee;
	text-align: center;
}

DIV#langmenu img {
	margin: 4px 14px;
}

DIV#searchblock {
	border-top: 3px solid #dcdcdc;
	background-color: #eeeeee;
	height: 125px;
	padding: 20px 0px 0px 20px;
}

div#rightcontent {
	margin: 17px 0px 0px 20px;
}

div#newsblock {
	margin-bottom: 16px;
}

div.newsitem {
	margin-top: 16px;
	font-size: 9pt; 
}

div.newsitem h3 {
	margin: 0;
	padding: 0;
	color: #0033CC;
	text-decoration: none !important;
}
div.newsitem span {
	font-size: 7pt;
	color: #0066cb;
}

div#contactblock {
	border-top: 3px solid #d5d5d5;
	padding-top: 16px;
}

div#contactblock p {
		font-size: 9pt;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~Bottom line~~~~~~~~~~~~~~~~~~~~~~~~*/


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Footer~~~~~~~~~~~~~~~~~~~~~~~~~~*/

div#footerline {
	background-color: #b30000;
	text-align: right;
	height: 10px;
	clear: both;
}

div#footerline img {
	display: block;
	float: right;
}

div#footer {
	background: url(imgs/footer-bg.gif) no-repeat right top;
	padding: 24px 0px 10px 17px;
}

div#footer ul li {
	display: inline;
	border-right: 1px solid #3b3b3b;
	padding: 0px 8px;
}

div#footer ul li a {
	color: #3b3b3b;
	text-decoration: none;
}

div#copyright {
	color: #acacac;
	font-size: 8pt;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~Top menu~~~~~~~~~~~~~~~~~~~~~~~~~*/

DIV#topmenu {
	background-color: #b30000;
	border-bottom: 3px solid #d5d5d5;
	padding: 5px 0px;
}

div#topmenu td {
	text-align: center;
	border-right: 1px solid #fff;
}

div#topmenu a {
	color: #fff;
	text-decoration: none;
	display: block;
}

div#topmenu a span {
	background: url(imgs/topmenu-grid.gif) no-repeat left 9px;
	padding-left: 18px;
}

div#topmenu a span span {
	background: url(imgs/topmenu-arrow.gif) no-repeat right 5px;
	padding-right: 10px;
}
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}


table.nav td ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	max-width: 40ex;
	min-width: 160px;
	margin-left: 6px;
	margin-top: 1px;
}

table.nav td:hover ul{
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
}

/*** Menu colors (customizable) ***/


.nav ul,
.nav ul li a{
	background: #fff left !important;
	color: #369 !important;
	text-align: left !important;
}


.nav ul li a:hover{
	background-color: #369 !important;
	color: #fff !important;
}

.nav ul li a:active{
	background-color: #036 !important;
	color: #fff !important;
}

.nav ul{
	border: 1px solid #369;
}

.nav a{
	text-decoration: none;
}

/*** contacts table ***/

table#conttable {
/*	width: 560px; */
}

table#conttable th {
	background-color: #b3b3b3;
	color: #fff;
	text-align: left;
	padding-left: 20px;
	font-size: 11pt;
	border-top: 15px solid #fff;
}

td.contlabel {
	width: 260px;
	font-weight: bold;
	color: #7e0000;
	padding: 5px;
}

td.contval {
	padding: 5px;
}

td.row {
	background-color: #f0f0f0;
}

td.odd {
	background-color: #e0e0e0;
}


.csc-mailform {
border:1px solid #aaaaaa;
margin: 30px;
width: 480px;
padding:30px 20px 20px;
}
.csc-mailform label {
display:block;
float:left;
font-weight:bold;
width:200px;
}

.csc-mailform textarea {
	height: 160px;	
}

.csc-mailform input, .csc-mailform textarea, .csc-mailform select {
border:1px solid #444444;
color:#000000;
margin-bottom:10px;
width:260px;
}
.csc-mailform-submit {
margin-left:250px;
width:100px !important;
}


/* ~~~ [pricelists definitions] ~~~ */

div.filelistitem {
	margin-top: 30px;
}

div.flicon {
	float: left;
}

div.flbody {
	margin-left: 24px;
}

div.flheader {
	font-size: 10pt;
	font-weight: bold;
	color: #a70000;
}

div.flheader span a {
	font-size: 8pt;
}

div.fldesc {
	margin: 5px 0px 10px 0px;
	font-size: 8pt;
}

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
 text-align: center;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #aeaeae;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #aeaeae;
 border-bottom: none;
 background: #dfdfdf;
 text-decoration: none;
  padding-left: 100px;
  padding-right: 100px;
}

ul.tabbernav li a:link { color: #9f0000; }
ul.tabbernav li a:visited { color: #9f0000; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #d0d0d0;
 border-color: #bdbdbd;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 text-align: left;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

/*~~~~~~~~~~~~ [ Sertificates ] ~~~~~~~ */

div.sertitem {
	float: left;
	width: 28%;
	margin: 30px 2%;
	background-color: #efefef;
	height: 210px;
	text-align: center;
	font-size: 9pt;
	border: 1px solid #bbb;
}

div.sertitem h3 {
	height: 27px;
	font-size: 10pt;
	font-weight: bold;
	color: #a70000;
}

div.sertitem img {
	border: 1px solid #bbb;
	padding: 2px;
}

div.sertitem div {
	width: 220px;
	margin: 0px auto;
	text-align: left;
}

img.proddeskimg {
	border: 1px solid #7f0000;
	padding: 3px;
	margin: 0px 10px 10px 0px;
	float: left;
}

div.tabbertab p {
	line-height: 140%;
}

/*~~~~~~~~~~~~ [ Sertificates ] ~~~~~~~ */

table.pricetable {
	width: 90%;
	margin: 0px auto;
}

table.pricetable td {
	font-size: 8pt;
	background-color: #f0f0f0;
	padding: 5px 8px;
	vertical-align: middle;
}

table.pricetable th {
	font-size: 8pt;
	background-color: #a0a0a0;
	color: #fff;
	vertical-align: middle;
	padding: 5px 8px;
}

td.pricelabel {
	background-color: #dedede !important;
	white-space: nowrap;
}

td.priceaccum{
	background-color: #dedede !important;
}

td.priceprice {
	background-color: #dedede !important;
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
}

table.spectable td {
	font-size: 9pt;
	background-color: #f0f0f0;
	padding: 5px 8px;
	vertical-align: middle;
}

td.speclabel {
	font-size: 10pt !important;
	padding-right: 20px;
	color:#7E0000;
	font-weight:bold;
}

div#content ul, div#content ol {
	padding-left: 15px;
	list-style-image: url(imgs/morelink-arrow.gif);
} 

ul#submenu li a {
	color: #7f0000 !important;
	text-decoration: none !important;
}

ul#submenu li a:hover {
	text-decoration: underline !important;
}

div.prodprice {
	text-align: center !important;
	padding-top: 8px;
	color: #7f0000;
	font-size: 12pt;
	display:none;
}

div.prods {
	height: 220px !important;
}

div.proditimg {
	margin: 0px 10px 10px 10px;
	float: left;
}

div.prodittext {
	margin-left: 130px;
	line-height: 130%;
}

/* default styles for extension "tx_srlanguagemenu_pi1" */
.tx-srlanguagemenu-pi1 p {
	font-family: Verdana, sans-serif;
	font-size: .8em;
	line-height: 100%;
	color: #35006d;
	margin-top: 8px;
	padding: 0;
	text-indent: 0;
}
.tx-srlanguagemenu-pi1 img {
	margin: 0 5px;
	padding: 0;
	border-style: none;
}
.tx-srlanguagemenu-pi1 .CUR {
	float: left;
	font-size: .8em;
}
.tx-srlanguagemenu-pi1 .CUR a {
	background-color: transparent;
	color: #35006d;
	text-decoration: none;
	font-weight: bold;
}
.tx-srlanguagemenu-pi1 .CUR a:focus, .tx-srlanguagemenu-pi1 .CUR a:hover, .tx-srlanguagemenu-pi1 .CUR a:active {
	color: #333333;
}
.tx-srlanguagemenu-pi1 .NO {
	float: left;
	font-size: .8em;
}
.tx-srlanguagemenu-pi1 .NO a {
	background-color: transparent;
	color: #35006d;
	text-decoration: none;
	font-weight: bold;
}
.tx-srlanguagemenu-pi1 .NO a:focus, .tx-srlanguagemenu-pi1 .NO a:hover, .tx-srlanguagemenu-pi1 .NO a:active {
	color: #333333;
}
.tx-srlanguagemenu-pi1 .INACT {
	float: left;
	font-size: .8em;
}
.tx-srlanguagemenu-pi1 .INACT a {
	background-color: transparent;
	color: #35006d;
	text-decoration: none;
	font-weight: normal;
}
.tx-srlanguagemenu-pi1 .INACT a:focus, .tx-srlanguagemenu-pi1 .INACT a:hover, .tx-srlanguagemenu-pi1 .INACT a:active {
	color: #333333;
}
.tx-srlanguagemenu-pi1 .SPC {
	float: left;
	font-family: Verdana, sans-serif;
	font-size: .8em;
	line-height: 100%;
	color: #35006d;
}
.tx-srlanguagemenu-pi1 fieldset {
}
.tx-srlanguagemenu-pi1 fieldset legend {
}
.tx-srlanguagemenu-pi1 fieldset label {
	display: none;
}
.tx-srlanguagemenu-pi1 fieldset select {
	font-size: .8em;
	font-family: Verdana, sans-serif;
	background-color: #35006d;
	color: white;
	font-weight: bold;
}
.tx-srlanguagemenu-pi1 fieldset option.tx-srlanguagemenu-pi1-option-0 {
}
