/* CSS for Reedijk */

/* Main declarations */

body {
	background-color:#000702;
	margin:0px;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
form {
	margin:0px;
}
a:link, a:visited {
	color: #FB801B;
	text-decoration: underline;
}
a:hover {
	color: #FB801B;
	text-decoration: underline;
}
div.redline {
	position:relative;
	background-image:url(../img/spacer.gif);
	background-color: #970D0D;
	height:1px;
}
hr {
	display:none;
}
img {
	border:0px;
	margin:0px;
}

/* CSS elements, please order by className */

.bgGrey {
	background-color:#C2BBB5;
	border-top:1px solid #DBDBDB;
	border-right:1px solid #7C7773;
	border-bottom:1px solid #54504D;
	border-left:1px solid #CDCAC5;
}
.bgMenu {
	background-image:url(../img/bg_main.jpg);
	background-repeat:no-repeat;
	width:691px;
	height:139px;
}
.bgO {
	background-color:#FB801B;
}
.bgOrange {
	background-color:#FB801B;
	border-right:1px solid #9E5012;
	border-bottom:1px solid #693609;
	border-left:1px solid #FC984A;
}
.black {
	color:#000000;
}
.blockGrey {
	background-image:url(../img/borderSide2.gif);
	background-repeat:repeat-x;
}
.blockOrange {
	background-image:url(../img/borderSide1.gif);
	background-repeat:repeat-x;
}
.borderBottom {
	border-bottom:1px solid #FB801B;
}
.caps {
	text-transform:uppercase;
}
.dCont {
	position:relative;
	width:198px;
	margin-left:1px;
}
.dCont div {
	width:65px;
	text-align:center;
	float:left;
}
.detailOff {
	position:absolute;
	top:0px;
	left:0px;
	height:198px;
	z-index:3;
	cursor:pointer;
}
.detailOn {
	position:absolute;
	top:0px;
	left:0px;
	width:198px;
	height:200px;
	z-index:5;
	display:none;
	padding:1px 5px 1px 5px;
	background-color:#000000;
	cursor:pointer;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
	filter: Alpha(opacity=70, finishopacity=0, style=0);
}
.detailCont {
	width:210px;
	position:relative;
}
.detailInfo {
	position:relative;
	padding-top:198px;
	z-index:1;
}
.header {
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
	width:879px;
	height:105px;
}
.menu {
	background-image:url(../img/bg_menu.gif);
	background-repeat:no-repeat;
	width:179px;
}
.menuBlock {
	width:167px;
	float:left;
	margin:0px 2px 0px 0px;
	background-color:#000000;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
	filter: Alpha(opacity=70, finishopacity=0, style=0);
}
.menuItem {
	width:157px;
	padding:2px 5px 1px 5px;
	color:#FFFFFF;
}
.menuItemOn {
	width:157px;
	padding:2px 5px 1px 5px;
	color:#FB801B;
	cursor:pointer;
}
.orange {
	color:#FB801B;
}
.smallText {
	font-size:9px;
}
.white {
	color:#FFFFFF;
}