/* Common tags                 */
/*-----------------------------*/		

body
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
  color: #343932;
}
		
p
{
	line-height: 1.4em;
}

/* 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: 18px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #484E46;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 16px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #61695D;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #847743;
}


/* Finish Content headings Fonts & Colors  */

a
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #847743;
}

/* Adds special style to an unvisited link. */
a:link
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #847743;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #847743;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
  color: #C7000A;
}

.leesverder

{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #847743;
}

/* Adds special style to an unvisited link. */
.leesverder:link
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #847743;
}

/* Adds special style to a visited link. */
.leesverder:visited
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #847743;
}

/* :hover - adds special style to an element when you mouse over it. */
.leesverder:hover
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
  color: #C7000A;
}


.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: #BBB5A4;
	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/postbullets.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:#c1c1c1;
}

td.banner
{
	width: 100%;
	background-image: url(Images/headerbackground.jpg);
	background-repeat: repeat-x;
	z-index:-1;
}

td.datebar
{
	background-image: url(Images/nav.png);
	background-repeat: repeat-x;
	height: 31px;
}
td.headerbar
{
	background-image: url(Images/nav.png);
	background-repeat: repeat-x;
	height: 31px;
}
td.headerbarright
{
	background-image: url(Images/nav.png);
	background-repeat: repeat-x;
	height: 31px;
}


td.menu
{
	background-color: #D4CCAA;
	min-width: 15px;
}

td.newsletterheader
{
	color: white;
	background-color: black;
	font-weight: bold;
}
td.newsletterbody
{
	color: #666666;
	background-color: #deddce;
}
td.newsletterfooter
{
	height: 0px;
}
td.newsheader
{
	color: Black;
	background-color: #6c84b2;
	font-weight: bold;
}
td.newsbody
{
	color: White;
	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: #D4CCAA;
}
td.contentright
{
	background-color: #D4CCAA;
}

td.credits
{
	background-color: #29313c;
	vertical-align: top;
	color: #BBB5A4;
	font-size: xx-small;
}

td.footer
{
	text-align: center;
	color: #BBB5A4;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	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.contactInformation
{
	text-align: center;
}
td.contactInfo2
{
	color: #BBB5A4;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: medium;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
	text-align: center;
}
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
{
	color: #BBB5A4;
	font-weight: normal;
}
a.MenuLeft:visited
{
	color: #BBB5A4;
	font-weight: normal;
}
a.MenuLeft:hover
{
	color: white;
	cursor: hand;
	font-weight: normal;
}

/* NavigationMenu Begin*/
.navigationmenu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	float:left;
}

.navigationmenu ul li
{
	display:block;
	float:left;
	z-index: 5;
	background:none;
}

.navigationmenu ul li a
{
	display: block;
	text-decoration: none;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
	color: #D2D6D1;
	padding: 0 12px;
	margin: 0 5px;
	line-height: 25px;
	text-align: center;
	padding: 0 12px;
	margin: 0 5px;

	background-image: url('images/MenuItem.png');
	background-position: left top;
	background-repeat: repeat-x;
}

.navigationmenu ul li a:hover
{
	color: #DDE0DC;
  background-position: left -25px;
}

.navigationmenu .separator li
{
	display: block;
	width: 1px;
	height: 25px;
	background-image: url('images/MenuSeparator.png');
}
/* NavigationMenu End*/

/* MainMenu Begin*/
.PanelMenuNavigation
{
	width:270px;
}
.mainmenu
{
	width:270px;
}
.mainmenu ul
{
	margin: 0px 0px 5px;
	list-style-type: none;
	list-style-image: none;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
}

.mainmenu ul li
{
	display:block;
}

.mainmenu ul li a
{
	display: block;
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
text-decoration: underline;
font-weight:bold;
  color: #847743;
  	margin: 0px 5px 0px 0px; /*line-height:35px;*/
	text-align: left; /*background-image: url('images/item-center.png');
	background-position: left top;
	background-repeat: repeat-x;*/
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 0px;
}

.mainmenu ul li a:visited
{
text-decoration: underline;
  color: #847743;
  }

.mainmenu ul li a:hover
{
text-decoration: none;
font-weight:bold;
  color: #5b0005;
  }
  
/*.mainmenu .separator li
{
  display: block;
  width: 1px;
  height: 35px;
  background-image: url('images/item-separator.png');
}*/
/* MainMenu End*/


/* 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;
}


