/* CSS Document */

body,html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	background-image:url(../images/gradfadeback.jpg);
	background-repeat:repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

/* This centers the White Content Box on the Page */
div#outer {
	width: 800px;
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: thin solid #999999;
	position: relative;
	z-index: 10;
}
/*masthead is a fixed static ONLY on ALL pages */
div#masthead {   
	background-image: url(/images/masthead.jpg);	
	height: 161px;
	width: 800px;
}
/*next auction banner is a dynamic(text) banner of the next auction(client updates)  Text is clickable --> goes to NEXT upcoming auction*/
div#nextauctionbanner, div#nextauctionbanner:link, div#nextauctionbanner:visited {
	background-image: url(/images/bannerback.jpg);	
	height: 146px;
	width: 730px;
	text-align:right;
	padding-right: 70px;
	padding-top: 15px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	color: #ffffff;
}

/* Next Auction Link Styles */
a.nextauctionlink:link, a.nextauctionlink:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	color: #ffffff;
	text-decoration: none;
}

a.nextauctionlink:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.5em;
	text-decoration: underline;
}

.bannertitle {    /*used in banner title as SPAN class to make TITLE larger */
	font-size: 25px;
}

/* Topmost Graybar for Navigation - NOTE: this code is from ALPINE VALLEY and is currently DISABLE */
div#topnavigation {
	height: 44px;
	background-image: url(/images/top-nav-bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	position: relative;
	z-index: 30;
	visibility:hidden;
}

/* Alpine Valley Logo - This is div the actual image sits in */
div#alpinevalleylogo {
	position: absolute;
	top: 44px;
	left: 624px;
	height: 69px;
	width: 116px;
	z-index: 35;  /*NOTE: the z-index = 35 > 30 (for #topnavigation) is CRITICAL to allow the link to work ! */
}

/* Front Page Content - ALPINE legacy code, not used.... YET */
div#frontcontent {
	background-image: url(/images/frontbanner.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
    padding-left:85px;
    padding-right:35px;
	padding-top: 350px;
	position: relative;
	z-index: 30;
	min-height: 540px;
	height: auto !important;
	height: 540px;
}

/* ALL Page Content - Nadeau's Content Area (this holds the #mainnav and #contentarea divs */
div#content {
	background-image:url(../images/contentback.jpg);
	background-repeat:repeat-y;
    padding-right:60px;
	padding-top: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 30;
	min-height: 526px;
	height: auto !important;
	height: 526px;
}

/* Main Navigation Div - Structured to reside WITHIN the 'content' div  */
div#mainnav {
	background-image:url(../images/mainnavback.jpg);
	background-repeat:no-repeat;
	margin-left: 54px;
	padding-top: 100px;
	padding-left: 15px;
	height: 477px;
	width: 190px;
	line-height: 1.77em;
}

/* ConentArea Div - Structured to reside WITHIN the 'content' div to the RIGHT of #mainnav, holds the actual content */
div#contentarea {

}

div#econtent {
	padding-top: 0px;
	float:right;
}

div#bottomnavigation {
	background-image:url(../images/footerback.jpg);
	background-repeat:no-repeat;
	position: relative;
	height: 43px;
	width: 800px;
	padding-left: 68px;
	padding-top: 33px;
	z-index: 30;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	float: none;
}

/* TEXT CLASSES / STYLING */
/* Main Navigation Text Styling */
.main-nav {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #e1b078;
	line-height: 1.77em;
	text-decoration: none;
}
.main-nav:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.77em;
	text-decoration: none;
}

/* Footer Navigation Text Styling */
.footer {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
	font-weight:bold;
	color: #ffffff;
}
.footer:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
	font-weight:bold;
	color: #e1b078;
}

/* Body Content Links */
.hometitle1 {  /* Used for Blue/Black Header Text */ 
	font-family: Verdana, sans-serif;
	font-size: 26px;
	color: #030329;
}
.hometitle2 {  /* Used for Tan Header Text */
	font-family: Verdana, sans-serif;
	font-size: 30px;
	color: #978151;
}

.mainbodytext {  /* Used for ALL text on various pages  */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #05021f;
}

.mainbodytextred {  /* Used for ALL text on various pages  */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #ff0000;
}

.pagetitleheader { /* Used for Page titles on various pages  */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #030329;
}

/* Main Body Link Text - NOT USED YET */
a.mainlink:link, a.mainlink:visited {
	color: #377bce;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a.mainlink:hover {
	color: #8abefe;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a.highlightlink:link, a.highlightlink:visited {
	color: #a89364;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a.highlightlink:hover {
	color: #04042a;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

/* Used for 'Site Developed' Notice at bottom of website */
div#xcnotice {
	height: 43px;
	width: 800px;
	z-index: 30;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}

div#adminsection {
	position: fixed;
	top: 0px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	padding: 10px;
	border: 1px solid #c3c3c3;
}

div#origcontent {
	position: fixed;
	top: -999px;
	left: -999px;
	visibility: hidden;
}

div.topfive {
	float: left;
	width: 130px;
	min-width: 130px;
	font-size: 14px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #978151;
	text-align: center;
}

div.topfivespacer {
	float: left;
	width: 10px;
	min-width: 10px;
}

div.topfiveclearer {
	clear: left;
}

div.lotBlocks {
	border: 1px solid #c3c3c3;
	padding: 5px;
}

div.auctionlisting {
	border: 1px solid #c3c3c3;
	padding: 5px;
}

div.auctionimage {
	position: relative;
	top: 0px;
	padding: 0px;
}

div.auctiondetails {
	top: 0px;
	padding-left: 5px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
}

div.lotdetailphotos {
	width: 445px;
}

div#errorMessage {
  color: #f00;
}

