/*
	AnythingSlider v1.5.10 Construction Theme
	By Rob Garrison
*/

#titlespacer{
	position: relative;
	top: 20px;	
	}


#sliderboxcont {
	height: 100%;
	width: 1060px;
	position: relative;
	top: -59px;
	margin-right: auto;
	margin-left: auto;
	}

#subcategorytabs{
	height: 288px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top:-13px;
	padding-left: 20px;
	padding-right: 50px;
	left: 25px;
	} 

/****** SET COLORS HERE *******/
/* Default State !!!Borders!!!!*/
div.anythingSlider-construction .anythingWindow {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	height: 395px;
	width: 960px;
		
}


#harninfobox{
	height: 340px;
	width: 475px;
	float: right;
	position: relative;
	left: -15px;
	top: 2px;
	margin-right: 7px;
	background-color: #669;
	}
	
#harninfoboxtb{
	background-color: #36F;
	height: 60px;
	width: 460px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	}

#harninfoboxtbinfo{
	background-color: #036;
	height: 60px;
	width: 460px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	}



#sibox{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/sibgharn.png);
	height: 445px;
	width: 900px;
	position: relative;
	top:10px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration:none;	
	
	}

/*body {
	background-color: f7eeda;	
	}*/



/* Active State 
div.anythingSlider-construction.activeSlider .anythingWindow {
	border-color: #d0aa0d;
	z-index: 100;	
}*/

/* This sets the color of the tab during hover 
div.anythingSlider-construction.activeSlider .anythingControls ul a:hover, div.anythingSlider-construction.activeSlider .anythingControls ul a {
	background-image:url(../images/default1.png);
}*/

/* Navigation buttons, default state */
div.anythingSlider .anythingControls ul a.cur, div.anythingSlider .anythingControls ul a {
	background: #777;
	color: #000;
}

/* Navigation Links */
div.anythingSlider-construction .anythingControls {
	float: left;
	position: absolute;
	top: -3px;
	left: 5%;
	z-index: 100;
	/*opacity: 0.90;
	filter: alpha(opacity=90);*/
}
div.anythingSlider-construction .anythingControls ul {
	margin: 0;
	
}
div.anythingSlider-construction .anythingControls ul li {
	display: block;
	float: left;
}
div.anythingSlider-construction .anythingControls ul a, div.anythingSlider-construction.activeSlider .anythingControls ul a,
div.anythingSlider-construction .anythingControls a.start-stop {
	display: inline-block;
	height: 26px;
	text-align: center;
	width: 184px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #999;
	background-image: url(../images/nscs.png);
	position: relative;
	margin-left: 0px;
	margin-right: 6px;
	top: 6px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	top: -27px;
}

/* Settings for the Current Tab*/
div.anythingSlider-construction div.anythingSlider-construction .anythingControls ul a.cur, div.anythingSlider-construction.activeSlider .anythingControls ul a.cur {
	color: #000;
	font-variant: normal;
	height:36px;
	width: 184px;
	font-size: 12px;
	position: relative;
	top: 4px;
	margin-left: 0px;
	margin-right: 6px;
	background-image: url(../images/scactive.png);
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	top: -27px;
	
}

div.anythingSlider-construction div.anythingControls a:hover{
	background-color: #0FF;
	}


/**** Active State (slider has keyboard focus) ****/
/* slider window - top & bottom borders, active state */
div.anythingSlider.activeSlider .anythingWindow {
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
/* Navigation buttons, active state */
div.anythingSlider.activeSlider .anythingControls ul a.cur, div.anythingSlider.activeSlider .anythingControls ul a {
	background-color: transparent;
}

/* hide cell shading on hover - makes the button appear to come forward */
div.anythingSlider .anythingControls ul a:hover {
	height: 26px;
	width: 184px;
	color: #222;
	background-image: url(../images/schover.png);
	
	position: relative;
	margin-left: 0px;
	margin-right: 6px;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	top: -27px;
}






/* Extra - replace defaults */
div.anythingSlider-construction {
	padding: 6px 45px;
	top: 39px;
}

/* text indent moved to span inside "a", for IE7; apparently, a negative text-indent on an "a" link moves the link as well as the text 
div.anythingSlider-construction .arrow a span, div.anythingSlider-construction .anythingControls ul a span, div.anythingSlider-construction .start-stop span {
	display: block;
	line-height: 1px; 
	text-indent: -9999px;
}*/