@charset "utf-8";
@import url("reset.css");
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:url(../gfx/body_bg.jpg);
	background-repeat:repeat-x;
	background-color:#e0e1e2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.site #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.site #header {
	background-repeat: repeat-x;
	height:71px;
	padding: 10px 10px 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.site #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.site #mainContent {
	padding: 0 0 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.site #promo {
	position:relative;
	height:200px;
	width:760px;
	background-image:url(../gfx/promo.png);
	background-repeat:no-repeat;
	border-bottom:#000000 7px solid;
}

.site #promo-seo {
	position:relative;
	height:144px;
	width:760px;
	background-image:url(../gfx/promo/seo-trans.png);
	background-position: left;
	background-repeat:no-repeat;
	border-bottom:#000000 7px solid;
}

.site #promo-folio {
	position:relative;
	height:144px;
	width:760px;
	background-image:url(../gfx/promo/folio-trans.png);
	background-repeat:no-repeat;
	background-position: left;
	border-bottom:#000000 7px solid;
}

.site #promo-dtp {
	position:relative;
	height:144px;
	width:760px;
	background-image:url(../gfx/promo/dtp-trans.png);
	background-position: left;
	background-repeat:no-repeat;
	border-bottom:#000000 7px solid;
}

.site #promo-web {
	position:relative;
	height:144px;
	width:760px;
	background-image:url(../gfx/promo/wd-trans.png);
	background-repeat:no-repeat;
	background-position: left;
	border-bottom:#000000 7px solid;
}


.site div.bignav {
height:200px;
}

.bignav_links {
width:190px;
float: left;
position: relative;
height:200px;
}


.site #a2col {
position: relative;
padding: 0 10px;
width: 350px;
float: right;
}

.site #b2col {
position: relative;
padding: 0 10px;
width: 350px;
float: left;
}


.klienci {
width: 750px;
position: relative;
border-top: #000000 solid 1px;
}

.kliencileft{
width:300px; 
padding-left: 10px;
float:left; 
position:relative; 
}
      
.kliencimain {  
float: right; 
display:inline; 
position: relative; 
width:410px; 
 }
	  
.klienci img {
float: right;
padding: 0 2px;
}


.site #footer {
	border-top:#000000 solid 1px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}

.site #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* TYPOGRAFIA */

.promo h1, h2, h3, h4 {
display: block;
font-style: italic;
padding: 0
font-size: 16px;
margin-bottom:0;
}

.promo h1 {
padding:20px 10px 0 240px;
font-size: 360%;
line-height: 70%;
font-weight: normal;

}

.promo h2 {
font-size: 130%;
padding: 5px 0 0 240px;
font-weight: normal;
border: 0;
}

.promo h3 {
font-size: 110%;
padding: 10px 0 0 240px;
border: 0;
font-weight: bold;
}


/* LISTA w divie promo */
.promo ul {
list-style-type: none;
position:relative;
float: left;
margin-top: 20px;
padding: 0;
text-align: center;
}

.promo ul li { 
display: inline; 
} 

.promo ul li a {
font-size: 10px; 
text-decoration: none;
padding: .3em 1em;
color: #fff;
background-color: #000;
}

.promo ul li a:hover
{
color: #fff;
border-bottom:#000 solid 4px;
}

#mainContent h1, h2, h3, h4 {
display: block;
font-weight: normal;
font-style:italic; 
padding: 5px 5px;
/*font-family: Century Gothic, Arial, sans-serif;*/
font-size: 16px;
border-bottom: #000000 solid 1px;
}

#mainContent h1 { 
font-size: 330%;
}

#mainContent h2 {
font-size: 120%;
}
	
#mainContent h3 {
font-size: 90%;
font-weight: bold;
padding-top: 5px;

}
	    
#mainContent h4 {
font-size: 80%;
}


a {
text-decoration: underline;
font size: 12px;
color: #000000;
font-weight: bold;
}

a:hover {
color:#333333;
text-decoration: none;
}

#seoferta {
position: relative;
padding: 10px 0;
width: 750px;
float: left;
}

#seoferta ul {
padding: 10px 20px;
list-style: square;
font-size: 12px;
line-height: 144%;

}		
		
#oferta {
position: relative;
padding: 10px 0;
width: 500px;
float: left;
}

#oferta ul {
padding: 10px 20px;
list-style: square;
font-size: 12px;
line-height: 144%;

}		

#oferta_sidebar {
position: relative;
padding: 16px 10px 20px 10px;
width: 220px;
float: right;
background-image: url(/img/of_side_bg.jpg);
background-repeat: no-repeat;
background-position: top;
background-color: #6d6e71;
color: #fff;
}

#oferta_sidebar a:hover { color: #f29400; }
#oferta_sidebar a { color: #fff; }
#oferta_sidebar h3 { border-color: #fff; }


#oferta_sidebar ul {
padding: 10px 20px;
list-style: square;
font-size: 12px;
line-height: 144%;

}		


p {
font-size: 12px;
line-height: 144%;
margin:8px 0 0;
padding-bottom:8px;
}
	.right {
	float:right;
	}

	.small {
	font-size: 10px;
	line-height: 16px;
	z-index: 0;
	}
	
	#footer p.left {
	float:left;
	width:auto;
	}
	
	#footer p.right {
	float:right;
	width:auto;
	}
	
	#footer p {
	font-size: 9px;
	color:#000;
	width:auto;
	}
	
	#footer p.left {
	color:#333;
	width:auto;
	}
	
	#header p.left {
	float:left;
	color:#FFFFFF;
	width:auto;
	}
	
	#header p.right {
	float:right;
	width:auto;
	}

/* Menu gorne */
#nav {
float: right;
width:auto;
}
#nav ul { 
list-style-type: none;
margin: 0;
padding-top: 17px; 
text-align: left;
}
#nav ul li { 
display: inline; 
}
#nav ul li a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
text-decoration: none; 
padding: 2.3em 0.5em;
font-size: 19px;
color: #ccc;
}
#nav ul li a:hover {
color: #fff;
/*background-image: url('/public/images/menuahover.gif');*/
background-repeat:no-repeat;
background-position:bottom center; 
/* border-bottom:#e1e1e1 solid 5px;
*/
}

#nav li a.current {
color: #000;
border-bottom: #e1e1e1 solid 5px;
}


.contactForm {
  width:308px;
}
.contactForm p {
  padding:10px;
}
.contactForm input {
  width:240px;
}
.contactForm textarea {
  width:281px;
  height:120px;
}
.submit {
  width:45px!important;
}

#seoorder {
width: 740px;
padding: 10px 10px;
position: relative;
float: left;
}

.softicon_div {
height: 40px;
padding: 10px 10px;
position: relative;
float:left;
}
.softicon {
float: left;
padding-right: 5px;
}

.clear {
	clear:both;
}

#l_sb {
	width: 550px;
	float: left;
	margin-right: 10px;
}