/* CSS Document
Colors:
goldenrod: #DAAD26
darkGreen: #OB24OE

*/

body {
	position:relative;
	top:0px;
	left:0px;
	background-image: url(images/backbar.gif);}

#size {
position:relative;
margin:0 auto;
text-align:left;
width:900px;}

#center {
	position:absolute;
	top:13px;
	text-align: center;
	z-index: 1;
	left: -1px;
	background-image:url(images/grenlace.gif)}
	
#centerban {
	position:absolute;
	top:13px;
	text-align: center;
	z-index: 1;
	left: -1px;
	background-image:url(images/whlace.gif)}
	
.b_navigation_link {
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;}

.contactlink {
	color:#FFFFFF;
	font-size:24px;
	text-decoration:underline;
	font-weight: bold;
}
	
.offer_link {
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;}

.block_txt {
	color:#FFFFFF;
	
	font-size:13px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;}
	
.block_txtban {
	color:#646400l;	
	font-size:13px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;}


.logolfloat {
	float:right}
	
.coupontwo {
	float: right;
	padding-right: 10px;
	display: block;
}
.coupon {
	float: right;
}

.collapsemenu {
	text-align:left
}

.bottomnav {
	padding: 5px 0;
    text-indent: 10px;
    background: #000;
    display: block;
    border-bottom: 1px solid #666;
    color: #FFF;
    text-decoration: none;

}

.topnav {
	float:left;
	width:400px;
	padding-top: 25px;
}

/* gallery */ 

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background:#000000;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Georgia, "Times New Roman", Times, serif;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

img.pdflink { border:none}
