/* = Background Color */

body {background-color:#262626;}

#mapSwitch {
position:absolute;
top:40px;
right:20%;
}

#branding {
width:800px;
height:60px;
margin-right:auto;
margin-left:auto;
}

#branding img {
display:inline;
vertical-align:middle;
}

#branding span {
font-size:80%;
margin-left:1em;
color:#CCC;
}

#construction {
position:absolute;
left:50%;
top:20px;
}

#highlightWrapper {
height:228px;
overflow:hidden;
background-image:url(/styles/themes/black/images/layout/highlight_bg.jpg);
background-repeat:repeat-x;
margin-bottom:15px;
}

#highlightContent {
width:800px;
margin-right:auto;
margin-left:auto;
margin-top:1em;
height:196px;
}

#highlightContent #left {
height:196px;
width:500px;
float:left;
border:1px solid #FFF;
background-image:url(/images/layout/highlightImages/highlightContentRed.jpg);
background-repeat:repeat-x;
}

#highlightContent #right {
height:196px;
width:270px;
float:right;
border:1px solid #FFF;
background-image:url(/images/layout/highlightImages/highlightContentBg.jpg);
background-repeat:repeat-x;
}

#pageTitle {
width:800px;
margin-right:auto;
margin-left:auto;
margin-top:1em;
}

#contentMain {
margin-right:auto;
margin-left:auto;
}

#highlightColumn {
float:right;
width:250px;
margin-right:20px;
}

.photo {
border:7px solid #FFF;
}

#newsPosts {
width:225px;
height:400px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
z-index:1000;
background-color:#1F1F1F;
}

#map div {
font-family:Helvetica, Arial, sans-serif;
font-size:12px;
color:#333;
line-height:15px;
}

#mapText {
padding-top:20px;
padding-right:20px;
padding-left:20px;
}

#mapText a {
font-family:Helvetica, Arial, sans-serif;
color:#C60;
text-decoration:none;
font-weight:400;
margin:0;
padding:0;
}

#mapText a:hover {
color:#666;
margin:0;
padding:0;
}

#mapText img {
border:2px solid #CCC;
float:left;
margin-right:10px;
margin-bottom:10px;
}

#greyLogos {
width:500px;
margin-top:10px;
}

#greyLogos img {
margin-top:15px;
margin-right:15px;
float:left;
}

#scroller1 {
width:840px;
margin-right:auto;
margin-left:auto;
height:40px;
overflow:visible;
margin-bottom:1.5em;
clear:both;
}

#manufacturer {
margin-bottom:30px;
float:left;
}

#reebLine {
clear:both;
width:100%;
height:34px;
background-image:url(/styles/themes/black/images/layout/reebLine.jpg);
background-repeat:repeat-x;
margin-top:2em;
margin-bottom:1em;
padding-left:80%;
}

#siteInfo {
width:800px;
color:#FFF;
margin:1.5em auto;
}

#siteInfo,#siteInfo p {
font-family:Helvetica, Arial, sans-serif;
font-style:normal;
font-size:.9em;
clear:both;
margin-top:1em;
color:#999;
}

#siteInfo ul {margin-bottom:.3em;}

#siteInfo li {display:inline;}

#siteInfo li a {
display:inline;
font-family:Helvetica, Arial, sans-serif;
font-style:normal;
text-decoration:none;
margin-right:1em;
}

#siteInfo li a:hover {color:#999;}

.calendarHeader {
font-family:Helvetica, sans-serif;
font-size:18px;
text-align:center;
}

.calendarHeader .calendarMonthLinks a {
font-family:Helvetica, sans-serif;
font-size:18px;
text-align:center;
text-decoration:none;
}

form {
font-size:1.4em;
width:470px;
margin:0 auto;
padding:10px;
}

label,#radio span {
float:left;
width:150px;
text-align:right;
padding-right:10px;
color:#fff;
margin-bottom:.5em;
font-size:14px;
line-height:1.6em;
font-style:normal;
}

form p {margin-bottom:15px;}

form_input {
font-family:Helvetica, Arial, sans-serif;
color:#666;
}

fieldset {
width:461px;
background-color:#FFC511;
background-image:url(/reeb_images/forms/fieldsetBg.jpg);
background-repeat:no-repeat;
margin-bottom:40px;
border:2px solid #FFC511;
padding:20px;
}

#formMessageBox {
height:150px;
color:#666;
}

.formButton {font-size:14px;}

#radio .radioBtn {
float:right;
width:150px;
text-align:left;
padding-right:10px;
color:#fff;
margin-bottom:.5em;
font-size:14px;
line-height:1.6em;
font-style:normal;
}

option {color:#333;}

.input_text,textarea,#jumpMenu,.radioBtn {
margin-left:40px;
font-size:14px;
background-image:url(/reeb_images/forms/fieldBg.gif);
background-repeat:no-repeat;
background-position:0 0;
border:2px solid #FFF;
color:#666;
padding:1px;
}

#form #jumpMenu {
color:#333;
font-family:Helvetica, sans-serif;
font-size:1em;
font-weight:400;
font-style:normal;
margin-right:1em;
}

.li {
color:#000;
margin-bottom:.5em;
}

#mapText strong,#map span {
color:#900;
font-weight:700;
}

.entry,.paginate {
clear:both;
margin-bottom:40px;
}
#container {
margin-top: 30px;
}


/* Logo Scroller - http://caroufredsel.frebsite.nl/*/

.logo-scroller-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0 15px 40px;
    position: relative;
    width: 850px;
}
.logo-scroller-wrapper img {
	padding: 9px;
	margin: 7px;
	display: block;
	float: left;
}
a.prev, a.next {
	background: url(/images/scroller_arrows.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 20px;
}
a.prev {			left: -22px;
					background-position: 0 0; }
a.prev:hover {		background-position: 0 -50px; }
a.next {			right: -22px;
					background-position: -50px 0; }
a.next:hover {		background-position: -50px -50px; }

a.prev span, a.next span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}
