/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* Revisied by Jeffrey Schmidt - BrIdeas, LLC  */
/* 2007                                        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
@import url("http://www.negativespace.com/gallery2/themes/carbon/theme.css");

body{
	font-family: verdana;
	color: #CCCCCC;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
#container {
	width: 95%;
	margin:auto;
}
a:link, a:visited {
	color: #999999;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color:#CCCCCC;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family:Trebuchet, Arial, Helvetica, sans-serif
	margin: 0px;
	padding: 0px;
}

h1{
	font-family:Trebuchet, Arial, Helvetica, sans-serif
	font-size: 120%;
	color: #666666;
	letter-spacing: .5em;
	font-weight: bold;
}

h2{
 font-size: 114%;
 color: #666666;
}

h3{
 font-size: 100%;
 color: #FFFFFF;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				
p {
font-size:12px;
}
/***********************************************/
/*suckerfish dropdown						   */
/***********************************************/
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: bold;
	color:#CCCCCC;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color:#CCCCCC;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #CCCCCC;
	border-width: 0 5px;
}
#nav2 a {
	font-weight: bold;
	color:#CCCCCC;
}

#nav2 a {
	text-decoration: none;
}

#nav2 li li a {
	display: block;
	font-weight: normal;
	color:#CCCCCC;
	padding: 0.2em 10px;
}

#nav2 li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #CCCCCC;
	border-width: 0 5px;
}
li {
	float: left;
	position: relative;
	width: 11em;
	text-align: left;
	cursor: default;
	/*background-color:#3f3f3f;*/
	margin:auto;
}

li.left {
	margin-left:34%;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background: url(dropdown_bg.png) bottom left no-repeat;
	padding: 0.2em 0 .2em 0;
	border-right: solid 1px #999999;
}
li>ul {
	top: auto;
	left: auto;
}
li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}
li:hover ul, li.over ul {
	display: block;
}
.bottom li{
	padding-bottom:25%;
	}
.seperator li {
	background-color:#333333;
	border-bottom:thin solid #CCCCCC;
	}	
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	width: 100%;
	margin-bottom:50px auto;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
	float:none;
	width: 100%;
	margin: 0;
	padding-top: 0;
	padding-right: 3%;
	padding-bottom: 0;
	padding-left: 0;
	margin-top:40px auto;
	background-color:#3f3f3f;
	}
#content_static{
	float:none;
	width: 100%;
	margin: 0;
	padding-top: 0;
	padding-right: 3%;
	padding-bottom: 0;
	padding-left: 0;
	margin-top:40px auto;
	background-color:#3f3f3f;
	}
#monoSlideshow {
	margin-top:-15px;
	}	
table {
font-size:12px;
}

table img {
border:none;
}

.admin_links {
vertical-align:text-top;
font-size:10px;
font-weight:bold;
text-align:right;
clear:both;
margin-bottom:30px;
margin-top:15px;
text-decoration:none;
word-spacing:5px;
}

.admin_links a:visited{
text-decoration:none;
}
.admin_links a {
text-decoration:none;
word-spacing:normal;
}
.title {
margin-top:-2px;
margin-bottom:5px;
clear:both;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	background:url(../images/nslogo01.gif) left top no-repeat;
	height:33px;
	width:224px;
}

#siteName a, #siteName span
{
	height:33px;
	width:224px;
	display:block;
	text-decoration:none;
}

#siteName span
{
	display:block;
	font-size:16px;
	padding:0;
	margin:0;
	visibility:hidden;
	width:224px;
	height:33px;
}

#siteName img {
margin-right:360px;
text-align:left;
	height:33px;
	width:224px;
}

/*************** #homeMovieContainer styles ****/

#homeCenterContainer
{
	height:350px;
	margin:0 auto;
	background:#484848;
	text-align:left;
}

#movieContainer
{
	
	height:350px;
	width:720px;
	vertical-align:bottom;
	background:#000000 url(../images/ssload.png) center center no-repeat;
}

#coreHomeContainer
{
	width:100%;
	background:#484848 url(../images/homebg.gif) repeat;
	text-align:center;
}

#movieLeftBg
{
	background:#484848 url(../images/homeMovieLeft.jpg) right bottom no-repeat;
	width:280px;
}

#movieRightBg
{
	background:#484848 url(../images/homeMovieRight.jpg) left bottom no-repeat;
	width:280px;
}

#homeLeft
{
	background:#484848 url(../images/homeLeftBg.jpg) right top repeat-y;
}

#homeRight
{
	background:#484848 url(../images/homeRightBg.jpg) left top repeat-y;
}

#homeCenter
{
	background:#262626;
	width:720px;
}

#homeNavigation
{
	float:left;
	width:360px;
	padding:15px 10px 15px 10px;
	
}

#homeNavigation ul
{
	padding:0;
	margin:0;
	width:100%;
}

#homeNavigation li
{
	padding:0;
	margin:0;
	list-style:none;
	width:339px;
	
}

