/* default elements */
div, body, html {
	margin: 0; 
	padding: 0;
}

ul {
	margin-top: 0px;
}

body, div {
	font-family: Tahoma, Arial, Verdana; 
	font-size:11px; 
	color:#2e3335;
}

body {
	background-color:#FFFFFF;
}

td {
	vertical-align: top;
}

img {
	border: 0px;
}

#wrapper { 
 margin: 0 auto;
 width: 808px;
 background-image: url(/_img/template/content-vertical-fill.gif);
 background-repeat: repeat-y;
}

.contentContainerMatt, .contentContainer {
 width: 808px;
}

.contentContainerMatt {
 background-image: url(/_img/template/marcus-ortner.jpg);
 background-position: right top;
 background-repeat: no-repeat;
}

#logo {
	padding: 0px!important;
	margin: 0px!important;
	height: 86px;
}

#nav {
	height: 40px;
}

#nav img {
	margin: 0px!important;
	padding: 0px!important;
}

#header {
 color: #333;
 width: 808px;
 padding: 0px!important;
 height: 124px;
 margin: 0px!important;
}

#leftColumn { 
 display: inline;
 color: #333;
 width: 205px;
 float: left;
 background-image: url(/_img/template/left-col-header.gif);
 background-repeat: no-repeat;
 background-position: left top;
}

#leftColumnContent { 
 margin: 12px;
}

#leftNav {
	margin: 0px;
}

#leftNav span
{
	background-image: url(/_img/template/nav-bullet.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 10px;
	line-height: 20px;
	width: auto;
}

#leftNav hr {
	margin-top: 4px;
}

#leftNav .toolLinks span
{
	background-image: url(/_img/template/tool-link-bullet.gif);
	color: #49648c;
}

#leftColumn .toolLinks a:hover, #leftColumn .toolLinks a:link, #leftColumn .toolLinks a:active, #leftColumn .toolLinks a:visited {
	color: #49648c;
}

#leftColumn a:hover, #leftColumn a:link, #leftColumn a:active, #leftColumn a:visited {
	color: #525358;
	text-decoration: none;
	font-weight: bold;
}

#leftColumn a:hover {
	text-decoration: underline;
}

#leftColumn #ads {
	margin: 0 auto;
	margin-top: 100px;
}

#leftColumn #ads img {
	margin-bottom: 10px;
}

#rightcolumn { 
 float: right;
 color: #333;
 padding: 0px;
 width: 603px;
 display: inline;
 position: relative;
}

#rightcolumn a:link, #rightcolumn a:hover, #rightcolumn a:active, #rightcolumn a:visited {
	color: #de6a25;
}

#rightcolumn a:hover {
	text-decoration: none;
}

#rightColumnContent {
	padding: 18px 5px 18px 25px;
	width: 569px;
}

#eximusDefinition 
{
	text-align: right;
	margin: 15px 5px 15px 0px;
	color: #5e5e5e;
	font-size: 12px;
}

#footer { 
 width: 808px;
 clear: both;
 margin: 0px;
 padding: 0px;
 height: 59px;
 background-image: url(/_img/template/footer-background.jpg);
 background-repeat: no-repeat;
 background-position: bottom;
}

#footer #footerContent {
	width: 800px;
	margin: 0 auto;
	height: 59px;
}

#footer #leftContent 
{
	color: #FFFFFF!important;
	float: left;
	margin: 22px 0px 0px 21px
}

#footer #rightContent {
	color: #FFFFFF!important;
	float: right;
	text-align: right;
	margin: 22px 21px 0px 0px
}

#pageFooter
{
 margin: 0 auto;
 margin-top: 9px;
 padding-bottom: 50px;
 width: 790px;
 text-align: center;
 color: #525358;
}

#pageFooter a:link, #pageFooter a:hover, #pageFooter a:active, #pageFooter a:visited {
	color: #2e3335;
	text-decoration: none;
}

#pageFooter a:hover {
	text-decoration: underline;
}

#news {
	background-color: #FFFFFF;
	padding-top: 15px;
}

#siteIntroHeading {
	color: #393a3a;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 0px;
}

#siteIntroSubHeading {
	font-size: 18px;
	font-weight: bold;
	color: #858484;
	width: 337px;
	margin-bottom: 10px;
}

#siteIntro {
	font-weight: bold;
	width: 277px;
	color: #5c5b5b;
	margin-bottom: 32px;
}

#nowSellingPhotos {
	width: 280px;
}

#nowSellingPhotos img {
	padding: 0px 10px 15px 20px;
}

.newsHeader {
 margin-bottom: 0px;
}

.clear { clear: both; background: none; }

h1 {
	color: #2d394f;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: solid 3px #f89731;
	margin-bottom: 15px;
}

.moreComments {
	height: 1px;
	width: 1px;
	border: 0px;
	background-color: #FFFFFF;
	display: none;
	visibility: hidden;
}

/* Modal Dialog Styles */
#GB_overlay {
  background-image: url(overlay.png); 
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 100%;
}

* html #GB_overlay {
  background-color: #000;
  background-color: transparent;
  background-image: url(/_img/blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_img/overlay.png", sizingMethod="scale");
}

#GB_window {
  top: 10px;
  left: 0px;
  position: absolute;
  background: #fff;
  border: 5px solid #aaa;
  overflow: auto;
  width: 400px;
  height: 400px;
  z-index: 150;
}

#GB_frame {
  border: 0;
  overflow: auto;
  width: 100%;
  height: 378px;
}

#GB_caption {
  font: 12px bold helvetica, verdana, sans-serif;
  color: #fff;
  background: #888;
  padding: 2px 0 2px 5px;
  margin: 0;
  text-align: left;
}

