/*  -------------------  Site Structure  -------------------  */

body {
	padding: 20px 0 0 0;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;

	background-color: #999999;
}

#SiteContainer {
	display: block;
	width: 900px;
	
	position: relative;
	margin: 0 auto;

	background-color: #FFFFFF;
	clear: both;
	overflow: hidden;
}

#Header {
	display: block;
	width: 900px;
	height: 164px;

	position: relative;
	float: left;

	background-color: #FFFFFF;
}

#Content {
	display: block;
	width: 900px;

	position: relative;
	float: left;

	padding: 0;
	margin: 0;

	background-color: #FFFFFF;
	clear: both;
	overflow: hidden;
}

#LeftColumn {
	display: block;
	width: 376px;
	height: 600px;

	position: relative;
	float: left;
}

#RightColumn {
	display: block;
	width: 521px;

	position: relative;
	float: left;

	background: url("../images/column-separator.gif") repeat-y 0 0;
}

#RightColumnContent {
	display: block;
	width: 481px;

	position: relative;
	float: left;

	padding: 0 20px 12px 20px;

	 overflow:hidden;
}
#RightColumnContent img {
	border: solid 1px #CCC;
	padding: 2px;
	margin-right: 10px;
	margin-bottom: 5px;
}
#RightColumnContent a img { border: none; padding: 0; }


#RightColumn h1 {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #B4B4B4;

	margin: 0 0 20px 0;
}

#RightColumn h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #B4B4B4;

	margin: 0 0 20px 0;
}

#RightColumn ol {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

#RightColumn ul {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

#RightColumn li {
	padding: 0 0 0 10px;
}

#Footer {
	display: block;
	width: 900px;
	height: 24px;

	position: relative;
	float: left;

	padding: 28px 0 0 0;

	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;

	background: url("../images/footer-bg.gif") repeat-x 0 25px #FFFFFF;
}

a { color: #666666; outline: none; text-decoration: underline; }
a:hover { text-decoration: none; }
a img { border: none; }

p { margin: 15px 0 15px 0; }

h1 {
	margin: 0;
	line-height: 24px;
	font-size: 24px;
	font-weight: normal;
}

/*  ---------------  Header Elements  ---------------  */

#Banner {
	display: block;
	width: 505px;
	height: 121px;

	position: absolute;
	top: 0;
	left: 395px;

	z-index: 0;
}

#Path {
	display: block;
	height: 20px;

	position: absolute;
	top: -15px;
	left: 12px;

	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;

	z-index: 10;
}

#Path a {
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}

#Logo {
	display: block;
	width: 358px;
	height: 118px;

	position: absolute;
	top: 0;
	left: 0;

	background: url("../images/logo.gif");

	cursor: pointer;

	z-index: 15;
}

#LogInLogOut {
	display: block;
	width: 250px;
	height: 20px;

	position: absolute;
	top: 150px;
	left: 0;

	text-align: left;

	z-index: 20;
}

#Languages {
	display: block;
	width: 50px;
	height: 20px;

	position: absolute;
	top: 280px;
	left: 316px;

	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #E5E5E5;

	text-align: left;

	z-index: 25;
}
#Languages a { color: #BBBBBB; text-decoration: none; }
#Languages a:hover { color: #888888; text-decoration: none; }

#Search {
	display: block;
	width: 225px;
	height: 21px;

	position: absolute;
	top: 11px;
	left: 570px;

	font-size: 11px;
	font-weight: bold;

	background-image: url("../images/search.gif");
	background-repeat: no-repeat;
	background-position: 0 0;

	z-index: 30;
}

#Search form input.SearchField {
	display: block;
	width: 182px;
	height: 17px;

	position: relative;
	float: left;

	padding: 4px 0 0 5px;

	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;

	background: none;
	border: none;

	background-image: url("../images/search.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#Search form input.SearchButton {
	display: block;
	width: 20px;
	height: 20px;

	position: relative;
	float: left;
	left: -20px;

	background: none;
	border: none;

	cursor: pointer;
}

#PrimaryNavigation {
	display: block;
	width: 176px;
	height: 27px;

	position: absolute;
	top: 0;
	left: 0;
}

#PrimaryNavigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#PrimaryNavigation ul li { display: inline; }

#PrimaryNavigation ul li a {
	display: block;
	width: 356px;
	height: 28px;

	position: relative;
	float: left;

	margin: 0 0 3px 0;
	padding: 0 20px 0 0;

	font-size: 28px;
	text-align: right;
	line-height: 108%;
	color:#C3C3C3;

	text-decoration: none;
}
#PrimaryNavigation ul li a:hover { color: #9A9A9A; }
#PrimaryNavigation ul li a.active { color: #DC0067; }
#PrimaryNavigation ul li a.active:hover { color: #DC0067; }
#PrimaryNavigation ul li a.onPath { color: #DC0067; }
#PrimaryNavigation ul li a.onPath:hover { color: #DC0067; }

/*  ---------------  Footer Elements Begining  ---------------  */

#MenuBottom {
	display: block;
	width: 400px;
	height: 20px;

	position: absolute;
	top: 53px;
	left: 260px;

	text-align: center;
}

#MenuBottom a { color: #768BBC; text-decoration: underline; margin: 0 5px 0 0; }
#MenuBottom a:hover { text-decoration: none; }

#Copyright {
	display: block;
	height: 20px;

	padding: 0 0 0 12px;

	line-height: 19px;

	position: relative;
	float: left;
}

#WebDesign {
	display: block;
	height: 20px;

	padding: 0 12px 0 0;

	line-height: 19px;

	position: relative;
	float: right;
}

#WebDesign a { color: #666666; text-decoration: underline; }
#WebDesign a:hover { text-decoration: none; }

/*  ---------------  Footer Elements End  ---------------  */

#JoinedCompany {
	display: block;
	width: 113px;
	height: 20px;

	position: relative;
	top: 400px;
	left: 243px;

	background-color: #FFCC00;
}

#Parent {
	display: block;
	width: 113px;
	height: 117px;

	position: relative;
	top: 425px;
	left: 243px;
}

#AdditionalNavigation {
	display: block;
	width: 113px;

	position: absolute;
	top: 260px;
	left: 243px;

	font-size: 11px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	color: #BBBBBB;
}

#AdditionalNavigation a { color: #BBBBBB; text-decoration: none; }
#AdditionalNavigation a:hover { color: #888888; }

#SecondaryNavigation {
	display: block;
	width: 400px;
	height: 20px;

	position: relative;
	margin: 0 0 10px 0;

}

#SecondaryNavigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#SecondaryNavigation ul li { display: inline; }

#SecondaryNavigation ul li a {
	display: inline;

	margin: 0 10px 0 0;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	color: #BBBBBB;
}

#SecondaryNavigation ul li a.active { color: #DC0067; text-decoration: none; cursor: default; }

/*  -----------------------------------------------  */

#ProductsServices {
	display: block;
	width: 481px;

	position: relative;
	float: left;
}

.ProductServicesBlock {
	display: block;
	width: 481px;

	position: relative;
	float: left;

	margin: 0 0 15px 0;
	padding: 0 0 10px 0;

	border-bottom: dashed 1px #CCC;
}

.ProductServicesBlock a {
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	text-decoration: none;
	color: #DC0067;
}
.ProductServicesBlock a:hover { text-decoration: underline; }

.ProductServicesBlock em {
	font-style: normal;
	color: #808080;
	font-size: 0.9em;
}

.ProductServicesBlockSmall {
	display: block;
	width: 230px;

	position: relative;
	float: left;

	margin: 0 0 15px 0;
	padding: 0 0 10px 10px;

	border-bottom: dashed 1px #CCC;
}

