/*
  project HERMETIC

  http://www.contrast2000.com

  Copyright (c) 2009 Contrast 2000
 
*/

html { 
	/*overflow: -moz-scrollbars-vertical; */
	overflow-y:scroll;
	overflow-x: auto; 
}

body {
	margin: 0px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #AAA;
}

h1 {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #008800;
	padding-top: 0px;
	padding-left: 0px;
    margin-bottom:0px;

}

#mainTable {
	width: 986px;
	height:100%;
	border: none;
}

td.main {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: top;
}

td.top {
	height: 83px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 11px;
	background-color: #DDD;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}


td.mainMenu {
	height: 63px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 24px;
	padding-left: 28px;
	font-weight: normal;
	font-size: 12px;
	color:FFF;
	background-color: #57544B;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

td.pageContent {
	background-image: url(../images/page_content_background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 23px;
	padding-right: 23px;
	padding-bottom: 0px;
	padding-left: 23px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000;
}

td.copyryght {
	height: 26px;
	font-weight: normal;
	color: #57544B;
	font-size: 9px;
	text-align: center;
	padding-bottom: 9px;
	line-height: 16px;
}


td.menu {
	background-image: url(../images/menu_background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 30px;
	padding-left: 10px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
}

.pict {
	border: 1px solid #484B44;
}

.address {
	font-size: 11px;
	line-height: 16px;
}

td.menuhover {
	background-image: url(../images/menu_background_hover.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 30px;
	padding-left: 10px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	cursor:pointer;
}


table.tableSubMenu {
	width: 182px;
	background-color: #57544B;
}

td.subMenu {
	background-image: url(../images/sub_menu_background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 30px;
	padding-left: 10px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
}

ul {
	list-style-type: square;
}


/* ==================== links ====================== */

a, a:visited, {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

a:hover {
	text-decoration: underline;
}

a.contrast, a.contrast:visited {
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
	color: #57544B;
}

a.contrast:hover {
	text-decoration: underline;
}

a.email, a.email:visited {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #000;
}

a.email:hover {
	text-decoration: underline;
}

a.website, a.website:visited {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #008800;
}

a.website:hover {
	text-decoration: underline;
}

a.menu, a.menu:visited, a.menu:hover {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

a.menu:hover {
	text-decoration: underline;
}

a.submenu, a.submenu:visited {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

a.submenu:hover {
	text-decoration: underline;
}
