body {
background-color: #e0bc6c;
background-image:url(../images/bg.png);
background-repeat:repeat-x;
background-attachment:fixed;
font: 13px Arial, Helvetica, sans-serif;
color:#000000;
margin: 0px 20px 0px 20px;
height: 100%;
}

#page {
padding-top: 10px;
width: 800px;
margin: 0px auto -1px auto;
height: 100%;
}

#header {
background-image:url(../images/headercropped.png);
/*background-color: #fffbdb;*/
height: 165px;
}

#menu {
line-height: 36px;
font-size: 15px;
font-weight: bolder;
background-color: #dfbb6c;
padding-left: 22px;
}

#menu a{
padding-top: 8px;
padding-bottom: 8px;
padding-left: 35px;
padding-right: 26px;
background-image: url(../images/menu_sep.png);
background-repeat: no-repeat;
background-position: right;   
text-decoration:none; 
color: #fbebc5;
}

#menu a:last-child{
    background-image: none;
    background-repeat: no-repeat;
    background-position: right;    
}

#menu a:hover{
	color: #ae3403;	
}

#menup {
float: left;
margin-left: 10px;

}



#main {
overflow: auto;
background: url(../images/mainbl.png) 0 100% no-repeat;
display: table;
}
#main_br{

background: url(../images/mainbr.png) 100% 100% no-repeat #fbebc5;
}

#content {
width: 70%;
float: left;
margin-bottom: 30px;
}

#content_title{
font: 27px "Trebuchet MS", Helvetica, Georgia, Times, serif;
letter-spacing: -0.03em;
color: #000000;
border-bottom-color:#81765f;
border-bottom-width:thin;
border-bottom-style:dashed;
margin-left:10px;
margin-top:20px;
text-align:left;
}

#content_text{
margin-left:30px;
margin-right:20px;
text-align:justify;
margin-top:20px;
}


.sidebar {
/*width: 21%;*/
width:190px;
float: left;
/*height: 100%;*/
margin-top: 30px;
/*margin-left: 20px;*/
margin-right: 20px;
text-align: left;
}

.sidebar, #content {
min-height: 200px;
height: auto;
}



.sidebar_br{background: url(../images/sidebar_content_br.png) 100% 100% no-repeat;}
.sidebar_tl{background: url(../images/sidebar_content_tl.png) 0 0 no-repeat;}
.sidebar_tr{background: url(../images/sidebar_content_tr.png) 100% 0 no-repeat; padding: 10px;}
.sidebar_element{
color: #ae3403;
font: 15px Arial, Helvetica, sans-serif;
margin-bottom: 20px;
margin-left: 20px;
font-weight: bolder;
background: url(../images/sidebar_content_bl.png) 0 100% no-repeat #dfbb6c;
}

#sidebar_menu a{
text-decoration: none;
font: 13px Arial, Helvetica, sans-serif;
color:#000000;
}

#sidebar_menu a:hover{
text-decoration: underline;
}

#side_mail a{
text-decoration: none;
color: #000000;
}

ol, ul, li {
margin: 0;
margin-left: 10px;
padding: 0; 
}

#footer {
margin-top: 10px;
height: 100px;
clear: both;
text-align: center;
color: #000000;
font: 10px Arial, Helvetica, sans-serif;
font-weight: bolder;
/*BG alja: e0bc6c*/
}

#footer a{
text-decoration: none;
color: #000000;
}

.product_main {
text-align: center;
float:left;
margin-left:15px;
margin-top:25px;
border-style:dotted;
border-width:1px;
border-color:#fbebc5;
}

.product_main a{
text-decoration: none;
font: 13px Arial, Helvetica, sans-serif;
color: #ae3403;
font-weight: bolder;
}

.product_main:hover{
text-decoration: underline;
color: #ae3403;
border-color:#e0bc6c;
}
