@charset "utf-8";

/*
 Name: Roost Production
 Date: Mar 2010
 Description: Main css file
 Version: 1.0
 Author: Tom Gathern
 Autor URI: http://jaijo.com
*/

/* RESETS */
html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,span,strong,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
:focus{outline:0}
ol,ul{list-style:none}

html, body, #container { height: 100%; }
body > #container { height: auto; min-height: 100%; }

#container 	{
	margin:0 auto;
	width:100%;
	background-image: url(../images/background.png);	
	background-color: #000;
}

body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:0px;
	background-color: #000;
}

/* FONTS */
h1 	{
	font-size:24px;
}
h1.main{ color:#fff; padding: 27px 0 15px 0; text-align:center;}

h2	{
	font-size:24px;
}
h2.main{ color:#fff; }
   
h3	{
	font-size:12px;
}

p 	{
	font-size:13px; margin:20px 0;
}
p.maininline{ color:#fff; display:inline; }
p.main{ color:#fff; }
p.red{ color:#ff0000; display:inline; }

a {color: #fff;}
a:hover {color:#ccc;}

/* HEADER */
#header_container {width:100%; height:358px; background-image: url(../images/header_bg.png); background-repeat:no-repeat; background-position:center;}
#header { margin: 0 auto; width: 1000px; height:358px; background-image: url(../images/header_top.png); background-repeat:no-repeat;}

#logo { float: left; width: 356px; height: 338px; margin-top:12px; }

/* MENU */
#menu { float:left; width: 134px; height: 178px; background:url(../images/buttons.png) no-repeat; margin-right: 491px; }

#menu span { display:none; }

#menu li, #menu a { height:178px; display:block; }
#menu li { float:left; list-style:none; display:inline; }

#about { width: 34px; }
#films { width: 33px; }
#services { width: 33px; }
#contact { width: 34px; }

#about a:hover { background:url(../images/buttons.png) 0px -178px no-repeat; }
#films a:hover { background:url(../images/buttons.png) -34px -178px no-repeat; }
#services a:hover { background:url(../images/buttons.png) -67px -178px no-repeat; }
#contact a:hover { background:url(../images/buttons.png) -100px -178px no-repeat; }

/* MAIN */
#main { margin:0 auto; width: 1000px; padding-bottom: 120px; }

#left {float: left; width: 550px; margin-right:20px;}

#right {float: left; width: 300px;}

.tv { float:left; width:483px; height:363px; background-image: url(../images/screen.jpg); background-repeat:no-repeat; margin:20px 0 0 0px; padding-left:61px; padding-top:46px; }

img.welcome { float:left; margin: 20px 50px 20px 0; }
img.title { float:left; margin: 20px 5px 20px 0; }
img.profile { float:left; margin: 0px 10px 20px 0; }

.centre {display: block; margin-left: auto; margin-right: auto;}

/* FOOTER */
#footer_container {width:100%; height:120px; clear: both; background-image: url(../images/footer_bg.png); background-repeat:no-repeat; background-position:center;position: relative; z-index: 10; margin-top: -120px;}
#footer	{margin: 0 auto; width: 1000px; height:120px; background-image: url(../images/footer_top.png); background-repeat:no-repeat; position:relative; }

#credit { float:left; margin-left: 20px; position:absolute; bottom:5px; }
#credit h1 {font-size:12px; color:#fff;}
#credit a {font-size: 12px; color:#fff;}
#credit a:hover {color:#ccc;}

/* CLEAR */
.clear{clear:both; }

/* CONTACT */
fieldset
{
	float: left;
	margin-bottom:10px;
}

label
{
	font-size:13px;
	width: 80px;
	float: left;
	margin: 10px 0 0 8px;
	text-align: justify;
	color: #ff0000;
}

input
{
	float: left;
	width: 200px;
	margin:10px 0px 0 0px;
}

input.submit 
{
	font:12px/20px Arial, Helvetica, sans-serif;
	padding: 0;
	color:#fff;
	background-color :#000;
	border:1px solid;
	border-color: #ff0000;
	width:100px;
}

select
{
	float: left;
	width: 200px;
	margin:20px 0 0;
	text-align: center;
}

textarea
{
	float: left;
	width: 330px;
	font:12px/20px Arial, Helvetica, sans-serif;
	margin-top:10px;
}

