/* Videotec - Header */

*{
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #cccccc;
}

#container {
	background-color: #ffffff;
	text-align: left;
	width: 840px;
	margin: auto;
	position: relative;
}

#header
{
	background-color: #000000;
	background-image: url('/dep/logo-top-header.jpg');
	background-repeat: no-repeat;
}


#header h1 {
	position: relative;
	top:44px;
	left:18px;
	font-size: 1.5em;
	width: 840px;
	height: 84px;
	color: #FFFFFF;
	
}

#header h1 a {
	display: block;
	width: 840px;
	height: 84px;
   /* hide from IE Mac \*/
   text-indent: -999em;
   overflow: hidden;
   /* end hide */
}

#header img {
	position: absolute;
	top: 0;
	left: 700px;
	width: 140px;
	height: 110px;
	background-color: #000000;
	margin: 0;
}

.navigator a
{
	text-decoration: none;
	color: #000000 !important;
}


.navigator a:link,.navigator a:visited,.navigator a:link:hover,.navigator a:visited:hover
{
	color: #FF7800 !important;
	text-decoration: underline;
}

