@charset "UTF-8";
/* CSS Document */
 
*{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-weight: normal;
	}
	
body{
	width:100%;
	color:#b6cdc7; /* elephant */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.125em; /* 18px */
	background-image:url('/images/site/paperTile.jpg');
	}
	
div#preload { display: none; }
	
h1 {
	color: #ffd100; /*yellow*/
	font-size: 1.375em; /* 22px */
	line-height: 1.375em; /* 22px */
	text-align:center;
	text-transform:capitalize;
	margin-bottom: 1.125em; /* 18px */
	}

h2 {
	color:#ffd100;  /*yellow*/
	font-size: 1.125em; /* 18px */
	margin-bottom: 1.125em; /* 18px */

	}
	
h3 {
	color:#ffd100;  /*yellow*/
	font-size: .875em; /* 14px */
	line-height:  1.125em; /* 18px */
	margin-bottom: 1.125em; /* 18px */
}
h4 {
	font-size: .875em; /* 14px */
	line-height:  1.125em; /* 18px */
	margin-bottom: 1.125em; /* 18px */
}	
p {
	font-size: 0.75em; /*12px */
	margin-bottom: 1.125em; /* 18px */
	}
	
blockquote {
	color:#b6cdc7; /* elephant */
	font-size: .75em; /* 12px */
	margin:0 20px 1.125em 20px; /* 18px on the bottom */
	}
	
a	{
	}
a:link {
	color:#1980b4; /*j blue*/
	text-decoration:none}
a:visited {
	color:#1980b4; /*j blue*/
	text-decoration:none}
a:hover {
	color:#99cccc; /* dk gray */
	text-decoration:underline}
a:active {
	color:#99cccc; /* dk gray */
	text-decoration:underline}
	
img {
	border:none;
	}
	
/*Class for a Group of Elements*/
.center {text-align:center}
.clear	{clear:both}
.title {font-style:italic}
.quote {font-style:italic}
.yellow {color:#ffd100}
.videotime {color:#999999;font-size:.83em}
.rt_padding {margin:0 0 0 18px}

/*Film Strips*/


#logo_strip
	{
	margin:-30px 0px 0px 12px;
	width:146px;
	padding:0;
	border:0px;
	position:fixed;
	float:left;
	z-index:1000;

	}
#logo_frame
	{
	width:112px;
	padding:0px 17px;
	background-image:url('/images/site/erp_frame_146.jpg');
	background-repeat:repeat-y;
	float:left;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	line-height:20px; /* 20px, 5 lines per frame*/
	text-align:left;
	}
	
.home_strips
	{
	width:125px;
	position:absolute;
	z-index:1000;
	left: -8px;
	top: 25px;
	}
#home_frames
	{
	margin:0;
	width:97px;
	padding:0 14px;
	color:#000000;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	background-image:url('/images/site/erp_frame_125.jpg');
	background-repeat:repeat-y;
	}
.home_tape
	{
	width:125px;
	position:absolute;
	z-index:1001;
	margin-top:0;
	left: -7px;
	top: -3px;
	}
	
#who
	{
	margin:5px 0px 0px 183px;
	}
#who_tape
	{
	margin:-25px 0px 0px 183px;
	}
#what
	{
	margin:5px 0px 0px 328px;
	}
#what_tape
	{
	margin:-10px 0px 0px 328px;
	}
#video
	{
	margin:5px 0px 0px 473px;
	}
#multi_tape
	{
	margin:-20px 0px 0px 473px;
	}
#about
	{
	margin:5px 0px 0px 618px;
	}
#about_tape
	{
	margin:-18px 0px 0px 618px;
	}
#email
	{
	margin:300px 0px 0px 618px;
	}
#email_tape
	{
	margin:280px 0px 0px 618px;
	}
#store
	{
	margin:5px 0px 0px 763px;
	}
#store_tape
	{
	margin:-20px 0px 0px 763px;
	}

/*not used
#home_frames p{
	padding:29px 0;
	}
#home_frames a{	
	}
#home_frames a:link {
	color:#b6cdc7; 
	text-decoration:none}
#home_frames a:visited {
	color:#b6cdc7;
	text-decoration:none}
#home_frames a:hover {
	color:#6daecf; 
	text-decoration:none}
#home_frames a:active {
	color:#6daecf; 
	text-decoration:none}
*/


/* Slide Down Menu general rules */

	#sd_menu li{
		list-style-type:none;
		position:relative;
	}
	#sd_menu ul{
		margin:0px;
		padding:0px;
		position:relative;
	}

	#sd_menu div{
		margin:0px;
		padding:0px;
	}
	
	/* 	Layout CSS */
	#sd_menu{			
		visibility:visible;
		width:112px;
	}

	/* All A tags - i.e menu items. */
	#sd_menu a{
		color:#000000; /* black */
		text-decoration:none;	
		display:block;
		clear:both;
		width:112px;	
			
	}
	
	/* maybe add PHP current class 
	#sd_menu li.current a:link{
		color: #fff;			
	}
	#sd_menu li.current a:visited{
		color: #green;			
	}
	#sd_menu li.current a:hover{
		color: #blue;			
	}
	*/
	
	
	/* A tags */
	#sd_menu .slMenuItem_depth1{	/* Main menu items */
		margin-top:1px;
		border-bottom:hidden;
		font-size:0.875em; /*14*/
		font-weight:bold;
		padding-left:0px;
	}	
	#sd_menu .slMenuItem_depth2{	/* Sub menu items */
		margin-top:1px;
		font-size:0.75em; /*12*/
		padding-left:2px;
	}	
	
	#sd_menu .slMenuItem_depth3{	/* Sub menu items */
		margin-top:1px;
		font-size:0.6875em; /*11*/
		padding-left:4px;
	}	
	#sd_menu .slMenuItem_depth4{	/* Sub menu items */
		margin-top:1px;
		color:red;
		padding-left:6px;
	}	
	#sd_menu .slMenuItem_depth5{	/* Sub menu items */
		margin-top:1px;
		color:green;
		padding-left:8px;
	}


	/* UL tags, i.e group of menu utems. 
	It's important to add style to the UL if you're specifying margins. If not, assign the style directly
	to the parent DIV, i.e. 
	
	#sd_menu .slideMenuDiv1
	
	instead of 
	
	#sd_menu .slideMenuDiv1 ul
	*/
	
	#sd_menu .slideMenuDiv1 ul{
		padding:1px;
	}
	#sd_menu .slideMenuDiv2 ul{
		margin-left:3px;
		padding:1px;
	}
	#sd_menu .slideMenuDiv3 ul{
		margin-left:6px;
		padding:1px;
	}
	#sd_menu .slMenuItem_depth4 ul{
		margin-left:9px;
		padding:1px;
	}
	

