/* @group General */

body {
    margin: 0;
    padding: 0 0 10px;
    font-family: Verdana, sans-serif;
    font-size: 13px;
    color: #222222;
}

div {
	margin: 0;
	padding: 0;
}

a img {
    border: none;
}

a.pdf {
    background: url(imgs/pdficon_small.gif) no-repeat right center;
    padding-right: 18px;
}

/* @end */

/* @group Header */

#header, #middle, #footer {
    min-width: 850px;
}

#header {
	position: relative;
    background: #b99d6a url(imgs/top-gradient.gif) repeat-x center top;
    height: 203px;
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

#headercontent,
#content {
	position: relative;
    width: 850px;
    margin: 0 auto;
    overflow: hidden;
}

#headercontent ul {
    list-style-type: none;
    padding: 0;
    margin: 140px 0 0;
    overflow: hidden;
    font-size: 14px;
}

#headercontent ul li {
	color: white;
    float: left;
    padding: 0 10px;
    border-right: 1px solid #444444;
    border-left: 1px solid #726141;
}

#headercontent ul li.firstItem {
    padding-left: 0;
    border-left: none;
}

#headercontent ul li.lastItem {
    padding-right: 0;
    border-right: none;
}

#headercontent ul li a:link,
#headercontent ul li a:visited {
    color: black;
    text-decoration: none;
}

#headercontent ul li a:hover,
#headercontent ul li a:active {
    color: white;
}

#logo {
	float: right;
    width: 336px;
    height: 89px;
    background-image: url(imgs/reich-logo-blue.gif);
    margin-top: 96px;
    text-indent: -9999px;
    overflow: hidden;
}

/* @end */

/* @group Middle */

#middle {
    height: 340px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    overflow: hidden;
}

#text {
    float: left;
    width: 332px;
    overflow: auto;
}

#image {
    float: right;
}

#image img {
	display: block;
    height: 340px;
    width: 500px;
}

#text h1 {
	font-size: 17px;
	color: #ed2024;
    font-weight: normal;
    line-height: 1.4;
    margin: 4px 0 10px;
}

#text .phone {
	font-size: 1.2em;
}

#text .phone strong {
    color: #ed2024;
    font-weight: bold;
}

#text .phone em {
    font-weight: bold;
    font-style: normal;
}

#text p {
    line-height: 1.5;
    margin: 8px 0;
}

#text a:visited,
#text a:link {
    color: #ed2024;
}

#text a:hover,
#text a:active {
    color: #222222;
}

/* @end */

/* @group Footer */

#footer {
	height: 53px;
	position: relative;
    background-color: #ed2024;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}

#footer a:link,
#footer a:visited {
    color: white;
}

#footer a:hover,
#footer a:active {
    color: #222222;
}

#footer ul {
	width: 850px;
    color: white;
    list-style: none;
    margin: 20px auto 0;
    padding: 0;
    overflow: hidden;
    font-size: 11px;
}

#footer ul li {
	float: left;
	padding: 0 6px;
	border-right: 1px solid white;
}

#footer ul li.firstItem {
	padding-left: 0;
}

#footer ul li.lastItem {
    padding-right: 0;
    border: none;
}

/* @end */

/* @group Galleriffic */

#gallery {
	position: relative;
    overflow: hidden;
    margin-top: 7px;
}

#slideshow {
    float: right;
    width: 370px;
    height: 278px;
    overflow: hidden;
}

#slideshow img {
    display: block;
}

#loading {
    position: absolute;
    top: 0;
    right: 0;
    width: 370px;
    height: 278px;
    background: black url(imgs/loading-bar-black.gif) no-repeat scroll center center;
}

#caption {
	float: right;
	clear: right;
	width: 370px;
	margin-top: 3px;
	font-size: 12px;
    height: 55px;
    overflow: auto;
}

/* @group Thumbs */

#thumbs {
    float: left;
    width: 450px;
    height: 325px;
}

#thumbs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#thumbs ul li {
    float: left;
    margin: 0 10px 10px 0;
}

#thumbs ul li a img {
    border: 1px solid white;
}

#thumbs ul li a:hover img,
#thumbs ul li.selected a img {
    border: 1px solid red;
}

#thumbs img {
    display: block;
}

#thumbs div.top {
    display: none;
}

#thumbs div.pagination {
    overflow: hidden;
    margin: 0;
    position: absolute;
    bottom: 8px;
    left: 0;
    display: none;
}

#thumbs .pagination span,
#thumbs .pagination a {
	float: left;
    padding: 2px 6px 3px;
    border: 1px solid silver;
    margin-right: 5px;
    text-decoration: none;
    color: #222222;
}

#thumbs .pagination a:hover {
    background-color: silver;
}

#thumbs .pagination span.current {
    color: red;
}

/* @end */


/* @end */


