@charset "utf-8";
/* CSS Document */

html,body{
	font-size:11px;
	color:#444444;
	height:100%;
	min-height:100%;
	margin:0;
	padding:0;
	background-color:#444444;
    font-family: Arial, Helvetica, sans-serif; 
	background-image: url(../images/dark-brushed-metal-tile.png); 
	background-repeat:repeat;
}

div#shadowcontainer {
  width:1028px;
  margin:0 auto;
  background-image:url(../images/shadows_1028.png);
  height:100%;
  min-height:100%;
}
  
div#maincontainer {
  width:998px;
  margin:auto;
  background-color:white;
  position:relative;
}

h, div, p, pre, ul, li{
    font-size: 13px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}
span, div, p, pre, ul, li{
    font-size: 13px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	line-height:18px;
}

textarea {
	border:solid 1px #7D7D7D;
}

.big{font-size: 14px; color: #000000;}
.bigger{font-size: 18px; color: #000000;}
.small{font-size: 11px; color: #000000;}
.smaller{font-size: 10px; color: #000000;}
.hilight{font-weight: bold; COLOR: #ff4c1b;}
.titlepage{font-weight: bold; font-size: 30px; color: #222222; font-family:Verdana, Arial, Helvetica, sans-serif; margin-left: 10px;}
.subtitlepage{font-weight: bold; font-size: 16px; color: #222222; font-family:Verdana, Arial, Helvetica, sans-serif; margin-bottom: 2px;}
.homeblock{font-size: 18px; color: #7D7D7D; font-family:Verdana, Arial, Helvetica, sans-serif; margin-left: 10px;}
.breadcrumb{font-weight: normal; font-size: 12px; margin:0px 10px 0px 10px;}
.bold{font-weight: bold;}

/*================================MainMenu=========================================*/
a:link{color: #0000cc;}
a:visited{color: #0000cc;}
a:hover{color: #000000;}
a:active{color: #000000;}

a.category:link{color: #000000; text-decoration : none;}
a.category:visited{color: #000000; text-decoration : none;}
a.category:hover{color: #0000cc; text-decoration : underline;}

a.pagelinks:link{color: #202020; font-size: 12px;}
a.pagelinks:visited{color: #202020; font-size: 12px;}
a.pagelinks:hover{color: #000000; font-size: 12px;}


a.footermenu:link{COLOR: #000000; text-decoration : none; FONT-SIZE: 11px;}
a.footermenu:visited{COLOR: #000000; text-decoration : none; FONT-SIZE: 11px;}
a.footermenu:hover{COLOR: #0000cc; text-decoration : underline; FONT-SIZE: 11px;}

a.topmenu:link{COLOR: #4A4A4A; text-decoration : none; FONT-SIZE: 12px;}
a.topmenu:visited{COLOR: #4A4A4A; text-decoration : none; FONT-SIZE: 12px;}
a.topmenu:hover{COLOR: #000000; text-decoration : underline; FONT-SIZE: 12px;}