/*----CSS Reset----*/
*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{}table{border-collapse:collapse}caption,th,td{text-align:left}
/*----End CSS Reset----*/
/*---------------------------------------------------------------------*/
/*----Elements----*/

.it-style
{
color: fff; 
display: block;
width: 100%
}

body {
  background: #fff;
  font: normal 62.5% Verdana, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #000;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*----End Elements----*/
/*---------------------------------------------------------------------*/
/*----IDs----*/

#container {
  width: 1000px;
  margin: 0 auto;
  border-top: 14px solid #bf2e1a;
  text-align: left;
}

#search {
  float: right;
  padding-top: 34px;
  width: 233px;
}

#nav {
  clear: both;
  background: url(./themes/site_themes/default/nav_background.gif) left top repeat-x;
  height: 41px;
  padding: 0 7px;
  margin-bottom: 10px;
}

#nav li {
  display: block;
  font-weight: bold;
  font-family: "Segoe UI", "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 1.2em;
  float: left;
}

#nav li a {
  color: #fff;
  height: 41px;
  line-height: 41px;
  padding: 0 7px;
  display: block;
  float: left;
}

#nav li a:hover {
  text-decoration: none;
  color: #b5b296;
}

#homeflash {
  float: left;
  width: 664px;
  height: 284px;
  text-align: center;
  line-height: 284px;
  margin-bottom: 9px;
}

#homesidebar, #sidebar {
  width: 327px;
  float: left;
}

#homesidebar {
  margin-left: 9px;
}

#quicklinks {
  border-top: 1px solid #ababac;
  padding-top: 12px;
}

#sidebar #quicklinks {
  border-bottom: 1px solid #ababac;
  padding-bottom: 12px;
  margin-bottom: 9px;
}

#quicklinks li {
  display: block;
  float: left;
}

#quicklinks a {
  display: block;
  float: left;
  text-indent: -9999px;
}

#products {
  float: left;
}

#products .subnav {
  width: 650px;
}

#it {
  float: left;
}

#it .subnav {
  width: 650px;
}

#products .yellow h2 {
  background: url(./themes/site_themes/default/header-products-yellow.gif) left top no-repeat;
}

#products .subnav li {
  font-size: 1.2em;
  color: #191919;
  padding: 0;
}

#how h2 {
  font-size: 2.2em;
  font-weight: bold;
  color: #58585a;
  letter-spacing: -1px;
  font-family: Helvetica, Arial, Verdana, sans-serif;
}

#how h3 {
  color: #bf2e1a;
  border-bottom: 1px solid #000;
  font-size: 2.0em;
  letter-spacing: -1px;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}

#how h3 a:visited { color: #bf2e1a; }

#how h3 a:link { color: #bf2e1a; text-decoration: none; }

#how h3 a:hover { color: #bf2e1a; text-decoration: underline; }

#how p {
  font-size: 1.1em;
  line-height: 1.5em;
}

#how .block {
  width: 211px;
  height: 221px;
  padding: 12px;
  background: #f2efe4;
  float: left;
  margin-bottom: 9px;
}

#how .alt {
  background: #f0f0f0;
  margin: 0 19px;
}

#how .last {
  margin: 0 0 0 19px;
}

#footer {
  text-align: center;
}

#footer ul {
  margin: 10px 0;
}

#footer li {
  display: inline;
  border-right: 1px solid #393939;
  font-size: 1.1em;
  padding: 0 10px;
}

#footer li.last {
  border: 0 none;
}

#footer li a {
  color: #393939;
}

#footer p {
  color: #464646;
  font-size: .9em;
  margin-bottom: 10px;
}

#footer p a {
  color: #464646;
  font-weight: bold;
}

#content {
  float: left;
  margin-left: 15px !important;
  padding-left: 14px !important;
  margin-left: 14px;
  border-left: 1px solid #e0e0e0;
  padding-left: 13px;
  width: 643px;
}

#content h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
  padding-top: .5em;
}


#content h3 {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 1em;
  padding-top: .5em;
}

#content h4 {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 1em;
  padding-top: 1.5em;
  text-transform: uppercase;
  color: #bf2e1a;
  margin-left: 1em;
}

#content h5 {
  font-size: 1.2em;
  line-height: 1.7em;
  margin-bottom: 1em;
  margin-left: 1em;
  font-weight: bold;
}

#content p {
  font-size: 1.2em;
  line-height: 1.7em;
  margin-bottom: 1em;
  margin-left: 1em;
}

