/*CSS made by Zoran Perin - ALEZZO.COM*/

/*ALL................................................*/
body {
	font:12px Arial, Helvetica, sans-serif; 
	color:#666;
	background:#f6f6f6;
	height:100%;
	line-height:1.5em;
	}
html { 
	height:100%;
	overflow-y:scroll;
	}	
a:link, a:visited {color:#157AB7;}
a:hover, a:active {color:#E29018;}
a:link, a:visited, a:hover, a:active {text-decoration:none;outline:none;}

h1 {}
h2 { color:#707070; font-size:16px; margin:10px 0;}
h3 {}

hr {
	border:0; 
	border-bottom: 1px solid #cecece;
	color:#fff; 
	margin:10px 0;
	width:100%; 
	}

/*RESET................................................*/
a img, :link img, :visited img {border: 0;}
table {
	border-collapse: collapse; 
	border-spacing: 0;
	}
body, div, dl, dt, dd, pre, form, fieldset, input, table, th, td, embed, object {
	padding:0; margin: 0;
	}
:focus {outline: 0;}
:link,:visited { text-decoration:none }
.clear {clear:both;}
.bold {font-weight:bold;}

/*HEADER.............................................*/
#header_hold {
	background:#535353;
	border-bottom:2px solid #444;
	height:34px;
	width:100%;
	}
#header {
	height:34px;
	margin:auto;
	width:940px;
	}
#header ul {
	margin:0;
	padding:0;
	list-style:none;
	}	
#header ul li {
	float:left;
	font-size:13px;
	line-height:34px;
	list-style:none;
	padding-right:15px;
	}	
#header a:link, #header a:visited {color:#fff;}
#header a:hover, #header a:active {color:#F58D16;}
#header a:link, #header a:visited, #header a:hover, #header a:active {text-decoration:none;outline:none;}
	

/*BANER..............................................*/
#baner {
	background: url(../images/baner_bg.gif) repeat-y;
	border:10px solid #fff;
	height:300px;
	margin:40px auto 20px auto;
	width:920px;
	}
#baner_iner {
	background:url(../images/blueprints.jpg) right no-repeat;
	height:300px;
	width:920px;
	}	
#baner_iner_txt {
	display:inline;
	float:left;
	height:260px;
	margin:20px 0 0 20px;
	text-align:justify;
	width:440px;
	}	

/*MAIN...............................................*/
#main {
	margin:auto;
	overflow:hidden;
	width:940px;
	}
.main_box, .main_box2, .main_kontakt_box {
	background:#f9f9f9;
	border:10px solid #fff;
	display:inline;
	float:left;
	height:200px;
	margin-bottom:20px;
	padding:10px;
	width:260px;
	}	
.main_box2 {
	margin:0 20px 20px 20px;
	}
.main_box ul {
	margin:30px 0 0 10px;
	padding:0;
	}	
.main_box ul li {
	background:url(../images/bullet2.gif) left top no-repeat;
	list-style:none;
	padding:0 0 4px 15px;
	}
.box_thumb, .box_thumb2, .box_thumb3{
	float:left;
	height:80px;
	margin:0 0 5px 0;
	width:80px;
	opacity: 0.7;
	filter:alpha(opacity=70);
	-ms-filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	}	
.box_thumb2 {
	margin:0 8px 5px 8px;
	}
.box_thumb3 {
	margin:0 5px 5px 0;
	}	
.box_thumb:hover, .box_thumb2:hover, .box_thumb3:hover {
	opacity: 1;
	filter:alpha(opacity=100);
	-ms-filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	}	
	
/*FOOTER.............................................*/
#footer {
	border-top:1px solid #d1d1d1;
	height:60px;
	margin:auto;
	padding-top:20px;
	text-align:right;
	width:940px;
	}
.credit {
	font-size:11px;
	}	

/*KONTAKT page.......................................*/
.main_alt_box {
	background:#f9f9f9;
	border:10px solid #fff;
	display:inline;
	float:left;
	margin:0 20px 20px 0;
	overflow:hidden;
	padding:10px;
	width:580px;
	}	
#kontakt_box_list {
	margin:10px 0 0 0;
	padding:0;
	}	
#kontakt_box_list li {
	list-style:none;
	padding:3px 0 3px 24px;
	}	
.lishome {background:url(../images/icons/home.png) left no-repeat;}	
.listel {background:url(../images/icons/phone.png) left no-repeat;}	
.lismail {background:url(../images/icons/email.png) left no-repeat;}	
	
/*kontakt forma .....................................*/
label {
	float:left; 
	margin-right:10px;
	padding-top:6px;
	text-align:right;
	width:140px;
	}	
input, textarea {
	background:url(../images/stripe.gif) repeat;
	border:1px solid #dfdfdf;
	font:12px Arial, Helvetica, sans-serif; 
	margin:4px 0;
	overflow:hidden;
	padding:4px;
	width:340px;
	-moz-border-radius:0.3em;
	-khtml-border-radius:0.3em;
	}
input:hover, input:focus, textarea:hover, textarea:focus {
	border-color:#bbb;
	} 
.submit, .reset {
	background:#fff;
	border:1px solid #dfdfdf;
	cursor:pointer !important; cursor:hand;
	float:left;
	font:11px Arial, Helvetica, sans-serif; 
	font-weight:bold;
	padding:3px;
	width:70px;
	-moz-border-radius:0.3em;
	-khtml-border-radius:0.3em;
	}	
.submit {
	margin:10px 0;
	}
.reset {
	margin:10px;
	}
.warning { 
	color:#F00;
	font-weight:bold;
	padding-top:12px;
	}