/* Copyright JK-IT-Services. All rights reserved. */
/* General part */
body {
    background: #DFDFDF;
    color: rgb(0,0,0);
    margin: 20px 20px 20px 20px;
    padding: 0;
    font-family: Arial, Verdana, Helvetica;
/*  font-size: 76%; */
	text-align: center;	
}

a {
	text-decoration: underline;
	color: black;
}
a:visited {
}
a:active {
}
a:hover {
    text-decoration: none;
	color: red;
}

img {
    border: 0;
    text-decoration: none;
}

table {
    border-style: none;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
    width: 90%;
    margin: 0 auto; 
    text-align: left;
}
table th {
    border-style: none;
    border-bottom: solid 1px black;
}
table td {
    border-style: none;
    vertical-align: top;
}

ul, ol {
    list-style-position: outside;
}

.invisible {
    display: none;
}

/* Header part */
div#headcontainer {
    border: 2px solid rgb(50,50,50);
    width: 950px;
    margin: 0 auto; /* center option applied */
    padding: 0 0 0 0;
    background-color: white;
}

div#headcontainer div#header {
    background-color: red;
    background: url("../images/styles/header.jpg") no-repeat;
    height: 150px;
}

div#headcontainer div#header img {
    display: none;
}

#navigation {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url("../images/styles/bg_nav.gif") repeat-x top left;
    border-top: 1px solid #dddddd;
    /* border-bottom: 1px solid #e2e2e2; */
    height: 40px;
}
#navigation a {
    text-decoration: none;
    font-weight: bold;
    margin-right: 0;
    color: #333333;
    height: 30px;
    padding-top: 10px;
    padding-left: 8px;
    padding-right: 8px;
}
#navigation a.left {
    float: left;
    border-right: 1px solid rgb(236,236,236);
}
#navigation a.right {
    float: right;
    font-weight: normal;
    font-size: 0.8em;
    border-left: 1px solid rgb(236,236,236);
    
}
#navigation a:hover {
    background: url("../images/styles/bg_nav_hover.gif") repeat-x top left;
    background-color: red;
}

div#space {
    height: 20px;
}


/* Content part */
div#contentcontainer {
    background: white;
    border: 2px solid rgb(50,50,50);
    width: 950px;
    margin: 0 auto; /* center option applied */
}

div#contentcontainer h1 {
    font-size: 1.5em;
}

div#contentcontainer h2 {
    font-size: 1.17em;
}

div#contentcontainer h3 {
    font-size: 1em;
}

div#contentcontainer h4 {
    font-size: 0.83em;
}

div#contentcontainer h5 {
    font-size: 0.75em;
}

div#path {
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 4px 10px 4px 10px;
    background-color: rgb(228,228,228);
    font-weight: bold;
    color: rgb(255,0,0);

} 
div#path a {
    text-decoration: none;
    font-weight: normal;
    margin-right: 0;
    color: #333333;
}
div#path a:hover {
    text-decoration: underline;
    color: #333333;
}

div#content {
    text-align: left;
    margin: 10px 10px 10px 10px;

} 

div#footer {
    background: black;
    color: white;
    height: 1em;
    padding: 1px 10px 1px 10px;
}
div#footer a {
    text-decoration: none;
    font-weight: normal;
    color: white;
}
div#footer a.left {
    float: left;
}
div#footer a.right {
    float: right;
    font-size: 0.8em;
   
}

table.products {
    width: 100%;

}
table.products th {
    text-align: center;
    font-size: 90%;
}
table.products td {
    text-align: center;
    vertical-align: middle;
    font-size: 90%;
}
table.products td a {
    text-decoration: none;
    font-size: 90%;
    font-weight: bold ;
}
table.products td a:hover {
    color: red;
}

div.productoverview {
    background-color: white;
    width: 840px;
    height: 510px;
    margin: 0 auto;
    padding: 10px;
}
div.productoverview div {
    width: 100%; 
    height: 30px; 
}
div.productoverview a {
    text-decoration: none;
    font-weight: bold;
    color: black;
    background-color: #EFEFEF;
    text-align: center;
    border-top: solid 2px rgb(115,115,115);
    border-bottom: solid 2px rgb(115,115,115);
    padding-top: 5px;
    height: 141px;
    width: 400px;
    float: left;
    margin: 10px;
}
div.productoverview a:hover {
    font-weight: bold;
    border-top: solid 2px red;
    border-bottom: solid 2px red;

}
div.productoverview div#search {
    text-decoration: none;
    color: black;
    background-color: #EFEFEF;
    text-align: center;
    border-top: solid 2px rgb(115,115,115);
    border-bottom: solid 2px rgb(115,115,115);
    padding-top: 5px;
    height: 141px;
    width: 820px;
    float: left;
    margin: 10px;
}
div.productoverview div#search div {
    font-weight: bold;
}
input#submit {
    background-color: #EFEFEF;
    border: none;
    border-top: solid 2px red;
    border-bottom: solid 2px red;
    width: 200px;
}

table.contact td {
    border-bottom: 6px solid white;
}
table.contact td.highlight {
    font-weight: bold;
    color: red;
}

.error {
    color: red;
    font-weight: bold;
}
.carousel_container {
    width: 930px;
	height: 300px;
}

div#quick_links {
    text-align: center;
    background-color: #EAEAEA;
    padding: 2px 2px 4px 10px;
    margin: 30px 0px 0px 0px}

div#quick_links  a {
    text-decoration: none;
}