/* layout */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 font-family: arial;
 font-size: 100%;
 line-height: 1.25em;
 color: #666666;
} 
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
 padding-top: 30px;	
} 

#homeblock{
	margin: 0 0 0 408px;
	padding-top: 212px;
	height: 252px;
}

#wrapper{
	background: url("/files/css/bg_tile.gif") repeat-y 164px 0;
}
 
#leftcol{
 width:164px; 
 float:left; 
 position:relative; 
  }
 
#maincol{  
 float: right; 
 display:inline; 
 position: relative; 
 width:636px; 	
 }

#maincolwrap {
	padding-left: 20px;
}

.titlebox {
	height: 62px; 
	padding-top: 6px;
}

#nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: 2.4em;
}

a.newwin {
   padding-right: 22px;
   background: transparent url('/files/css/newwin.gif') no-repeat center right;
}

#contactspacer {
	width: 144px;
	margin-top: 38px;
	border-top: 1px solid #000000;
	height: 14px;
}

#gallery {
	margin-top: 6px; 
	margin-left: -20px;
}

#content {
	padding-right: 60px;
}

.thumb {
	float: left;
	width: 85px;
	margin-left: 20px;
	margin-bottom: 20px;
}

a.reelthumb {
	display: block;
	width: 85px;
	height: 80px;
	background: url('/files/css/play.gif') 0 0 no-repeat;
	margin: 105px 0 0 315px;
}

a:hover.reelthumb {
	background-position: 0 -80px;
}

img {
	border-style:none;
}
 
/* type */ 

p {
	margin-top: 0px;
	padding-top: 0px;
}

.title {
	font-size: 2.25em;
	color: #000000;
}

#titletag {
	font-size: 0.3889em;
}

#content h3 {
	font-size: 1.125em;
	font-weight: normal;
	color: #990000;
	margin: 0 0 5px 0;
	padding: 0;
}

#content table {
	margin-bottom: 12px;
}

#content td {
	font-size: 0.75em;
	padding: 0 35px 2px 0;
	line-height: 1.25em;
}

.heading {
	font-size: 1.1667em;
	font-weight: bold;
}

.lg14 {
	font-size: 0.9375em;
}

.med12, #content p {
	font-size: 0.75em;
}

a {
	text-decoration: none;
	color: #666666;
}

a:hover, a.active {
	color: #990000;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
