/* Generic Styling */

body {
	
	font-family: Arial, Helvetica, sans-serifArial, Helvetica, sans-serif;
	font-size:10px; /* Sets default font size to 10px */
	color:#333;
	background:url(images/bg-body.jpg) repeat-x top center #900;
	}
	
.rightimg {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 7px;
	border: none;
	margin-bottom: 6px;
}

.tvcimg {
	border: none;
	margin-top: 10px;
}

.borderimg {
	float: right;
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 2px;
	border: 2pt solid #900;
	margin-bottom: 10px;
}

* {
	margin:0;
	padding:0;
	}

h1 {
	font-size: 19px;
	text-decoration: none;
	color:#900;
	padding-top: 12px;
	}
	
.sitemap	{
	font-size:1.1em;
	color: #000000;
	font-weight: 900;
	line-height: 1.9em;
	text-transform:uppercase;
	}

strong {
	color:#900;
	}
	
b {
	color:#Fc0;
	font-weight:bold;
	text-transform:uppercase;
	}
	
.td {
	padding: 10px;
}
	
em {
	color:#900;
	}

a {
	text-decoration:none;
	color:#900;
	}
	
a:hover {
	color:#900;
	text-decoration: underline;
	}

/* Structure */

#wrapper {
	margin:0 auto;
	width:792px;
	background:#FFFFFF;
	font-size:1.2em;
}

#menu {
	font-size:11px;
	height:35px;
	line-height:35px;
	background:url(images/bg-menu.GIF) repeat-x;
	padding:0 0px;
	}

#relocationheader {
	height:140px;
	background:url(images/relocation-header.jpg) no-repeat;
	}
	
#termsheader {
	height:140px;
	background:url(images/terms-header.jpg) no-repeat;
	}
	
#projectsheader {
	height:140px;
	background:url(images/projects-header.jpg) no-repeat;
	}
	
#contactheader {
	height:140px;
	background:url(images/contact-header.jpg) no-repeat;
	}	
	
#equipmentheader {
	height:140px;
	background:url(images/equipment-header.jpg) no-repeat;
	}
	
#qaheader {
	height:140px;
	background:url(images/qa-header.jpg) no-repeat;
	}		
	
#indexheader {
	height:280px;
	}
	
#homeheader {
	height:140px;
	background:url(images/terms-header.jpg) no-repeat;
	}
		
#sidebar {
	float:left;
	width:180px;
	background:#FFFFFF;
	margin-right:13px;
	clear: both;
	margin-left: 15px;
	margin-top: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#content {
	float:right;
	width:535px;
	min-height:400px;
	padding-right: 20px;
	}
#footer {
	clear:both;
	height:100px;
	background:url(images/bg-footer.jpg) no-repeat;
	}

/* Entries */

.entry {
	padding:5px 5px 5px 0px;
	text-align:left;
	line-height:1.66em;
	color: #000000;
	}
	
.entry-title {
	font-size:1.7em;
	font-weight:normal;
	letter-spacing:0px;
	line-height: 1.9em;
	color: #900;
	padding-top: 8px;
	}
.date {
	font-size:0.9em;
	color:#bbb;
	cursor:default;
	letter-spacing:1px;
	}
.comments {
	margin-top:-1em;
	}
.comments a {
	color:#6CC7DC;
	background:url(images/icon-comment.png) no-repeat 0px 2px;
	padding-left:20px;
	padding-right:2px;
	}
.comments a:hover {
	color:#B4C835;
	}

/* :::::::::::::::MENUS::::::::::::::::::::::::::::: */


/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 792px; /*For KHTML*/
  list-style: none;
  height: 30px;
  background:url(images/bg-menu.gif) no-repeat center center;

}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
width:inherit;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
	padding: 3px 17px 3px 17px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #900;
	font: normal 11px/22px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
	background: #900;
	color: #Fc0;
	border-bottom:2px solid #900;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  font-size: 10px;
  background: #900;
  color: #fff;
	border-bottom:1px solid #933;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #Fc0;
  color: #900;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}



/* Menu */

#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 23px;
	display:block;
	color:#ffffff;
	margin-right:50px;
	}
#menu li a:hover {
	color: #900;
	background:url(images/bg-menu-hover.gif) no-repeat center center;
	}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	font-size: 10px;
	}
#sidebar li {
	background:#900;
	padding-top: 4px;
	}
#sidebar li a {
	display:block;
	height:inherit;
	line-height:20px;
	color:#fff;
	padding-left:10px;
	border-bottom:1px solid #933;
	}
#sidebar li a:hover {
	background:#fc0;
	color:#900;
	text-decoration: none;
	}
#sidebar-bottom {
	height:20px;
	background:url(images/bg-sidebar-bottom.gif) no-repeat top center;
	}
#sidebar-top {
	height:20px;
	background:url(images/bg-sidebar-top.gif) no-repeat top center;
	}

/* Footer */

#footer-valid {
	font-size: 10px;
	padding-top:55px;
	padding-left:20px;
	cursor:default;
	color:#333;
	text-align: center;
	}
#footer-valid a {
	color:#333;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#900;
	text-decoration:underline;
	}


/* Extra's */

#ad-top {
	width:480px;
	height:72px;
	background:url(images/bg-ad-top.png) no-repeat;
	padding:5px;
	}
