@charset "utf-8";

/**************************
*  remove default styles  *
**************************/
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
}
ul {
	list-style-type: none;
}
a {
	text-decoration: none;
}


/***********************
*   common             *
***********************/
html, body {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #6f6f6f;	
	background-color: #FFFFFF;
	background-image: url(../img/index_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
/* PNG hack */
img, div, p {
	behavior: url(fileadmin/templates/js/iepngfix.htc);
}
input {
	font-size: 12px;
	color: #1071a8;
}
a {
	color: #62add8;
}
a:hover {
	text-decoration: underline;
}

h1, h2 {
	color: #166897;
}
h1, p {
	margin-bottom: 10px;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 15px;
}


/***********************
*   search             *
***********************/
#search_wrapper {
	position: absolute;
	top: 19px;
	right: 0px;
	height: 45px;
	width: 400px;
	z-index: 11;
}
#search {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 198px;
	height: 20px;
	background-image: url(../img/search_input_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#search_text_field {
	position: absolute;
	bottom: 0px;
	right: 34px;
	height: 17px;
	width: 128px;
	padding-top: 2px;
	background-color: transparent;
}
#search_button {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#search_wrapper p, #search_wrapper a {
	color: #bbbbbb;
	font-size: 12px;
	font-weight: bold;
}
#search_wrapper p {
	position: absolute;
	top: 0px;
	right: 2px;
}


/***********************
*   flash              *
***********************/
#vstopna_wrapper {
	position: relative;
	min-height: 100%;	
}
#flash_wrapper {
	background-image: url(../img/index_bg2.jpg);
	width: 825px;
	height: 437px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-repeat: no-repeat;
	background-position: top;
}
#flash {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	background-image: url(../img/index_bg2.jpg);
	background-repeat: no-repeat;
}
#logo {
	position: absolute;
	top: 47px;
	left: 0px;
}
#logo_print {
	display: none;
}
#divider {
	position: absolute;
	bottom: 0px;
	height: 15px;
	width: 100%;
	background-image: url(../img/index_divider.png);
}


/***********************
*   menu 1             *
***********************/
#m1 {
	position: absolute;
	width: 311px;
	height: 222px;
	left: 319px;
	top: 58px;
}
#m1 li {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#m1 a {
	position: absolute;
	top: 0px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	display: block;
	text-align: center;
}
.pid_4 {
	background-image: url(../img/index_ball1.jpg);
	width: 99px;
	height: 102px;
	left: 0px;
	bottom: 0px;
}
.pid_4 a {
	width: 78px;
	height: 100%;
}
.pid_11 {
	background-image: url(../img/index_ball2.jpg);
	width: 86px;
	height: 91px;	
	left: 133px;
	bottom: 24px;
}
.pid_11 a {
	width: 70px;
	height: 100%;	
}
.pid_82 {
	background-image: url(../img/index_ball3.jpg);
	width: 73px;
	height: 82px;	
	right: 0px;
	top: 58px;
	z-index: 2;
}
.pid_82 a {
	width: 58px;
	height: 100%;	
}
.pid_83 {
	background-image: url(../img/index_ball4.jpg);
	width: 90px;
	height: 66px;
	right: 45px;
	top: 0px;
	z-index: 1;
}
.pid_83 a {
	height: 55px;
}


/***********************
*   materials          *
***********************/
#materials {
	position: absolute;
	bottom: 16px;
}
#materials a {
	position: absolute;
	bottom: 0px;
	display: block;
	height: 120px;
}
#materials a:hover {
	text-decoration: none;
}
#materials a span {
	position: absolute;
	top: 0px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/index_materials_bg.png);	
	display: block;
	width: 100%;
	height: 21px;
	padding-top: 1px;
	cursor: pointer;
}
#materials a img {
	position: absolute;
	bottom: 0px;
}
#gaskets {
	left: 0px;
	width: 69px;
}
#tesnit {
	left: 108px;
	width: 69px;
}
#doniflex {
	left: 216px;
	width: 68px;
}
#grafilit {
	left: 323px;
	width: 67px;
}
#doniflon {
	left: 429px;
	width: 69px;	
}
#donigum {
	left: 538px;
	width: 71px;
}
#donitherm {
	left: 649px;
	width: 70px;
}
#donpack {
	left: 755px;
	width: 67px;
}


/***********************
*   content            *
***********************/
#content_wrapper {
	padding-bottom: 60px; /* same height as footer height (+ 20px maring) */
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	width: 826px;
}
#news_wrapper, #support_wrapper, #find_wrapper {
	float: left;
	overflow: hidden;
}
.left_image {
	float: left;
}
#news, #support, #find {
	float: right;
}
#news_wrapper {
	width: 366px;
}
#news {
	width: 175px;
}
#support_wrapper, #find_wrapper {
	width: 205px;
	margin-left: 25px;
}
#support, #find {
	width: 145px;
}


/***********************
*   footer             *
***********************/
#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	height: 40px;
	font-weight: bold;
}
#footer a {
	color: #169ff7;
	line-height: 30px;
}


/***********************
*   news               *
***********************/
#news_wrapper p {
	margin: 0px;
}
.news-latest-item {
	margin-bottom: 15px;
}
.news_date {
	color: #62add8;
}
.news_title a {
	color: #166897;
}

