/* =The Great Equalizer
----------------------------------------------- */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre,blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

li, dd, blockquote {
	margin-left: 1em;
}

form label {
	font-size: 1.1em;
	cursor: pointer;
	color: #666;
	font-weight: bold;
}

fieldset {
	border: none;
}

input, select, textarea {
	font-family: 	"Lucida Grande", LucidaGrande, Lucida, Helvetica, Verdana, Arial, sans-serif;
	font-size: 1em;
		margin-bottom: 7px;

}

/* =Main
----------------------------------------------- */

html {
	background-color: #FFF;
}

body {
	font-size: .8em;
	font-family: 	"Lucida Grande", LucidaGrande, Lucida, Helvetica, Verdana, Arial, sans-serif;
}

ul {
	list-style: none;
}

img {
	border: 0;
	display: block;
}

/* =Headers
----------------------------------------------- */

h1 {
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 1em;
	width: 198px;
	height: 113px;
	background: #ffffff url(images/o7films_logo.gif);
	margin: 0;
	padding: 0;
	z-index: 10;
}

h1 a {
	display: block;
	text-indent: -1000em; /*\*/overflow: hidden; /**/
}

h2 {
	color: #666;
	font-size: 1em;
	border: 0;
	margin: 21px 0 0 0;
}


h3 {
	background-color: #B2B2B2;
	color: #fff;
	font-size: 1em;
	padding: 3px;
	margin: 0;
	width: 216px;
}

/* =Links
----------------------------------------------- */

a, a:link, a:hover, a:visited {
	color: #999;
	text-decoration: none;
}

a {
	outline: none;
}

a:hover {
	text-decoration: underline;
}

ul li a:hover {
	text-decoration: none;
}

/* =Layout
----------------------------------------------- */

#content {
	position: absolute;
	top: 170px;
	left: 217px;
   width: 600px;
	z-index: 2;
}

#content img {
        float: right;
        margin: 21px 14px;
}


#edit {
        background-color: #CE3D00;
        margin: 14px 0;
        padding: 7px;
        width: 170px;
        text-align: center;
}

#edit a, #edit a:link, #edit a:hover, #edit a:visited {
        color: #FFFFFF;
}

#video-box {
	position: absolute;
	top: 0px;
	left: 190px;
	margin-bottom: 0;
	z-index: 5;
}

.contactform {
	font-size: .9em;
	color: #666666;
	background-color: #EEEEEE;
	padding: 21px;
}

/* =Navigation
----------------------------------------------- */

#nav {
	position: absolute;
	top: 140px;
	margin: 0;
	left: 9px;
	z-index: 100;
	overflow: hidden;
	width: 239px;
} 

#nav li { 
	float: left;
	list-style: none;
	padding: 0;
	margin-bottom: 10px;
	height: 50px;
} 

#nav li a { 
	float:left;
  padding:50px 0 0 0;
  overflow:hidden;
  height:0px !important;
  height /**/:50px; /* for IE5/Win */
}

#nav li a:hover, #content #content_nav a, #press #press_nav a, #about #about_nav a, #news #news_nav a, #partners #partners_nav a, #contact #contact_nav a  {
 	background-position:0 -50px;
}

#home_nav, #home_nav a {
	background: url(images/home.gif) top left no-repeat;
	width: 180px;
	height: 100px;
	text-indent: -1000em;
}

#about_nav, #about_nav a {
	background: url(images/about.gif) top left no-repeat;
	width: 180px;
	height: 100px;
	text-indent: -1000em;
}

#view_work_nav, #view_work_nav a {
	background: url(images/view_work.gif) top left no-repeat;
	width: 180px;
	height: 100px;
	text-indent: -1000em;
}


#press_nav, #press_nav a {
	background: url(images/press.gif) top left no-repeat;
	width: 180px;
	height: 100px;
	text-indent: -1000em;
}

#contact_nav, #contact_nav a {
	background: url(images/contact.gif) top left no-repeat;
	width: 180px;
	height: 100px;
	text-indent: -1000em;
}


/* =Misc
----------------------------------------------- */

#mainFrame {
	position: absolute;
	top: 156px;
	left: 485px;
	z-index: 100;
	margin: 0;
	padding: 0;
	border: 0;
}