/*********************/
/* GLOBAL */
/*********************/

* { padding: 0; margin: 0; }

body {
	background: #555;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #555;
}

img { border: none; }
a { color: #0099FF; text-decoration: none; }
a:hover { text-decoration: none; color : #FF9900; }

/*********************/
/* PAGE STYLE */
/*********************/

#wrapper {
	margin: 20px auto 0 auto;
	width: 760px;
}

#top {
	background: #555 url(../images/top.gif) no-repeat;
	padding: 5px 0;
}

#bottom {
	background: #555 url(../images/bottom.gif) no-repeat;
	padding: 10px 0;
	clear: both;
}

/*********************/
/* TOP BANNER */
/*********************/

#header { 
	height: 120px;
	background: #555 url(../images/header.jpg) no-repeat;
}

#header h1 {
	font-size: 2.5em;
	font-weight: 100;
	padding: 35px 0 5px 20px;
	letter-spacing: -2px;
}

#header h1 a { color: #EEE; }

#header h1 a:hover {
	color: #888;
	text-decoration: none;
}

#header h2 {
	color: #FFCC00;
	font-size: 1.5em;
	font-weight: 100;
	padding: 2px 0 0 22px;
}

/*********************/
/* MAIN NAVIGATION MENU */
/*********************/

.mainmenu {
	width: 760px;
	font-weight: 600;
	height: 40px;
	line-height: 40px;
	background: #222 url(../images/menu.gif) no-repeat;
}

/*Add margin between menu and rest of content in Firefox*/
.mainmenu:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.mainmenu ul {
	width: 100%;
	margin: 0;
	padding-left: 10px;
	list-style-type: none;
	text-align: left;
}

.mainmenu ul li {
	display: inline;
	float: left;
}

.mainmenu ul li a {
	margin: 0;
	color: #BBB;
	padding: 0px 10px;
	text-decoration: none;
	font-weight: 600;
}

/*script dynamically adds a class of "selected" to the current active menu item*/
.mainmenu ul li a:hover, .mainmenu ul li a.selected {
	color: #FFF;
	text-decoration: none;
}

/*********************/
/* DROP DOWN MENU */
/*********************/

.dropmenudiv {
	position: absolute;
	top: 0;
	border: 1px solid #BBB;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	background-color: #FFF;
	width: 200px;
	visibility: hidden;
}

.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 8px;
	border-bottom: 1px solid #BBB;
	padding: 2px 0;
	text-decoration: none;
	font-weight: 600;
	color: #0099FF;
	
}

.dropmenudiv a:hover {
	width: auto;
	background-color: #222;
	display: block;
	text-indent: 8px;
	border-bottom: 1px solid #BBB;
	padding: 2px 0;
	text-decoration: none;
	color: #FFF;
}

/*IE only hack*/
* html .dropmenudiv a {
	width: 100%;
}

/*********************/
/* YOU ARE HERE LINKS */
/*********************/

body#pcommercials a#portfolioLink,
body#pdrama a#portfolioLink,
body#pdocumentary a#portfolioLink,
body#ppromos a#portfolioLink,
body#pcorporates a#portfolioLink  { color: #FFCC00; }

body#commercials a#filmographyLink,
body#drama a#filmographyLink,
body#documentary a#filmographyLink,
body#promos a#filmographyLink,
body#corporates a#filmographyLink,
body#gallery a#galleryLink,
body#about a#aboutLink,
body#contact a#aboutLink,
body#rates a#aboutLink { color: #FFCC00; }

body#commercials a#commercialsLink,
body#drama a#dramaLink,
body#documentary a#documentaryLink,
body#promos a#promosLink,
body#corporates a#corporatesLink { color: #FF9900; }

body#pcommercials a#commercialsLink,
body#pdrama a#dramaLink,
body#pdocumentary a#documentaryLink,
body#ppromos a#promosLink,
body#pcorporates a#corporatesLink { color: #FFCC00; }

/*********************/
/* MAIN CONTENT LEFT */
/*********************/

#content {
	background: #555 url(../images/content.gif) repeat-y;
	padding: 10px 20px;
	width: 720px;
	text-align: left;
}

#content h1 {
	color: #333;
	font-size: 1em;
	font-weight: bold;
	padding: 24px 0px 0px 0px;
}

#content a:hover {
	color: #FF9900;
	text-decoration: none;
}

.content-movie-link {
	background: url(../images/flash_sml.png) no-repeat 0px 4px;
	text-indent: 15px;
	display: block;
	width: 50%;
}

.backtotop a {
	padding-top: 15px;
	display: block;
	width: 100px;
}

/*********************/
/* MAIN CONTENT RIGHT */
/*********************/

#content-right {
	padding: 0px 0px 80px 80px;
	float: right;
	width: 158px;
	text-align: center;
	margin: 0;
}

.readerlink a {
	background: url(../images/get_adobe_reader.png) no-repeat 0px 0px;
	padding: 40px 0px 10px 0px;
	display: block;
	float: right;
	width: 158px;
	text-align: center;
}

.flashlink a {
	background: url(../images/get_flash_player.png) no-repeat 0px 0px;
	padding: 40px 0px 0px 0px;
	display: block;
	float: right;
	width: 158px;
	text-align: center;
}

.pdflink a {
	background: url(../images/pdficon_large.gif) no-repeat top center;
	padding: 35px 0px 0px 0px;
	display: block;
	float: right;
	width: 158px;
	text-align: center;
}

