/*
	flix|able Standard CSS
	$Id: flixable-standard.css,v 1.4 2003-05-15 02:11:55+02 chriz Exp chriz $
*/

html, body, ul, li {
	margin: 0; padding: 0;
}

body {
	font-size: 13px;
	font-family: verdana, arial, sans-serif;
	color: #000;
	background: #fff;
}

h1, h2 {
	font-family: "helvetica neue", helvetica, verdana, arial, sans-serif;
	font-weight: normal;
}

h1 {
	height: 51px;
	font-size: 51px;
	color: #fff;
	line-height: 51px;
	margin: 0;
}

h1 span {
	display: none;
}

h1#head-home { background: url(images/head_flexible-dvd-database.gif) 0 0 no-repeat; }
h1#head-news { background: url(images/head_news.gif) 0 0 no-repeat; }
h1#head-overview { background: url(images/head_overview.gif) 0 0 no-repeat; }
h1#head-features { background: url(images/head_features.gif) 0 0 no-repeat; }
h1#head-bugs { background: url(images/head_bugs.gif) 0 0 no-repeat; }

h2 {
	font-size: 26px;
	color: #7f7f7f;
}

h3 {
	margin-bottom: 0;
}

p {
	margin-right: 1em;
	margin-top: 0.2em;
	margin-bottom: 0;
	line-height: 19px;
}

#flix {
	position: absolute;
	left: 50%;
	margin-left: -379px;
	top: 21px;
	width: 758px;
	height: 455px;
	border: 1px solid #888;
	background: transparent url(/images/bg-whiteish.jpg) 30% 21px fixed no-repeat;
}

#orangeybar {
	background: #ffb116 url(/images/bg-orangeish.jpg) 30% 21px fixed no-repeat;
	width: 758px;
	height: 115px;
	margin: 0;
}

#orangeybar img {
	border: none;
	float: right;
}

#orangeybar span {
	display: block;
	clear: right;
	height: 32px;
}

#greybar {
	background: #888 url(/images/bg-greyish.jpg) 30% 21px fixed no-repeat;
	width: 758px;
	height: 51px;
	margin: 3px 0;
	text-align: right;
}

#greybar span#navigators {
	display: block;
	height: 24px;
	margin-top: -24px;
	padding-right: 6px;
}

#navigators img {
	border: none;
}

#navigation {
	background: #d9d9d9;
	border-width: 1px;
	border-style: solid;
	border-color: #ededed #b3b3b3 #373737 #dedede;
	width: 756px; 
	height: 8px;
}

#navigation ul {
	background: #d9d9d9;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #9a9a9a;
	width: 756px;
	height: 6px;
/* 		overflow: hidden; */
}

#navigation ul li {
	display: block;
	width: 72px;
	height: 17px;
	font-size: 11px;
	float: left;
	text-align: right;
	background: url(/images/bg-button-active.gif) 0 0 no-repeat;
	margin-right: 12px;
	margin-top: 6px;
/* outline: 1px solid #ffc; */
}

#navigation a:link, #navigation a:visited, #navigation a:active {
	display: block;
	width: 70px;
	height: 17px;
	background: url(/images/bg-button.gif) 0 0 no-repeat;
	color: #000;
	padding-right: 2px;
	text-decoration: none;
/* outline: 1px solid #090; */
}

#navigation a:hover, #navigation a.selected { 
	background: url(/images/bg-button-active.gif) 0 0 no-repeat;
	color: #fff;
	text-decoration: none;
}

#dynamiccontent {
	position: absolute;
	left: 314px;
	top: 204px;
	width: 445px;
	height: 255px;
}

.flixpage {
	position: absolute;
    visibility: hidden;
	width: 445px;
	height: 255px;
}

.flixpage dl {
	width: 145px;
	float: left;
}

.flixpage dd, .flixpage ul {
	margin: 0;
	padding: 0;
}

.flixpage ul {
	list-style: none;
}

.flixpage dt {
	font-weight: bold;
}

.flixpage li a:link, .flixpage li a:visited {
	color: #000;
}

img.icon {
	position: relative;
    left: -280px;
	top: 30px;
}

input.frmtext {
	width: 310px;
	height: 16px;
}

.frmtext {
	border-width: 1px;
	border-color: #888 #dcdcdc #dcdcdc #888;
	border-style: solid;
	background: #fff url(/images/bg-shadow-inside.gif) no-repeat 0 0 scroll;	
}

textarea.frmtext {
	width: 314px;
	height: 75px;
}

.formfield {
	margin: 5px 0;
}

label {
	width: 75px;
	font-weight: bold;
	font-size: 11px;
}
