/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
					Monicolor - Uspeh d.o.o.
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: .625em;
	color: #000;
	background: url(../img/body_background.jpg) left top repeat-x;
	text-align: center;
}

img {
  border: none;
}

img, a, a:hover {
  outline: none;
}

p {
  margin: 0;
  padding: 0;
}


/*-*-*-*-*- STRUKTURA -*-*-*-*-*/

#header {
  margin: 0 auto;
  padding: 0;
  width: 1000px;
  height: 170px;
  text-align: left;
  position: relative;
  background: url(../img/header_background.jpg) left top no-repeat;
  z-index: 300;
}

#container {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  color:#000;
  background: url(../img/container_background.gif) repeat-y left top;
  position: relative;
}

#menu_left {
	float: left;
	width: 216px;
	margin: 1px 0 0 0;
	padding: 0;
	background: url(../img/menu_left_background.gif) repeat-y left top;
}

#content {
	float: left;
	width: 724px;
	margin: 0;
	padding: 0 30px;
}

#footer {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 115px;
  background: #626871;
  background: url(../img/footer_background.gif) repeat-x left top;
}

/*-*-*-*-*- GLAVA -*-*-*-*-*/

/* logo */
.logo {
	position: absolute;
	left: 40px;
	top: 0;
	width: 550px;
	height: 120px;
	text-decoration: none
}

/* spodnji meni v glavi */
#header .menu_bottom {
	position: absolute;
	right: 60px;
	bottom: 0;
	height: 30px;
}

#header .menu_bottom ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header .menu_bottom ul li {
	margin: 0;
	padding: 0;
	float: left;
	height: 30px;
	text-align: center;
	position: relative;
}

#header .menu_bottom ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 1.4em;
	display: block;
	float: left;
	margin: 0;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	background: url(../img/main_menu_separator.gif) right center no-repeat;
}

#header .menu_bottom ul li a:hover {
	text-decoration: underline;
}

#header .menu_bottom ul li a.selected {
	text-decoration: underline;
}

#header .menu_bottom ul li a.last {
	background: none;
}

/* podnivo glavnega menija */
#header .menu_bottom ul li .submenu {
	position: absolute;
	display: none;
	background: #363636;
	z-index: 100;
	left: 0;
	top: 30px;
	font-size: 0.7em;
	width: 117px;
	text-align: left;
}

#header .menu_bottom ul li .submenu li {
	float: none;
	margin: 0;
	padding: 1px;
	background: none;
	height: 20px;
	line-height: 20px;
}

#header .menu_bottom ul li .submenu li a {
	padding: 0 0 0 5px;
	margin: 0;
	border: 0;
	background: none;
	line-height: 20px;
	height: 20px;
	color: #fff;
	display: block;
	width: 120px;
	text-align: left;
	text-decoration: none;
	letter-spacing: normal;
}

#header .menu_bottom ul li .submenu li a:hover {
	background: #ec292d;
	color: #fff;
	text-decoration: none;
}

#header .menu_bottom ul li:hover .submenu {
	display: block;
}

#header .menu_bottom ul li:hover a {
	text-decoration: underline;
}

/* pomožni meni */
#header .menu_top {
	position: absolute;
	right: 30px;
	top: 12px;
	color: #54595c;
	width: 237px;
}

#header .menu_top a.text {
	margin: 0 5px;
	padding: 10px 0 0 25px;
	color: #54595c;
	height: 30px;
	display: block;
	float: left;
}

#header .menu_top a.text:hover {
	text-decoration: none;
}

#header .menu_top a.text.home {
	background: url(../img/icon_home.gif) left center no-repeat;
}

#header .menu_top a.text.contact {
	background: url(../img/icon_contact.gif) left center no-repeat;
}

#header .menu_top a.text.sitemap {
	background: url(../img/icon_sitemap.gif) left center no-repeat;
}

#header .menu_top a.text.documentation {
	background: url(../img/icon_documentation.gif) left center no-repeat;
	float: right;
}

/*-*-*-*-*- LEVI MENI -*-*-*-*-*/

/* naslov podrocja */
#menu_left .heading {
	background: url(../img/menu_left_heading_background.gif) no-repeat left top;
	width: 192px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 1.3em;
	margin: 30px 0 30px 0;
	padding: 0 0 0 15px;
	float: right;
}