#homeNavigation ul li a
{
	display:block;
	width:100%;
	text-decoration:none;
	padding:5px 5px 5px 5px;
	font-size:14px;
	margin:0;
	background:#262626;
}

#homeNavigation ul li a:hover
{
	color:#FFFFFF;
	
}

#homeNavigation ul li a span
{
	float:left;
	padding:0 15px 0 0px;
}

#homeContent
{
	margin-left:360px;
	padding:15px 10px 15px 10px;
	border-left:1px solid #040404;

}

#homeContent h3, #homeNaviagtion h3
{
	margin:0;
	padding:0 0 5px 0;
	font-size:16px;
	color:#FFFFFF;
	font-weight:normal;
}

#homeContent p, #homeNaviagtion p
{
	padding:0 0 5px 10px;
	margin:0;
	text-indent:0px;
}

/*************** #registerTable ************/

#registerTable
{
	
}

#registerTable label
{
	color:#FFFFFF;
}

#registerTable input
{
	border:1px solid #262626;
	font-size:13px;
}

/*************** #coreContainer styles ************/

#coreContainer
{
	
	display:block;

	background:#262626 url(../images/coreContainerBg.gif) left top repeat-x;
	padding:15px 20px 15px 20px;
}

#coreContainer h3
{
	margin:0;
	padding:0;
	font-size:14px;
	color:#EEEEEE;
	font-weight:normal;
}

/*************** #masterLink styles ************/

#masterLinks{
	float:right;
	text-align:right;
	font-family: verdana;
	font-size:10px;
	color:#999999;
	margin-bottom:5px;
}

#masterLinks ul
{
	background:none;
	padding:0;
	margin:0;
}

#masterLinks ul li
{
	padding:0 3px 0 3px;
	list-style-type:none;
	font-size:10px;
	margin:0;
	display:inline;
	background:none;
	width:auto;
	font-weight:bold;
}

#masterLinks ul li a
{
	background:#000000;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	vertical-align:text-top;
}

#masterLinks ul li a:hover
{
	color:#dddddd;
}

#masterClear
{
	clear:both;
}

/*************** #lightbox styles **************/

#lightbox
{
	margin-top:10px;
	width:99%;
	border:1px solid #3e3e3e;
	background:#535353;
}

#lightbox th
{
	text-align:left;
	font-size:10px;
	background:#3e3e3e;
	padding:3px 5px 3px 5px;
}
#lightbox td
{
	vertical-align:top;
	padding:3px 5px 3px 5px;	
}

#lightbox td a
{
	display:block;
	padding:5px 5px 5px 0;
}

#lightbox .thumbnails
{
	width:150px;
}

#lightbox .scheme1
{
	background: #535353;
}

#lightbox .scheme2
{
	background: #424242;
}

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 10px;
	color: #cccccc;
	font-weight:bold;
	padding: 10px 10px 10px 0px;
	margin-top: 0px;
	background-color:#000000;
	width:100%;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
/************ photo nav styles ******************/
div.gbNavigator div.next-and-last {
  float: right;
}
div.gbNavigator div.next-and-last.no-previous {
  float: none;
  text-align: right;
}

div.gbNavigator a.first {
  padding-left: 27px;
  background: url('images/nav_first.gif') left no-repeat;
}

div.gbNavigator a.previous {
  padding-left: 27px;
  background: url('images/nav_prev.gif') left no-repeat;
}

div.gbNavigator a.next {
  padding-right: 27px;
  background: url('images/nav_next.gif') right no-repeat;
}

div.gbNavigator a.last {
  padding-right: 27px;
  background: url('images/nav_last.gif') right no-repeat;
}

div.gbNavigator div.first-and-previous img {
  vertical-align: middle;
  padding-right: 0.5em;
}
div.gbNavigator div.next-and-last img {
  vertical-align: middle;
  padding-left: 0.5em;
}

#gallery.rtl div.gbNavigator div.next-and-last {
  float: left;
}
#gallery.rtl div.gbNavigator div.next-and-last.no-previous {
  float: none;
  text-align: left;
}
#gallery.rtl div.gbNavigator div.first-and-previous {
  text-align: right;
}
/* Both IE and Gecko have bugs with omitting padding on rtl inline content */
#gallery.IE.rtl div.gbNavigator a {
  display: inline-block;
}
#gallery.gecko.rtl div.gbNavigator a {
  display: -moz-inline-box;
}

#gallery.rtl div.gbNavigator a.first {
  padding: 0 27px 0 0;
  background: url('images/nav_last.gif') right no-repeat;
}
#gallery.rtl div.gbNavigator a.previous {
  padding: 0 27px 0 0;
  background: url('images/nav_next.gif') right no-repeat;
}
#gallery.rtl div.gbNavigator a.next {
  padding: 0 0 0 27px;
  background: url('images/nav_prev.gif') left no-repeat;
}
#gallery.rtl div.gbNavigator a.last {
  padding: 0 0 0 27px;
  background: url('images/nav_first.gif') left no-repeat;
}
#gallery.rtl div.gbNavigator div.first-and-previous img {
  padding: 0 0 0 0.5em;
}
#gallery.rtl div.gbNavigator div.next-and-last img {
  padding: 0 0.5em 0 0;
}
/*******************photo display styles ********************/
#gallery h2, #gallery h3, #gallery h4, #gallery form {
    margin: 0;
    padding: 0;
}

