body {
	margin: 0;
	padding: 0;
	
	font-family: Helvetica, Verdana;
}

#container {
	width: 900px;
	position: relative;

	margin-left: auto;
	margin-right: auto;
}

#logo {
	width: 293px;
	height: 48px;
	padding: 0px;
	
	position: absolute;
	top: 25px;
}

#logo img {
	border: 0;	
}

#text-navigation {
	
	position: absolute;
	top: 70px;
	right: 5px;

	font-family: Verdana;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#text-navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#text-navigation li {
	display: inline;
	padding: 0px;
}

#text-navigation a {
	padding: 3px;
	
	text-decoration: none;
	
	padding: 10px;
}

.header-intro {
	font-size: 2em;
	text-align: center;
	margin-top: 120px;
	width: 600px;
}

#newsletter {
	position: absolute;
	top: 0;
	right: 0;
	
	width: 400px;
	height: 24px;
	padding: 5px;
	
	display: none;
}

#newsletter form {
	margin: 0;
	padding: 0;
	
	display: block;
}

#newsletter fieldset {
	margin: 0;
	padding: 0;
	border: 0;	
}

#newsletter p {
	font-family: Verdana;
	font-size: 0.7em;
	
	margin: 0;
	padding: 0;
	display: inline;

	margin-left: 10px;
	margin-right: 10px;
}

#newsletter input[type="text"] {
	border: 1px solid #ebebeb;
	width: 160px;
	margin-right: 5px;
	
	padding-left: 2px;
}

#newsletter input[type="submit"] {
	width: 40px;	
}

#newsletter .bl {
	position: absolute;
	top: 20px;
	left: 0;	
}

#newsletter .br {
	position: absolute;
	top: 20px;
	right: 0;	
}

#newsletter .info-popup {
	width: 200px;
	height: 125px;	
	
	border: 1px solid red;
	
	padding: 10px;
	
	z-index: 3;
}

#subscription-forms form {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;	
}

#subscription-forms fieldset {
	border: 0;	
}

#subscription-forms input[type="submit"] {
	margin-left: 50px;
	width: 100px;	
}

#content-main {
	top: 100px;
	position: relative;
}

#banner-space {
	height: 300px;
	width: 900px;
	overflow: hidden;
}

#banner-space img {
	text-decoration: none;
	border: 0;
}

#banner-title {
	width: 850px;
	padding: 25px;
	
	overflow: hidden;
}


#filter-sidebar {
	width: 250px;
	border-top: 0;
	border-bottom: 0;
	
	float: left;
}

#filter-sidebar div.filter-search,
#filter-sidebar div.filter-filters,
#filter-sidebar div.prevpage,
#filter-sidebar div.nextpage,
#filter-sidebar div.filter-item {
	width: 100%;
}

.filter-search {
	padding: 10px;
}

.filter-filters {
	padding: 5px;
}

div.prevpage, div.nextpage {
	padding: 5px;
	height: 18px;	
}

div.prevpage a, div.nextpage a {
	display: block;
	width: 250px;
	height: 18px;
	
	
	background-repeat: no-repeat;
	background-position: 116px 0px;	
}

div.prevpage a {
	background-image: url(images/ui/up.png);
}

div.prevpage a:hover {
	background-position: 116px -18px;
	cursor: pointer;
}

div.nextpage a {
	background-image: url(images/ui/down.png);	
}

div.nextpage a:hover {
	background-position: 116px -18px;
	cursor: pointer;
}

.filter-filters a {
	text-decoration: none;
	
	font-family: Verdana;
	font-size: 1.0em;
	letter-spacing: -0.1em;
	
	padding: 3px;
	
	text-align: center;
	display: inline-block;
	
	width: 72px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	
	background-position: 50%;
	background-repeat: no-repeat;
	
	border:0;
}

.filter-filters a:hover {
	background-image: url('images/custom/tag-idle.png');
	background-position: 50%;
	background-repeat: no-repeat;
}

#filter-sidebar input[type="text"] {
	border: 1px solid #bbb;
	width: 220px;
	margin-right: 5px;
	
	padding: 2px;
}

#filter-item-list {
	border: 0;
}

div.scrollable {
	height: 408px;
	width: 250px;
	
	position: relative;
	overflow: hidden;
}

div.scrollable div.items {
	height: 20000em;
	width: 250px;
	position: absolute;	
}

div.nextpage, div.prevpage{
	text-align: center;
	border: 0;
}

.filter-item {
	height: 67px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 230px;
	
	overflow: hidden;
}

.filter-item a {
	border: 0;
	text-decoration: none;
	
	display: block;
}

.filter-item img {
	display: inline;
	height: 65px;
	width: 45px;
	
	margin-top: 1px;
	margin-left: 1px;
	
	border: 0;
}

