/* 
    Body Style
*/
body{
    background-color:#ffffff;
    margin:0;
}


* body{
    font-family: 'Segoe UI', 'Trebuchet MS', Tahoma, Verdana, Arial;
}


textarea{font-family: 'Segoe UI', 'Trebuchet MS', Tahoma, Verdana, Arial;
width:200px; height: 100px;}
body a img{border:none;}

#header, #subheader, #body, #footer{
    width:100%;
    clear:both;
}


#header{
    height:112px;
    background: url(header.png) top left repeat-x;
}


#body{
    padding-top:15px;
    background: url(body.png) top left repeat-x;
}

.data{
    margin:auto;
    width:950px;
}
.reflogo-td {
	width: 1px;
	background: url(bg_references.gif) no-repeat 0px 0px;
}
.reflogo-td img{
	padding-left:13px;
	padding-top:14px;
	padding-bottom:20px;
	padding-right:13px;
}

.box {
	margin: 0 0 10px 0;
	padding: 20px 0;
	text-align: center;
	border: 1px solid #bebebe;
}



#banner{
    width:100%;
    height: 80px;
    font-size: 25px;
    line-height: 80px
}

#banner img{float:left}

#banner a{text-decoration: none; color: Orange;}


/*
    Meniu List Definition
*/
ul.meniu{margin:0; padding: 0; list-style: none; float:right}

ul.meniu li{
    display:block;
    float:left;
    padding:0 10px;
}

/*
    Main Meniu Design
*/
#meniu{height: 32px;}

#meniu a{
    height:32px;
    color:#000000;
    cursor: pointer;
    display: block;
    float:left;
    font-family:'Segoe UI', 'Trebuchet MS', Tahoma, Verdana, Arial;
    font-size:15px;
    line-height: 32px;
    text-decoration: none;
}

#meniu a:hover{color:#77B800}


#meniu a.active{
    background:url(activeButton.png) center repeat-x;
    color:#e9eae9;
    font-weight: lighter;
}

span.left,span.right{display: block;height: 32px; line-height: 30px;}

#meniu a.active span.left{
    background:url(activeButton.png) top left no-repeat;
    padding-left: 12px;
    float:left;
}

#meniu a.active span.right{
    background:url(activeButton.png) bottom right no-repeat;
    float:left;
    padding-right: 12px;
}



#subheader{
    background-color:#e11510;
    color:#fff;
    padding-top:25px;
 
}

#subheader h2{
    font-size:20px;
    margin:0;
    padding:10px;
    font-weight: normal;
}

#subheader p,#subheader ul,#subheader ol,#subheader span{
    font-size:14px;
    line-height: 20px;
}


#subheader p{text-indent: 25px;}

#subheader .left{
    float:left;
    width:50%;
}

#subheader .right{
    float:right;
width:50%;
height:281px; 
background: url(background.jpg) center no-repeat;
}

.title h2{
    color:#168EF4;
    font-size: 18px;
    font-weight: normal;
    padding:0;
    margin:0;
}

.title p{
    font-size:12px;
}



.title .left{
    float: left;
    width:500px;
}
.title .right{
    float: right;
}

#boxes{clear: both; padding-top:25px;}

#boxes ul{
    margin:0;
    padding:0;
    list-style: none;

}

#boxes ul li{
    float:left;
    width:296px;
    padding-right:10px;
}

#boxes ul li .body{
    font-size:12px;
    line-height: 20px;
    text-indent: 25px;
    text-align: left;
    padding:10px 25px 10px 10px;;
    background: url(bg_use-case_bottom.gif) bottom center no-repeat;
}


#boxes ul li .head{
   font-size:18px;
   color:#168EF4;
   height:60px;
   padding:25px 50px 0 10px;
   line-height: 20px;
}

#boxes ul li .a{
    background: url(a.gif) top center no-repeat;
}

#boxes ul li .b{
    background: url(b.gif) top center no-repeat;
}

#boxes ul li .c{
    background: url(c.gif) top center no-repeat;
}


#left{
    float: left;
}

#right{
    float: right;
}


#right .panel{
     margin-top: 25px;
    width:257px;
    background: url(bg-content-right.png) top center no-repeat;
}

#right .panel .blue{
    color:#168EF4;
}

#right .panel .green{
    color:#77B800;
}

#right .panel .head{
    font-size: 18px;
    padding:0 10px;
    line-height: 42px;
}

#right .panel .body{
    font-size:13px;
    padding:10px;
    line-height: 20px;
}


#right .panel .body p{
   text-indent: 20px;
}


#left{
    width:650px;
}


#left h2{
        font-weight: normal;
    color:#168EF4;
}

#left h3{
    font-size:18px;
    font-weight: normal;
    color:#77B800;
}

#left p, #left span,#left ol, #left ul{
    font-size: 14px;
    line-height: 20px;
}

#left p{   text-indent: 25px;}


#left form *{font-size: 13px;}

#left form label{color:#168EF4}

#left form input,#left form textarea{color:#77B800; margin:5px 0 10px}

#footer .data{
    margin-top:25px;
    border-top:#77B800 1px dashed;
    margin-bottom: 25px;
    font-size: 12px; color: gray;
    line-height: 36px;
}

#body * a{
    font-size: 13px;
    color:orange;
}