#gallery p {
    margin: 0.6em 0;
    padding: 0;
}

.gbBlock {
    padding: 0.5em;
    border-width: 0 0 1px 0;
    border-style: inherit;
    border-color: inherit;
    /* IE can't inherit these */
    border-style: expression(parentElement.currentStyle.borderStyle);
    border-color: expression(parentElement.currentStyle.borderColor);
}

.gbBlock ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.gbBlock ul ul {
    margin: 0 0 0.5em 1.0em;
}

.gbBlock li {
    padding: 6px 0 0 0;
}

#gallery .gbBlock h3 {
    margin-bottom: 0.5em;
}

#gallery .gbBlock h4 {
    margin-top: 0.5em;
}
.giTitle, #gallery h2, #gallery h3, #gallery h4 {
    font-size: 0.9 em;
	margin-left:0.5 em;
}
/************* end photo display styles ************/

/************* searchForm styles ************/
#searchForm input
{
	border:1px solid #CCCCCC;
	font-size:12px;
}

#searchForm span
{
	color:#FFFFFF;
	margin-right:50px;
	display:inline;
}

/************* cartContainer styles ************/
#cartContainer
{
	width:100%;
	margin:10px 0 10px 0;
}

#cartContainer .header
{
	text-align:left;
	
	background:#363637 url(../images/cartHeader.gif) left top repeat-x;
	font-size:11px;
	padding:5px 0px 5px 10px;
}

#cartContainer .remove
{
	width:150px;
}

#cartContainer .quantity
{
	width:250px;
}

#cartContainer .thumbnail
{
	width:150px;
}

#cartContainer td
{
	padding:5px 0px 10px 10px;
	background:#3c3c3c;
}

#cartContainer select
{
	border:1px solid #777777;

}

#cartContainer .imgThumbnail
{
	width:200px;
}

#cartContainer .quantity select
{
	margin-right:10px;
}

#cartContainer .bottomRow
{
	border-top:1px solid #555555;
	background:#333333;
	text-align:right;
}

#cartContainer .checkoutRow
{
	background:transparent;
	padding-top:10px;
	text-align:right;
}

#cartContainer .checkoutRow p
{
	margin: 0 0 5px 0;
	font-size:10px;
	color:#999999;
}

#cartContainer .checkoutRow a
{
	padding:5px 5px 5px 5px;
	background:#222222;
	border:1px solid #444444;
	text-decoration:none;
	font-size:11px;
}

#cartContainer .checkoutRow a:hover
{
	background:#555555;
}

#grandTotal
{
	width:140px;
	text-align:right;
	padding:0 10px 0 0;
}

.loader
{
	
	height:50px;
	background:url(../images/loader_sm.gif) center center no-repeat;
}

#resultsPane
{
	
	
	font-size:12px;
}

#resultsPane h4
{
	color:#ffffff;
	font-size:13px;
	margin:0 0 10px 0;
}

.search
{
	display:block;
}

#galleryNavigation input
{
	border:1px solid #CCCCCC;
	height:15px;
}

#galleryNavigation .submit
{
	height:19px;
	background:#020202;
	color:#AAAAAA;
}

#galleryNavigation form
{
	padding:10px 10px 10px 10px;
}

#galleryNavigation form h3
{
	margin:0 0 10px 0;
}

#checkoutProceed
{
	float:right;
}


/* ------------------------------------- */
/*			msgBox						 */
/* ------------------------------------- */

#msgBox{
	position:absolute;
	width:350px;
	height:200px;
	visibility:hidden;
	left:45%;
	top:5%;
	background:#8a8a8a;
	border:1px solid #999999;
	padding:0;
	margin:0;
	z-index:9999;
}

#msgBox h4
{
	display:block;
	color:#FFFFFF;
	background:#222222;
	margin:0 0 10px 0;
	padding:5px 5px 5px 5px;
	font-weight:bold;
	font-size:14px;
	
}

#msgBox p
{
	padding:0;
	margin:0 5px 10px 5px;
}

blockquote
{
	font-size:12px;
	margin:0 0 10px 20px;
}


.informationPaneContainer
{
	width:650px;
}

.informationPane
{
	font-size:12px;
	margin:0px 20px 20px 10px;
	padding:5px 0px 5px 15px;
	border-left:1px solid #555555;
	width:250px;
	
}

.informationPane span
{
	display:block;
	margin:0 0 10px 0;
}

.informationPaneLeft
{
	float:left;
}

.informationPaneRight
{
	float:right;
}

.informationPaneClear
{
	clear:both;
}

.informationPane blockquote span
{
	width:150px;
	display:inline;
}

blockquote input
{
	border:1px solid #333333;
	font-size:12px;
	padding:2px;
}