/*  Simon Hill Global CSS  */

html, body, table, td {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background: url(images/bg.jpg) repeat;
	/*background-color: #BC9B6A;*/
	font-family:  Arial;
	text-align: center;
	color: #4B3900;
}

html > body {
	font-size: 12px;
	line-height: 18px;
}

* html body {
	font-size: 0.75em;
	line-height: 1.5em;
}



/*  Links  */

a, a:active, a:visited {
	color: #4B3900;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}



/*  Headers  */

h1 {
	font-size: 1em;
	padding: 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0px;
}

.homebanner h1 {
	font-size: 2.25em;
	padding: 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0px;
}


/*  Structure */

#container {
	margin: 0 auto;
	width: 800px;
	position: relative;
}



/*  Nav  */

#nav {
	float: left;
	margin: 25px 0 0 0;
	padding: 0px;
	width: 225px;
}

#nav li {
	text-align: left;
	list-style-type: none;
	margin: 50px 0;
	padding: 0px;
	border-bottom: 1px dashed #4B3900;
}

#nav li a {
	display: block;
	margin: 0px;
	padding: 0px;
}

#nav li a span {
	display: none;
}



/*  Nav Specifc Syles  */

#nav li#casting a {
	background-image: url(images/nav_reel.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 104px;
}

* html #nav li#casting a {
	background: url(images/blank.gif) repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nav_reel.png',sizingMethod='scale');
}

#nav li#casting a:hover, #nav li#casting.navAt a {
	background-image: url(images/nav_reelOver.png);
	background-repeat: no-repeat;
}

* html #nav li#casting a:hover, * html #nav li#casting.navAt a {
	background: url(images/blank.gif) repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nav_reelOver.png',sizingMethod='scale');
}

#nav li#testimonials a {
	background-image: url(images/nav_testimonials.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 158px;
}

* html #nav li#testimonials a {
	background: url(images/blank.gif) repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nav_testimonials.png',sizingMethod='scale');
}

#nav li#testimonials a:hover, #nav li#testimonials.navAt a {
	background-image: url(images/nav_testimonialsOver.png);
	background-repeat: no-repeat;
}

* html #nav li#testimonials a:hover, * html #nav li#testimonials.navAt a {
	background: url(images/blank.gif) repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nav_testimonialsOver.png',sizingMethod='scale');
}

#nav li#credits a {
	background-image: url(images/nav_credits.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 91px;
}

* html #nav li#credits a {
	background: url(images/blank.gif) repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nav_credits.png',sizingMethod='scale');
}

#nav li#credits a:hover, #nav li#credits.navAt a {
	background-image: url(images/nav_creditsOver.png);
	background-repeat: no-repeat;
}

* html #nav li#credits a:hover, * html #nav li#credits.navAt a {
	background: url(images/blank.gif) repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nav_creditsOver.png',sizingMethod='scale');
}

#nav li#contact a {
	background-image: url(images/nav_contact.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 104px;
}

* html #nav li#contact a {
	background: url(images/blank.gif) repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nav_contact.png',sizingMethod='scale');
}

#nav li#contact a:hover, #nav li#contact.navAt a {
	background-image: url(images/nav_contactOver.png);
	background-repeat: no-repeat;
}

* html #nav li#contact a:hover, * html #nav li#contact.navAt a {
	background: url(images/blank.gif) repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nav_contactOver.png',sizingMethod='scale');
}



/*  Content  */

#content {
	float: left;
	width: 550px;
	margin: 65px 0 0 0;
}

#content #scroll {
	overflow: auto;
}

#content #scroll {
	height: 250px;
}

* html #content #scroll {
	height: 270px;
}

*:first-child+html #content #scroll {
	height: 270px;
}

#content #scroll .padding {
	padding: 10px 30px;
}

/*  Stretchable Box  */

.box {
	margin: 0px;
	padding: 0px;
}

.box .top {
	border-top: 1px dashed #4b3900;
	height: 9px;
	position: relative;
	margin: 0 12px;
}

.box .top .tl, * html .box .top span.tl {
	position: absolute !important;
	top: 0px;
	left: -12px;
}

.box .top .tr, * html .box .top span.tr {
	position: absolute !important;
	top: 0px;
	right: -12px;
}

.box .content {
	border-left: 1px dashed #4b3900;
	border-right: 1px dashed #4b3900;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.box .bottom {
	border-bottom: 1px dashed #4b3900;
	height: 9px;
	position: relative;
	margin: 0 12px;
}

.box .bottom .bl {
	position: absolute;
	bottom: -1px;
	left: -12px;
}

* html .box .bottom span.bl {
	position: absolute !important;
	bottom: -2px;
}

.box .bottom .br, * html .box .bottom span.br {
	position: absolute;
	bottom: -1px;
	right: -12px;
}

* html .box .bottom span.br {
	position: absolute !important;
	bottom: -2px;
}


/*  Misc  */

.logo {
	position: absolute !important;
	right: 25px;
	top: -35px;
}

.video-wrapper{

width:750px;
margin: 10px 0px 25px 0px;
padding: 15px;
background: black;
color: white;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
-webkit-border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
-moz-border-radius-bottomleft: 7px;
-moz-border-radius-bottomright: 7px;
-webkit-border-bottom-left-radius: 7px;
-webkit-border-bottom-right-radius: 7px;
}


.video-button {
border:1px solid transparent;
position:absolute;
top:-30px;
left: 10px;
padding: 6px 15px;
background:#333300;
color: white;
text-decoration: none;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-bottomleft: 3px;
-moz-border-radius-bottomright: 3px;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-bottom-right-radius: 3px;


}

.video-button a, .video-button:active, .video-button:visited {

color: white;
text-decoration: none;

}

.video-button:hover{

border:1px solid white;
background:#666633;
}


a .reel-banner {
border:1px solid transparent;
color: white;
position: relative;
width:325px;
background: #4B3900;
margin: 3px 5px;
padding: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-bottomleft: 3px;
-moz-border-radius-bottomright: 3px;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-bottom-right-radius: 3px;

}

.reel-link {
padding-top: 10px;
position: absolute;
top: 1px;
left: 130px;
}

.reel-banner a{

}

a:hover .reel-banner {

border:1px solid white;
background:#666633;
}


