/* Common tags                 */
/*-----------------------------*/		

body
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  color: #D4D4D4;
}
		
p
{
	line-height: 1.4em;
}

.leesverder:link
{
	color: white;
	text-decoration: underline;
	font-weight: normal;
}
.leesverder:visited
{
	color: white;
	text-decoration: underline;
	font-weight: normal;
}

.leesverder:hover
{
	color: red;
	cursor: hand;
	text-decoration: none;
}




.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: normal;
	color: #757575;
	margin-top: 10px;
}

.keywords
{
	color: black;
	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);
}


.menutextindent
{
    font-size: x-small;
}

/* Headings                    */
/*-----------------------------*/
/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 20px;
  color: #A8A8A8;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  color: #A8A8A8;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  color: #757575;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  color: #D4D4D4;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  color: #D4D4D4;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  color: #D4D4D4;
}
/* Finish Content headings Fonts & Colors  */

/* Tables                      */
/*-----------------------------*/	
.Main
{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

table
{
	font-size: 1em;
}
table.tablemain
{
	width: 100%;
}
table.header
{
	  background-color:#c1c1c1;
}

td.banner
{
	width: 100%;
	  background-color:#c1c1c1;
}

td.datebar
{
	background-image: url(Images/nav.png);
	background-repeat: repeat-x;
}
td.headerbar
{
	background-image: url(Images/nav.png);
	background-repeat: repeat-x;
}
td.headerbarright
{
	background-image: url(Images/nav.png);
	background-repeat: repeat-x;
}


td.menu
{
	/*background-image: url(Images/menubackground.gif);
	background-repeat: repeat-x;*/
	background-color: #363636;
	min-width: 260px;
}

td.newsletterheader
{
	color: white;
	background-color: black;
	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.content
{
	background-color: #363636;
	/*background-image: url(Images/backgroundcontent.jpg);
	background-repeat: repeat;*/
}
td.contentright
{
	background-color: #363636;
	/*background-image: url(Images/backgroundcontent.jpg);
	background-repeat: repeat;*/
}

td.credits
{
	background-color: #29313c;
	vertical-align: top;
	color: #2B6773;
	font-size: x-small;
}

td.footer
{
	background-color: #6b6b6b;
	border-right: #363636 thick solid;
	border-top: #363636 thick solid;
	border-left: #363636 thick solid;
	border-bottom: #363636 thick solid;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
td.footerCredits
{
	background-color: White;
	color: dimgray;
}
td.share
{
	background-color: White;
}
td.contactInfo
{
}
td.contactInfo2
{
	color: white;
	font-size: large;
}
td.officehours
{
	text-align: left;
}

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;}


a.ProductTitle:link
{
	color: white;
	font-weight: normal;
}
a.ProductTitle:visited
{
	color: white;
	font-weight: normal;
}
a.ProductTitle:active
{
	color: white;
	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: white;
	font-weight: normal;
}
a.MenuLeft:visited
{
	color: white;
	font-weight: normal;
}
a.MenuLeft:hover
{
	color: white;
	cursor: hand;
	font-weight: normal;
}

/* NavigationMenu Begin*/
.navigationmenu ul
{
	padding:0;
	margin:0;
	list-style-type: none;
	float:right;
}

.navigationmenu ul li
{
	display:block;
	float:left;
}

.navigationmenu ul li a
{
	display: block;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #c1c1c1;
	margin: 0 0px;
	line-height: 27px;
	text-align: center;
	background-image: url('images/MenuItem.png');
	background-position: left top;
	background-repeat: repeat-x;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.navigationmenu ul li a:hover
{
  color: #c1c1c1;
  background-position: left -27px;
}

.navigationmenu .separator li
{
  display: block;
  width: 1px;
  height: 33px;
  background-image: url('images/MenuSeparator.png');
}
/* NavigationMenu End*/

/* MainMenu Begin*/
.PanelMenuNavigation
{
	width:260px;
}
.mainmenu
{
	width:260px;
}
.mainmenu ul
{
	padding:0;
	margin:0;
	list-style-type: none;
	list-style-image:none;
}

.mainmenu ul li
{
	display:block;
}

.mainmenu ul li a
{
	display:block;
	text-decoration:none;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  color: #BFB7A6;
	padding: 0 10px;
	margin: 0 0px;
	/*line-height:35px;*/
	text-align: left;
	/*background-image: url('images/item-center.png');
	background-position: left top;
	background-repeat: repeat-x;*/
}

.mainmenu ul li a:hover
{
	color: #cc0000; /*background-position: left -35px;*/
}

/*.mainmenu .separator li
{
  display: block;
  width: 1px;
  height: 35px;
  background-image: url('images/item-separator.png');
}*/
/* MainMenu End*/



/* begin Box, Block */
.art-block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:210px;
	min-height:27px;
}

.art-block-body
{
	position: relative;
	z-index:1;
	padding: 4px;
}

.art-block-tr, .art-block-tl, .art-block-br, .art-block-bl, .art-block-tc, .art-block-bc,.art-block-cr, .art-block-cl
{
	position:absolute;
	z-index:-1;
}

.art-block-tr, .art-block-tl, .art-block-br, .art-block-bl
{
	width: 38px;
	height: 38px;
	background-image: url('images/Block-s.png');
}

.art-block-tl
{
	top:0;
	left:0;
	clip: rect(auto, 19px, 19px, auto);
}

.art-block-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 19px, 19px);
}

