@charset "utf-8";
/* HTML Tags */
html{ 
	height: 100%; 
	margin-top:20px;
}

body{
	background-color:#ffffff;
	background-image:url(../images/skin/background.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size:12px;
	color:#221e55;
	padding: 0px;
	text-align:center;
}

a, a:visited{
	color: #ffffff;
	text-decoration:none;
}

a:hover{
	color: #000000;
	text-decoration:none;
}

/* ID */

#wrapper{
	text-align: center;
}

#contentWrapper{
	width: 960px; 
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	padding: 0px;
}

#header{
	width:960px;
	height:140px;
	background: url(../images/skin/header.png) no-repeat !important; /*Mozilla will apply this one*/
	background: url(../images/skin/header.gif) no-repeat;	/*IE will apply this one*/
}

#content{
	width:960px;
	text-align:left;
	background: url(../images/skin/content.png) repeat-y !important; /*Mozilla will apply this one*/
	background: url(../images/skin/content.gif) repeat-y;	/*IE will apply this one*/
}

#footer{
	width:960px;
	height:50px;
	background: url(../images/skin/footer.png) no-repeat !important; /*Mozilla will apply this one*/
	background: url(../images/skin/footer.gif) no-repeat;	/*IE will apply this one*/
}

/* Classes */

.home-news{
	background-image:url(../images/home-news-border.jpg);
	background-repeat:repeat-x;
}

.link{
	border-bottom:1px; 
	border-bottom-color:#6390bf;
	border-bottom-style:solid; 
	padding:3px 0px 0px 20px;
}

.link:hover{
	border-bottom:1px; 
	border-bottom-color:#6390bf;
	border-bottom-style:solid; 
	padding:3px 0px 0px 20px;
	background:url(../images/kompanija-links-over.png) bottom no-repeat;
}

.product-link{
	color:#fff;
}

.product-link:hover{
	color:#fff;
	text-decoration:underline;
}

/* Accordian */

#basic-accordian{
	width:280px;
	height:480px;
	position:inherit;
	top:0px;
	color:#FFFFFF;
	z-index:2;
}

.accordion_headings{
	height:40px;
	background:#191c52;
	cursor:pointer;
}

.accordion_headings:hover{
	background:#191c52;
}

.accordion_child{
	padding-left:30px;
	background:#191c52;
}

.header_highlight{
	background:#191c52;
}

/* Scroller */
.Container {
	position: absolute;
	width: 560px;
	height: 420px;
	background: #fff;
}
#Scroller-1 { 
  position: absolute;
  overflow: hidden;
  width: 560px;
  height: 420px;
}
.Scroller-Container {
	position: absolute;
	/*padding-top:20px;*/
}
#Scrollbar-Container {
	position: relative;
	left:560px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
  width: 20px; height: 20px;
}
.Scrollbar-Track {
  width: 20px; height: 400px;
  position: absolute;
  top:20px;
  background: transparent url(../images/scroller/bar.jpg) no-repeat center center;
}
.Scrollbar-Handle {
cursor: pointer;
  position: absolute;
  width: 20px; height: 14px;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top:420px;
  width: 20px; height: 20px;
}
