/* GENERAL RULES */

form {
	padding: 0px;
	margin: 0px;
}
img{
	border: 0;
}
.body{
	background: #221e4c url(../img/background.gif) repeat-x scroll top;	/* Canvas background */
	text-align: center;			/* Center (IE) */
	margin-left: 0;
	background-color: #221e4c;
}
div#a8{
	text-align: left;
	margin: 0;
}
.frontpage-table {
	margin-bottom:20px;
}
.frontpage-table td {

	height:420px;
	vertical-align: top;
	padding:0px;
	padding-left:10px;
	padding-top:20px;
}
/* LAYOUT */
div#container{
	width: 890px;			/* Page WIDTH */
	margin: 0px auto;		/* Center (Other browsers) */
	background: none;		/* Page background */
	color: white;
	text-align: left;
}

div#main-page{
	background: black url(../img/header-background.gif) repeat-x scroll top;	/* Page background */
	padding: 5px;
}

div#header{
	position: relative;
	min-height: 215px;
	height:		auto !important;
	height: 		215px;
	text-align: left;
}

	div#logo{
		position: absolute;
		top: 23px;
		left: 12px;
		text-align: center;
		vertical-align: middle;
	}
	
	div#flashtop{
		padding-bottom: 1px;
	}

div#left-column{
	float: left;
	width: 170px;
}

	div#catalogue{
		min-height: 200px;
		height:		auto !important;
		height: 		200px;
	}
	
	div#menu{

	}

div#main-column{
	margin: 0px auto;
	margin-left: 174px !important;
	margin-left: 171px;
}

	div#content{
		min-height: 325px;
		height:		auto !important;
		height: 	325px;
		margin-left: 15px;
		text-align: left;
		background: black;
	}
	table.content-table table {
		text-align: left;
		color: white;
		background: black;
	}
	table.content-table table {
		color: white;
	}

div#bottom{
	clear: both;
}
div#bottom p { margin:0px; padding:0px; }
	div#mailing-list{
		float: left;
		background: transparent url(../img/ml-background.gif) repeat-x scroll top;
		width: 170px;
		height: 116px;
	}
	
	div#extra-content{
		margin: 0px auto;
		margin-left: 174px !important;
		margin-left: 171px;
		min-height: 116px;
		height:		auto !important;
		height: 		116px;
	}

div#footer{
	min-height: 15px;
	height:		auto !important;
	height: 		15px;
	line-height: 15px;
	
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #45416b;
}
	div#footer a:link, div#footer a:visited{
		color: #45416b;
		text-decoration: none;
	}
	div#footer a:hover{
		text-decoration: underline;
	}
	
div#copyright{
	background: transparent url(../img/copyright-background.gif) repeat-x scroll top;
	text-align: center;
	height: 100px;
}


/* OTHER CLASSES */

div.line{
	background: transparent url(../img/white-line.gif) repeat-x scroll top;
	height: 			9px;
	font-size:		0px;
	clear: both;
}

.viderumher {
	display:block;
	width:174px;
	height:116px;
	background: url(../img/viderumher-bg.jpg) no-repeat;
}
	.viderumher .inner {
		padding-top:70px;
		text-align: center;
	}
		.viderumher .inner a {
			color:white;
			display:block;
			text-decoration: none;
			margin-bottom:4px;
			font-weight:bold;
			font-size:11px;
		}