/*------------------*/
/*----- GENERAL-----*/
/*------------------*/

html {
	margin: 0px;
	padding: 0px;
	}

body {
	margin: 0px;
	padding: 0px;
	font-size:.7em;
	line-height:1.6em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#000;
   	color:#999;
	}

p   {
	margin: 0px;
	padding: 20px 0 0 0;
}


/*----- global link -----*/

a  {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	}

a:visited {
	color:#fff;
	text-decoration:none;
	}

a:hover {
	color:#dd978d;
	}

/*----- headings & lists -----*/

h1,h2,h3,h4 {
	margin: 0px;
	padding: 0px;
	}

ul,li	{
	margin: 0px;
	padding: 0px;
	}



/*-----------------*/
/*----- LAYOUT-----*/
/*-----------------*/

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:770px;
    border:0px solid #fff;
	}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0;
    padding:0;
	background:transparent;
	}

.hidden {
	display:none;
	}


/*-------------------*/
/*----- HEADER-------*/
/*-------------------*/

#printHeader    {
    display: none;
    }

#header {
	width:770px;
    text-align: center;
    padding: 30px 0 0 0;
    }

#header h1 {
	background:	url("../img/title/simon-vickery.gif") no-repeat;
    width:320px;
	height:65px;
	margin-left:auto;
	margin-right:auto;
	}

#header h1 a {
    width:320px;
	height:65px;
	display:block;     
    padding:0;
	}

#header h2 {
	background:	url("../img/title/director-of-photography.gif") no-repeat;
	width:320px;
	height:45px;
	margin-left:auto;
	margin-right:auto;
	}

#header h2 a {
	width:320px;
	height:45px;
	display:block;
    padding:0;
	}


/*------------------*/
/*----- CONTENT-----*/
/*------------------*/

#content {
    padding:0 0px;
   	margin-left:auto;
	margin-right:auto;
    }

#content ul {
    margin:0 30px;
    }

#content h2 {
    color:#fff;
    font-size:1.3em;
    font-weight:bold;
    padding-top:50px;
    text-align:center;
    }

#video {
    height:400px;
    float:left;
    padding:0px 10px 0px 0px;
    }

#text {
    height:350px;
    padding:50px 0 0 0;
    }

#thumbs  {
    height:400px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    }

#thumbs img {
    margin:115px 15px 5px 15px;
    }

#thumbs li {
    float:left;
    list-style: none;
    }

#thumbsTwoRow  {
    height:400px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    }

#thumbsTwoRow img {
    margin:52px 15px 5px 15px;
    }

#thumbsTwoRow li {
    float:left;
    list-style: none;
    }


#form {
	width:400px;
    margin-left:auto;
    margin-right:auto;
   	text-align:right;
	}

input	{
	text-align:right;
	margin:2px 0px;
	}





/*---------------------------*/
/*----- MAIN NAVIGATION -----*/
/*---------------------------*/

/*----- list format -----*/

ul.mainNav	{
	margin:0;
    clear:both;
    height:25px;
    padding-top:15px;
   	}

.mainNav li {
	list-style: none;
	float:left;
    }



/*----- button  definitions -----*/

.navAni a {background:	url("../img/title/animation.gif") no-repeat; width:85px; height:25px;}
.navCom a {background:	url("../img/title/commercials.gif") no-repeat; width:124px; height:25px;}
.navDra a {background:	url("../img/title/drama.gif") no-repeat; width:63px; height:25px;}
.navSho a {background:	url("../img/title/showreel.gif") no-repeat; width:88px; height:25px; }
.navCre a {background:	url("../img/title/credits-cv.gif") no-repeat; width:120px; height:25px;}
.navCon a {background:	url("../img/title/contact.gif") no-repeat; width:94px; height:30px;}


/*----- mouseover opacity -----*/

.mainNav a    {
    padding:16px;
   	display:block;
    filter:alpha(opacity=50);
   	opacity: 0.5;
	-moz-opacity:0.5;
    }

.mainNav a:hover    {
    padding:16px;
   	display:block;
    filter:alpha(opacity=100);
   	opacity: 1;
	-moz-opacity:1;
    }


.navOn a {filter:alpha(opacity=100); opacity: 1; -moz-opacity:1;}





