/* 
SpectraFluidics - Base Style
*/

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/nav.css";
/* @group GLOBALS
===================================== */
body { background: #f7f7f7 url(../images/bgs/bg-body.gif) scroll repeat-x top left; }
body.home { background: #f7f7f7 url(../images/bgs/bg-body-home.gif) scroll repeat-x top left; }
ul, ol, dl { margin-bottom: 0; }
li ul, li ol { margin: 0; }
/* @group LAYOUT
===================================== */

#container, .container {
  position:relative;
  width: 960px;
  margin: 0 auto;
}
#content {
  background: transparent url(../images/bgs/bg-content.png) repeat-y;
  min-height:675px;
}
body.home #content { background: none; }
#contentHead {
  height:85px;
  position:relative;
  float:left;
  width:960px;
  margin:0;
  padding:0;
  background: transparent url(../images/bgs/bg-content-head.jpg) no-repeat;
}
#contentHead h3 {
  font-size:24px;
  color:#fff;
  margin:30px 0;
  width:400px;
  position:relative;
  float:left;
}
#contentHead p {
  margin:20px 0;
  width: 400px;
  font-size:13px;
  color:#fff;
  position:relative;
  float:right;
}
#primary {
  float: left;
  width: 660px;
  padding:4em 0;
}
body.home #primary { width: 645px; }
#primary li { padding:1em 0; }
.oneCol #primary {
  width: 960px;
  border: 0;
}
#sidebar {
  float:right;
  margin:0;
  padding:30px 20px;
  position:relative;
  width:180px;
}
#sidebar img { border:1px solid #555; }
.twoColSL #primary p { margin: 0 0 1em 0; }
/* @group Layout - Header
===================================== */

#header {
  position: relative;
  z-index:200;
  height:150px;
}
#header #logo {
  float:left;
  height:85px;
  margin-top:10px;
  overflow:auto;
  width:351px;
}
#header a img { display: block; }
#header #searchTop {
  float: right;
  width: 320px;
  margin: 25px 0 0 0;
}
/* Forms - Search  */
#searchForm, #svSearchAgain {
  right: 0;
  margin: 0;
  padding: 0;
}
#svSearchAgain {
  left:0;
  font-size: 1.2em;
}
#searchForm input.text, #svSearchAgain input.text {
  float: left;
  width: 160px;
  margin: 0 .75em 0 0;
  font-style: italic;
  padding: 1px;
}
#svSearchAgain input { float:none; }
/* Search styles */
#searchForm, #searchAgainBlock {
  width: 230px;
  height: 29px;
  float: right;
  overflow: hidden;
  background-color:#bbbdbe;
}
#searchForm form, #searchAgainBlock form {
  padding: 0px;
  margin: 0;
}
#searchForm #txtKeywords, #searchAgainBlock #againKeywords {
  width: 180px;
  padding: 7px 1px 5px 5px;
  border: 0;
  background: none;
  color: #fff;
  float: left;
}
#searchForm #search-submit, #searchAgainBlock #searchAgainSubmit {
  width: 30px;
  height: 29px;
  margin: 3px 0 0 0;
  border: 0;
  background: url(../images/bgs/bg-search-button.png) no-repeat left top;
  cursor: pointer;
  float: right;
}
#searchAgainBlock, #searchAgainBlock #againKeywords, #searchAgainBlock #searchAgainSubmit { float:left; }
/* @group Layout - Footer
===================================== */

#footer {
  clear: both;
  position: relative;
  margin:0;
  padding:2em 0;
  float:left;
  width: 100%;
  color:#ccc;
  background-color:#5a5d62;
}
#footer p {
  float: left;
  margin: 0;
  padding: 0;
}
#footer a {
  color:#ccc;
  font-weight:bold;
}
#footer ul {
  position: absolute;
  right: 0;
  margin: 0;
  padding:0;
}
#footer ul li {
  border-right:1px solid #CCCCCC;
  float:left;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin-right:1.4em;
  padding-right:1.4em;
  position:relative;
}
#footer ul li.last {
  border: none;
  margin: 0;
}
/* Common Classes */
form#login { width:400px; }
legend { font-weight:bold; font-size:1.1em; }
#primary form li { margin: 0; }
#login label, #sendLogin label {
  float:left;
	width:25%;
}
label.error, form em { color:#F00; }
input, textarea, select {
  padding:5px 10px;
  border:1px solid #B5B8C8;
  background-color:#fff;
  margin-left:20px;
  width:250px;
}
input:focus, textarea:focus, select:focus { border:1px solid #000; }
input, select, fieldset input.text { width:200px; }
input[type="checkbox"] { width:20px; }
input[type="hidden"] { display: none; }
textarea,fieldset textarea  {
  width: 65%;
  height:200px
}
button, input[type="submit"] {
  background:none repeat scroll 0 0 #888888;
  border:1px solid #000000;
  color:#FFFFFF;
  font-size:1.2em;
  font-weight:bold;
  margin:25px 0 0 0 ;
  padding:4px 1.5em;
  text-align:center;
  width:auto;
}
button:hover, input[type="submit"]:hover {
background-color:#000000;
}
.oneCol div.last { border-bottom: none; }
dd img, div dd {
  line-height:inherit;
  min-height: 70px;
}
hr {
  background-color:#DEDEDE;
  border:0 none;
  color:#DEDEDE;
  height:1px;
  margin:10px 0 6px;
  padding:0;
}
.h-line { padding:4px 0; }
.box-main {
  float:left;
  padding:20px 0 0;
  width:290px;
}
.icon {
  float:left;
  width:77px;
}
.spacer {
  display:block;
  float:left;
  height:100%;
  width:35px;
}
/* Mura Classes */
#primary .imgMed {
  float:left;
  border: 1px solid #000;
  padding:0;
  margin: .5em 1.5em 1.5em 0;
}
a#svAsset { padding:0; }
#crumbList li {
  font-size:1.2em;
  padding: .75em 0;
}
.svIndex dl {
  border-bottom:1px solid #E3E3E3;
  margin:1.5em 0;
  padding:2em 0 2.5em 0;
  position:relative;
}
.svIndex dl.last { padding:2em 0 }
#primary .svIndex dt a { font-size:1.3em !important; }
#primary .svIndex dt a:hover { text-decoration:none; }
.svIndex dt { margin-bottom:0.5em; }
.svIndex dt.releaseDate { font-style:italic; }
#svPortal dl.hasImage {
  min-height:150px;
  padding-left:160px !important;
}
dl.hasImage .image { margin:1em 1em 0 0; }
.twoColSR #primary img {
  border: 1px solid #333;
  margin:0 1.5em 2em 0;
}
.sysPartners #primary img { border: none; }
#primary #svCaptcha img { margin:0; }
#svLoginContainer { margin:0; }
#svSessionTools,#svPageTools, #svFavoritesList{
  border-top: 1px solid #e3e3e3;
  margin:1.4em 0;
	padding:1.4em 0;
}
#svSessionTools p#welcome {
	font-size: 1.4em;
  font-weight:bold;
}

