a.pointer:hover {
	cursor: pointer;
}

/* LOG IN AREA */
#loginarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	width:250px;
	height:70px;
	overflow:hidden;
}
#loginarea p {
	margin:0px;
	padding:0px 0px 4px 0px;
}
#loginarea a:link, #loginarea a:visited, #loginarea a:hover {
	color:#000000;
}
#loginarea a:active {
	color:#333333;
}

/* SHOW CART */
#showcart {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:lowercase;
	/* width:250px; */
	height:52px;
	overflow:hidden;
	text-align:right;
	padding:0px;
	margin:0px;
}
#showcart .title {
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
	font-size:23px;
	text-transform:capitalize;
	line-height:16px;
}
#showcart a:link, #showcart a:visited, #showcart a:active {
	color:#000000;
	text-decoration:none;
}
#showcart a:hover {
	text-decoration:underline;
}

/* MAIN MENU */

/* #header .moduletable .mainlevel */



#header .moduletable {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	text-transform:uppercase;
	padding:0px 0px 0px 20px;
	width:760px;
	height:30px;
	overflow:hidden;
}

#header .moduletable #active_menu {
}
#header .moduletable .mainlevel-nav {
	padding:2px 10px 2px 10px;
}
#header a:link, #header a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#header a:hover {
	background-color:#333333;
}
#header a:active {
	color:#CCCCCC;
}

/* SEARCH AREA */

#searcharea .moduletable .search {
	/*
	
	height:25px;
	padding-top:6px;
	overflow:hidden;
	*/
}

#searcharea {
}
#searcharea .moduletable .search form {
	/*
	padding:0px;
	margin:0px;
	*/
}
#searchform {
	/*
	padding-top:2px;
	margin:0px;
	*/
}
#searcharea .moduletable .search #mod_search_searchword {
	font:Arial, Helvetica, sans-serif;
	text-align:right;
	font-size: 11px;
	border:1px #948066 solid;
	background-color:#C1A981;
	color:#000000;
	width:140px;
	/* border:1px #FF0000 dotted;*/
}


/* LEFT MENU */
/* Primary Menu Items */
#leftmenu {
	margin-left: 10px;
}
#leftmenu table.moduletable tbody tr td a.mainlevel {
	font-family: "Times New Roman",Times,serif;
	font-size: 13px;
	width: 140px;
	color: #000000;
	text-decoration:none;
	padding: 2px 0px 2px 13px;
	border: 1px #C2AB85 solid;
	display: block;
	margin-top: 20px;
	background: url(../images/arrow-right.gif) no-repeat 0px 2px;
}


#leftmenu table.moduletable tbody tr td a.sublevel,
#leftmenu table.moduletable tbody tr td a.sublevel:active,
#leftmenu table.moduletable tbody tr td a.sublevel:link,
#leftmenu table.moduletable tbody tr td a.sublevel:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	width: 145px;
	color: #000000;
	text-decoration:none;
	padding: 2px 0px 2px 6px;
	border: none;
	display: block;
	font-weight: normal;
}

#leftmenu table.moduletable tbody tr td a.sublevel:hover,
#leftmenu table.moduletable tbody tr td a.mainlevel:hover {
/* 	font-weight: bold; */
	background-color: #c0a77d;
}


#leftmenu table.moduletable tbody tr td div.sublevels {
	border:1px #C2AB85 solid;
	border-top: none;
}

#leftmenu ul {
	list-style:none;
	margin:0px;
	padding:20px 0px 0px 24px;
}
#leftmenu li {
	padding:0px 0px 16px 0px;
}
#leftmenu li a:link, #leftmenu li a:visited {
	color:#000000;
	text-decoration:none;
	padding:2px 0px 2px 6px;
	border:1px #C2AB85 solid;
	display:block;
}
#leftmenu li a:hover {
	color:#000000;
	border:1px #977F5A solid;
}
	
#leftmenu li #active_menu {
	border:1px #FFFFFF solid;
	color:#000000;
}

/* Secondary Menu Items */
#leftmenu ul li ul {
	list-style:none;
	margin:0px;
	padding:0px 0px 0px 12px;
}
#leftmenu li ul li {
	padding:0px 0px 0px 0px;
}
#leftmenu li ul li a:link, #leftmenu li ul li a:visited {
	color:#000000;
	text-decoration:none;
	padding:2px 6px 2px 6px;
	border:0px;
	display:block;
}
#leftmenu li ul li a:hover {
	color:#000000;
	border:0px;
}
	
#leftmenu li ul li #active_menu {
	border:0px;
	color:#000000;
	font-weight:bold;
}


/* CONTENT AREA */
#contentarea {
	font-family: "Times New Roman",Times,serif;
	font-size:14px;
	color: #7F7A81;
	font-style: italic;
}

#contentarea .contentpaneopen #vmMainPage a:link, #contentarea .contentpaneopen #vmMainPage a:visited {
	text-decoration:none;
	color:#000000;
}

#contentarea .contentpaneopen .contentpaneopen .contentpaneopen a {
	color:#666666;
	text-decoration:none;
}


/* BOTTOM MENU */
#bottommenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform:uppercase;
	text-align:right;
	width:760px;
	height:30px;
	overflow:hidden;
	padding:0px;
	margin:0px;
}
#bottommenu ul {
	padding:0px 0px 0px 30px;
	margin:0px;
}
#bottommenu li {
	list-style: none;
	display: inline;
	padding:0px;
	margin:0px 0px 0px 30px;
}
#bottommenu a {
}
#bottommenu a:link, #bottommenu a:visited {
	color:#A89D9B;
	text-decoration:none;
}
#bottommenu a:hover {
	color:#000000;
}

#bottommenu a:active {
	color:#6B5754;
}

h1 {
	font-family: "Times New Roman",Times,serif;
	font-size: 36px;
	color: #7f7a81;
	font-style: italic;
	font-weight: normal;
	padding: 0px 0px 15px 0px;
	margin: 0;
}

/* static content pages */
div#contentarea table.contentpaneopen tbody tr td table.contentpaneopen tbody tr td div.content {
	padding: 40px 15px 0px 20px;
	display: block;
}
	div#contentarea table.contentpaneopen tbody tr td table.contentpaneopen tbody tr td div.content p,
	div#contentarea table.contentpaneopen tbody tr td table.contentpaneopen tbody tr td div.content li {
		font: 12px Arial,sans-serif;
	}
	.componentheading,
	.contentheading,
	div#contentarea table.contentpaneopen tbody tr td table.contentpaneopen tbody tr td div.content h2 {
		font: italic normal normal 22px "Times New Roman",Times,serif;
	}
	div#contentarea table.contentpaneopen tbody tr td table.contentpaneopen tbody tr td div.content h3 {
		font-size: 18px;
		font-weight: normal;
	}

.componentheading,
.contentheading {
	padding: 57px 15px 20px 0px;
	display: block;
}
