* {
	font-family: Verdana, sans-serif;
	font-size: 11px;	
}
body {
	background-color: #cecfd1;
	background-image: url( '/bg.png' );
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
}
li {
	color: #eeeeee;
	clear: both;
}
div.line {
	background-image: url( '/bgdiv.png' );
	background-repeat: repeat-x;
	background-color: #9a9a9a;
	height: 1300px;
}
#menu {
	position: fixed;
	top: 0px;
	left: 25%;
	width:100px;
	bakground-position: 0px 50px;
}
#menu a {
	text-transform: uppercase;
	background-color: #cccccc;
	color: #4d4d4d;
	text-decoration: none;
	width: 100px;
	display: block;
	margin-bottom: 10px;
}
#menu a:hover {
	background-color: #dadada;
}

div.submenu {
	position: relative;
	margin: 0px;
	padding-left: 0px;
	pading-top:0px;
	left: -11px;
	width: 243px; 
	height: 140px; 
	padding-bottom: 13px;
	padding-right: 14px; 
	background-image: url( '/bgsubmenu.gif' );
}
a.submenu {
	background-color: #b3b3b3;
	display: block;
	text-transform: uppercase;
	color: #4c4c4c;
	border-bottom: 1px solid #9a9a9a;
	margin-bottom: 7px;
	padding: 2px;
	text-decoration: none;
	font-size: 9px;
}
a.submenu:hover {
	background-color: #c8c8c8;
}
p a, li a {
	color: #d0d0d0;
	font-weight: bold;
}
p a:hover, li a:hover {
	color: #f0f0f0;
}
#homefilm {
	position: absolute;
	top: 0px;
	left: 40%;
	width: 160px;
}

#news {
	position: absolute;
	top: 0px;
	left: 60%;
	width: 141px;
}
h1, h3 {
	background-color: #e0e0e0;
	text-transform: uppercase;
	color: #4c4c4c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	clear: both;
}
#news h3 {
	background-color: #cccccc;
	font-size: 18px;
}
h5 {
	color: #101010;
	font-size: 22px;
}
p {
	color: #eeeeee;
	font-size: 11px;
	font-family: Arial;
	padding-left: 2px;

}
p.synopsis {
	font-size: 12px;
}
p.add {
	color: #d0d0d0;
}
#main {
	width: 350px;
	position: absolute;
	top: 0px;
	left: 40%;
        background-color: #808080;
	height: 2000px;
}
#main h3 {
	font-size: 16px;
}
ul.noball {
    list-style-type : none;
}
a.pathurl {
	display: inline;
	text-transform: uppercase; 
	font-size: 12px;
	color: #656565;
}
a img {
	border: none;
}

table#catalogue {
	position: absolute; top: 0px; left: 40%; width: 50%;
}
table#catalogue td.info {
	padding-left: 3px;
	vertical-align: top;
	color: white;
}
table#catalogue td.img {
	padding-left: 0px;
	padding-right: 0px;
	background-color: #808080; 
	padding-bottom: 15px;
}
table#catalogue h2 {
	text-transform: uppercase;
	color: #151515;
	font-size: 20px;
	margin-bottom: 0px;
}
