/* General page styles ---------------------------------------------------- */

/*

   <Variable name="mainHighColor" description="Main Highlight Color"
             type="color" default="#009" value="#000099">
			 
			   color:$mainHighColor;
			   
   */

body, html {
	margin: 0px;
	padding: 0px;
	color: black;
	background-color: #CCCCCC;
	font-family: Arial, helvetica, sans-serif;
	font-size: 90%;
}

table, tr, td {
	font-family: Arial, helvetica, sans-serif;
}

pre, tt {
	font-family: Courier, "Courier New", monospace;
}

a, a:visited, a:active {
	color: #000099;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: #660000;
	background-color: transparent;
	text-decoration: underline;
}

h1, h2, h3, h4 {
	font-weight: bold;
	color: #432100;
	background-color: transparent;
}
h1 { font-size: 150%; }
h2 { font-size: 140%; }
h3 { font-size: 140%; }
h4 { font-size: 110%; }

img {
	border: 0px;
}

hr {
	display: none;
	border: 0px;
	color: black;
	background-color: black;
	height: 1px;
}

.fontsmall {
	font-size: 0.8em;
}

.fontsmaller {
	font-size: 10px;
}

.fontsmallest {
	font-size: 9px;
}

/* content-main subheader */
.content-main h3 {
	display: block;
	margin: 1em 0px;
	padding: 0px;
	width: 100%;
	text-align: right;
//	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
	color: #555555;
	background-color: transparent;
	border-bottom: solid 2px #430056;
}

/*
.content-main p {
	display: block;
	background-color: #CCCCCC;
	margin: 1em 0px 2em 0px;
	padding: 0;
} */

/* Content  ----------------------------------------------------- */

/* 3px IE bug hack hidden from IE5-mac \*/
* html #content { height: 1%; }
/* End hide from IE5-mac */ 

#content {
	display: block;
	z-index: 3;
	margin: 0px;
/*	margin-left: 175px;
	margin-right: 240px; */
	padding: 10px;
/*	border-right: dashed 2px #430056; */
/*	background-image: url("img/backgrounds/background-main.jpg"); */
	background-position: top left;
	background-repeat: repeat;
}

#content-shop {
	display: block;
	z-index: 3;
	margin-left: 175px;
	margin-right: 240px;
	padding: 10px;
	border-right: dashed 2px #000099;
	background-color: #E0E0E0;
}

#contenttable {
	display: table;
	width: 100%;
}

#contenttable .td-left {
	display: table-cell;
	width: 175px;
	text-align: left;
	vertical-align: top;
	background-color: #970067;
	background-image: url("img/backgrounds/background-menu.jpg");
}

#contenttable .td-right {
	display: table-cell;
	padding: 0px;
	width: 220px;
	text-align: left;
	vertical-align: top;
	border-left: dashed 2px #430056;
}

#contenttable .td-center {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	background-color: #EEEEEE;
	background-image: url("img/backgrounds/background-main.jpg"); 
}

/* #contenttable .td-center #content-main { */
#contenttable .td-center .content-main {
	display: block;
	margin: 0px;
	padding: 10px 10px;
}

/* Toparea ------------------------------------------------- */
#toparea {
	background-color: #650078;
	background-image: url("img/backgrounds/background-top.jpg");
	background-repeat: repeat-x;
	height: 90px;
	position: relative;
}

#toparea .logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 175px;
	height: 90px;
/*	background-color: #DDDDDD; */
}

#toparea .logo img {
	position: absolute;
	top: 8px;
	left: 10px;
	border-width: 0px;
/*	background-color: #987644; */
}

#toparea .righttopcontent {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 220px;
	height: 90px;
	background-color: #DDDDDD;
	border-left: dashed 2px #430056;
}

#toparea .rightcontent {
	position: absolute;
	top: 0px;
	right: 0px;
	/* 364px - 185px */
/*	margin-left: -364px;
	padding-left: 185px; */
/*	width: 728px; */
	height: 90px;
}

