@charset "UTF-8";

/* SprySlidingPanels.css - version 0.1 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main SlidingPanels container. This selector
 * defines the width and height of the view port for the widget. Note that
 * this selector does not set the overflow property since that is done programatically
 * by the widget. Setting the overflow property programatically ensures that
 * the contens of the widget will be fully visible should JavaScript be disabled
 * in the browser.
 *
 * If you want to constrain the width of the SlidingPanels widget, set a width on
 * the SlidingPanels container. By default, our sliding panels widget expands
 * horizontally to fill up available space.
 *
 * The SlidingPanels container is positioned relative so that content inside it
 * can be positioned relative to its upper left corner.
 *
 * Avoid placing any CSS border or padding properties on the SlidingPanels container
 * as they can affect the proper positioning and sliding animations of the contents
 * inside the container.
 *
 * The name of the class ("SlidingPanels") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * SlidingPanels container.
 */
.SlidingPanels {
	position: relative;
	width: 1250px;
	height: 530px;
	padding: 0px;
	border: none;
	float:left;
}

/* This is the selector for the container that holds all of the content panels
 * for the widget. The SlidingPanelsContentGroup container is what gets programtically
 * positioned to create the slide animation. It is also what governs the layout of
 * the panels.
 *
 * By default, the width of the container is the same as its parent, the SlidingPanels
 * container.
 *
 * You can make the panels within the SlidingPanelsContentGroup container layout
 * horizontally by giving the SlidingPanelsContentGroup container a width that is as wide
 * or larget than the sum of the widths of all of the content panels, and then floating
 * the content panels inside the SlidingPanelsContentGroup container so they all appear
 * on the same line. You may also need to float the SlidingPanels and SlidingPanelsContentGroup
 * containers to insure that none of the content panels "leak" outside of the widget.
 *
 * Avoid placing any CSS border, margin, or padding properties on the SlidingPanels
 * container as they can affect the proper positioning and sliding animations of the
 * the container within the widget.
 *
 * The name of the class ("SlidingPanelsContentGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you want to style the
 * SlidingPanelsContentGroup container.
 */
.SlidingPanelsContentGroup {
	position: relative;
	width: 8750px;
	margin: 0px;
	padding: 0px;
	border: none;
	float:left;
}


/* This is the selector for the container that holds content for a given panel. In our
 * default style implementation, the dimensions of each content panel exactly match the
 * dimensions of the view port (SlidingPanels) container. This ensures that only one
 * panel ever shows within the view port.
 *
 * Avoid placing any CSS border, margin, or padding properties on the SlidingPanels
 * container as they can affect the proper positioning and sliding animations of the
 * the panel within the widget. You can place border, margins and padding on any content
 * *inside* the content panel.
 *
 * The name of the class ("SlidingPanelsContent") used in this selector is not
 * necessary to make the widget function. You can use any class name you want to style the
 * SlidingPanelsContent container.
 */
.SlidingPanelsContent {
	margin: 0px;
	padding: 0px;
	width: 1250px;
	height: 530px;
	overflow: hidden;
	border: none;
	position:0px,400px;
	float:left;
	}
/* The class used in this selector is programatically added to the SlidingPanels container
 * anytime we are animating between panels. This rule makes sure that *all* content inside
 * the widget is overflow:none to avoid a rendering glitch that occurs in FireFox 1.5 whenever
 * there is an element inside the widget that displays a scrollbar.
 *
 * The class is automatically removed once the animation has stopped so that the overflow
 * properties of the content inside the widget should be restored.
 */
.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

/* The class used in this selector is programatically added to the SlindingPanelsContent
 * container that is currently visible in the view port. The class is automatically removed
 * when the widget switches to a different panel.
 */
.SlidingPanelsCurrentPanel {
}

/* The class used in this selector is programatically added to the SlidingPanels container
 * anytime the SlidingPanels container is given focus. The class is automatically removed
 * once the SlidingPanels container loses focus.
 */
.SlidingPanelsFocused {
}
body, html {
	margin:0px;
	padding:0px;
	background:
		#000000
		url(../../images/home_bgc.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	}
a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
	}
.customwhite {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	}
.customwhitebold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	}
.customwhitebold2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	}
.customorange {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#f66e06;
	}
.customorangebold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#f66e06;
	}
.customorange2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#f66e06;
	}
.customorangebold2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#f66e06;
	}
	
#header {
	margin:auto;
	padding:0px;
	height:44px;
	width:auto;
	}
#div_header {
	margin-top:0px;
	padding:0px;
	width:245px;
	height:44px;
	background:url(../../images/logo.gif);
	float:left;
	clear:both;
	
	}
#div_splash_header {
	margin:0px;
	padding:0px;
	width:278px;
	height:61px;
	float:left;
	clear:both;
	}
#div_splash_header:a {
	margin:0px;
	padding:0px;
	width:278px;
	height:61px;
	float:left;
	clear:both;
	}