.filter-item:hover {
	background-image: url(images/ui/arrow-idle.png);
}

.filter-item p {	
	display: inline;
	font-family: Verdana;
	font-size: 0.9em;
	
	margin: 0;
	padding: 0;
	
	line-height: 67px;
	vertical-align: top;
	
	color: #888;
}

.filter-item i {
	display: none;	
}

.filter-item:hover p {
	color: black;
}

#page-dim {
	position: fixed;
	top: 0;
	left: 0;
	
	width: 100%;
	height: 100%;	
	
	background-color: black;
	z-index: 10;
	
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	
	display: none;

}

#trailer-window {
	position: fixed;
	top: 50%;
	left: 50%;
	
	margin-top: -180px;
	margin-left: -320px;
	
	
	width: 640px;
	height: 400px;
	
	z-index: 11;
	
	display: none;
}

#trailer-window a {
	position: absolute;
	bottom: 5px;
	right: 5px;
	
	text-decoration: none;
	
	display: none;
}

#trailer-window a:hover {
	color: blue;
	text-decoration: underline;	
}

#trailer-close {
	position: fixed;
	top: 50%;
	left: 50%;
	
	z-index: 12;	
	
	/*
	margin-top: -199px;
	margin-left: 291px;
	height: 48px;
	width: 48px;
	*/
	
	margin-top: -210px;
	margin-left: 192px;
	
	height: 30px;
	line-height: 30px;
	width: 128px;
	
	text-align: center;
	vertical-align: middle;
	
	color: #444;
	
	border: 1px solid #999;
	border-bottom: 0;
	
	background-color: black;
	/* background-image: url(images/closeimg.png); */
	background-repeat: no-repeat;
}

#trailer-close:hover {
	color: #999;
	cursor: pointer;
}

#page-content-lib {
	position: relative;
	
	padding: 20px;
	width: 607px;
	
	border: 1px solid #ebebeb;
	border-left: 0;
	border-top: 0;
	border-bottom: 0;
	
	background-color: white;
	background-image: url(images/ui/title-bg.png);
	background-repeat: no-repeat;
	
	float: left;
	
	min-height: 543px;
}

#page-content-lib img {
	width: 200px;
	height: 300px;
	
	float: left;
}

#page-content-lib h1 {
	display: inline-block;
	padding: 0;
	margin: 0;
	
	margin-left: 20px;
	font-family: Arial;
	width: 360px;
}

#page-content-lib h2 {
	display: inline-block;
	
	padding: 0;
	margin: 0;
	margin-top: 3px;
	margin-left: 20px;
	margin-bottom: 15px;
	
	color: #aaa;
	
	font-size: 1.0em;
	
	font-family: Arial;
	
	width: 360px;
}

#page-content-lib ul {
	float: left;
	display: block;

	width: 360px;

	font-family: Arial;
	font-size: 0.9em;
	
	margin-top: 10px;
	margin-left: 5px;
	
	list-style-type: square;
}

#page-content-lib li {
	margin-bottom: 20px;
}

#page-content-lib p {
	margin-top: 265px;
	font-family: Times;
	line-height: 1.4em;
}

#page-content-lib div.trailer {
	position: relative;
	float: right;
	width: 150px;
	height: 100px;
	
	line-height: 1.7em;
	vertical-align: middle;
	text-align: center;	
	
	padding: 3px;
	border: 1px solid #bbb;

	margin: 10px;
	
	font-family: Times;
	font-size: 0.8em;
	font-style: italic;
}

#page-content-lib div.trailer:hover {
	cursor: pointer;	
}

#page-content-lib div.trailer img {
	position: absolute;
	top: 3px;
	left: 3px;
	
	width: 150px;
	height: 100px;
	
	margin: 0;
	padding: 0;
	border: 0;
}

#page-content {
	position: relative;
	
	padding: 20px;
	width: 858px;
	min-height: 300px;
	
	border: 1px solid #ebebeb;
	border-top: 0;
	border-bottom: 0;
	
	background-color: white;
	
	clear: both;
}

#page-content form {
	/* background-color: #ebebeb; */
	padding: 30px;
	
	/* width: 400px; */
	
	margin: 20px;
	margin-left: auto;
	margin-right: auto;
}

#page-content form span {
	display: inline-block;
	width: 160px;	
	
	margin-right: 10px;
	
	text-align: right;
}

#page-content form input {
	width: 200px;
	padding: 5px;	
}

#page-content form textarea {
	width: 500px;
	height: 100px;
	
	margin-top: 15px;
	margin-bottom: 15px;	
}

#title-head {
	margin-left: -20px;
	margin-top: -20px;
	
	text-align: left;
	color: white;
	
	width: 647px;
	height: 250px;
	
	border-bottom: 1px solid #ebebeb;
	
	font-family: Helvetica, Verdana;
	font-size: 1.5em;
}

