/* $Id: screen.css,v 1.3 2006/08/01 08:12:44 cvsdef Exp $ */
html, body {
	height: 100%;
}


body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	text-align: center;
}

body, table, textarea, select, input {
	font-family: Arial;
	font-size: 11px;
	color: #000;
}


a {
	color: #000;
	text-decoration: none;
}

img {
	border: none;
}

h1 {
	font-size: 14px;
	text-transform: uppercase;
}

#center {
	text-align: left;
	margin: 28px auto;
	width: 900px;
}

#container {
	width: 100%;
	vertical-align: top;
}

#topbar_logo {
	float: left;
	line-height: 160%;
	width:100%;
}

#topbar_logo #phone {
	padding-right: 5px;
	margin-right: 7px;
	background: url(../images/phone_background.gif) no-repeat 100% 50%;
}

#topbar_logo #at_sign {
	margin-bottom: 2px;
}

#topbar_links {
	float: right;
	line-height: 140%;
}

.logo {
	font-size: 61px;
	text-transform: uppercase;
	margin: 0px;
}

.logo span {
	font-size: 41px;
	text-transform: uppercase;
	margin: 0px;
}

.cufon-phone {
	font-size: 24px;
	text-transform: uppercase;
}
a.mailto {
	font-size: 24px;
	text-transform: uppercase;
}
a:hover.mailto {
	color: #535353;
}

#topbar_links div {
	float: left;
	margin-right: 30px;
}

#topbar_links div.last {
	margin-right: 0;
}

#menu {
	margin: 5px 0 5px 0;
	clear: both;
}

.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li {
	display: inline;
}

#content {
	margin-top: 0px;
}

/** FILMS **/
#films {
	
}

h3 {
	margin: 25px 0 0 0;
	padding: 0;
	clear: both;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

#films #cat {
	margin-right: 88px;
}

.film {
	float: left;
	width: 210px;
	height: 175px;
	margin: 5px 15px 15px 0;
}

.film .image {
	height: 140px;
}

.film p {
	text-align: right;
	padding: 5px 0 0 0;
	margin: 0;
	font-size: 10px;
	text-transform: uppercase;
}


.input-text-login {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #919191;
	padding: 1px;
	width: 200px;
}

.input-text-view {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #919191;
	padding: 1px;
	width: 250px;
}

.input-but {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
	margin-top: 5px;
}

body#popup {
	background: #000;
	margin: 10px;
}

/* site specific styles */

#home-links {
	font-size: 61px;
	text-transform: uppercase;
}

#home-links a {
	outline: none;
}
#home-links a:hover {
	color: #535353;
}

#home-links .cufon-canvas {
	height:45px !important;
}
#topbar_logo .cufon-canvas {
	height:50px !important;
}

#topbar_logo span .cufon-canvas {
	height:29px !important;
}

#topbar_logo .cufon-phone .cufon-canvas {
	height:20px !important;
}
#topbar_logo .mailto .cufon-canvas {
	height:20px !important;
}