/* CSS Document */

/* Page header and footer Section */

#headerArea {
	position:absolute;
	width:100%;
	height:100px;
	z-index:1;
	left: 0;
	top: 0;
}

#MainMenu {
	position:absolute;
	width:100%;
	height:100px;
	left: 0;
	top: 0;
	z-index:2;
}

.headerLeft {
	background:url(/images/top-left.png);
	background-repeat:no-repeat;
	width:167px;
	height:100px;
}

.headerRight {
	background:url(/images/top-right.png);
	background-repeat:no-repeat;
	width:167px;
	height:100px;
}

.headerFiller {
	background-image:url(/images/top.png);
	background-repeat:repeat-x;
	width:auto;
	height:100px;
}

.footerLeft {
	background:url(/images/bot-left.png);
	background-repeat:no-repeat;
	width:167px;
	height:100px;
}

.footerRight {
	background:url(/images/bot-right.png);
	background-repeat:no-repeat;
	width:167px;
	height:100px;
}

.footerFiller {
	background-image:url(/images/bot.png);
	background-repeat:repeat-x;
	width:auto;
	height:100px;
}


/* Rivet Border Section */
.rivetbarborder1x1 {
	padding:0;
	margin:0;
	border:0;
	background-repeat:no-repeat;
	height:10px;
	width:10px;
	overflow:hidden;
	background-image:url(/images/borders/RivetBar_1x1.gif);
}
.rivetbarborder1x2 {
	padding:0;
	margin:0;
	border:0;
	background-repeat:repeat-x;
	height:10px;
	white-space:nowrap;
	overflow:hidden;
	background-image:url(/images/borders/RivetBar_1x2.gif);
}
.rivetbarborder1x3 {
	padding:0;
	margin:0;
	border:0;
	background-repeat:no-repeat;
	height:10px;
	width:10px;
	overflow:hidden;
	vertical-align: top;
	background-image:url(/images/borders/RivetBar_1x3.gif);
}
.rivetbarborder2x1 {
	background-repeat:repeat-y;
	padding-left:0px;
	border:0;
	width:10px;
	overflow:hidden;
	background-image:url(/images/borders/RivetBar_2x1.gif);
}
.rivetbarborder2x2 {
	padding:0;
	margin:0;
	border:0;
	/*background-color:#1F1E1D;*/
}
.rivetbarborder2x3 {
	background-repeat:repeat-y;
	padding-right:0px;
	border:0;
	overflow:hidden;
	width:10px;
	background-image:url(/images/borders/RivetBar_2x3.gif);
}
.rivetbarborder3x1 {
	padding:0;
	margin:0;
	border:0;
	background-repeat:no-repeat;
	height:10px;
	width:10px;
	overflow:hidden;
	background-image:url(/images/borders/RivetBar_3x1.gif);
}
.rivetbarborder3x2 {
	padding:0;
	margin:0;
	border:0;
	background-repeat:repeat-x;
	height:10px;
	overflow:hidden;
	background-image:url(/images/borders/RivetBar_3x2.gif);
}
.rivetbarborder3x3 {
	padding:0;
	margin:0;
	border:0;
	background-repeat:no-repeat;
	height:10px;
	width:10px;
	overflow:hidden;
	background-image:url(/images/borders/RivetBar_3x3.gif);
}

/* Rivet Border Section */