#banner-title h1 {
	margin: 0;
	padding: 0;
	
	font-family: Verdana;
	text-transform: uppercase;
	font-size: 1.1em;
	letter-spacing: 0.2em;
	
	color: white;
}

#tl {
	position: absolute;
	top: -6px;
	left: 0px;
	
	z-index: 2;	
}

#tr {
	position: absolute;
	top: -6px;
	right: 0px;
	
	z-index: 2;
}

#banner-images {
	z-index: 1;	
}

#button-navigation {
	background-color: black;
	width: 900px;
	height: 215px;
	
	background-image: url(images/custom/btnnav-bg.png);
	background-color: #333;
}

.button {
	position: absolute;
	
	width: 220px;
	
	margin-left: 5px;
	margin-right: 5px;
	-moz-transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-webkit-transition: -webkit-transform 0.15s linear;
}

.button:hover {
	z-index: 3;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.button:hover .corner {
	display: none;	
}

.btn1 {
	left: 0px;	
}

.btn2 {
	left: 223px;	
}

.btn3 {
	left: 447px;	
}

.btn4 {
	left: 670px;	
}

.button .title {
	background-image: url('images/custom/button-title-bg.png');
	color: #658ac5;

	font-family: Verdana;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.button .description {
	background-color: #666;
	color: black;
	
	font-family: Verdana;
	font-size: 0.7em;
	
	margin-top: -6px;		
}

.button:hover .description {
	background-color: #ff6400;
	color: black;
}

.button a {
	text-decoration: none;
}

.button img {
	border: 0;
}

.button .link {
	display: block;
	padding: 10px;
}

.button .title .link {
	padding-left: 20px;	
}

.button .description {
	background-color: #eee;
	color: black;
	
	font-family: Verdana;
	font-size: 0.7em;
	
	margin-top: -6px;
		
}

.button:hover .description {
	background-color: #658ac5;
	color: white;
}

.description:hover {
	background-color: blue;	
}

#login-form {
	width: 100%;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	
	text-align: center;
}

#login-form p {
	display: inline;
	margin: 0;
	margin-right: 30px;
	
	font-family: Arial;
	font-size: 1.2em;
	
	text-align: right;
	
	color: #000;
	text-shadow: #ccc 0px 0px 5px;
}

#login-form input[type="text"], #login-form input[type="password"] {
	display: inline;
	margin-bottom: 30px;
	
	width: 290px;
	padding: 5px;
	
	color: #666;
	
	font-family: Arial;
	font-size: 1.25em;
}

#login-form input[type="submit"] {
	width: 128px;
	margin-top: 0px;
}

#adminstatus {
	width: 95%;
	font-size: 0.8em;	
	
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	margin-bottom: 20px;
	
	background-color: #aaffaa;
	
	text-align: center;
}

#adminnav {
	float: right;
	width: 223px;
	margin: 0;
	padding: 0;	
}

.adminnav-ul {
	width: 200px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	
	margin-bottom: 20px;
}

.adminnav-ul li {
	width: 200px;
	border: 1px solid #222;
	border-bottom: 0;
	font-size: 0.9em;
	
	background-color: #555;
	background: -webkit-gradient(linear, left top, left bottom, from(#5f5f5f), to(#505050));
}

.adminnav-ul li.sub {
	background-color: #777;
	background: -webkit-gradient(linear, left top, left bottom, from(#7f7f7f), to(#707070));
}

.adminnav-ul li:hover {
	background-color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#9f9f9f), to(#909090));
}

.adminnav-ul li.sub a {
	font-weight: normal;
	margin-left: 20px;
}

.adminnav-ul li a {
	display: block;
	width: 180px;
	padding: 10px;
	
	color: #eee;
	
	text-decoration: none;
}

.adminnav-ul li:first-child {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
}

.adminnav-ul li:last-child {
	border-bottom: 1px solid #000;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}

a.adminoption {
	display: block;
	width: 150px;
	padding: 20px;
	letter-spacing: 0.15em;
	
	margin-bottom: 20px;
	
	display: block-inline;

	text-decoration: none;
	
	text-align: center;
}

#adminpane {
	width: 620px;
	margin-right: 20px;
}

#adminpane .imagethumb {
	width: 285px;
	height: 95px;
	
	border: 0;
	text-decoration: none;
	
	margin: 7px;
	border: 3px solid white;
	padding: 2px;
}

#adminpane ul {
	list-style-type: square;	
}

#adminpane li {
	margin-bottom: 0px;
}

#admin-lib ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#admin-lib li {
	padding: 10px;
	margin: 0;
	border: 1px solid #ebebeb;
	border-bottom: 0;
}