#content dt {
  font-size: 1.2em;
  line-height: 1.7em;
  margin-bottom: 1em;
  margin-left: 1em;
  border-bottom: 1px solid #ccc;
  display: block;
}

#content .search dt {
  border-bottom: 0 none;
}

#content .search dd {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

#content ul {
  margin-bottom: 1em;
}

#content ul li {
  font-size: 1.2em;
  color: #191919;
  padding: 5px 0 5px 40px;
  background: #fff url(./themes/site_themes/default/bullet-red.gif) left 1px no-repeat;
}

#content ol {
  margin-bottom: 1em;
}

#content ol li {
  font-size: 1.2em;
  color: #191919;
  padding: 5px 0;
  margin-left: 40px;
  list-style: decimal;
}

#content a, .login a {
  color: #600;
  border-bottom: 1px dotted #600;
}

#content a:hover, .login a:hover {
  text-decoration: none;
  border-bottom: 1px solid #600;
}

#content a.image, #content a.image:hover {
  border-bottom: 0 none;
}

#sectionhead {
  width: 643px;
  height: 155px;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 9px;
  margin-bottom: 10px;
}

#sectionhead {
  width: 643px;
  height: 155px;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 9px;
  margin-bottom: 10px;
}
#sectionhead h2 {
  color: #bf2e1a;
  font-weight: bold;
  font-size: 1.6em;
  width: 330px;
  padding-top: 134px;
}

#sectionhead p {
  display: inline;
}

#demo a {
  display: block;
  float: right;
  width: 152px;
  height: 41px;
  text-indent: -9999px;
  border: 0 none;
}

#demo a:hover {
  border: 0 none;
}

#logos {
  float: left;
}

#client-list {
  margin-left: 252px;
}

/*----End IDs----*/
/*---------------------------------------------------------------------*/
/*----Classes----*/

.clear {
  clear: both;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  margin: 0;
}

#content p.center {
  text-align: center;
  margin-left: 0;
}

.logo {
  float: left;
}

.logo a {
  width:194px;
  height:96px;
  background: url(./themes/site_themes/default/logo.gif) left top no-repeat;
  text-indent: -9999px;
  display: block;
}

.searchbox {
  border: 1px solid #7e9db9;
  height: 17px;
  font-family: Verdana, Helvetica, Arial sans-serif;
  width: 158px;
}

#search .searchbutton {
  height: 19px;
  font-size: 1em;
  background: #ededed;
  border: 1px solid #7e9db9;
  color: #333;
  font-family: Verdana, Helvetica, Arial sans-serif;
}

.toplinks {
  width: 233px;
  clear: right;
  float: right;
  margin-top: 5px;
}

.toplinks li {
  display: inline;
  border-right: 1px solid #bf2e1a;
  padding-right: 5px;
  margin-right: 5px;
  font-weight: bold;
  font-family: "Segoe UI", "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
}

.toplinks li.last {
  border-right: 0 none;
}

.toplinks a {
  color: #bf2e1a;
}

.world {
  float: right;
}

#nav ul.world li a {
  background: url(./themes/site_themes/default/world.gif) left top no-repeat;
  text-transform: none;
  padding-left: 60px;
}

.subnav {
  border: 1px solid #cecece;
  padding: 4px;
  margin-bottom: 9px;
}

.subnav h2 {
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 1.6em;
  padding-left: 24px;
}

.subnav ul {
  margin-top: 4px;
}

.subnav li {
  font-size: 1.2em;
  color: #191919;
  padding: 5px 0 5px 40px;
}

.subnav li a {
  color: #191919;
}

.subnav li li {
  font-size: .9em;
  padding: 0 0 0 10px;
  background: url(./themes/site_themes/default/subbullet.gif) left 6px no-repeat;
}

.red h2 {
  background: url(./themes/site_themes/default/header-side-red.gif) left top no-repeat;
}

.red li {
  background: #fff url(./themes/site_themes/default/bullet-red.gif) left 1px no-repeat;
}

.red li.alt {
  background: #ededed url(./themes/site_themes/default/bullet-red.gif) left 1px no-repeat;
}

.green h2 {
  background: url(./themes/site_themes/default/header-side-grey.gif) left top no-repeat;
}

.homerow .green h2 {
  background: url(./themes/site_themes/default/header-side-green.gif) left top no-repeat;
}

.green li {
  background: #fff url(./themes/site_themes/default/bullet-green.gif) left 1px no-repeat;
}

.green li.alt {
  background: #ededed url(./themes/site_themes/default/bullet-green.gif) left 1px no-repeat;
}

