/* =global
-----------------------------------------------------------------------------*/


#container .mainBar{
	background:#ccc url(../images/greybar_corner_lga.gif) no-repeat left bottom;
}

#container #header_lga{
	background:url(../images/header_lga.jpg) no-repeat top left;
	height:254px;
}

#container #nav_lga{
	background:url(../images/nav_lga.gif) repeat-x top left;
	height:40px;
	padding:0 0 0 63px;
}

#container #nav_lga li{
	height:28px;
	float:left;
	margin:0 100px 0 0;
	list-style-position:outside;
}

#container #nav_lga a{
	color:#000;
	font-weight:bold;
	text-decoration:none;
	line-height:28px;
}

#container #nav_lga span a,
#container #nav_lga a:hover{
	color:#810053;
}

#container #main_lga{
	margin:15px;
}


/* =overview
-----------------------------------------------------------------------------*/


.overview ul{
	margin:0;
	padding:0 0 0 57px;
	height:125px;
}
.overview li{
	float:left;
	width:100px;
	height:125px;
	margin:0 85px 0 0;
}

.overview li#res{
	margin-right:0px;
}

.overview li a{
	display:block;
	width:100px;
	height:125px;
}

.overview li#feat a{background:url(../images/subnav_feat.gif) no-repeat 0 0;}
.overview li#spec a{background:url(../images/subnav_spec.gif) no-repeat 0 0;}
.overview li#app a{background:url(../images/subnav_app.gif) no-repeat 0 0;}
.overview li#gall a{background:url(../images/subnav_gall.gif) no-repeat 0 0;}
.overview li#res a{background:url(../images/subnav_res.gif) no-repeat 0 0;}

.overview li#feat a:hover,
.overview li#spec a:hover,
.overview li#app a:hover,
.overview li#gall a:hover,
.overview li#res a:hover{
	background-position:0 -125px;
}


/* =features
-----------------------------------------------------------------------------*/

.features ul{
	float:left;
	list-style-type:disc;
	margin:0;
	width:365px;
}

.features li{
	line-height:25px;
}


/* =spec
-----------------------------------------------------------------------------*/

.spec ul{
	float:left;
	list-style-type:disc;
	margin:0 5px 0 0;
	width:230px;
}

.spec li{
	line-height:25px;
}


/* =applications
-----------------------------------------------------------------------------*/


.applications ul{
	float:left;
	list-style-type:disc;
	width:235px;
}

.applications li{
	line-height:25px;
}

/* =gallery
-----------------------------------------------------------------------------*/

.gallery li{
	float:left;
	margin:0 15px 0 0;
}
.gallery li a{
	position: relative;
	display:block;
}

.gallery li a img{
	border:none;
}

/* =resources
-----------------------------------------------------------------------------*/

.resources h2{
	margin:0 0 15px 0;
	clear:both;
}

.resources ul{
	margin:0 0 20px 35px;
	padding:0;
	height:132px;
}

.resources li{
	float:left;
	margin:0 110px 0 0;
	width: 92px;
	height: 132px;
}
.resources li span{
	display:block;
	text-align:center;
	height: 12px;
	width: 92px;
	font-size:11px;
}

.resources li a{
	position: relative;
	display:block;
	width: 92px;
	height: 120px;

}

.resources li a img{
	width: 92px;
	height: 120px;
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	position: absolute;
	left: 0; top: 0;
}

/*
.resources li#websheet a{background:url(../images/subnav_websheet.gif) no-repeat left top}
.resources li#datasheet a{background:url(../images/subnav_datasheet.gif) no-repeat left top}
.resources li#technical a{background:url(../images/subnav_technical.gif) no-repeat left top}
.resources li#press a{background:url(../images/subnav_press_release.gif) no-repeat left top}
.resources li#twitter a{background:url(../images/subnav_twitter.gif) no-repeat left top}
*/