/*********************/
/* "ABOUT" PAGE */
/*********************/

#content-about {
	background: #555 url(../images/content.gif) repeat-y;
	padding: 10px 20px;
	width: 720px;
	text-align: justify;
}

#content-about p { padding-bottom: 15px; }

.right {
	float: right;
	padding: 0px 0px 5px 20px;
	font-size: 90%;
}

.right img {
	width: 306px;
	height: 231px;
	border: 1px solid #bbb;
	padding: 5px;
}

.right p { padding: 2px 0px 0px 5px; }

/*********************/
/* PORTFOLIO MOVIE PAGES */
/*********************/

#portfolio-content {
	background: #555 url(../images/content.gif) repeat-y;
	padding: 10px 20px;
	width: 720px;
	float: left;
	text-align: left;
}

#reel_title {
	float: left;
	margin: 10px 0px 15px 10px;
	width: 720px;
	font-size: 1.5em;
	font-weight: 100;
	letter-spacing: -1px;
}

.title_color1 { color: #555 }

.title_color2 { color: #FFCC00 }

.pwrap {
	float: left;
	width: 150px;
	margin: 0px 10px 10px 10px;
}

.pthumb img {
	border: 3px solid #ccc;
	padding: 1px;
}

.pthumb a :hover {
	border: 3px solid #999;
	padding: 1px;
}

.pwrap p { margin: 4px 0px 0px 0px; }

/*********************/
/* GALLERY PAGE */
/*********************/

#gallery-content {
	background: #555 url(../images/content.gif) repeat-y;
	padding: 10px 20px;
	width: 720px;
	float: left;
	margin: 0;
}

.thumb img {
	border: 1px solid #bbb;
	padding: 0px;
	width: 90px;
	height: 50px;
	margin: 0;
}

.thumb {
	float: left;
	padding: 2px;
	margin: 0px 4px 10px 0px;
	border: 1px solid #bbb;
}

/*********************/
/* MOVIE PAGES */
/*********************/

.mwrap {
	width: 720px;
}

.movie {
	border: 1px solid #000;
	padding: 0px;
	width: 480px;
}

.mwrap ul {
	padding-left: 20px;
	list-style-type: none;
}

.mwrap ul li { margin: 4px 0px 0px 0px; }

.movielink {
	background: url(../images/flash_sml.png) no-repeat 0px 4px;
	padding: 0px 0px 0px 14px;
}

#movienav {
	background: #555 url(../images/submenu.gif) no-repeat;
	height: 30px;
	width: 100%;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

#movienav a {
	color: #0099FF;
	text-decoration: none;
	font-weight: normal;
	padding-left: 20px;
}

#movienav a:hover {
	color: #FF9900;
	text-decoration: none;
	padding-left: 20px;
}

/*********************/
/* INDIVIDUAL PHOTO PAGES */
/*********************/

.photowrap {
	width: 470px;
	margin: 0px 10px 10px 10px;
}

.photonav {
	width: 470px;
	text-align: center;
}

.phototext {
	width: 470px;
}

.photo {
	padding: 4px;
}

.photo img {
	border: 1px solid #bbb;
	padding: 4px;
}

/*********************/
/* CONTACT PAGE FORM LAYOUT */
/*********************/

#form-content {
	background: #555 url(../images/content.gif) repeat-y;
	padding: 10px 20px;
	width: 720px;
	float: left;
	text-align: left;
}

#form-content p { padding: 10px 0px 15px 0px; }

.form { margin-top: 10px; }

.row {
	clear: both;
	width: 448px;
}

.row span.formlabel {
	float: left;
	width: 150px;
	text-align: left;
	padding: 4px;
}

.row span.forminput {
	float: right;
	text-align: right;
	padding: 4px;
} 

.spacer {
	clear: both;
	width: 80px;
}

input, textarea {
	width: 259px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #bbb;
	font-size: 100%;
	margin: 2px;
}

.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
	font-size: 100%;
	border: 1px solid #bbb;
	width: 70px;
	height: 22px;
}

/*********************/
/* TEXTLINKS */
/*********************/

#textlinks {
	text-align: center;
	text-transform: uppercase;
	color: #AAA;
	font-size: 0.85em;
}

#textlinks a { color: #AAA; }

#textlinks a:hover { color: #EEE; }

/*********************/
/* FILMOGRAPHY PAGES TEXTLINKS */
/*********************/

#filmography-textlinks {
	text-align: left;
	text-transform: uppercase;
	color: #AAA;
	font-size: 0.85em;
}

#filmography-textlinks a { color: #0099FF; }

#filmography-textlinks a:hover { color: #FF9900; }

/*********************/
/* FOOTER */
/*********************/

#footer {
	text-align: center;
	color: #AAA;
	font-size: 0.85em;
}

#footer a { color: #CCC; }

#footer a:hover { color: #EEE; }

/*********************/
/* IE 5/6 HACKS */
/* Border Erase Bug */
/*********************/

* html #content {
	 width: 100%;
}

* html #gallery-content {
	 width: 100%;
	
}

* html #portfolio-content {
	 width: 100%;
}

* html #form-content {
	 width: 100%;
}

/*********************/
/* IE 5/6 HACKS */
/* Double Margin Bug */
/*********************/

* html .readerlink {
	 margin: 0px 40px 0px 0px;
}
* html .flashlink {
	 margin: 0px 40px 0px 0px;
}
* html .pdflink {
	 margin: 0px 40px 0px 0px;
}
