/* Uniguest Screen CSS */
html { height: 100%; }
body
{
  height: 100%;
  margin: 0px;
  padding: 0px;
  background: #ffffff;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
}
img { border: 0; }
#container
{
  position: relative;
  width: 850px;
  margin: 0px auto;
}
#header
{
  position: relative;
  width: 850px;
  height: 56px;
  background: url(../images/grayline.jpg) bottom left repeat-x;
}
#rss
{
  position: absolute;
  top: 2px;
  right: 12px;
  font-size: 11px;
}
#signup
{
  position: absolute;
  top: 6px;
  right: 8px;
  font-size: 11px;
}
#signup form { margin: 0px; padding: 0px; }
#signup input { font-size: 11px; }
#nav
{
  position: absolute;
  bottom: 7px;
  right: -4px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
}
#nav a { color: #77787b; text-decoration: none; }
#nav a:hover { color: #000000; }

#content
{
  position: relative;
  width: 850px;
  min-height: 482px;
  height: auto !important;
  height: 482px;
  margin-bottom: 1px;
  background: url(../images/fade_bg.jpg) no-repeat;
}
#content2
{
  position: relative;
  width: 850px;
  margin-bottom: 1px;
  background: url(../images/fade_bg.jpg) no-repeat;
}

/* ----- CONTENT TOP ----- */
#contentTop
{
  position: relative;
  width: 850px;
  height: 240px;
}
#featureLinks
{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 438px;
  height: 240px;
  background: url(../images/slants.jpg) top left no-repeat;
  background-position: 0px 20px;
}
.featureTitle
{
  position: absolute;
  padding: 10px 0px 0px 0px;
  right: 14px;
  width: 331px;
  height: 42px;
  background: url(../images/featuretitle.jpg);
  background-position: 0px -5px;
}
.bottomTitle
{
  position: absolute;
  padding: 0px 0px 0px 0px;
  width: 331px;
  height: 25px;
  background: url(../images/bottomtitle.jpg) no-repeat;
  background-position: 0px -12px;
}
.featureBar
{
  position: absolute;
  right: 14px;
  width: 331px;
  height: 42px;
  color: #ffffff;
  font-size: 14px;
}
.featureBar p { margin: 0px; padding: 10px; text-align:right;}
.featureBar span { font-size: 21px; color: #ffffff; width: 331px; height:42px; }
.featureBar a { color: #ffffff; text-decoration: none; }
.featureBar a:hover { text-decoration: underline; }
#feature1 { top: 40px; background: url(../images/feature1.jpg) no-repeat; }
#feature2 { top: 90px; background: url(../images/feature2.jpg) no-repeat;}
#feature3 { top: 139px; background: url(../images/feature3.jpg) no-repeat;}
#feature4 { top: 189px; background: url(../images/feature4.jpg) no-repeat;}


/* ----- CONTENT BOTTOM ----- */
#contentBottom
{
  position: relative;
  width: 850px;
  height: 242px;
}
#products
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 485px;
  height: 242px;
  background: #77787b;
  color: #ffffff;
}
#productText
{
  position: absolute;
  bottom: 3px;
  left: 4px;
  font-size: 12px;
}
#productPhoto
{
  position: absolute;
  top: 8px;
  left: 5px;
  width: 264px;
  height: 206px;
  background: #ffffff;
  text-align: center;
}
#productThumbs
{
  position: absolute;
  top: 8px;
  right: 0px;
  width: 211px;
  height: 208px;
}
#productThumbs img
{
  display: block;
  position: relative;
  float: left;
  margin: 0px 2px 2px 0px;
  border: 1px solid #9bacc0;
  cursor: pointer;
}
.blankThumb
{
  position: relative;
  float: left;
  margin: 0px 2px 2px 0px;
  width: 50px;
  height: 50px;
  background: #858d97;
}

#message
{
  position: absolute;
  top: 0px;
  right: 8px;
  width: 342px;
  height: 242px;
  font-size: 10px;
}
#message p { margin: 0px; padding: 0px 0px 6px 0px; }
.photoBox
{
  position: relative;
  float: left;
  width: 104px;
  margin-bottom: 8px;
  font-size: 12px;
}
.photoBox span { font-size: 10px; color: #294a73; }


/* ----- BOTTOM BAR ----- */
#bottomBar
{
  position: relative;
  width: 850px;
  height: 50px;
  background: #77787b;
  color: #ffffff;
  font-size: 10px;
}
.yellow { color: #d6b53b; }
.bigText { font-size: 16px; font-weight: bold; }
/*.bottomPad { padding: 12px 12px 0px 0px; } */


/* ----- LIGHTBOX ----- */
#layer
{
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#overlay
{
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .7;
	filter: alpha(opacity=70);
	
}
#lightbox
{
  display: none;
  position: relative;
  margin: 60px auto 0px auto;
  padding-top: 20px;
  width: 600px;
  background: #eeeeee;
  font-size: 11px;
  text-align: center;
}
#lightbox img { border: 1px solid #000000; }
#productDesc { margin: 0px; padding: 6px; text-align: left; }
#close
{
  position: absolute;
  top: 4px;
  right: 6px;
  font-size: 11px;
  font-weight: bold;
}
#close a { color: #000000; text-decoration: none; }
#close a:hover { color: #000000; }



/* About.php Navigation */

/* Main Menus */
#sidenav
{
	list-style: none;
    width: 165px;
    border-top: 1px solid #eee;
	border-right: 1px solid #eee;
    margin: 0;
	padding: 0;
}
#sidenav li
{
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	cursor:pointer;
}
#sidenav li a.navlink
{
	font-size:14px;
	color: #666666;
	display: block;
	padding: 10px 10px 10px 15px;
	text-decoration: none;
	font-weight:bold;
	border: 0;
}
#sidenav li a.navlink:hover
{ 
	background: #ecf6f5;
	color: #3f5f5a;
}
#sidenav li span
{
	padding: 0px 0px 0px 5px;
	font-size:13px;
	color: #666666;
	width: 670px;
	position: absolute;
	top: -3px;
	left: 166px;
	display:none;
	font-weight:normal;
	cursor:auto;
}
#sidenav li span a
{
	font-size:12px;
	color: #666666;
	font-weight:normal;
	padding: 0;
}

/* sub menus */
#subnav
{
	list-style: none;
    width: 165px;
    border-top: 1px solid #eee;
	border-right: 1px solid #eee;
    margin: 0;
	padding: 0;
}
#subnav li
{
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	cursor:pointer;
}
#subnav li a.subnavlink
{
	font-size:12px;
	color: #666666;
	display: block;
	padding: 3px 3px 3px 30px;
	text-decoration: none;
	border: 0;
	/* IE is the myspace of browsers! */
	height: 1%;
	/* /IE */
}
#subnav li a.subnavlink:hover
{ 
	background: #ecf6f5;
	color: #3f5f5a;
}
#subnav li span
{
	padding: 0px 0px 0px 5px;
	font-size:13px;
	color: #666666;
	width: 670px;
	position: absolute;
	top: 0px;
	left: 165px;
	display:none;
	cursor:auto;
}
#subnav li span a
{
	font-size:12px;
	color: #666666;
	font-weight:normal;
	padding: 0;
}

#people
{
	margin-top: 50px;
}

#people img
{
	border: 1px solid black;
}


/* Tool Tips */

div#qTip {
 padding: 3px;
 border: 1px solid #666;
 display: none;
 background: #eee;
 color: #666;
 font-size: 11px;
 text-align: left;
 position: absolute;
 z-index: 1000;
}

/* New Main */

#page-wrap {
	position:relative;
	width:850px;
	height:517px;
}

#public-comp {
	position:absolute;
	left:0px;
	top:0px;
	width:513px;
	height:164px;
	font-size: 8px;
	color: #666666;
	background-image: url(../images/public_comp.jpg);
	background-repeat: no-repeat;
	padding: 30px 0px 0px 42px;
}

#industries {
	position:absolute;
	left:513px;
	top:0px;
	width:337px;
	height:210px;
	background-image: url(../images/industries.jpg);
	background-repeat: no-repeat;
	padding: 50px 0px 0px 37px;
}

#powered-simplicity {
	position:absolute;
	left:0px;
	top:164px;
	width:513px;
	height:149px;
	color: #666666;
	background-image: url(../images/powered-simplicity.jpg);
	background-repeat: no-repeat;
	padding: 40px 0px 0px 155px;
}

#news {
	position:absolute;
	left:513px;
	top:210px;
	width:337px;
	height:307px;
	background-image: url(../images/news.jpg);
	background-repeat: no-repeat;
	padding: 43px 0px 0px 28px;
}

#featured {
	position:absolute;
	left:0px;
	top:313px;
	width:513px;
	height:204px;
	background-image: url(../images/featured.jpg);
	background-repeat: no-repeat;
	padding: 6px 0px 0px 42px;
}