.blue h2 {
  background: url(./themes/site_themes/default/header-side-blue.gif) left top no-repeat;
}

.blue li {
  background: #fff url(./themes/site_themes/default/bullet-blue.gif) left 1px no-repeat;
}

.blue li.alt {
  background: #ededed url(./themes/site_themes/default/bullet-blue.gif) left 1px no-repeat;
}

.salesquestions {
  background: url(./themes/site_themes/default/btn-salesquestions.gif) left top no-repeat;
}

.salesquestions a {
  width: 107px;
  height: 54px;
}

.library {
  background: url(./themes/site_themes/default/btn-library.gif) left top no-repeat;
}

.library a {
  width: 110px;
  height: 54px;
}

.scheduledemo {
  background: url(./themes/site_themes/default/btn-scheduledemo.gif) left top no-repeat;
}

.scheduledemo a {
  width: 109px;
  height: 54px;
}

.seer-software, .seer-hardware, .seer-manufacturing, .seer-services, .seer-services-new, .seer-software-new, .seer-hardware-new, .seer-manufacturing-new{
  display: block;
  float: left;
  margin-bottom: 0px;
}

.seer-it-link, .seer-services-link, .seer-manufacturing-link, .seer-hardware-link, .seer-software-link 
{
  display: block;
  margin-bottom: 0px;
}
#products .subnav .seer-software a {
  display: block;
  width: 157px;
  height: 29px;
  padding-top: 90px;
  background: url(./themes/site_themes/default/seer-software.jpg) left top no-repeat;
  margin-right: 7px;
  text-align: center;
  font-weight: bold;
  color: #3e9bff;
}

#products .subnav .seer-hardware a {
  display: block;
  width: 157px;
  height: 36px;
  padding-top: 83px;
  background: url(./themes/site_themes/default/seer-hardware.jpg) left top no-repeat;
  margin-right: 7px;
  text-align: center;
  font-weight: bold;
  color: #899939;
}

#products .subnav .seer-manufacturing a {
  display: block;
  width: 157px;
  height: 29px;
  padding-top: 90px;
  background: url(./themes/site_themes/default/seer-manufacturing.jpg) left top no-repeat;
  margin-right: 7px;
  text-align: center;
  font-weight: bold;
  color: #c72009;
}

#products .subnav .seer-services a {
  display: block;
  width: 157px;
  height: 29px;
  padding-top: 90px;
  background: url(./themes/site_themes/default/seer-services.jpg) left top no-repeat;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

#products .subnav .seer-software-new a {
  display: block;
  width: 115px;
  height: 50px;
  padding-top: 88px;
  padding-bottom: 0px;
  background: url(/images/seer-software-new.jpg) left top no-repeat;
  margin-right: 18px;
  text-align: center;
  font-weight: bold;
  color: #3e9bff;
}
#products .subnav .seer-it-new a {
  display: block;
  width: 115px;
  height: 40px;
  margin-right: 18px;
  padding-top: 96px;
  padding-bottom: 0px;
  background: url(/images/seer-it-new.jpg) left top no-repeat;
  text-align: center;
  font-weight: bold;
  color: #FCB813;
}
#products .subnav .seer-hardware-new a {
  display: block;
  width: 115px;
  height: 64px;
  padding-top: 72px;
  padding-bottom: 0px;
  background: url(/images/seer-hardware-new.jpg) left top no-repeat;
  margin-right: 18px;
  text-align: center;
  font-weight: bold;
  color: #899939;
}

#products .subnav .seer-manufacturing-new a {
  display: block;
  width: 115px;
  height: 50px;
  padding-top: 88px;
  padding-bottom: 0px;
  background: url(/images/seer-manufacturing-new.jpg) left top no-repeat;
  margin-right: 18px;
  text-align: center;
  font-weight: bold;
  color: #c72009;
}

#products .subnav .seer-services-new a {
  display: block;
  width: 115px;
  height: 50px;
  padding-top: 88px;
  padding-bottom: 0px;
  background: url(/images/seer-services-new.jpg) left top no-repeat;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

#products .subnav .seer-software-link a {
  align: center;
  text-align: center;
  font-weight: bold;
  color: #3e9bff;
}
#products .subnav .seer-it-link a {
  align: center;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
#products .subnav .seer-hardware-link a {
  align: center;
  text-align: center;
  font-weight: bold;
  color: #899939;
}

#products .subnav .seer-manufacturing-link a {
  align: center;
  text-align: center;
  font-weight: bold;
  color: #c72009;
}