#GB_window img {
  position: absolute;
  top: 2px;
  right: 5px;
  cursor: pointer;
  cursor: hand;
}
/* Table Styles */
.detailTable, .tableCommon {
	margin-top: 2px;
}

.formTable th {
	text-align: right;
	vertical-align: top;
	color: #E86E1C;
}

.error {
	color: #CC0000;
}

.tableCommon .highlightRow, .rowHover {
	background-color: #f68026!important;
}

.rowHover td a:link, .rowHover td a:hover, .rowHover td a:visited, .rowHover td a:active {
	color: #000000!important;
}

.tableCommon .oddRow {
	background-color: #FFFFFF;
}

.tableCommon .evenRow {
	background-color: #EEEEEE;
}

.tableCommon td {
	font-size:11px;
	padding: 3px;
	vertical-align: top;
}

.tableCommon th, .detailTable thead th, .darkFeatureBox {
	font-size: 11px!important;
	background-color: #555555;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}

.lightFeatureBox strong {
	color: #000000;
}

.lightFeatureBox 
{
	background-color: #bbbff7;
	border: solid 1px #153366;
	padding: 5px;
}

.darkFeatureBox {
	border: solid 1px #000000;
	padding: 5px;
}

.darkFeatureBox td, .darkFeatureBox strong
{
	color: #FFFFFF;
}

.tableCommon th, .detailTable thead th {
	padding: 5px;
	padding-right: 10px;
	vertical-align: middle;
}

.tableCommon th a:link, .tableCommon th a:visited {
	color: #FFFFFF;
}

.detailTable th {
	color: #E86E1C;
	font-weight: normal;
	vertical-align: top;
	padding-top: 4px;
}

.detailTable, .detailTable td, .detailTable th {
	border: 0px;
}

.detailTable tbody th {
	font-size:11px;
	text-align: right;
	width: 140px;
}

.detailTable th a:link, .detailTable th a:active, .detailTable th a:visited
{
	font-size:11px;
	color: #FFFFFF;
	font-weight: normal;
}

.messageBox {
	width: 100%;
	border: solid 2px #888888;
	background-color: #DDDDDD;
	padding: 6px;
}

.smallPrint {
	font-size: 10px;
}

.highlight {
	padding: 4px;
	border: solid 1px #EE3931;
	background-color: #FEDAD4;
	color: #EE3931;
	margin-bottom: 10px;
	clear: both;
	width: 500px;
}

.highlight ul 
{
	margin-bottom: 0px;
	margin-top: 5px;
	color: #EE3931;
}

.highlight strong {
	color: #EE3931;
}

.sitemap li {
	list-style-type: none;
	line-height: 20px;
}

ul.sitemap  {
	margin-left: 0px;
}

.sitemap div {
	margin-bottom: 0px;
	margin-top: 10px;
}

.sitemap div, .sitemap div a:link, .sitemap div a:hover, .sitemap div a:active, .sitemap div a:visited {
	color: #de6a25!Important;
}

/* Listing Styles */
.listingSearchResult 
{
	margin: 0px 15px 25px 0px;
	text-align: center;
	width: 160px;
}

.listingSearchResult div
{
	margin: 0px;
	padding: 5px;
	text-align: left;
}

#viewListing {
	float: right;
	margin-top: 4px;
}

#viewVirtualTour img {
	margin-top: 4px;
	margin-bottom: -5px;
}

.listingDetailsBox, .listingDetailsBox .tableCommon {
	width: 535px;
}

div.listingDetailsHeader {
	border-bottom: solid 1px #000000;
	padding: 0px 0px 0px 0px!important;
	margin: 0px!important;
	height: 20px;
}

.listingDetailsHeaderButton {
	float: right;
	font-size: 10px;
	padding: 0px;
}

.listingFeatureImage {
	float: right;
	border: 0px;
	margin-left: 10px;
}

.listingDetailsHeader strong {
	color: #E86E1C!important;
	padding: 0px!important;
	font-size: 14px;
}

.listingPager 
{
	border-bottom: solid 1px #000000;
	padding: 0px 0px 0px 0px!important;
	margin-bottom: 2px;
	height: 20px;
}

.listingSummary strong {
	font-weight: bold;
	color: #444444;
	line-height: 16px;
}

.listingDetailsBox strong {
	font-weight: bold;
	color: #444444;
}

.listingDetailsBox ul {
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 10px;
}

.listingDetailsLeft { float: left; }

.listingDetailsLeft li, .listingDetailsRight li
{
    width: 250px;
    list-style-type: none;
}

.listingDetailsBox .tableCommon th 
{
	color: #000000;
	background-color: #FFFFFF;
	padding: 2px;
	padding-bottom: 4px;
	border-bottom: solid 1px #000000;
}

/* Picture Styles */
.PictureList
{
	padding: 0;
	margin: 0;
	margin-left: 0px !important;
	display:block;
}
div.pic
{
	float: left;
	height:180px;
	width: 166px;
	margin: 0px 5px 5px 0px;
	border: solid 1px #C4D6AE;
	background-color: #eeeeee;
	overflow:hidden;
	padding: 5px 5px 5px 0px;
	text-align: center;
}

div.pic span 
{
	display: block;
	overflow:visible;
	margin-left: 4px;
}

div.pic a
{
	padding: 0;
}

div.pic img
{
	border: none;
}

.right {
	float: right;
}

.pageEditBox {
	float:right;
	border:1px solid gainsboro;
	font-size:8pt;
	padding:10px;
	margin-top:50px;
}

/* Lightbox Styles */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