#admin-lib li:first-child {
	background-color: #f9f9f9;	
}

#admin-lib li:last-child {
	border: 1px solid #ebebeb;	
}

#admin-lib li:hover {
	background-color: #f9f9f9;	
}

#adminpane li span.tag {
	display: inline;
	padding: 5px;
	padding-top: 0;
	padding-bottom: 0;
	
	margin-bottom: 0;
	font-weight: normal;
	font-style: italic;
	color: black;

	background-color: #ded;
	margin-right: 5px;
}

#admin-lib input {
	display: inline;
	margin: 0;
	padding: 0;	
}

#admin-lib input[type="text"] {
	border: 1px solid #ebebeb;
	padding: 5px;
	color: #ccc;
	
}

#admin-lib .btn {
	display: inline-block;
	text-align: center;
	
	padding: 5px;
	border: 0;
	background-color: transparent;
	
	text-decoration: none;
	font-size: 1em;
	
	color: #648ac5;
	cursor: pointer;
}

#admin-lib .plus {
	padding-left: 32px;
	padding-right: 10px; 
	margin-right: 20px;
	
	background-image: url(images/ui/plus.png);
	background-repeat: no-repeat;
	background-position: 10% 50%;
}

#admin-lib .minus {
	padding-left: 24px;	
	background-image: url(images/ui/minus.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	
	margin-top: 6px;
	margin-bottom: -6px;
	padding: 0;
	height: 24px;
	width: 24px;
}

#admin-lib .edit {
	padding-left: 24px;	
	
	background-image: url(images/ui/edit.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	
	margin-top: 6px;
	margin-bottom: -6px;
	padding: 0;
	height: 24px;
	width: 24px;
}

#admin-lib .yes {
	padding-left: 32px;
	padding-right: 10px; 
	margin-right: 20px;
	
	background-image: url(images/ui/yes.png);
	background-repeat: no-repeat;
	background-position: 10% 50%;
}

#admin-lib .cancel {
	padding-left: 32px;
	padding-right: 10px; 
	margin-right: 20px;
	
	background-image: url(images/ui/cancel.png);
	background-repeat: no-repeat;
	background-position: 10% 50%;
}

#admin-lib span.title {
	
	display: inline-block;
	width: 120px;
	
	font-style: normal;
	background-color: transparent;
	
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	
	font-weight: bold;
}

#admin-lib span.subtext {
	
	font-style: italic;
	background-color: transparent;
	
	font-size: 0.8em;
	
	width: 340px;
	text-align: right;
	display: inline-block;
}

#admin-lib textarea {
	width: 580px;
	height: 100px;
	
	margin-left: 10px;
	border: 1px solid #ddd;
	
	display: block;
}

#admin-lib form input[type="text"] {
	width: 360px;
	border: 1px solid #ddd;
	color: #000;
	
	display: inline-block;
}

#admin-lib img {
	border: 0;
	text-decoration: none;
}

#admin-lib a {
	margin-right: 10px;
	text-decoration: none;
}

#admin-lib .searchbar {
	border: 1px solid #ebebeb;
	width: 240px;
	
	margin-left: 210px;
	
	padding: 5px;
	color: #ccc;
}

.infolist {
	margin-bottom: 30px;	
}

.infolist ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.infolist li {
	padding: 10px;
	margin: 0;
	border: 1px solid #ebebeb;
	border-bottom: 0;
	list-style-type: none;
}

.infolist li:first-child {
	background-color: #f9f9f9;
	font-weight: bold;
}

.infolist li:last-child {
	border: 1px solid #ebebeb;	
}

.infolist li:hover {
	background-color: #f9f9f9;	
}

.infolist li i {
	font-weight: normal;
	font-style: normal;
	
	margin-left: 300px;
	margin-top: -20px;
	
	display: block;
	width: 300px;
	text-align: right;
	
	color: #444;
}

.infolist li:hover i {
	color: black;	
}

.infolist a {
	color: #ff9a40;
	text-decoration: none;
}

.infolist a:hover {
	text-decoration: underline;
}

#confirm-delete {
	width: 240px;
	text-align: center;
	
	margin-top: 80px;
	margin-left: 175px;
	margin-bottom: 80px;	
	
	padding: 20px;
	background-color: #edd;
}

#footer {
	width: 850px;
	height: 50px;
	line-height: 60px;
	
	vertical-align: middle;
	
	position: relative;
	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	
	
	font-family: Verdana;
	font-size: 0.7em;
	line-height: 2em;
	
	clear: both;
}

#footer .bl {
	position: absolute;
	left: 0;
	top: 55px;
}

#footer .br {
	position: absolute;
	left: 891px;
	top: 55px;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;	
}

#footer-end {
	height: 25px;	
}