#products .subnav .seer-services-link a {
  align: center;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.homerow, #main {
  padding-bottom: 9px;
  margin-bottom: 9px;
  border-bottom: 2px solid #bf2e1a;
}

.homerow #sidebar {
  margin-right: 10px;
}

#sidebar .block {
  width: 327px;
  background: url(./themes/site_themes/default/sideblock-back.gif) left top repeat-y;
  margin-bottom: 16px;
}

#sidebar .block p {
  padding: 10px 15px 15px;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.6em;
}

#sidebar .block p.nopad {
  padding: 0;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.6em;
}

#sidebar .blockbottom {
  background: url(./themes/site_themes/default/sideblock-bottom.gif) left bottom no-repeat;
}

.products{
  background: url(./themes/site_themes/default/header-products.jpg) left top no-repeat;
}

.it{
  background: url(./themes/site_themes/default/header-it2.jpg) left top no-repeat;
  height: 165px !important;
}

.hardware {
  background: url(./themes/site_themes/default/header-products-hardware.jpg) left top no-repeat;
  height: 165px !important;
}

.software {
  background: url(./themes/site_themes/default/header-products-software.jpg) left top no-repeat;
  height: 165px !important;
}

.manufacturing {
  background: url(./themes/site_themes/default/header-products-manufacturing.jpg) left top no-repeat;
  height: 165px !important;
}

.services {
  background: url(./themes/site_themes/default/header-services.jpg) left top no-repeat;
}

.company {
  background: url(./themes/site_themes/default/header-company.jpg) left top no-repeat;
}

.news {
  background: url(./themes/site_themes/default/header-news.jpg) left top no-repeat;
}

.worldwide {
  background: url(./themes/site_themes/default/header-worldwide.jpg) left top no-repeat;
}

.consulting {
  background: url(./themes/site_themes/default/header-consulting.jpg) left top no-repeat;
}

.customization {
  background: url(./themes/site_themes/default/header-customization.jpg) left top no-repeat;
}

.support {
  background: url(./themes/site_themes/default/header-support.jpg) left top no-repeat;
}

.training {
  background: url(./themes/site_themes/default/header-training.jpg) left top no-repeat;
}

.events {
  background: url(./themes/site_themes/default/header-events.jpg) left top no-repeat;
}

.events-intl {
  background: url(./themes/site_themes/default/header-intl.jpg) left top no-repeat;
}

div.library {
  background: url(./themes/site_themes/default/header-library.jpg) left top no-repeat;
}

div.estimatingunited {
  background: url(./themes/site_themes/default/estimatingunited.jpg) left top no-repeat;
}

div.userconference2008 {
  background: url(./themes/site_themes/default/userconference2008.jpg) left top no-repeat;
}


.hardware-ext {
  background: url(./themes/site_themes/default/header-products-hardware-ext.jpg) left top no-repeat;
  height: 165px !important;
}

.software-ext {
  background: url(./themes/site_themes/default/header-products-software-ext.jpg) left top no-repeat;
}

.manufacturing-ext {
  background: url(./themes/site_themes/default/header-products-manufacturing-ext.jpg) left top no-repeat;
}

.location {
  padding: 10px 25px;
}

.location h3 {
  font-weight: bold;
  font-size: 1.3em;
}

.location p {
  font-size: 1.2em;
  line-height: 1.4em;
  margin-bottom: 1em;
}

.location a {
  color: #005abb;
}

.partner {
  margin-left: 40px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.partnerlogo {
  float: left;
  margin-right: 10px;
}

.details {
  float: left;
}

#content .details p {
  font-size: 1.1em;
  margin: 0;
}

.login p{
  font-size: 1.1em;
  padding: 10px;
}

.oldtitle {
  font-weight: bold;
  color: #aaa;
  font-size: .9em;
}

/*----was 1.6em----*/
#sectionhead h1 {
  color: #bf2e1a;
  font-weight: bold;
  font-size: 1.4em;
  width: 330px;
  padding-top: 134px;
}

/*----added by Emmatt Digital on Mar 7 08---*/
/* -- width of 600px is wrong "content" section of navigable page --  600px; -- */
#landinghead h1 {
  color: #bf2e1a;
  font-weight: bold;
  font-size: 1.4em;
  width: 100%;
  padding-top: 10px;
}
/*----added by Emmatt Digital on Mar 7 08---*/
#nonav {
  clear: both;
  background: url(./themes/site_themes/default/nav_background.gif) left top repeat-x;
  height: 10px;
  padding: 0 7px;
  margin-bottom: 10px;
}
.landingLink
{
  color: #FF6600;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline
}

/*----End Classes----*/

