<!--



/*===========================================================================*/
/* CSS Header Elements                                                       */
/*===========================================================================*/


/*================================================*/
/* Design width:  940px (960px less 20px padding) */
/* Design height: 50px                            */
/*================================================*/


/* Dimensions: 156px by 50px */
#logo { float: left; text-align: left;
    width: 130px; height: 30px;
    padding: 5px 13px 15px 13px;
    background-image: url('/images/Unitrove Logo Flat.svg'); }
    /*background-image: url('/images/unitrove_logo_background.png'); }*/

/* Dimensions: 60px by 50px */
#beta { float: left; text-align: left;
	width: 60px; height: 15px;
	margin: 20px 0px 15px 0px; }

/* Dimensions: 724px by 50px */
#header_links { float: left; text-align: left;
	width: 714px; height: auto !important;
	height: 35px; min-height: 35px; line-height: 35px;
	margin: 15px 0px 0px 10px; }

#header_links a { float: left; text-align: center;
	height: 15px; line-height: 14px;
	padding: 3px 8px; margin: 6px 2px;
	border: solid 1px #C0C0C0;
	text-decoration: none; color: #666666;
	background: url('/images/menu_button.png');
	background-repeat: repeat-x; }

#region { float: right;
	width: auto; height: auto !important;
	height: 35px; min-height: 35px; }

/* Dimensions: 12px by 35px */
#region_button { float: left;
	width: 10px; height: 10px;
	margin: 14px 5px 16px 0px;
    background: url('/images/lang_button.png'); }

#region_text { float: left; text-align: right;
	height: auto !important;
	height: 30px; min-height: 35px; line-height: 35px; }


-->