.para {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.para_link:link
{
	color: #444444;
}
a.para_link:visited
{
	color: #444444;
}
a.para_link:hover
{
	color: #CC0000;
}

.para8pt 
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	vertical-align: top
}

.pagetitlew
{
	color: #444444;
	font-size: xx-small;
	vertical-align: center;
	background-color: #FFFFFF;
	border-style: none;
	border-color: #FFFFFF;
}
a.pagetitlew_link:link
{
	color: #444444;
}
a.pagetitlew_link:visited
{
	color: #444444;
}
a.pagetitlew_link:hover
{
	color: #CC0000;
}

/******* Template shift styles *******/

.shiftindexhome {
	position: absolute;
	top: 88px;
	left: 260px;
}

.shiftindexproducts {
	position: absolute;
	top: 88px;
	left: 330px;
}

.shiftindexcasestudies {
	position: absolute;
	top: 88px;
	left: 400px;
}

.shiftindexdownloads {
	position: absolute;
	top: 88px;
	left: 470px;
}

.shiftindexsupport {
	position: absolute;
	top: 88px;
	left: 540px;
}

.shiftindexabout {
	position: absolute;
	top: 88px;
	left: 610px;
}

.shiftindexinitionlogo {
	position: absolute;
	top: 20px;
	left: 888px;
}



/************* Thumbnail box style **************/
	
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 5px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
color: #B4B4B4;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 8pt; 
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #313131;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 8pt; 
text-align: center;
color: #B4B4B4;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 8pt; 
}

/* New Thumbnail viewer styles */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