/* menu */
#menu_left .left_menu {
	background: url(../img/menu_left_separator.gif) no-repeat left bottom;
	margin: 0 0 30px 0;
	padding: 0 0 15px 0;
	clear: both;
}

#menu_left .left_menu ul {
	margin: 0 0 0 30px;
	padding: 0;
	clear: both;
	list-style-type: square;
	color: #fff;
	font-size: 1.2em;
}

#menu_left .left_menu ul li {
	margin: 0 0 5px 0;
	padding: 0;
}

#menu_left .left_menu ul li a {
	color: #fff;
	text-decoration: none;
}

#menu_left .left_menu ul li a:hover {
	color: #ff0000;
}

#menu_left .left_menu ul li a.selected {
	color: #ff0000;
}

/* pet zadevšn */
#menu_left .five {
	width: 216px;
	height: 132px;
	background: url(../img/menu_left_5_background.jpg) no-repeat left top;
	clear: both;
	margin: 0;
	padding: 0;
}

#menu_left .five p {
	color: #333;
	font-size: 1.2em;
	padding: 30px 0 0 10px;
	font-style: italic;
}

#menu_left .five p a {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}

#menu_left .five p a:hover {
	text-decoration: none;
}

#menu_left .five p span {
	color: #ff0000;
	font-size: 1.6em;
	font-weight: bold;
}

/* novi materiali */
#menu_left .new_materials {
	width: 201px;
	height: 194px;
	background: url(../img/menu_left_materials_background.gif) no-repeat left top;
	color: #fff;
	font-size: 1.2em;
}

#menu_left .new_materials p {
	padding: 0 0 20px 30px;
}

#menu_left .new_materials p a {
	color: #fff;
	text-decoration: underline;
}

#menu_left .new_materials p a:hover {
	text-decoration: none;
}

/* kontaktirajte nas */
#menu_left .contact_us {
	width: 201px;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
}

#menu_left .contact_us a {
	color: #fff;
	text-decoration: underline;
}

#menu_left .contact_us a:hover {
	text-decoration: none;
}

#menu_left .contact_us p {
	padding: 30px 20px;
	position: relative;
}

#menu_left .contact_us p .icon{
	position: absolute;
	right: 10px;
	top: 10px;
}

/*-*-*-*-*- VSEBINA -*-*-*-*-*/

/** prva stran **/

/* vrhnja dva okvircka */
.index_top_left {
	float: left;
	width: 499px;
	height: 241px;
	background: url(../img/index_top_left_background.jpg) no-repeat left top;
	margin: 0;
	padding: 0;
}

.index_top_left h1 {
	color: #ec292d;
	margin: 50px 0 20px 30px;
	font-size: 2em;
	font-weight: normal;
}

.index_top_left p {
	color: #fff;
	margin: 0 0 0 30px;
	font-size: 1.7em;
}

.index_top_left p a {
	color: #ff3333;
	text-decoration: underline;
}

.index_top_left p a:hover {
	text-decoration: none;
}

.index_top_right {
	float: left;
	width: 501px;
	height: 241px;
	background: url(../img/index_top_right_background.jpg) no-repeat left top;;
	margin: 0;
	padding: 0;
}

.index_top_right img {
	margin: 1px 0 0 0;
	width: 500px;
	height: 240px;
}

/* spodnja okvircka */
.index_bottom {
	width: 425px;
	background: url(../img/index_bottom_middle.gif) repeat-y right top;
	margin: 35px 0 35px 45px;
	padding: 0;
	position: relative;
	clear: both;
	float: left;
	min-height: 205px;
	display: inline;
}

.index_bottom.right {
	position: absolute;
	top: 240px;
	right: 55px;
}

.index_bottom.right ul {
	list-style-image: url(../img/index_bottom_bullet.gif);
	margin: 0;
	padding: 0;
}

.index_bottom.right ul li {
	margin: 0 0 10px 0;
	padding: 0;
}

