/* Common tags                 */
/*-----------------------------*/		
.Main
{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.PageBackgroundGlare
{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.PageBackgroundGlareImage
{
  background-image: url(images/Page-BgGlare.png);
  background-repeat: no-repeat;
  height: 512px;
  width: 601px;
  margin: 0;
}

html:first-child .PageBackgroundGlare
{
  border: 1px solid transparent; /* Opera fix */
}

.PageBackgroundSimpleGradient
{
	background-image: url(images/Page-BgSimpleGradient.jpg);
	background-repeat: repeat;
}
body
{
	font-family: Verdana;
	font-size: small;
	color: #212320;
	margin: 0;
	padding: 0;
	margin-right: 30;
	text-align: left;
}


		
A.bodyLink:link     { color: #8A170F; text-decoration:none; font-weight:bold; }
A.bodyLink:visited 	{ color: #8A170F; text-decoration:none; font-weight:bold; }
A.bodyLink:active 	{ color: #8A170F;  cursor:hand; text-decoration:none; font-weight:bold; }
A.bodyLink:hover 	{ color: #DA2D26;  cursor:hand; text-decoration:"underline"; font-weight:bold; }
		
p
{
	line-height: 1.4em;
}

.leesverder:link
{
	color: navy;
	text-decoration: underline;
	font-weight: normal;
}
.leesverder:visited
{
	color: navy;
	text-decoration: underline;
	font-weight: normal;
}
.leesverder:active
{
	color: navy;
	cursor: hand;
	text-decoration: underline;
	font-weight: bold;
}
.leesverder:hoover
{
	color: navy;
	cursor: hand;
	text-decoration: "underline";
	font-weight: bold;
}

.menuButton:link
{
	color: navy;
	text-decoration: none;
	font-weight: normal;
	background-color: #91BE88;
	width: 150px;
}
.menuButton:visited
{
	color: navy;
	text-decoration: none;
	font-weight: normal;
	background-color: #b22222;
	width: 150px;
}
.menuButton:active
{
	color: navy;
	text-decoration: bold;
	font-weight: normal;
	background-color: #b22222;
	width: 150px;
}
.menuButton:hoover
{
	color: navy;
	text-decoration: bold;
	font-weight: bold;
	background-color: #b22222;
	width: 150px;
}


.pagetitle
{
    font-family: verdana;
    font-size: large;
    font-weight: bold;
    color: #8A170F;
}

.subtitle
{
	font-family: Verdana;
	font-size: medium;
	font-weight: bold;
	margin-top: 30;
	color: #DA2D26;
	margin-bottom: -15;
}

.marquee
{
	font-weight: bold;
	color: #212320;
}

.keywords
{
	color: white;
	font-size: x-small;
}

.title
{
    text-transform: uppercase;
    font-family: verdana;
    font-size: large;
    font-weight: bold;
    color: #8A170F;
 }

hr {
	border: 0;
	border-top: 2px solid #040059;
	height: 2px;
}

img
{
	border-width: 0;
}

ul
{
	list-style-image: url(Images/bullet.jpg);
	list-style-position: outside;
	list-style-type: disc;
}


.menutextindent
{
    font-size: x-small;
}

/* Headings                    */
/*-----------------------------*/
h1
{
	font-size: medium;
	font-family: Verdana;
	color: #50240b;
}
h2
{
	font-size: small;
	font-family: Verdana;
	color: #50240b;
	font-style: normal;
	font-weight: bold;
}
h3
{
	font-size: small;
	font-family: Verdana;
	color: #50240b;
	font-style: normal;
	font-weight: bold;
}
/* Tables                      */
/*-----------------------------*/	
table
{
	font-size: 1em;
}
table.tablemain
{
	width: 100%;
}
table.header
{
	  background-color:#234658;
}

td.banner
{
	background-image: url(Images/headerbackground.jpg);
	background-repeat: repeat-x;
}

td.datebar
{
	background-color: #73986c;
	text-align: center;
}
td.headerbar 
{
	background-color: #a9b697;
	text-align: left;
	height: 29px;
}
td.headerbarright 
{
	background-color: #5c7758;
	text-align: left;
	height: 29px;
}
td.menu
{
	background-color: #73986c;
	vertical-align: top;
	text-align: center;
}
td.menu1header
{
	color: #56cc00;
	text-align: center;
	background-color: #212320;
	font-weight: bold;
	height: 30px;
}
td.menu2header
{
	color: #56cc00;
	text-align: center;
	background-color: #212320;
	font-weight: bold;
	height: 30px;
}
td.newsletterheader
{
	color: white;
	background-color: #a8c22e;
	font-weight: bold;
}
td.newsletterbody
{
	color: #666666;
	background-color: #deddce;
}
td.newsletterfooter
{
	height: 0px;
}
td.newsheader
{
	color: white;
	background-color: #6c84b2;
	font-weight: bold;
}
td.newsbody
{
	background-color: #dfe1ee;
	font-size: x-small;
	text-align: left;
	width: 200px;
}
td.newsfooter
{
	height: 0px;
}
td.marquee
{
	vertical-align: top;
}
td.contentright
{
	background-color: #5c7758;
}

td.content
{
	background-image: url(Images/contenttopbackground.jpg);
	background-color: #a5ae8d;
	vertical-align: top;
	background-repeat: no-repeat;
}

td.credits
{
	background-color: #212320;
	vertical-align: top;
	color: white;
	font-size: x-small;
}

td.footer
{
	background-color: #212320;
	vertical-align: top;
	color: white;
}
td.contactInfo
{
	border-top: #212320 thin solid;
	border-right: #212320 thin solid;
	border-left: #212320 thin solid;
	border-bottom: #212320 thin solid;
	background-color: #5c7758;
	color: white;
}
a.ProductTitle:link
{
	color: navy;
	font-weight: normal;
}
a.ProductTitle:visited
{
	color: navy;
	font-weight: normal;
}
a.ProductTitle:active
{
	color: #B4000A;
	cursor: hand;
	font-weight: normal;
}
a.ProductTitle:hover
{
	color: white;
	cursor: hand;
	font-weight: normal;
	background-color: #b4000a;
}

a.languageButton:visited {color:Gray;font-weight:normal;
}
a.languageButton:link {color:Gray;font-weight:bold;
}
a.languageButton:active {color:Gray;font-weight:bold;
}
a.languageButton:hover {color:Gray;font-weight:bold;
}
a.MenuLeft:link
{
	color: #a5ae8d;
	font-weight: normal;
}
a.MenuLeft:visited
{
	color: navy;
	font-weight: normal;
}
a.MenuLeft:active
{
	color: navy;
	font-weight: normal;
}
a.MenuLeft:hover
{
	color: white;
	cursor: hand;
	font-weight: normal;
}

/* LIGHTBOX START*/

td.tdImg { width:200px; height:200px;}
body{background-color:#eee;}
#divWG {text-align:center; font: 11px Verdana, Arial, Helvetica, sans-serif;}
#divWG img, #divWG table {border:none;}
#divWG a:link, #divWG a:visited {text-decoration:none;}
#divWG a:hover {color:red;text-decoration:underline;}
#tblThumbsLayout {text-align:left; margin: 0 auto;}
#tblGalleryName{margin-top:2px;}
#currentGalleryLocation {font-weight:bold;}
td#galleryNameCell {font-size: 18px; font-weight:bold; color:#606060; margin: 6px 6px 0 0;}
td#pagingCell {text-align:right; white-space:nowrap;}
.currentPage {font-weight: bold;}
td#pagingCell a, .currentPage {font-size: 12px; padding: 3px 5px; border:1px solid #ccc;vertical-align:middle; }
td#pagingCell a:hover, .currentPage {border: #666 1px solid; background-color:#fff; text-decoration:none;}
td.tdImg {border: 1px solid; border-color: #aaa #666 #666 #aaa;
  text-align:center; background-color:#fff; vertical-align:middle;padding:4px;}
td.tdImg img {margin-top:11px;}
#pnCell {text-align:right;}
a.pn, a.pn:LINK,a.pn:VISITED {color: #606060; font: 9px arial, helvetica, sans-serif; text-decoration: none; padding: 1px 4px;}
/* LIGHTBOX END*/