/* Common tags                 */
/*-----------------------------*/		

		
p
{
	line-height: 1.4em;
}
.leesverder

{
  text-decoration: underline;
  color: white;
}

/* Adds special style to an unvisited link. */
.leesverder:link
{
	text-decoration: underline;
	color: #E89568;
}

/* Adds special style to a visited link. */
.leesverder:visited
{
	text-decoration: underline;
	color: #E89568;
}

/* :hover - adds special style to an element when you mouse over it. */
.leesverder:hover
{
	cursor: hand;
	text-decoration: none;
	color: #F6AA28;
}


.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: #c4c4c4;
	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/blockcontentbullets.png);*/
}


.menutextindent
{
    font-size: x-small;
}




/* Tables                      */
/*-----------------------------*/	
.Main
{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

table
{
	font-size: 1em;
}
table.tablemain
{
	width: 100%;
}
table.header
{
	background-color: black;
}

td.banner
{
	width: 100%;
	background-color: white;
	background-image: url(Images/bannerbackground.jpg);
	background-repeat: repeat-x;
}

td.datebar
{
	background-image: url(Images/nav.png);
	background-repeat: repeat-x;
	height: 20px;
	background-color: black;
}
td.headerbar
{
	background-image: url(Images/nav.png);
	background-repeat: repeat-x;
	height: 27px;
	background-color: black;
}
td.headerbarright
{
	background-image: url(Images/nav.png);
	background-repeat: repeat-x;
	height: 27px;
	background-color: black;
}


td.menu
{
	background-color: white;
	background-image: url(Images/menubackground.jpg);
	background-repeat: no-repeat;
}


td.marquee
{
	vertical-align: top;
}

td.content
{
	background-color: #ebe7f3;
}
td.contentright
{
	background-color: white;
	background-image: url(Images/menubackground.jpg);
	background-repeat: no-repeat;
}

td.credits
{
	background-color: #29313c;
	vertical-align: top;
	color: #586B74;
	font-size: xx-small;
}

td.footer
{
	text-align: center;
	color:orange;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;

	background-repeat: repeat-x;
	background-image: url(images/Footer.png);
	height: 150px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
td.contactInfo
{
}
td.contactInfo2
{
	text-align: center;
	color: white;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
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;}

td.productHighlite
{
	background-color: #eeebdd;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	margin-bottom: 50px;
}
td.productShortList ul li
{
	list-style-position: outside;
	list-style-type: circle;
	color: white;
}

a.ProductTitle:link
{
	color: #EED753;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
a.ProductTitle:visited
{
	color: #EED753;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
a.ProductTitle:hover
{
	color: #EED753;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}

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
{
  text-decoration: underline;
  color: black;
}
a.MenuLeft:visited
{
  text-decoration: underline;
  color: black;
}
a.MenuLeft:hover
{
	cursor: hand;
  text-decoration: none;
  color: black;
}

/* NavigationMenu Begin*/
.navigationmenu ul
{
	padding:0;
	margin:0;
	list-style-type: none;
	float:left;
}

.navigationmenu ul li
{
	display:block;
	float:left;
}

.navigationmenu ul li a
{
	display: block;
	text-decoration: none;

	background-image: url('images/MenuItem.png');
	background-position: left top;
	background-repeat: repeat-x;
  margin-right: 10px;
  margin-left: 10px;
  color: #ffffff;
  padding: 0 27px;
  margin: 0 0;
  line-height: 27px;
  text-align: center;
}

.navigationmenu ul li a:hover
{
	color: #f0f0f0;
	top:-27px;
  background-position: left -27px;
}

.navigationmenu .separator li
{
  display: block;
  width: 1px;
  height: 27px;
  background-image: url('images/menuseparator.png');
}
/* NavigationMenu End*/

/* MainMenu Begin*/
.PanelMenuNavigation
{
	width:300px;
}
.mainmenu
{
	width:300px;
}









/* 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*/

.HelpShopTitle
{
	display: inline-block;
	background-position: left top;
	background-image: url('images/02.png' );
	padding: 0 0 0 60px;
	background-repeat: no-repeat;
	min-height: 55px;
	margin: 0 0 0 5px;
	font-size: large;
	border-bottom: #eed753 thin solid;
	vertical-align: middle;
	color: #eed753;
}
.HelpShopText
{
	padding: 0 0 0 60px;
	margin: 0 0 0 5px;
	font-size: x-small;
	color: #eed753;
}


