@charset utf-8;
/*--
	Theme Name: WordPress Theme Number
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.1+ from Template-Help.com Collection
	Author: Template_Help.com 
	Author URL: http://www.Template-Help.com/ 
--*/

/* General
---------------------------------------- */




#authorization {
	line-height: 20px;
	font-size: 11px;
	text-transform: uppercase;
	position: absolute;
	top: 7px;
	right: 0;
}

	#authorization a {
		text-decoration: none;
	}
	
		#authorization a:hover {
			text-decoration: underline;
		}

/* EasyTooltip */
.tooltip {
	display: none !important;
	background: none repeat scroll 0 0 #252525;
	border: 1px solid #000000;
	color: #000000;
	display: none;
	font-size: 14px;
	line-height:1.2em;
	margin: 13px 0 0;
	padding: 5px;
	z-index:99;
}




/* Request a quote */
#widget_my_requestquotewidget {
	width:100%;
	overflow:hidden;
	}



/* Slider
---------------------------------------- */

#slider-wrapper {
	position: relative;
	height: auto;
	overflow: hidden;
}

#slider-align {
	width:609px;
	height:auto;
	margin:0 auto 0 auto;
	padding:0;
	float:left;
	background-color:#FFFFFF;
}

#slider {
	width:609px;
	height:auto;
	margin:0 auto 0 auto;
	float:left;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:auto;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
	
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
	left: -355px;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */

.nivo-caption {
	width: 333px;
	height: 289px;
	overflow: hidden;
	position: absolute;
	top: -8px;
	right: 0px;
	z-index: 89;
	opacity: 1 !important; /* Overridden by captionOpacity setting */
}

	.nivo-caption .nivo-caption-inner {
		margin: 0;
		padding: 50px 25px 0 35px;
	}
	

.nivo-html-caption {
  display:none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
	width: 260px;
	height: 7px;
	position: absolute;
	top: 275px;
	left: -352px;
}

	.nivo-controlNav a {
		display: inline-block !important;
		position: relative;
		width: 25px;
		height: 25px;
		overflow: hidden;
		margin: 0 8px 0 0;
		vertical-align: top;
		line-height: 0;
		font-size: 0;
		text-decoration: none;
		z-index: 99;
		cursor: pointer;
	}

.nivo-directionNav {

	}
.nivo-directionNav a {
	position:absolute;
	display:block;
	width:36px;
	height:35px;
	text-indent:-9999px;
	border:0;
	top:15px;
	background:url(imgs/direction_nav.html) no-repeat 0 0;
}
a.nivo-nextNav {
	left:55px;
	background-position:-36px 0;
}
a.nivo-nextNav:hover {
	background-position:-36px -35px;
	}
a.nivo-prevNav {
	left:15px;
	background-position:0 0;
}
a.nivo-prevNav:hover {
	background-position:0 -35px;
	}

#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
	width:120px;
	height:auto;
}









