body {
	margin: 0px;
	background-color: #8c8c8c;
	background-image: url(bg.jpg);
	background-repeat: repeat;
	background-position: top;
	font: 12px Tahoma;
	line-height: 200%;
	color: #535353;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.left_pane_products {
	height: 220px;
	margin-left: 30px;
	margin-top: 80px;
	width: 250px;
}
.left_pane_news {
	height: 100px;
	margin-left: 30px;
	margin-top: 65px;
	width: 250px;
}
.lp_product_box {
	height: 190px;
	text-align: left;
}
table#footer_links a {
	color: #e2e2e2;
}
table#footer_links a:hover {
	color: white;
}
.sub_content {
	margin-left: 10px;
	text-align: left;
	height: 440px;
	padding: 5px;
	overflow: auto;
}
.sub_content_title {
	margin-left: 10px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	margin-top: 8px;
}
.front {
	margin-left: 25px;
	margin-top: 25px;
}
.appitem {
	width: 125px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #e5eff7;
	float: left;
}
.colored1 {
color: #305e86;
}
.appitem:hover {
color: #4682b4;
border: 1px solid #bfd6ea;
background-image: url(images/pro_block_bg_active.png);
}
.newitem {
	background-image: url(images/bullet1_deactive.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 2px;
	margin-top: 5px;
	height: 70px;
	text-align: left;
}
.newitem a {
	color: #535353;
}
.newitem:hover {
	background-image: url(images/bullet1_active.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.new_detail_button {
	margin-right: 10px;
}
table#footer {
	color: white;
	text-align: left;
}
.slideancs {
margin-top: -29px;
}
/*////////CONTENT SLIDER CSS START/////////////*/
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: none;
width: 250px; /*width of featured content slider*/
height: 100px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
width: 250px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 250px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
padding: 5px;
}

.pagination a{
padding: 0 2px;
text-decoration: none; 
color: #0064f4;
background: white;
border: 1px solid #d4d0c8;
}

.pagination a:hover, .pagination a.selected{
color: white;
background-color: #66b9fe;
border: 1px solid #4593ff;
}
/*////////CONTENT SLIDER CSS END/////////////*/
/*************LIGHTBOX****************/
#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(i/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;  background: url(i/prevlabel.gif) no-repeat left 15%; }
#nextLink { right: 0; float: right;  background: url(i/nextlabel.gif) no-repeat right 15%; }
#prevLink:hover, #prevLink:visited:hover { background: url(i/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(i/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#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: #6495ed;
}
/************LIGHTBOX END*************/
/************GLIDER START*************/
.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 250px;
height: 210px; /* Set height to be able to contain height of largest content shown*/
border: none;
overflow: hidden;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
visibility: hidden;
width: 250px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 260px;
margin-top: 6px;
text-align: center; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
visibility: hidden;
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
border: 1px solid black;
color: #2e6ab1;
padding: 1px 3px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #E4EFFA;
color: black;
}

.glidecontenttoggler a:hover{
background: #E4EFFA;
color: black;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #1A48A4;
color: white;
}
/************GLIDER END*************/