#topsubarea, #bottomsubarea {
	background-color: #430056;
	height: 16px;
	border-width: 2px 0px;
	border-color: #000000;
	border-style: solid;
	text-align: left;
	padding: 0px 6px 0px 6px;
	font-size: 75%;
	color: white;
}

#topsubarea a:link { color: white; text-decoration: none; }
#topsubarea a:visited { color: white; text-decoration: none; }
#topsubarea a:active { color: white; text-decoration: none; }
#topsubarea a:hover { color: #white; text-decoration: underline; }


/* Bottomarea  ------------------------------------------------- */

#bottomarea {
	position: relative;
	font-size: 75%;
	color: inherit;
	background-color: #CCCCCC;
	width: 100%;
}

#bottomarea td {
	margin: 0px;
	padding: 6px;
}

#bottomarea-right {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	padding: 6px;
}
#bottomarea-left {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 6px;
	margin-right: 30%;
}

/* Menu styles ---------------------------------------------------- */

#menu {
	width: 175px;
	text-align: center;
}

#menu ul, #menu li {
/*
	border-color: #DCBA88;
	border-style: dashed;
	border-width: 0px;
*/
}

#menu ul {
	margin: 12px 10px 12px 10px;
	padding: 0px;
	list-style-type: none;
	width: 151px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
/*	border-top-width: 1px; */
}

#menu ul.menu1 {
	margin-top: 1.7em;
	font-size: 90%;
}

#menu ul.menu2 {
	margin-top: 1.7em;
	font-size: 90%;
}

#menu ul li {
	margin: 0px;
	padding: 0px;
/*	border-bottom-width: 1px; */
	list-style-type: none;
/*
	border-left: solid 0px #765;	
	border-right: solid 3px #321100;
	border-bottom: solid 3px #000;	
*/
}

#menu ul li a, #menu ul li a:link, #menu ul li a:visited, #menu ul li a:active, #menu ul li a:hover {
	display: block;
	margin: 0px;
	padding: 0.7em 0px;
	width: 148px;
	color: #000012;
	text-decoration: none;
	background-color: #DDDDDD;
	background-image: url("img/backgrounds/background-button-cym-up.jpg");
	border-top: solid 2px #567;
	border-left: solid 2px #567;
	border-right: solid 2px #223345;
	border-bottom: solid 3px #234;
/*	border: solid 2px #000099; */
}

#menu ul li a:hover {
	color: #000034;
	background-color: #FFFFFF;
	background-image: url("img/backgrounds/background-button-cym-over.jpg");
	border-top: solid 2px #789;
	border-left: solid 2px #789;
	border-right: solid 2px #445567;
	border-bottom: solid 3px #456;
}

/* content submenu */
/*
#content .submenu {
	width: 96%;
	text-align: center;
}

#content .submenu ul {
	margin: 12px 0px 10px 0px;
	padding: 0px 0px 4px 0px;
	list-style-type: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	border-bottom: solid 2px #000099;
}

#content .submenu ul li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#content .submenu ul li a, 
#content .submenu ul li a:link, 
#content .submenu ul li a:visited, 
#content .submenu ul li a:active, 
#content .submenu ul li a:hover {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	color: #FFFFFF;
	background-color: #000099;
	text-decoration: none;
	border: solid 2px #000099;
	border-bottom-width: 1px;
}

#content .submenu ul li a:hover {
	color: #FFFF99;
	text-decoration: none;
}

#content .submenu ul li a.selected, 
#content .submenu ul li a:link.selected,
#content .submenu ul li a:visited.selected,
#content .submenu ul li a:active.selected,
#content .submenu ul li a:hover.selected {
	color: #000000;
	background-color: transparent;
}
*/

/* rightarea content */

#rightareacontent {
	margin: 10px 10px;
}

#content-right {
	font-size: 0.8em;
}

/* styles for the gallery menu */
#gmenu {}

#gmenu ul li {
	font-weight: bold;
}

#gmenu ul ul li {
	font-weight: normal;
}

#gmenu ul ul ul li {
	font-weight: normal;
}