.index_bottom .index_bottom_top {
	width: 405px;
	height: 9px;
	line-height: 1px;
	background: url(../img/index_bottom_top.gif) repeat-y right top;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.index_bottom .index_bottom_bottom {
	width: 405px;
	height: 9px;
	line-height: 1px;
	background: url(../img/index_bottom_bottom.gif) repeat-y right top;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}

.index_bottom .heading {
	width: 262px;
	height: 30px;
	background: url(../img/index_bottom_heading.gif) no-repeat left top;
	margin: 10px 0 0 0;
	padding: 0 0 0 25px;
	color: #fff;
	font-size: 1.3em;
	line-height: 30px;
}

.index_bottom .text {
	margin: 30px 20px 10px 60px;
	font-size: 1.2em;
}

/** naslovi, povezave **/
#content h1 {
  font-size: 2em;
  margin: 10px 0 20px 0;
  padding: 0;
  color: #ff0000;
  font-weight: normal;
  border-bottom: 1px solid #363636;
}

#content h2 {
  font-size: 1.5em;
  margin: 20px 0 20px 0;
  padding: 0;
  color: #ff0000;
}

#content h3 {
  font-size: 1.4em;
  margin: 0 0 10px 0;
  padding: 0;
}

#content h4 {
  font-size: 1.2em;
  margin: 0 0 10px 0;
  padding: 0;
}

#content p {
  font-size: 1.2em;
  line-height: 1.4em;
  margin: 0 0 15px 0;
  color: #000;
}

#content a {
  color: #ff0000;
  text-decoration: underline;
}

#content a:hover {
  text-decoration: none;
}

#content ul {
  margin: 0 0 20px 25px;
  padding: 0;
  list-style-image: url(../img/content_bullet.gif);
  font-size: 1.2em;
  color: #000;
}

#content ul li {
  padding: 0 0 15px 0;
}

#content ul li ul {
  margin: 10px 0 0 15px;
  font-size: 1em;
  list-style: square;
}

#content table {
	font-size: 1.2em;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

#content table tr td {
	margin: 0;
	padding: 3px;
	border: 1px solid #cecece;
}


#content .logo_dobavitelji {
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	clear:both;
}

#content .logo_dobavitelji img {
	float:left;
	vertical-align:bottom;
	padding-right:5px;
}

#content .logo_dobavitelji p {
	padding-top:8px;
}



#content .images {
  margin: 30px 0;
}

#content .images a {
  border: 3px solid #cecece;
  display: block;
  float: left;
  margin: 0 23px 23px 0;
  padding: 1px;
}

#content .images a:hover {
  border: 3px solid #cecece;
}

#content .images a.last {
  margin: 0 0 23px 0;
}

#content .info_box  {
  clear: both;
  font-size: 1.5em;
  font-weight: bold;
  margin: 40px 0 0 0;
  padding: 0 40px 0 0;
}


DIV.povprasevanje {
  clear: both;
  font-size: 11px;
}


#content .info_box img {
	float:left;
	padding: 0 10px 0 0;

}

#content img.slikaborder {
	border:1px solid #000000;
}


#content .info_box a {
  color: #00b4d0;
  text-decoration: none;
}


#content .info_box a:hover {
  text-decoration: underline;
}

/* bread crumbs */
#breadcrumbs {
	width: 784px;
	height: 20px;
	line-height: 20px;
	background: #d7d7d7;
	color: #363636;
	font-size: 1.2em;
	background: #d7d7d7 url(../img/breadcrumbs_background.gif) no-repeat right top;
	margin: 1px 0 0 -45px;
	padding: 0 0 0 15px;
}

#breadcrumbs a {
	color: #000;
	text-decoration: underline;
}

#breadcrumbs a:hover {
	text-decoration: none;
}

/* sitemap list */
#content ul.sitemap li ul {
	list-style: square;
}

#content ul.sitemap li ul li ul {
	list-style: square;
}

/* tehnicna dokumentacija */

#content form {
	margin: 0;
	padding: 0;
}

#content fieldset {
	border: 1px solid #d7d7d7;
	margin: 0;
	padding: 10px;
}

#content fieldset legend {
	color: #666;
	font-size: 1.2em;
}

#content fieldset p {
	margin: 0;
	padding: 0;
}

#content fieldset p input {
	margin: 0;
	padding: 2px;
	border: 1px solid #d7d7d7;
	font-family: Arial;
	width: 250px;
}

#content fieldset p input.submit {
	width: 100px;
}

#content p.dokumentacija {
	background: #f0f0f0; 
	padding: 10px; 
	border-bottom: 1px solid #cecece; 
	margin-bottom: 0;
}

