@charset "utf-8";
/* +++++++ Home Page Styles Start +++++++*/

/* Default page settings */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0px;
	padding: 0px;
	background-image: url(../Assets/Images/TemplateArt/pageBackground.jpg);
	background-repeat: repeat-x;
	background-color: #E7E0C6;
}
/* Container for the page.*/
#pageWrapperDiv {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 925px;
	background-color: #FFF;
}

/* HEADER SECTION - This section contains the Logo Splash and sub-menu links.*/

#header_div {
	height: 80px;
	border-bottom: 4px solid #A29163;
	border-right: 1px solid #A29163;
	border-left: 1px solid #A29163;
}
/*Logo Container*/
#logo{
	height: 80px;
	width: 400px;
	float: left;
	background-image: url(../Assets/Images/Home%20Page/logo.jpg);
}
	#logo span a{
		display: block;	
		height: 80px;
		width: 400px;
	}
/*Header Links Container*/
#headerLinks_div {
	width: 617px;
	height: 30px;
	padding-right: 5px;
	text-align: right;
	padding-top: 15px;
	float: left;
	overflow: hidden;
}
	#headerLinks_div a, #topLinks_diva:visited {
		color: #069;
		text-decoration: none;
	}
		#headerLinks_div a:hover{
			color: #A29163;
			text-decoration: underline;
		}
/*Part Search Container*/
#searchDiv {
	width: 617px;
	height: 30px;
	padding-right: 5px;
	padding-top: 5px;
	text-align: right;
	float: left;
	overflow: hidden;
}
.label{ 
	color: #A29163;
	font-weight: bold;
}		
.submit { vertical-align: middle; *vertical-align: text-bottom; } 
#searchBox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	width: 200px;
	height: 16px;
	text-transform: uppercase;
	color: #000;
	border: 1px solid #069;
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
	  
/* NAVIGATION SECTION - This section contains the main navigation menu and the part search.*/

/*Main Navigation Menu Container*/
#navigationDiv {
	height: 30px;
	background-color: #069;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #069;
}
/*Menu Container*/
#menuDiv {
	width: 700px;
}	
#menu {
	padding:0;
	margin:0;
	list-style-type:none;
}
	#menu li {
		position:relative;
		width:140px;
		height:30px;
		text-align:center;
		line-height: 2.7em;
		padding: 0px;
		float: left;
	}
	 #menu li a, #menu li a:visited {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 12px;
		color: #FFF;
		text-decoration: none;
		display: block;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #069;
	}
		#menu li a:hover {
			color: #A29163;
			background-color: #FFF;
			border-bottom-width: 1px;
			border-bottom-style: solid;
			border-bottom-color: #A29163;
		}

/*SPLASH SECTION - This section contains the photo splash*/

/*Horizontal Menu Container*/
#hs_menuDiv {
	height: 250px;
	margin-top: 5px;
}
#hs_menu{
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
	overflow: hidden;
	width: 1024px;
	height: 250px;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #FCFCFC;
	border-top: 1px solid #A29163;
	border-bottom: 1px solid #A29163;
	background-repeat: no-repeat;
	background-image: url(../Assets/Images/Home%20Page/banner_static.jpg);
}
#hs_menu li.top{
	float: left;
}
#hs_menu li.one{
	background-image: url(../Assets/Images/Home%20Page/banner_one.jpg);
}
#hs_menu li.two{
	background-image: url(../Assets/Images/Home%20Page/banner_two.jpg);
}
#hs_menu li.three{
	background-image: url(../Assets/Images/Home%20Page/banner_three.jpg);
}
#hs_menu li.top a.main{
	display: block;
	height: 250px;
	width: 34px;
	overflow: hidden;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#hs_menu li div{
	position: absolute;
	left: -9999px;
	width: 500px;
	height: 250px;
	margin-left: 34px;
	padding: 0 10px;
	z-index: 10;
}
#hs_menu li div.b1{
	margin-left: 5px;
	margin-top: 50px;	
}
#hs_menu li div.b2{
	margin-left: 5px;
	margin-top: 50px;	
}
#hs_menu li div.b3{
	margin-top: 50px;
	margin-left: 440px;
	color: #D8D6D7;
}
#hs_menu li div.b3 a:hover{
	color: #615E57;
}
#hs_menu li a.main:hover{
	visibility: visible;
	height: 250px;
	width: 956px;
	position: relative;
}
#hs_menu li.top:hover{
	position: relative;
	width: 956px;
	height: 250px;
}
#hs_menu li:hover > a.main{
	width: 956px;
	height: 250px;
}
#hs_menu div{
	color: #615E57;
}
#hs_menu div h4{
	margin: 0;
	padding: 10px 0;
	font-size: 14px;
}
#hs_menu div a{
	text-decoration: underline;
	color: #c00;
}
#hs_menu div p{
	font-size: 12px;	
}
#hs_menu div a:hover{
	text-decoration: none;
	border: 0;
}
#hs_menu div ul a{
	text-decoration: none;
	color: #069;
}
#hs_menu div ul{
	list-style-type: none;	
}
#hs_menu div ul a:hover{
	text-decoration: underline;
	color: #615E57;
}
#hs_menu img.left{
	float: left;	
}
#hs_menu p.clear{
	clear: both;	
}
#hs_menu :hover div{
	left: 0;	
}

