@charset "UTF-8";

#apDiv1 {
	display:always;
	float:right;
	position:relative;
	top:-5px;
	right:217px;
	z-index:21;
	height:1px;
	width:1px;
}

#forthcoming {
	display:always;
	float:right;
	position:relative;
	top:168px; /*168px when below saleroom, 0px otherwise*/
	right:140px;
	z-index:999;
	height:1px;
	width:1px;
}

#banner-container {
	height: 179px;
	background-image: url(../styleImages/backgrounds/bg-banner-reemans.png);
	background-repeat: repeat-x;
	z-index: 20;
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
}
#banner {
	width: 960px;
	height: 170px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: 0px;
}

/* SIDE PANEL ELEMENTS */
#sidepanel {
	float: left; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}

#newspanel {
	color: #585858;
	margin-bottom: 15px;
	line-height: 20px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;	
}
#newspanel strong {
	font-weight: bold;
}


#testimonials {
	border: 1px solid #999;
	margin-bottom: 15px;
	background-color: #CCC;
	padding: 20px;
}

/* SIDE PANEL ELEMENTS */

#banner-home {
	width: 696px;
	background-color: #CCC;
	height: 446px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#menu-top {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	height: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#container {
	width: 100%;
	position: absolute;
	top: 170px;
	z-index: 10;
} 
#core {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header { 
} 

#mainContent {
	float: right;
	width: 696px;
} 


#footer-container {
	background-color:#423639;
	width:100%;
}


#footer {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	background-color: #423639;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.addthis_toolbox .hover_effect
{
    width: 284px;
    padding: 10px 0 6px 10px;
    border: 3px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.addthis_toolbox .hover_effect div
{
    float: left;
}

.addthis_toolbox .hover_effect a
{
    border: 2px solid #fff;
    padding: 2px 2px 2px 16px;
    position: relative;
    text-decoration: none;
}

.addthis_toolbox .hover_effect a:hover
{
    border: 2px solid #105CB6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #B4D3F8;
    color: #105CB6;
    text-decoration: none;
}

.addthis_toolbox .hover_effect span
{
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 1px;
}
#account table {
}
#account td {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#account tr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}