html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
	font: normal 8pt tahoma, verdana, serif;
	color: #5A5A5A;
}


body {
	background: white url(../images/bg1.gif) repeat-x;
	margin: 0;
	padding: 0;
}
div#frame {
	width: 1000px;
}

div#toplinks {
	z-index: 99;
	padding-top: 15px;
	margin-bottom: 0;
	padding-bottom: 0;
	height: 40px;
	color: white;
	position: relative;
}

div#banner{
	z-index: 0;
	color: white;
	position: relative;
	height: 280px;
	background: #1C1C1C;
}

#logobox {
	position: absolute;
	top: 0px;
	left: 0px;
	float: right;
	clear: left;
}

div#showhere {
	position: absolute;
	width: 195px;
	height: 256px;
	left: 390px;
	top: 10px;
}

#linguebox{
	position: absolute;
	top: 10px;
	right: 18px;
}


#content-pane {
	min-height: 330px;
	padding: 15px;
	position: relative;
}



#bottom-content {
	color: white;
	position: relative;
	background: #1C1C1C;
	padding-left: 32px;
	padding-right: 32px;
	padding-bottom: 21px;
	padding-top: 20px;
	height: 20px;
}

#copyright {
	color: white;
	float: right;
	clear: right;
	text-align: right;
}


div#menubox {
	z-index: 99;
	position: absolute;
	bottom: 5px;
	right: 20px;
	padding-bottom: 8px;
}


.hover {
	font-weight: 900;
}

a:link {
	color: #5A5A5A;
	text-decoration: underline;
}

a:hover {
	color: #EC5518;
	text-decoration: none;
}

.mkc {
	color: #EC5518;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #5A5A5A;
	margin-bottom: 10px;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #5A5A5A;
	margin-bottom: 8px;
}

h3 {
	font-weight: 900;
	font-size: 9pt;
	color: #EC5518;
	margin-bottom: 7px;
	
}

h1:hover,h2:hover {
	color: #EC5518;
}


a img{
	border: 0;
}



.clear {
	clear: both;
}

div#categoybox {
	clear: both;
	text-align: center;
	font-size: 10pt
}

div#categoybox a {
	font-weight: 900;
	font-size: 10pt;
}

.breadcrumbs {
	margin-left: 10px;
	font-weight: 900;
	font-size: 10pt;	
}
.breadcrumbs a{
	font-weight: 900;
	font-size: 10pt;
}


a.superButton {
	color: white;
	text-decoration: none;
	display: block;
	text-align: center;
	background: url(../images/buttonx.png) center center no-repeat;
	width: 210px;
	height: 20px;
	padding-top: 7px;
	font-weight: 900;
	clear: both;
}

a:hover.superButton {
	color: white;
	text-decoration: none;
}


