/*----------------------------------------------------------------------------- 
GLOBAL RESET - Standardizes elements across all browsers
-----------------------------------------------------------------------------*/
div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, abbr, acronym, address, cite, code, del, dfn, em, samp, small, 
strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li fieldset, form, 
label, legend, caption, tbody, tfoot, thead, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

ol, ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}


/*----------------------------------------------------------------------------- 
GLOBAL STYLING - Elements that are applied throughout the site
-----------------------------------------------------------------------------*/
body {
  font-size: 62.5%;
  font-family: Arial, Verdana, sans-serif;

}
a {
  color: #0a6ebb;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #02487d;
}



/*----------------------------------------------------------------------------- 
HOME
-----------------------------------------------------------------------------*/
#switcher h2 {
  font-size: 2em;
  font-weight: normal;
}
#switcher {
  position: relative;
  margin: 0px 0;
  background: #CCCCCC;
  height: 260px;
  width: 926px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#item_nav {
  width: 312px;
  height: 260px;
  top: 5px;
  left: 0;
  z-index: 2;
  position: absolute;
}

#item_nav li {
  height: 55px;
  margin-left: -10px;
  display: block;
  padding: 8px 0 0 25px;
  color: #221e1f;
  cursor: pointer;
}
#item_nav a {
	color: inherit;
}
#item_nav li:hover, #item_nav .selected {
  color: #fff;
  background: url('../images/strelica.png') no-repeat;
}
* html #item_nav li:hover, * html #item_nav .selected {
  background-image: url('../images/strelica-ie.png');
}
#items_container {
	width: 640px;
	height: 260px;
	overflow: hidden;
	position: absolute;
	right: -5px;
	top: 0px;
	color: #000;
}
#hosting {
  background: url('../images/head-hosting2.jpg') no-repeat;
}
#dizajn {
  background: url('../images/head-dizajn2a.jpg') no-repeat;
}
#aplikacije {
  background: url('../images/head-aplikacije2.jpg') no-repeat;
}
#streaming {
  background: url('../images/head-streaming2.jpg') no-repeat;
}
.element {
  position: relative;
}
.element .testimonial {
	height: 45px;
/*------	background: url('../images/bgr-switch-description.png'); ------*/
	padding: 10px 15px;
	position: absolute;
	bottom: 40px;
	font-size: 1.1em;
	line-height: 1.4em;
	border-bottom-right-radius: 5px;

  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
	left: 0px;
}
.element .testimonial p {
  color: #fff;
}
.toggler h2 {
  font-size: 2.2em;
  font-weight: bold;
}
.toggler p {
  font-size: 1.2em;
}


