/* ........................................................... */
/* ...................... CSS RESET .......................... */

/*
	Name: Reset Stylesheet
	Description: Resets browser's default CSS
	Author: Eric Meyer
	Author URI: http://meyerweb.com/eric/tools/css/reset/
*/

/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, 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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

em {font-style: italic;}

strong {font-weight: bold;}

/* ........................................................... */


body {
	background:#08181f url(../img/g_shadow.jpg) no-repeat center top;
	scrollbar-base-color: #09211E;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #000d07;
	scrollbar-darkshadow-color: #000d07;
	scrollbar-highlight-color: #4a5c58;
}
#container {
	width:960px;
	height:679px;
	margin: 30px auto;
	padding: 0;
	position:relative;
}
#copyright {
	width:940px;
	margin:0px auto;
	
}
#copyright td {
	color:#666;
	text-align: right;
}
#menu {
	position:absolute;
	top:38px;
	left:27px;
}
#copy {
	position:absolute;
	top:42px;
	left:432px;
	width:216px;
}
#copy-wide {
	position:absolute;
	top:42px;
	left:432px;
	width:495px;
}

#actionLink {
	position:absolute;
	top:620px;
	right:20px;
	text-align:right;
	font-size:18px;
}
#pullout {
	position:absolute;
	top:510px;
	left:37px;
}
#telephone {
	position:absolute;
	top:606px;
	left:31px;
}
.home {
	background:url(../img/g_home_background.jpg) no-repeat;
}
.biography {
	background:url(../img/g_biography_background.jpg) no-repeat;
}
.theatre {
	background:url(../img/g_theatre_background.jpg) no-repeat;
}
.costume {
	background:url(../img/g_costume_background.jpg) no-repeat;
}
.action {
	background:url(../img/g_action_background.jpg) no-repeat;
}
.model {
	background:url(../img/g_model_background.jpg) no-repeat;
}
td {
	vertical-align:top;
}
p, td {
	font:normal 12px Trebuchet MS, sans-serif;
	color:white;
	margin-top:5px;
	margin-bottom:5px;
}
div {
	font:normal 12px Trebuchet MS, sans-serif;
	color:white;
}
a:link, a:visited {
	color:#00a37a;
	font-weight:bold;
	text-decoration:none;
}
span.subhead {
	color:#00a273;
	font-weight:bold;
}
table#thumbnails td {
	padding-right:10px;
}
table#thumbnails img {
	border:1px solid #999;
}
.actionThumbs {
	padding-bottom:10px;
}


ul#gallery {
	width: 100%;

	padding: 0;
	margin: 0;}

ul#gallery li {
	display: inline !important;
	float:left;
	list-style:none;
	margin-right: 10px;
	width: 112px;
	height: 120px;
	line-height: 90%;
	text-shadow: 1px 1px 1px #000;
	}

ul#gallery.nocaption li {
	height: 90px !important;}
	
ul#gallery li a {
	margin: 0;
	padding: 0;
	display:block;
	}	

ul#gallery li a img {
	border:1px solid #999;
	margin: 0 0 -5px 0;
	position:static;
 	}