/*Content Strip*/

#content_strip
	{
	width:482px;
	margin:20px 0px 0px 204px;
	padding:0px 84px;
	position:absolute;
	z-index:1000;
	background-image:url('/images/site/erp_frame_650.jpg');
	background-repeat:repeat-y;
	left: 13px;
	top: 10px;
	}
#content
	{
	width: 482px;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	border-bottom:1px solid #e5bc00;
	 }	

#content_photo
	{
	width:240px;
	height:135px;
	float:left;

	}
.left_photo
	{
	border-right:1px solid #e5bc00;

	}
	
.right_photo
	{
	}
	
/*Bio Image Text Layout*/
.bio_photo
	{
	width: 160;
	height: 135;
	float:left;
	padding: 0 100px 100px 0;
	}	
#bios dt {
	width: 160px;
	height: 170px;
	float: left;

	}
#bios dd {
	width: 313px;
	margin:0 0 18px 169px;
	height: 170px;
	font-size: 0.75em; /*12px */
	}
#bios_staff dt {
	width: 135px;
	height: 250px;
	float: left;

	}
#bios_staff dd {
	width: 338px;
	margin:0 0 18px 144px;
	height: 250px;
	font-size: 0.75em; /*12px */
	}
	
.bio_name {
	color:#ffd100; /* yellow */
	}	
	
/*Video Layout*/
	
#vids dt {
	width: 320px;
	height: 310px;
	float: left;

	}
#vids dd {
	width: 153;
	margin:0 0 18px 359px;
	height: 310px;
	font-size: 0.75em; /*12px */
	}
	
#vids300 dt {
	width: 300px;
	height: 250px;
	float: left;

	}
#vids300 dd {
	width: 123;
	margin:0 0 18px 309px;
	height: 250px;
	font-size: 0.75em; /*12px */
	}
