#hdready {
	background-color: #666666;
	width: 100%;
	height: 170px;
	padding: 0;
	border: 0;
	margin: 6px 0 0 0;
	position: relative;
	display: none;
}

#hdready_info {
	position: absolute;
	width: 173px;
	right: 18px;
	top: 18px;
	color: #fff;
}

#hdready_info a {
	color: #fff;
	background: url(/images/hdready_array.jpg) 3px no-repeat;
	padding: 0 0 0 15px;
}

#hdready_info img {
	padding: 0 0 10px 0;
}

#main_products {
	width: 100%;
	padding: 0;
	margin: 5px 0 0 0;
}

#main_products table {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	border-collapse:collapse;
}

#main_products table th {
	height: 35px;
	width: 25%;
	color: #fff;
	background-color: #87005F;
	margin: 0;
	padding: 0;
	border-right: solid 5px #E8E6EE;
}

#main_products table td {
	background-color: #000000;
	border-right: solid 5px #E8E6EE;	
	margin: 0;
	padding: 0;
}

#main_products .last {
	border:0;
}

#main_products table thead tr td {
	text-align: center;
	height: 200px;
}

#main_products table tbody tr td {
	vertical-align: top;
	text-align: center;
	color: #999;
}

#main_products table tr.links td {
	vertical-align: top;
	text-align: left;
}

#main_products table tbody td a {
	background: url(/images/left_ul_dot.gif) 0 3px no-repeat;
	padding: 0 0 0 10px;
	font-weight: bold;
	color: #6897A9;
}

#main_products table tr.links td ul {
	list-style: none;
	padding: 5px 0 0 0;
	margin: 0;
	border: 0;
}

#main_products table tr.links ul li {
	padding: 2px 0 1px 0;
	margin: 0;
	border: 0;
}

#main_products table tr.links ul li a{
	background: url(/images/link_array.jpg) 0 3px no-repeat;
	padding: 0 0 0 13px;
	margin: 0 0 0 10px;
	border: 0;
	color: #6897A9;
	text-decoration: none;
	font-weight: normal;
}

#main_products table tr.links ul li a:hover {
	text-decoration: underline;
}

#springdigital {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 500px;
	display: none;
	visibility: hidden;
}

/* Konstantin */
table td div.outer{
	display: table;
	overflow: hidden;
	#position:relative;
	background:#fff;
	height:200px;
	width:80%;
	border:10px solid #6897A9;
	padding:0;
	margin:10px 0 10px 7.5%;
	#margin-left:0px;
}
table td div.outer div.middle {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}
table td div.outer div.middle a{
	#position: relative;
	#top: -50%;
	#left: -50%;
}


/* slideshow */

#homeslide {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 625px;
	height: 170px;
	overflow: hidden;
}

#homeslide_caption {
	width: 100%;
	height: 35px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 135px;
	background-color: black;
	z-index: 10;
}

#homeslide_caption_text {
    color: #FFFFFF;
    font-family: arial,tahoma;
    font-size: 17px;
    font-weight: bold;
    height: 28px;
    left: 0;
    margin: 0;
    padding: 7px 0 0 6px;
    position: absolute;
    top: 135px;
    width: 99%;
    z-index: 15;
	overflow: hidden;
}

#homeslide_photo {
	width: 625px;
	height: 170px;
	border: none;
	display: none;
}



