* {
    margin: 0px;
    padding: 0px;
}
a img {
    border-style: none;
}

div {
    position: relative;
}


body
    {
    background-color: #D3CCB2;
    }

.banner {
    color: #FFFFFF;
    background-color: #1D3851;
    /*background-image: url(../images/logo2.gif);*/
    width: 580px;
    height: 100px;
    margin-bottom: 10px;

    }
.banner p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
    line-height: 100px;
    text-align: right;
    padding-right: 20px;
}

.clear {
    clear: left;
}

#head {
    margin-top: 40px;
    width: 580px;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    padding: 20px;
    text-align: left;
	/*background-image: url(../images/main_bg.gif);*/
	background-repeat: no-repeat;
	background-position: bottom right;

}


#main {
    margin-left: 160px;
    font-family: arial;
    font-size: 12px;


}

#navigation {
    width: 120px;
    float: left;


}
.adress {

	font-family: arial;
	font-size: 12px;
	margin-top: 40px;
	text-align: center;
	color: #333;

}

#navigation ul {
    list-style:none;
}
#navigation li {
    margin-top:3px;
    display:block;
    padding:5px;
    width:120px;
    border:1px solid #e2e2e2;
    background-color: #f9f9f9;
    font-family: arial;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #1D3851;
}
#navigation li li {
    background-color: transparent;
    width: auto;
    margin: 0;
    padding: 5px 0 0 0;
    border-style: none;
}
#navigation a {
    /*margin-top:3px;
    display:block;
    padding:5px;
    width:120px;
    border:1px solid #e2e2e2;
    background-color: #f9f9f9;
    font-family: arial;
    font-size: 12px;
    letter-spacing: 1px;*/
    text-decoration: none;
    color: #1D3851;
}

#navigation a:hover {
    /*border:1px solid #1D3851;
    color: #1D3851;*/
}

.mail {
	display:none;
	border: none;
}

h1 {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;


}

h2 {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    padding: 0px 0px 10px 20px;
	letter-spacing: 1px;
}

h3 {
    font-size: 12px;
    font-weight: bold;
    color: #333;
    padding-bottom: 2px;
    margin-bottom: 0px;
    letter-spacing: 1px;
}

h4 {
    font-size: 12px;
    font-weight: normal;
    color: #333;
    padding-bottom: 2px;
    margin-bottom: 0px;
    letter-spacing: 1px;
}

h6 {

	font-size: 10px;
	font-weight: normal;
	color: #333;

}

.intext {
	font-size: 12px;
    font-weight: normal;
    color: #333;
    padding-bottom: 5px;
    margin-bottom: 0px;
	line-height: 150%;

}

a:link {
color: #000000;
text-decoration: underline;
font-family: Arial;
font-size: 12px;
font-weight: normal;
}

a:visited {
color: #000000;
text-decoration: underline;
font-family: Arial;
font-size: 12px;
font-weight: normal;
}

a:hover {
color: #659DB0;
text-decoration: underline;
font-family: arial;
font-weight: normal;
}

.prod {

background: #f4f4f4;

}

.tbl_left {
	border-right: 1px #999 solid;

}

.tbl_right {
	padding-left: 10px;
}

.tbl_bot {
	border-bottom: 1px #999 solid;
}

.clear {

	clear: all;
}

#prodmen {
	margin: 10px:
	padding: 10px;
	padding-bottom: 40px;
	width: 400px;
	height: 100px;
	background-color: #f3f3f3;
	float: left;


}

/* imagelist */
ul.images,
ol.images {
    width: 372px;
    height: 100%;
    margin: 20px auto;
    padding: 0;

    overflow: hidden;
}
ul.images li,
ol.images li {
    margin: 0 3px 3px 0;
    padding: 0;

    display: inline;
    float: left;

    list-style-type: none;
}
ul.images img,
ol.images img {
    display: block;
}
/* end of imagelist*/
