html, body {
	height: 100%;
}

html, body, div,  object, iframe,h1 , h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, q, dl, dt, dd, ol, li, .frmCad, dir, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, th, select, textarea, clear, br {
	font-family: Verdana, Geneva, sans-serif;
}

body {
	background-image: url(bg_bar_white.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #354346;
}

.containerMenu {
	position: relative;
	display: block;
	height: 35px;
	background-color: #9a9a9a;
	margin-top: 60px;
	margin-bottom: 23px;
}

#boxLogoTop {
	position: absolute;
	left: 0px;
	top: -31px;
	text-indent: -10000px;
	z-index: 999;
}

.logoTop {
	background-image: url(speedrite-datamars-logo.png);
	height: 85px;
	width: 221px;
	background-repeat: no-repeat;
	display: block;
}

.boxGrayOblique {
	background-color: #9a9a9a;
}
.boxGrayOblique .leftOblique {
	background-image: url(bar_oblique_gray_left.png);
}
.boxGrayOblique .rightOblique {
	background-image: url(bar_oblique_gray_right.png);
}

ul.header_menu {
	margin-left: 190px;
}
ul.header_menu > li a.active,
ul.header_menu > li a:hover {
	color: white;
    background-color: #e73b41;
}