/*
--------------------------------------------------
Project: Template 5
Purpose: Site Specific
Author: Katelynn O'Brien - DKS Interactive
Version: 02/13/06
-------------------------------------------------- */

/* IMPORT General Template CSS
-------------------------------------------------- */
@import "http://www.dksinteractive.com/templates/css/text.css";

/* IMPORT Template 5 CSS
-------------------------------------------------- */
@import "http://www.dksinteractive.com/templates/5/css/master.css";
@import "http://www.dksinteractive.com/templates/5/css/highpassfilter.css";


/* LAYERS
-------------------------------------------------- */

#tagline
	{
	top: 33px;
	left: 180px;
	padding: 10px 0 10px 15px;
	}
	
#highlight
	{
	margin: 0;
	padding: 90px 0 0 47px;
	}

body.l2 #bottom_container
	{
	background: #fff url(../images/image_extra.jpg) no-repeat top right;
	margin-top: -38px;
	padding-top: 83px;
	}
	
	
/* IMAGES
-------------------------------------------------- */

#top img	
	{
	top: 30px;
	left: 15px;
	}

#mainimage img
        {
        margin: -94px 0 0 -12px;
        }


/* SCROLLER
-------------------------------------------------- */
	
#box
	{
	position: absolute;
	left: 17px;
	top: 185px;
	z-index: 1;
	}
	
#up
	{
	position: absolute;
	left: 133px; 
	top: 185px; 
	z-index: 2; 
	cursor: pointer;
	}
	
#track
	{
	position: absolute; 
	left: 133px; 
	top: 204px; 
	z-index: 3;
	}
	
#down
	{
	position: absolute;
	left: 133px;
	top: 484px;
	z-index: 5;
	cursor: pointer;
	}
	
#contentMask
	{
	position: absolute;
	left: 25px;
	top: 186px;
	width: 110px;
	height: 314px;
	clip: rect(1px,130px,318px,0);
	overflow: hidden;
	z-index: 6;
	}
	
#contentthumbs
	{
	position: absolute;
	left: 0;
	top: 0;
	width: 128px;
	padding-bottom: 25px;
	}
	
h2.port
	{
	margin: 0;
	padding: 0;
	}
	
#info
	{
	margin: 0 0 0 170px;
	padding: 0;
	}
	
#info p
	{
	margin: 0;
	padding: 0 0 10px 0;
	}

#info img
	{
	float: left;
	margin-right: 5px;
	border: 1px solid #666;
	}
	
#large
	{
	clear: both;
	margin: 0 0 0 170px;
	padding: 10px 0 0 0;
	}
	
#large img
	{
	border: 1px solid #666;
	}
	
#thumbnails #content p
	{
	margin: 0;
	padding: 15px 0 5px 0;
	}
	
#thumbnails #IMG1Content p, #thumbnails #IMG2Content p, #thumbnails #IMG3Content p, #thumbnails #IMG4Content p
	{
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#thumbnails #IMG1Content p input, #thumbnails #IMG2Content p input, #thumbnails #IMG3Content p input, #thumbnails #IMG4Content p input
	{
	float: left;
	}
	
#thumbnails #IMG1Content p label
	{
	display: block;
	margin-left: 23px;
	}
	
	
/* IMAGES
-------------------------------------------------- */

#top img
	{
	top: 15px;
	left: 15px;
	}
	
#contentMask img
	{
	border: 1px solid #666;
	}
	

/* LISTS
-------------------------------------------------- */

#content ol li, #content ul li
	{
	padding-bottom: 12px;
	}

ul#topnav /* this affects the overall height of the top whitespace */
	{
	padding: 45px 0 35px 0;
	}
	
	
/* LINKS
-------------------------------------------------- */

#highlight a
	{
	padding: 15px 0 0 125px;
	}
	
	
/* TABLES
-------------------------------------------------- */

table
	{
	table-layout: fixed;
	border-collapse: collapse;
	border: 0;
	}
	
caption
	{
	text-align: left;
	font-weight: bold;
	padding: 10px 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 130%;
	color: #472a2e;
	text-transform: none;
	}
	
th, td
	{
	padding: 5px;
	vertical-align: top;
	text-align: left;
	border: 1px solid #bbb;
	}

table.noborder th, table.noborder td
	{
	border: 0;
	}


/* FORMS
-------------------------------------------------- */

fieldset
	{
	padding: 10px 15px 15px 15px;
	background-color: #ececec;
	border: 1px solid #bbb;
	}