.art-block-bl
{
	bottom: 0;
	left: 0;
	clip: rect(19px, 19px, auto, auto);
}

.art-block-br
{
	bottom: 0;
	right: 0;
	clip: rect(19px, auto, auto, 19px);
}

.art-block-tc, .art-block-bc
{
	left: 19px;
	right: 19px;
	height: 38px;
	background-image: url('images/Block-h.png');
}

.art-block-tc
{
	top: 0;
	clip: rect(auto, auto, 19px, auto);
}

.art-block-bc
{
	bottom: 0;
	clip: rect(19px, auto, auto, auto);
}

.art-block-cr, .art-block-cl
{
	top: 19px;
	bottom: 19px;
	width: 38px;
	background-image: url('images/Block-v.png');
}

.art-block-cr
{
	right:0;
	clip: rect(auto, auto, auto, 19px);
}

.art-block-cl
{
	left:0;
	clip: rect(auto, 19px, auto, auto);
}

.art-block-cc
{
	position:absolute;
	z-index:-1;
	top: 19px;
	left: 19px;
	right: 19px;
	bottom: 19px;
	background-color: #474747;
}


.art-block
{
	margin: 7px;
}

/* end Box, Block */

/* begin BlockHeader */
.art-blockheader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 11px;
	margin-bottom: 0px;
}

.art-blockheader .t
{
	height: 30px;
	color: #B5B5B5;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	white-space : nowrap;
	padding: 0 11px;
	line-height: 30px;
}





.header-tag-icon
{
	display:inline-block;
	background-position:left top;
	background-image: url('images/BlockHeaderIcon.png');
	padding:0 0 0 21px;
	background-repeat: no-repeat;
	min-height: 11px;
	margin: 0 0 0 5px;
}


/* end BlockHeader */

/* begin Box, BlockContent */
.art-blockcontent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.art-blockcontent-body
{
	position: relative;
	z-index:1;
	padding: 11px;
}



.art-blockcontent-body
{
	color:#D9D9D9;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
}

.art-blockcontent-body a:link
{
	color: #EBEBEB;
	font-family: Arial, Helvetica, Sans-Serif;
}

.art-blockcontent-body a:visited, .art-blockcontent-body a.visited
{
	color: #B8B8B8;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.art-blockcontent-body a:hover, .art-blockcontent-body a.hover
{
	color: #858585;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.art-blockcontent-body ul
{
	list-style-type: none;
	color: #B5B5B5;
	margin:0;
	padding:0;
}

.art-blockcontent-body li
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
}

.art-blockcontent-body ul li
{
	padding:0px 0 0px 12px;
	background-image: url('images/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}

/* end Box, BlockContent */

/* 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*/
