/* CSS Document - WE Instrumentation 2008*/

 body {
	background-color:#eee;
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	color:#222222;
	margin-top:0px;
	font-size:16px;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	color:#003366;
	margin:0px;
	padding-bottom:3px;
	border-bottom-style:dotted;
	border-bottom-width:thin;
	border-bottom-color:#aaaaaa;
	margin-bottom:10px;
	font-size:14px;
}

h3 {
	font-family:"Times New Roman", Times, serif;
	color:#003366;
	margin:0px;
	margin-bottom:-5px;
	font-size:14px;
}
 
/*global*/ 

 #container {
	width: 801px;
	height:auto;
	margin: 10px auto;
	color: #222;
	background-color:#fff;
	background-image:url(../images/left_bg.jpg);
	background-repeat:repeat-y;
	background-position:left;
}

#header {
	padding: 0px;
	background-color: #fff;
	height:100px;
}

#icons {
	position:relative;
	float:right;
	width:250px;
	height:auto;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#003366;	
	font-size:11px;
}

#icons a {
	font-weight:normal;
	color:#003366;
	text-decoration: none;
}

#icons a:link, #navlist a:visited {
	font-weight:normal;
	color:#003366;
	text-decoration: none;
}

#icons a:hover {
	font-weight:normal;
	color:#003366;
	text-decoration: none;
}

#left {
	width: 200px;
	height:auto;
	margin: 0px;
	padding: 0px;
	float:left;
	position:relative;
	border-top:35px solid #fff;
	text-decoration:none;
}

#search {	
	position:relative;
	float:left;
	padding:14px 10px 10px 20px;
}

#adobe {	
	position:relative;
	float:left;
	padding:0px 10px 10px 20px;
}

#right {
	width:600px;
	float:left;
	position:relative;
	border-left:1px solid #ddd;

}

#logo {
	position:relative;
	float:left;
	height:100px;
	width:auto;
	background-color:#fff;
}

#flash {
	width:600px;
	height:136px;
	border-bottom:10px solid #dddddd;
	background-color:#ffffff;	

}

#content {
	width:539px;
	height:auto;
	padding:30px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	border-right:1px solid #ddd;
	clear:both;
	background-image:url(../images/content_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	font-size:0.8em;

}

#content a {
	font-weight:normal;
	color:#003366;
	text-decoration: none;
}

#content a:link, a:visited {
	font-weight:normal;
	color:#003366;
	text-decoration: none;
}

#content a:hover {
	font-weight:normal;
	color:#003366;
	text-decoration: underline;
}

/* Top nav */

#topnavcontainer {
	width:600px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003366;
}
#topnavtabcontainer {
	height:24px;
	border-left:1px solid #AAAAAA;
}
.topnavtabOn {
	height:23px;
	background-color:#003366;
	border-top:1px solid #AAAAAA;
	border-right:1px solid #DDDDDD;
	line-height:20px;
	margin:0;
	text-align:center;
	float:left;
	color:#FFFFFF;
	padding: 0px 12px 0px 12px;
	display:block;
}
.topnavtab {
	height:23px;
	background-image:url(../images/tabgraduatedbg.jpg);
	background-repeat:repeat-x;
	background-position:left;
	border-top:1px solid #AAAAAA;
	border-right:1px solid #DDDDDD;
	line-height:20px;
	margin:0;
	text-align:center;
	float:left;
	color:#003366;
	display:block;
}
.topnavtab a 
, .topnavtab a:link
, .topnavtab a:active
, .topnavtab a:visited {
	text-decoration:none;
	color:#003366;
	padding: 1px 12px 2px 12px;
	display:block;
}
.topnavtab a:hover {
	text-decoration:none;
	background-color:#003366;
	color:#FFFFFF;
	padding: 1px 12px 2px 12px;
	display:block;
}
.topnavtabshadow {
	width:6px;
	height:24px;
	background-image:url(../images/navtabendshadow.jpg);
	background-repeat:no-repeat;
	background-position:right;
	float:left;
}
#topnavfooter {
	width:600px; 
	height:10px;
	margin:0;
	padding:0;
	clear:both;
	font-size:0;
	background-color:#003466;
}

/* End top Nav */

/*navigation*/

ul#navlist li a,ul#subnavlist li a
{
font-family: arial;
font-size: 12px;
font-weight: normal;
text-decoration: none;
}

div#navcontainer
{
width: 199px;
background: #fff;
padding: 2em;
padding:0px;
margin:0px;
border-left:1px solid #aaa;
border-bottom:1px solid #aaa;
}

/* NAV LIST level 1 */
ul#navlist
{
list-style-type: none;
margin: 0;
padding: 0;
}

ul#navlist li { display: inline; }

ul#navlist li a
{
color: #222;
display: block;
background: #fff url(../images/nav_bg.jpg) top left no-repeat;
padding: 5px 0px 6px 20px;
width: 179px;
border-top:1px solid #aaa;
font-weight: normal;
}

ul#navlist li a:visited {color:#222;}

ul#navlist li a:hover { background: url(../images/nav_bg_on.jpg) no-repeat; }

ul#navlist li a#current
{
color: #003366;
background: #fff url(../images/nav_bg_on.jpg) no-repeat ;
font-weight: normal;
}

/* SUB NAV LIST */
ul#subnavlist
{
margin: -1px 0px 0px 0px;
list-style-type: none;
padding: 0px 0px 0px 0px;
}