#splash {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background:url(../../images/home_bg.jpg) #000000;
	background-repeat:no-repeat;
	}
#content1 {
	background:transparent;
}
#content2 {
	background:transparent;
}
#content3 {
	background:transparent;
}
#content4 {
	background:transparent;
}
#content5{
	background:transparent;
}
#content6{
	background:transparent;
}
#content7{
	background:transparent;
}

#gallery {
	margin:0px;
	padding:0px;
	width:1050px;
	height:420px;
	}
#image_holder {
	margin:5px;
	padding:0px;
	width:65px;
	height:50px;
	background-image:url(../../images/gallery/photo_holder.png);
	float:left;
	text-align:left;
	}
#image_holder2 {
	margin:5px;
	padding:0px;
	width:65px;
	height:50px;
	float:left;
	text-align:left;
	}
#text_holder {
	margin:5px;
	padding:0px;
	width:140px;
	height:50px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:right;
	}

#div_footer{
	margin:0px;
	padding:0px;
	width:415px;
	height:42px;
	float:right;
	position: absolute;
    bottom: 0px;
	right:0px;
	}
	
#form {
	margin:20px;
	padding:0px;
	height:240px;
	width:240px;	
	border:1px #333333 thin;
	}
.forminput {
	background:#666666;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	padding:4px;
	border:none;
	}
.form_button {
	background:#f66e06;
	border:none;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	cursor:hand;
	}
#table {
	position:absolute;
	top:50%;
	height:530px;
	margin-top:-265px;
	z-index: 1;
	}
	
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 420px;
height: 420px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position:relative;
padding-right:10px;
}
#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 520px;
height: 420px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position:relative;
padding-right:10px;
}

#nav_home {
	margin:0px;
	padding:0px;
	width:24px;
	height:42px;
	background:url(../../images/nav/home.gif);
	float:left;
	cursor:hand;
	}
#nav_home:hover {
	background:url(../../images/nav/home_over.gif);
	cursor:hand;
	}
#nav_designs {
	margin:0px;
	padding:0px;
	width:71px;
	height:42px;
	background:url(../../images/nav/designs.gif);
	float:left;
	}
#nav_spacer {
	margin:0px;
	padding:0px;
	width:5px;
	height:42px;
	background:url(../../images/nav/designs_spacer.gif);
	float:left;
	}
#nav_dots {
	margin:0px;
	padding:0px;
	width:1px;
	height:42px;
	background:url(../../images/nav/dots.gif);
	float:left;
	}
#nav_designs3 {
	margin:0px;
	padding:0px;
	width:90px;
	height:42px;
	background:url(../../images/nav/designs3.gif);
	float:left;
	cursor:hand;
	}
#nav_designs3:hover {
	background:url(../../images/nav/designs3_over.gif);
	cursor:hand;
	}
#nav_designs1 {
	margin:0px;
	padding:0px;
	width:18px;
	height:42px;
	background:url(../../images/nav/designs1.gif);
	float:left;
	cursor:hand;
	}
#nav_designs1:hover {
	background:url(../../images/nav/designs1_over.gif);
	cursor:hand;
	}
#nav_designs2 {
	margin:0px;
	padding:0px;
	width:20px;
	height:42px;
	background:url(../../images/nav/designs2.gif);
	float:left;
	cursor:hand;
	}
#nav_designs2:hover {
	background:url(../../images/nav/designs2_over.gif);
	cursor:hand;
	}
#nav_press {
	margin:0px;
	padding:0px;
	width:63px;
	height:42px;
	background:url(../../images/nav/press.gif);
	float:left;
	cursor:hand;
	}
#nav_press:hover {
	background:url(../../images/nav/press_over.gif);
	cursor:hand;
	}

#nav_cv {
	margin:0px;
	padding:0px;
	width:42px;
	height:42px;
	background:url(../../images/nav/cv.gif);
	float:left;
	cursor:hand;
	}
#nav_cv:hover {
	background:url(../../images/nav/cv_over.gif);
	cursor:hand;
	}
	
#nav_biog {
	margin:0px;
	padding:0px;
	width:51px;
	height:42px;
	background:url(../../images/nav/biog.gif);
	float:left;
	cursor:hand;
	}
#nav_biog:hover {
	background:url(../../images/nav/biog_over.gif);
	cursor:hand;
	}
	
#nav_links {
	margin:0px;
	padding:0px;
	width:62px;
	height:42px;
	background:url(../../images/nav/links.gif);
	float:left;
	cursor:hand;
	}
#nav_links:hover {
	background:url(../../images/nav/links_over.gif);
	cursor:hand;
	}
#nav_contact {
	margin:0px;
	padding:0px;
	width:90px;
	height:42px;
	background:url(../../images/nav/contact.gif);
	float:left;
	cursor:hand;
	}
#nav_contact:hover {
	background:url(../../images/nav/contact_over.gif);
	cursor:hand;
	}
