
/* control bar main style */
.control {
background : url("../../img/front.png") repeat-y left;
margin-right: 0px;
margin-top: 0px;
/*background: coral;*/
margin-bottom: 0px;
border-bottom: 2px solid red;
border-top: 2px solid red;

}

/* styles for the various items of the control bar */
.control_home {
float: left;
padding: 0px;
margin-bottom: 0px;
margin-top: 0px;
width:0px;
}

.control_reserved_left { 
margin-left: 160px;
margin-bottom: 0px;
width: 0px;
padding: 0px;
margin-right: auto;
background: url("../../img/front.png"),no-repeat left;

}
	
.control_lang { 
float: right;
margin-top :0px;
}

/* style od control bar links */
.control_lnk { 
color: coral;
}
.control_lnk:link {
color: coral;
}
.control_lnk:visited {
color: coral;
}
.control_lnk:hover {
color: darkred;
}
	