.ThumbnailContainer {
	display: block;
	width: 89px;
	height: 89px;

	position: relative;
	float: right;

	padding: 5px 0 0 5px;
	margin: 0 0 0 7px;

	background-image: url("../images/thumbnail-bg.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}

.ThumbnailContainer a img {
	display: block;
	width: 78px;
	height: 78px;

	position: relative;
	float: left;

	padding: 0;

	border: solid 0px #CCC;
}

#ProductsServices p { margin: 23px 0 0 0; }

.ThumbnailContainerReferenceSmall {
	display: block;
	height: 39px;

	position: relative;
	float: left;

	background-color:#009900;
	margin: 0 0 1px 0;
}

.ThumbnailContainerReferenceSmall a img {
	display: block;
	height: 39px;

	position: relative;
	float: left;

	border: solid 2px #CCC;
}

.ThumbnailContainerReference {
	display: block;
	height: 89px;

	position: relative;
	float: left;
}

.ThumbnailContainerReference a img {
	display: block;
	height: 78px;

	position: relative;
	float: left;

	border: solid 0px #CCC;
}

.ThumbnailContainerMiddle {
	display: block;
	height: 89px;

	position: relative;
	float: left;

	padding: 5px 0 0 0;

	background-image: url("../images/reference-middle-bg.jpg");
	background-repeat: repeat-x;
	background-position: -10px 0;
}

.ThumbnailContainerLeft {
	display: block;
	width: 5px;
	height: 89px;

	position: relative;
	float: left;

	background-image: url("../images/thumbnail-bg.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}

.ThumbnailContainerRight {
	display: block;
	width: 6px;
	height: 89px;

	position: relative;
	float: left;

	background-image: url("../images/thumbnail-bg.gif");
	background-repeat: no-repeat;
	background-position: -84px 0;
}

.Paginacija {
	display: block;
	width: 481px;
	height: 23px;

	position: relative;
	float: left;

	color: #DC0067;
	font-weight: bold;

	line-height: 23px;
}

.PaginacijaLeft {
	display: block;
	width: 101px;
	height: 23px;

	position: relative;
	float: left;

	line-height: 23px;

	overflow: hidden;
}

.PaginacijaRight {
	display: block;
	width: 100px;
	height: 23px;

	position: relative;
	float: left;

	line-height: 23px;

	overflow: hidden;
}

.PaginacijaMiddle {
	display: block;
	width: 280px;
	height: 23px;

	position: relative;
	float: left;

	text-align: center;
}

.PaginacijaLeft a img {
	display: block;

	position: relative;
	float: left;

	margin: 0 10px 0 0;
}

.PaginacijaRight a img {
	display: block;

	position: relative;
	float: left;

	margin: 0 0 0 10px;
}

.PaginacijaRight a {
	color: #DC0067;
}
.PaginacijaLeft a {
	color: #DC0067;

}

.ReferencesImg {
	display: block;
	position: relative;
	float: left;
	margin: 0 10px 5px 0;
}

.ReferencesLead {
	padding: 10px;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #999999;
	margin-bottom: 20px;

	background-color: #F3F3F3;
}

.ReferencesDate { margin: 0 0 10px 0; }

#ColumnSeparator {
	display: block;
	width: 1px;
	height: 600px;

	position: absolute;
	top: 0;
	left: 376px;

	background-image: url("../images/column-separator.gif");
	background-repeat: repeat-y;
	background-position: 0 0;

	background-color:#FFCC00;
}

#HomePageProductSeparator {
	display: block;
	width: 481px;
	height: 15px;

	position: relative;
	float: left;
	top: 0;
	left: 0x;

	background-image: url("../images/footer-bg.gif");
	background-repeat: repeat-x;
	background-position: 0 0;
}

#ZajednickoPreduzece {
	display: block;
	width: 153px;

	position: absolute;
	top: 401px;
	left: 206px;

	font-size: 11px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	color: #BBBBBB;
	text-transform:uppercase;
}

#content {
	display: block;
	width: 481px;
	position: relative;
	float: left;
	padding: 0px;
	margin: 20px 0 0 0;
}
#content h2 {
	padding: 4px 10px;
	font-size: 13px;
	font-weight: normal;
	font-family: Trebuchet MS, sans-serif;
	background: #ec008c;
	cursor: pointer;
	margin: 3px 0 0 0;
	color: #fff;
}
#content h2 {
	font-size: 14px;
}
#content .description {
	margin: 0;
	padding: 10px;
}
#content .description p {
	padding: 0;
	margin: 5px 0 0 0;
	text-align: justify; 
}
#content .description ul {
	list-style: disc;
	margin: 3px 0 0 -5px; 
}
#content .description ul li {
	padding: 0;	 
}
#content .space {
	margin: 10px 0 15px 0;
	padding: 0;
}  