#content p.dokumentacija img {
	vertical-align: middle; 
	width: 20px; 
	margin: 0 3px 5px 0;
}

/*-*-*-*-*- FOOTER -*-*-*-*-*/

#footer .footer_container {
	text-align: left;
	width: 1000px;
	height: 115px;
	margin: 0 auto;
	padding: 0 184px;
	background: url(../img/footer_container_background.jpg) no-repeat right top;
	position: relative;
}

#footer .footer_container a {
	color: #fff;
	text-decoration: underline;
}

#footer .footer_container a:hover {
	text-decoration: none;
}

#footer .footer_container .top {
	position: absolute;
	right: 240px;
	bottom: 72px;
}

#footer .footer_container .top a {
	margin: 0 0 0 30px;
}

#footer .footer_container .left {
	position: absolute;
	left: 280px;
	bottom: 30px;
	color: #999;
	letter-spacing: 1px;
}

#footer .footer_container .right_boxing { /* trapasto ime zato, da je IE srecn */
	position: absolute;
	right: 240px;
	bottom: 35px;
}

/*-*-*-*-*- PUCANJE -*-*-*-*-*/

#container:after,
#footer .footer_container:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}





/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2009 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 212 2009-09-03 05:33:44Z emartin24 $
 *
 */



#basic-modal-content {display:none; 	float: right;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:default;}

/* Container */
#simplemodal-container {height:320px; width:350px; color:#bbb; background-color:#fff; border:4px solid #444; padding:12px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(../img/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container #basic-modal-content {padding:8px;}

/*----------------- AVTORJI -----------------------*/

.logo_authors{
	float:left;
	width:300px;
	height:33px;
}

.logo_authors a{
	float:left;
	text-align:left;	
}

.logo_authors a{
	float:left;
	text-align:left;	
}

#text_content_authors{
	float:left;
	text-align:left;
	margin-top:10px;
	width:250px;
	
}

#text_content_authors ul{
	float:left;
	margin-left:15px;
	text-align:left;
	margin-top:5px;
	display:inline;
	list-style:none;
}

#text_content_authors ul li{
	float:left;
	width:200px;
	display:inline;
	line-height:15px;
	margin-top:5px;
	color:#303030;
	font-size:11px;
	padding-left:20px;
	list-style:none;
	background:url(../img/arrow_authors.jpg) no-repeat;
}

#text_content_authors p.title_text{
	float:left;
	width:250px;
	font-size:11px;
	font-weight:bold;
	margin-top:3px;
	color:#303030;
	height:15px;
	padding-bottom: 0px;
}

#text_content_authors p.title_text a{
	font-weight:bold;
	margin-top:10px;
	font-size:11px;
	text-decoration:underline;
	color:#303030;
}

#text_content_authors p.authors_text{
	float:left;
	width:100%;
	font-size:11px;
	line-height:15px;
	color:#303030;
	padding-bottom: 0px;
}

#text_content_authors a.links_www{
	width:150px;
	display:inline;
	font-size:11px;
	line-height:15px;
	color:#7294A8;
}

#text_content_authors2{
	float:left;
	text-align:left;
	margin-top:10px;
	width:250px;
	
}

#text_content_authors2 ul{
	float:left;
	margin-left:15px;
	text-align:left;
	margin-top:5px;
	display:inline;
	list-style:none;
}

#text_content_authors2 ul li{
	float:left;
	width:200px;
	display:inline;
	line-height:15px;
	margin-top:5px;
	color:#303030;
	font-size:11px;
	padding-left:20px;
	list-style:none;
	background:url(../img/arrow_authors.jpg) no-repeat;
}

#text_content_authors2 p.title_text{
	float:left;
	width:250px;
	font-size:11px;
	font-weight:bold;
	margin-top:3px;
	color:#303030;
	height:15px;
}

#text_content_authors2 p.title_text a{
	font-weight:bold;
	margin-top:10px;
	font-size:11px;
	text-decoration:underline;
	color:#303030;
}

#text_content_authors2 p.authors_text{
	float:left;
	width:100%;
	font-size:11px;
	line-height:15px;
	color:#303030;
}

#text_content_authors2 a.links_www{
	width:150px;
	display:inline;
	font-size:11px;
	line-height:15px;
	color:#7294A8;
}
.logo {
	float:right;
}