ul#subnavlist li { display: inline; }

ul#subnavlist li a
{
display: block;
color: #222;
background: #fff;
padding: 3px 0px 5px 30px;
height: auto;
border-left:10px solid #003366;
width: 159px;
border-top:0px;
font-weight: normal;
}

ul#subnavlist li a:visited {color:#222;}

ul#subnavlist li a:hover { background: #fff ; color:#003366; }

ul#navlist li a#subcurrent
{
color: #003366;
background: #fff;
}

ul#navlist li a#subcurrent:hover { background: #fff; }



/* SUB NAV LIST2 */
ul#subnavlist2
{
margin: -1px 0px 0px 0px;
list-style-type: none;
padding: 0px 0px 0px 0px;
}

ul#subnavlist2 li { display: inline; }

ul#subnavlist2 li a
{
display: block;
color: #222;
background: #fff;
padding: 3px 0px 5px 60px;
height: auto;
border-left:10px solid #003366;
width: 129px;
border-top:0px;
font-size:0.7em;
}

ul#subnavlist2 li a:hover { background: #fff ; color:#003366; }

ul#navlist2 li a#subcurrent
{
color: #003366;
background: #fff;
text-decoration:underline;
}

ul#navlist2 li a#subcurrent:hover { background: #fff; }


/*Homepage boxes*/

#homepage_news {
	width:240px;
	height:auto;
	margin:10px 25px 10px 0px;
	background-color:transparent;
	float:left;
}

#homepage_news  a{
	color:#003366;
	text-decoration:none;
	
}

#homepage_news a:visited, a:active{
	color:#003366;
	text-decoration:none;
}

#homepage_news a:hover{
	color:#003366;
	text-decoration:underline;
}


#homepage_highlights {
	width:240PX;
	height:auto;
	margin:10px 0px 10px 0px;
	background-color:transparent;
	float:left;
}

#homepage_highlights  a{
	color:#003366;
	text-decoration:none;
}

#homepage_highlights a:visited, a:active{
	color:#003366;
	text-decoration:none;
}

#homepage_highlights a:hover{
	color:#003366;
	text-decoration:underline;
}

.date {
	color:#222;
	text-decoration:underline;
	font-size:12px;
}

.info {
	color:#222222;
	text-decoration:none;
	font-size:11px;
}

/* Product category/listing */

.product_cat_box {
	BACKGROUND-COLOR: #fff;
	border:1px solid #aaa;
	width:120px;
	height:auto;
	margin:10px 0px 10px 20px;
	float:left;
	
}
.titlebox {
	COLOR: #ffffff; 
	BACKGROUND-COLOR: #003366;
	width:115px;
	height:auto;
	padding:1px 0px 1px 5px;
}


#listing {margin-left:-20px;}

#listing a {
	font-weight:normal;
	color:#fff;
	text-decoration: none;
}

#listing a:link, a:visited {
	font-weight:normal;
	color:#fff;
	text-decoration: none;
}

#listing a:hover {
	font-weight:normal;
	color:#fff;
	text-decoration: none;
}



html>body #listing {margin-left:0px;}

/*footer*/

#footer {
	clear: both;
	margin: 0;
	background-color: #eee;
	border-top:10px solid #003366;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#222222;
	font-size:11px;
}

#footer   a{
	color:#003366;
	text-decoration:none;
}

#footer  a:visited, a:active{
	color:#003366;
	text-decoration:none;
}

#footer  a:hover{
	color:#003366;
	text-decoration:none;
}

/*News pages*/

.news_list {
	width:100%;
	height:auto;
	margin:0px 0px 10px 0px;
	background-color:transparent;
	float:left;
	border-bottom:1px solid #ddd;
}

.news_list  a{
	color:#222222;
	text-decoration:none;

}

.news_list a:visited, a:active{
	color:#222222;
	text-decoration:none;
}

.news_list a:hover{
	color:#003366;
	text-decoration:underline;
}

.date_news {
	color:#222;
	text-decoration:none;
	padding-bottom:5px;
	margin-bottom:-10px;
	text-decoration:underline;
}

.title_news {
	color:#003366;
	text-decoration:none;
	font-weight:bold;
	text-decoration:none;
}

.title_news  a{
	color:#003366;
	text-decoration:none;
	font-weight:bold;

}

.title_news a:visited, a:active{
	color:#003366;
	text-decoration:none;
	font-weight:bold;
}

.title_news a:hover{
	color:#003366;
	text-decoration:none;
	font-weight:bold;
}

.morelink {
	color:#003366;
	text-decoration:none;
	font-weight:normal;
	padding-bottom:5px;
	float:right;
	font-size:11px;
}

.product_title  {
	color:#003366;
	text-decoration:none;
	font-weight:normal;
	text-decoration:underline;
	margin-bottom:-10px;

}

.product_title  a{
	color:#003366;
	text-decoration:none;
	font-weight:normal;
	text-decoration:underline;

}

.product_title a:visited, a:active{
	color:#003366;
	text-decoration:none;
	font-weight:normal;
	text-decoration:underline;
}

.product_title a:hover{
	color:#003366;
	text-decoration:none;
	font-weight:normal;
	text-decoration:underline;
}

.productinfo li{
	margin-left:-40px;
	list-style-type:none;
	font-size:11px;
	
}
.sitemapproductunderline  {
	text-decoration:underline;
}