/*MAIN CONTENT SECTION - This section contains the main content of the site - worldwide locations, selection guide, applications, new products, news, rohs and about us splash.*/

/*Main Content Container*/
#contentDiv{
height: 475px;
}
/*Applications Container*/
#appDiv{
	margin-top: 10px;
	margin-bottom: 10px;
	height: 140px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A29163;
	border-bottom-color: #A29163;
}
#appDiv span a{
	text-decoration: none;
	color: #A29163;
	float: right;
}
#appDiv span a:hover{
	text-decoration: underline;
	color: #615E57;
}
#wrap{
	width: 910px;
	margin: 0 auto;
	overflow: hidden;
}
.appLink{
	display: inline;
	float: left;
	text-decoration: none;
	text-align: center;
	margin: 0 10px;
}
.appLink em{
	font-style: normal;
}
.appLink em.txt, .appLink b{
	display: none;
}
.appLink img{
	display: block;
	border: 0;
}
.appLink:hover{
	background: #fff;
	position: relative;
	cursor: pointer;
	text-decoration: none;
}
.appLink:hover b{
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	width: 160px;
	height: 140px;
}
.appLink:hover .color1 b{
	opacity:0.7;
	filter:alpha(opacity=70);
	background-color: #615E57;
}
.appLink:hover em.txt{
	display: block;
	position: absolute;
	top: 70px;
	width: 150px;
	left: 5px;
	height: 50px;
	color: #D8D6D7;
	margin: 0;
	line-height: 1.5em;
	font-weight: bold;
	font-size: 14px;
}
/*News Container*/
#newsDiv{
	float: left;
	width: 1024px;
	margin-top: 5px;
	padding-top: 38px;
	color: #615E57;
	background-image: url(../Assets/Images/TemplateArt/latest_news-banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#techDiv{
	float: left;
	width: 1024px;
	color: #615E57;
}
#newsDiv a, #techDiv a{
	text-decoration: none;
	color: #A29163;
}
#newsDiv a:hover, #techDiv a:hover{
	text-decoration: underline;
	color: #615E57;
}
#newsDiv span, #techDiv span{
	display: block;
	width: 650px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#newsDiv .title, #techDiv .title{
	padding-top: 5px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #A29163;
}
#newsDiv .date, #techDiv .date{
	font-style: italic;
	padding-left: 10px;
}
#newsDiv .link, #techDiv .link{
	margin-top: 10px;
	font-size: 12px;
}

/*FOOTER SECTION - This section contains the links for the site and copyright notice*/

/*Footer Container*/
#footerDiv{
	height: 75px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #A29163;
	background-color: #FFF;
	background-image: url(../Assets/Images/TemplateArt/Footer-Background.jpg);
	background-repeat: no-repeat;
}
/*Footer Links*/
#footerLinksDiv {
	text-align: center;
	padding-top: 15px;
}
	#footerLinksDiv a, #footerLinksDiv a:visited {
		color: #069;
		text-decoration: none;
	}
		#footerLinksDiv a:hover {
			color: #A29163;
			text-decoration: underline;
		}
