/* CSS Document */
/* Section style sheet - Industrial Design */

/* vertical background bar */
#wrapper {
	background: #FFFFFF url("../images/blue_vertbar.gif") repeat-y right;
}

/* header */
#topline {
	border-bottom: 2px solid #2c0098;
}
#header {
	background:  url("../images/blue_tag2.jpg") no-repeat 622px 40px; /* 625px 35px */
}
/* content */
#backdrop {
	background: transparent url("../images/blue_mesh.gif") center repeat;
}
#container {
 	border: 2px solid #2c0098;	
	background: #FFFFFF url("../images/blue_div.gif") repeat-y right;
}
#container h2 {
	background-color: #2c0098;
}
/* multipage nav */
#pagenav {
	border-bottom: 2px solid #2c0098; 
	background-color: #d5d2ec;
}
#rightlink a {
	color: #2c0098;
	background: url(../images/blue_arr1.gif) no-repeat 100% 50%;
}
#leftlink a {
	color: #2c0098;
	background: url(../images/blue_rarr1.gif) no-repeat 0% 50%;
}
/* general content */
#content img {
	border-color: #2c0098;
}
.moreinfo a {
	color: #2c0098;
}
#content h3 {
	color: #2c0098;
}
/* navigation */
#navbar {
	background: #2c0098;
}
#navbar p {
	display: none;
}
#navwrapper {
	border-top: 2px solid #2c0098;
	border-left: 2px solid #2c0098;
	border-bottom: 2px solid #2c0098;
	background: #2c0098 url("../images/blue_navgrad.jpg") repeat-x;
}
#navbar {
	color: #2c0098;
}
#navbar ul li {
	background-color: #d5d2ec;
}
#navbar ul li a {
	background:  url("../images/blue_arr1.gif") no-repeat 3px 50%;
	color: #2c0098;
}
#navbar ul li a.subcat {
/*	background:  url("../images/blue_arr2.gif") no-repeat 10px 50%; */
	background:  none;
}
#navbar ul li a:hover {
	background-color: #2c0098;
}
/* image bar */
#imagebar img {
	border-bottom: 2px solid #2c0098;
}
#imagetext {
	background: url(../images/blue_squote.gif) no-repeat 10px 10px;
}
#imagetext blockquote {
	background: url(../images/blue_equote.gif) no-repeat bottom right;
}

/* current page highlights*/
/* topnav */
#indpg #tab2, #vispg #tab2, #engpg #tab2, #iprotopg #tab2, #valuepg #tab2, #prodgpg #tab2, #isubpg #tab2, #icasespg #tab2, #ifaqpg #tab2, #idownpg #tab2, #ilinkspg #tab2 {
	background: #fff url(../images/blue_mesh.gif) repeat left top;
}
#indpg #tab2 a, #vispg #tab2 a, #engpg #tab2 a, #iprotopg #tab2 a, #valuepg #tab2 a, #prodgpg #tab2 a, #isubpg #tab2 a, #icasespg #tab2 a, #ifaqpg #tab2 a, #idownpg #tab2 a, #ilinkspg #tab2 a {
	background: url(../images/white_cor_on.gif) no-repeat left top;
	color: #2c0098;
}
/* sidenav */
#indpg #indlink, #vispg #vislink, #engpg #englink, #iprotopg #iprotolink,
#valuepg #valuelink, #prodgpg #prodglink, #isubpg #isublink, #icasespg #icaseslink, #ifaqpg #ifaqlink, #idownpg #idownlink, #ilinkspg #ilinks {
	background-color: #2c0098;
	color: #ffffff;
}

