/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	font-size: 99%;
	font-family: Arial;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

img, div, input { behavior: url("include/iepngfix.htc") }

/* Layout
-------------------------------------------------------------- */


body {
	background-image: url(../image/Eclip_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	padding-top:20px;
	font-weight:bold;
	letter-spacing: 2px;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	padding-top:40px;}
	

#container {

	margin: 0 auto;
	width: 940px;
	height:auto;
}


#main {
	width: 900px;
	background-image: url(../image/texture_main.jpg);	

		
}

#header{
	width: 840px;
	padding-top:60px;
	height: auto;
	padding-bottom: 30px;
		
}


#footer{
	width: 860px;
	padding:20px;
	height: 60px;
	display:inline;
	float:left;
	background-color:#f5f6f6;
		
}

.logo{
	margin-left:-30px;
	}

.main_content{
	padding-top:20px 0 60px 0;
	width:760px;
	height:auto;
	margin:0 auto;
	}
	
.main_text{ 
	padding-top:20px;
	padding-bottom:30px;
	line-height:24px;
	}
	
.menu{
	display:inline;
	list-style:none;
	width:520px;
	height:20px;
	float:right;
	top:84px;
	position:absolute;
}
	
.menu li{ 
	display:block;
	float:right;
	padding-right:30px;
	}	
.menu li a{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:15px;
	text-decoration:none;
	letter-spacing:3px;
	font-weight:bold;
	}	
.menu li a:hover{
	color:#a1a1a1;
	}
	
#menu_active{
	color:#a1a1a1;
	}
		
ul.service_home{
	display:inline-block;
	list-style:none;

}	

ul.service_home li{
	width:189px;
	display:inline-block;
	text-align:center;
	padding-bottom:60px;
	padding-top: 20px;
	float: left;
	}	

ul.service_home li p{ 
	padding-top:10px;

	}		
	
	
	
			
	
ul.service{
	display:inline;
	list-style:none;
	padding-bottom:40px;

}	

ul.service li{
	width:350px;
	display:block;
	float:left;
	text-align:center;
	padding-top:20px;
	padding-right:30px;
	padding-bottom:30px;
	}	

ul.service li p{ 
	padding-top:10px;
	font-size:12px;
	line-height:14px;
	text-align:center;

	}
		
ul.service li p strong{
	color: #E29E6B;

	}
	
	

ul.kontakt{
	display:inline-block;
	list-style:none;
	padding-bottom:30px;

}
	
ul.kontakt li{
	width:178px;
	padding-right:20px;
	padding-bottom:30px;
	float: left;
	}	
	
	
	
	
/*slider*/
#slider1 {
	width: 770px; /* important to be same as image width */
	height: 363px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	margin:0 auto;
	padding-top: 50px;
}

#slider1Content {
    width: 770px; /* important to be same as image width or wider */
    position: absolute;
	top: 20px;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 12pxx Arial, Helvetica, sans-serif;
    padding: 20px 20px;
    width: 20px;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    color: #000;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 24px;
}
.left {
	top: 0;
    left: 0;
	width: 160px !important;
	height: 238px;
}
.right {
	right: 0;
	top: 0;
	width: 160px !important;
	height: 238px;
	text-align:right;
}

/*slider end*/	
