﻿/* GENERAL */
BODY {
margin: 0;
background: #000000 url(../images/bg.jpg) bottom fixed repeat-x;
}
BODY, TD, P, A {
font-family: Arial;
font-size: 11px;
}
H1 {
font-family: Tahoma;
color: #681616;
font-size: 17px;
font-weight: bold;
}
H2 {
font-family: Tahoma;
color: #555555;
font-size: 15px;
font-weight: bold;
}
H3 {
font-family: Tahoma;
color: #546385;
font-size: 13px;
font-weight: bold;
}
HR {
height: 1px;
border: 1px #a4a4a4 solid;
background: #a4a4a4;
color: #a4a4a4;
}
IMG {
border: 0;
}
A {
color: #48526c;
text-decoration: none;
}
A:hover {
color: #c60000;
text-decoration:underline
}

/* LAY-OUT */
#top {
float: left;
width: 100%;
height: 30px;
background: #333333 url(../images/bg_top.jpg);
text-align: center;
}
#searchbox {
position: relative;
top: -3px;
margin: 0 auto;
width: 960px;
height: 25px;
text-align: right;
}
#searchbox_float {
float: left;
width: 100%;
margin-top: 6px;
}
#searchbox .searchtext {
background: url(../images/bg_search.gif) no-repeat;
float: right;
border: 0;
margin: 0;
padding: 3px;
width: 155px;
height: 21px;
font-family: Arial;
font-size: 11px;
color: #000000;
}
#searchbox .searchbutton {
float: right;
}
#container {
width: 960px;
margin:0 auto; /*center hack*/
text-align: left;
}
#container_inside {
float: left;
width: 100%;
background: white;
border: solid white;
border-width: 0px 1px 0px 1px;
}
#logo {
	float: left;
	background: #000000;
	width: 100%;
}
#menu {
float: left;
width: 100%;
height: 24px;
background: #000000;
margin: 0;
padding: 0;
z-index: 10000;
}
#menu #nav2 {
	float: right;
	margin: 0;
	padding: 0;
}
#menu #nav2 LI {
	background: url(../images/menu/image_small.png) no-repeat;
	width: 90px;
	float: right;
	list-style: none;
	text-align: center;
}
#menu #nav2 LI A {
	line-height: 24px;
	text-decoration: none;
	color: white;
	font-weight: bold;
}
#main {
	float: left;
	width: 100%;
}
#left {
	float: left;
	width: 180px;
}
#left_inside {
	margin: 10px 0px 10px 10px;
}
#quicksearch {
	float: left;
	width: 160px;
	background: url(../images/bg_quicksearch.gif) no-repeat top;
}
#quicksearch SELECT {
	position: relative;
	left: 7px;
}
.quick_product_select {
font-family: Arial;
font-size: 12px;
background: #f0f0f0;
color: #172130;
}
#dia, #partners {
float: left;
margin: 20px 0px 0px 0px;
}
#right {
float: right;
width: 778px;
}
#right_inside {
margin: 15px 15px 15px 0px;
}
#title {
float: left;
width: 100%;
}
#title_text {
float: left;
width: 450px;
}
#title_back {
float: right;
width: 100px;
margin-top: 10px;
}
#content {
float: left;
width: 100%;
}
table.items {
}
td.item_title {
	border: solid 1px;
	border-width: 1px 1px 1px 0px;
	border-color: #9c9c9c #d0d0d0 #9c9c9c #d0d0d0;
	background: #e1e1e1 url(../images/bg_item_title.gif) top repeat-x;
}
td.item_text {
	border: solid 1px #d0d0d0;
	border-width: 0px 1px 0px 0px;
	padding: 10px 26px 0px 26px;
	background: url(../images/bg_item_text.gif) top repeat-x;
}
td.item_picture {
	border: solid 1px #d0d0d0;
	border-width: 0px 1px 1px 0px;
}
td.item_picture_folder {
	border: solid 1px #d0d0d0;
	border-width: 0px 1px 1px 0px;
	background: url(../images/bg_item_text.gif) top repeat-x;
}
.item_picture_box {
	border: 1px solid #777;
	margin: 10px;
}
.item_picture img {
	margin-top: 10px;
}
.item_pdf {
	margin: 3px;
}
.item_first.item_title, .item_first.item_text, .item_first.item_picture {
	border-left-width: 1px;
	border-left-color: #666666;
}
.item_last.item_title, .item_last.item_text, .item_last.item_picture {
	border-right-width: 1px;
	border-right-color: #666666;
}
.item_spacer {
	font-size: 1px;
	height: 10px;
}

#block {
color: #58585e;
font-size: 11px;
}
#item_separator {
float: left;
width: 100%;
height: 20px;
background: url(../images/bg_separator.gif) repeat-x;
}
#blocks {
clear: both;
float: left;
width: 650px;
margin-left: 54px;
padding-bottom: 15px;
}
#block {
float: left;
background: url(../images/bg_block.gif) bottom repeat-x #ffffff;
width: 300px;
height: 100px;
border: 0px solid #8e8e91;
margin: 20px 20px 0px 0px;
overflow: hidden;
}
#block_inside {
padding: 10px;
}
#block_image {
float: left;
width: 65px;
border: solid #878ea0 0px;
}
#block_text {
float: right;
width: 200px;
}
/* TEXT */
.back {
font-family: Tahoma;
font-size: 9px;
font-weight: bold;
color: #494a4a;
}
#left, #left td {
color: white;
}
#left td {
font-size: 11px;
font-family: Verdana;
}
#left a {
color: red;
text-decoration: none;
}
#left select {
margin: 3px 0px 3px 0px;
width: 145px;
}
#content {
line-height: 20px;
}
td.item_title a {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	line-height: 26px;
	padding-left: 15px;
}
td.item_title a:hover {
	text-decoration: underline;
}
.item_pdf a, .item_pdf {
	font-size: 14px;
	font-weight: bold;
	color: #660000;
}
#block b { /*title*/
color: #3b4560;
font-size: 12px;
}
#AJAX_page_details {
float: left;
margin: 20px;
display: none;
}
#simplemodal-overlay {
background-color:#000;
}
#simplemodal-container {
background-color:#ffffff; 
border:4px solid #333333; 
padding: 12px;
text-align: left;
}
