
body {
font-family: Arial, Helvetica, sans-serif; 
font-size: 1px; 
color: #fff;
background-color: #e1e1e1;
}

#container {
font-size: 14px; 
color: #000;
width:1000px;
position:absolute;
margin-top:-25px;
margin-left:-500px;
left:50%;
border-top: #000 1px solid;
border-left: #000 1px solid;
border-right: #000 1px solid;
border-bottom: #000 1px solid;
background-color: #fff;
/*padding-left:30px;*/
/*padding-right:30px;*/
/*background-image:url('../images/test2.jpg');*/
}

#header {
float:left;
width:998px;
height:100px;
margin-top:15px;
margin-bottom:10px;
background-color:#fff;
}

#menu {
float:left;
width:100%;
}

#izdvojeno {
float:left;
width:100%;
}

#sadrzaj2 {
float:left;
margin-left:35px;
margin-right:35px;
margin-top:15px;
margin-bottom:25px;
}

#lijevo {
clear:left;
width:447px;
height:620px;
float:left;
padding-left:35px;
padding-right:18px;
padding-top:15px;
padding-bottom:15px;
background-color:#f0f0f0;
}

#desno {
width:447px;
height:620px;
float:right;
padding-left:18px;
padding-right:35px;
padding-top:15px;
padding-bottom:15px;
background-color:#f0f0f0;
}

#footer {
color: #866e61;
float:left;
width:100%;
background-color:#282423;
}

h1 {
font-size: 20px; 
color: #ce3d0e;
font-weight:bold;
}

h3 {
font-size: 14px; 
color: #ce3d0e;
text-transform: uppercase;
font-weight:normal;
}

.p1 {
font-size: 14px; 
color: #ce3d0e;
}

.custom_boxFooter1 {
float:left;
width:400px;
margin-left: 15px;
margin-top: 5px;
margin-bottom: 10px;
}

.custom_boxFooter2 {
float:left;
width:200px;
margin-top: 10px;
margin-bottom: 10px;
border: #000 1px dashed;
}

.custom_boxFooter3 {
float:right;
width:300px;
text-align: right;
margin-right: 15px;
margin-top: 5px;
margin-bottom: 10px;
}

.custom_header1 {
float:left;
width:400px;
margin-left:15px;
background-color:#fff;
}

.custom_header2 {
float:right;
text-align: right;
width:400px;
margin-right:15px;
margin-top:15px;
margin-bottom:10px;
background-color:#fff;
}

.menu2 {
float:left;
width:200px;
margin-bottom: 10px;
border-left: #866e61 1px dashed;
border-right: #866e61 1px dashed;
}

.menu2 a {
color: #866e61;
text-decoration:underline;
text-transform:uppercase;
}

.menu2 li {
list-style-type: none;
}

.menu2 a:hover {
text-decoration:none;
}

.menu2 a:visited {
color: #866e61;
}

/* -------------------------------------------------- meni-pocetak ------------------------------------------------- */


#menu {
background-color: #282423;
width: 100%;
margin: 0;
padding:0;
float: left;
}

#menu ul {
text-align: left;
display: inline;
margin: 0;
padding: 15px 4px 17px 0;
list-style: none;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

#menu ul li {
font: bold 12px/18px sans-serif;
display: inline-block;
margin-right: -4px;
position: relative;
padding: 15px 20px;
cursor: pointer;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}

#menu ul li a {
text-decoration:none;
text-transform: uppercase;
}

#menu a {
color: #fff;
font-weight:bold;
}

#menu ul li a:hover {
/*background: #555;*/
color: #ce3d0e;
}

#menu ul li ul {
z-index:50;
padding: 0;
position: absolute;
top: 48px;
left: 0;
width: 150px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
display: none;
opacity: 0;
visibility: hidden;
-webkit-transiton: opacity 0.2s;
-moz-transition: opacity 0.2s;
-ms-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
-transition: opacity 0.2s;
}

#menu ul li ul li { 
background: #555; 
display: block; 
color: #fff;
text-shadow: 0 -1px 0 #000;
}
#menu ul li ul li:hover { background: #666; }

#menu ul li:hover ul {
display: block;
opacity: 1;
visibility: visible;
}




/* -------------------------------------------------- meni-kraj ------------------------------------------------- */
/* -------------------------------------------------- overrides ------------------------------------------------- */
.sprocket-tables-title a {
    font-size: 14px; 
	color: #ce3d0e;
	text-transform: uppercase;
	font-weight:normal;
	text-decoration:none;
	margin-bottom:0;
}

.sprocket-tables-cell2 {
	display: block;
	padding: 0px;
}