

#page {
  position: relative;
  width: 960px;
  margin: 17px auto;
}

#header {
  position: relative;
  width: 960px;
  height: 145px;
/*  background: url(../images/int-header.jpg) no-repeat 174px 0px;*/
  background: #FFF url(../images/header_redeisgn.png) no-repeat top center;
}

#header .fiberon-logo { float: left; }

#header .fiberon-phone { float: right; }

#headerHomeLink{
	height: 145px;
	width: 216px;
	float: left;
}

#headerSocialLinks {
	width: 743px;
	float: right;
	text-align: right;
}

#headerSocialLinks p {
	padding: 10px 14px 0 0 !important;
	margin: 0 0 24px 0 !important;
	color: #FFF !important;
	font-size: 14px;
}

#headerSocialLinks p img{
	vertical-align: middle;
	padding: 0 0 0 3px;
	margin: 0;
}

#headerLinks {
	width: 743px;
	float: right;
}

#headerLinks ul {
	margin: 0;
	padding: 56px 0 0 126px;
	list-style: none;
}

#headerLinks li {
	margin: 0;
	padding: 0 0 0 24px;
	display: block;
	float: left;
}

#headerLinks li a {
	font-size: 16px;
	color:#FFF;
}

#headerLinks li a:hover {
	color: #999;
	}

#nav {
  position: relative;
  width: 960px;
  height: 48px;
  background: url(../images/int-nav-bg.png) no-repeat 0px 0px;
}

#main {
  position: relative;
  width: 960px;
  background-color: #fff;
  background: url(../images/int-repeat.png) repeat-y 0px 0px;
}


#breadcrumbs {
  position: relative;
  width: 779px;
  height: 20px;
  font-size: 10px;
  font-weight: bold;
  padding: 16px 0px 11px 181px;
  color: #8a8a8a;
}

#breadcrumbs-wide {
  position: relative;
  width: 779px;
  height: 20px;
  font-size: 10px;
  font-weight: bold;
  padding: 16px 0px 11px 28px;
  color: #8a8a8a;  
}

#breadcrumbs .current,
#breadcrumbs-wide .current {
  color: #a97054
}

#breadcrumbs a,
#breadcrumbs-wide a {
  color: #8a8a8a;
}

#breadcrumbs a:hover,
#breadcrumbs-wide a:hover {
  text-decoration: underline;
}

#breadcrumbs a:active,
#breadcrumbs-wide a:active {
  color: #000;
}

#content {
  position: relative;
  width: 960px;
}  

#content h1 {
  /*width: 380px;  //Why was this set to a width? MTB 11/2009*/
}

.col-left {
  float: left;
  width: 181px;
  margin-top: -5px;
}

.col-middle {
  float: left;
  width: 518px;
}

.col-middle-right {
  float: left;
  width: 745px;
}

.col-middle .hr {
  width: 482px;
  height: 18px;
  margin: 0px auto;
  text-align: center;
  background: url(../images/hr-480.png) no-repeat 0px center;
  clear: both;
  padding: 10px;
}

.col-middle .hr hr {
  display: none;
}

/* old 
.col-middle ul li {
  background: url(../images/bullet.png) no-repeat 0px 3px;
  padding: 0px 0px 8px 25px;
}
*/

.col-middle ul li {
  list-style-position: inside;
  margin: 0px 0px 0px 18px;
  text-indent: -18px;
  padding: 0px 0px 8px 0px;
  list-style-image: url(../images/bullet-small.png);
}

.col-middle ol {
  margin: 0px;
  padding: 0px;
}
.col-middle ol li {
  list-style-position: outside;
  list-style-type: decimal;
  margin: 0px 0px 0px 19px;
  padding: 0px 0px 8px 6px;
}

.col-middle table.std {
  width: 518px;
  border-collapse: collapse;
}
.col-middle table.std th, 
.col-middle table.std td {
  text-align: left;
  border-bottom: 2px solid #fff;
  padding: 8px 0px 8px 10px;
}

.col-middle table.std th {
  background-color: #a8aeaf;
  color: #fff;
}

.col-middle table .even td {
  background-color: #fff;
}

.col-middle table .odd td {
  background-color: #edeeef;
}

.col-right {
  position: relative;
  float: right;
  width: 220px;
  padding: 2px 8px 0px 0px;
}

#footer {
  position: relative;
  width: 960px;
  height: 80px;
  padding-top: 30px;
  background: url(../images/int-bottom.png) no-repeat 0px 0px;
}

.photo {
  width: 230px;
}

.photo.right {
  padding: 0px 0px 5px 15px;
}

.photo.left {
  padding: 0px 15px 5px 0px;
}

.photo2.left {
  padding: 0px 30px 5px 0px;
}

.photo img {
  margin-bottom: 4px;
}

.photo span { 
  font-size: 10px; 
  line-height: 15px;
}
.photo .title { font-weight: bold; color: #000; display: block; }

.product-left {
  padding: 3px 15px 5px 0px;
  float: left;
}

.product-left2 {
  padding: 3px 30px 5px 0px;
  float: left;
}

.center-block {
  width: 519px;
  float: left;
  padding: 0 0px 17px 0;
  position: relative;
}

.center-block .top {
  width: 519px;
  height: 13px;
  background: url(../images/base/center-block-wide-top.png) no-repeat 0px bottom;
}

.center-block .content {
  width: 519px;
  background: url(../images/base/center-block-wide-repeat.png) repeat-y 0px 0px;
}

.center-block .content h3 {
  color: #955d45;
  font-size: 18px;
  font-weight: normal;
  margin: 0px 18px;
  padding: 3px 0px;
}

.center-block .content h3 a {
  color: #ee2e24;
}

.center-block .content h3 a:hover {
  color: #383838;
}

.center-block .content h3 a:active {
  color: #383838;
  text-decoration: underline;
}

.center-block .content .faq-hide {
	display: none;
}

.center-block .content p, 
.center-block .content h4, 
.center-block .content ul,
.center-block .content .article,
.center-block .content ol {
  margin: 0 18px;
}

.center-block .content h4 {
  font-weight: bold;
}

.center-block .content em {
  display: block;
  color: #000;
  padding-bottom: 0px;
}

.center-block .bottom {
  width: 519px;
  height: 13px;
  background: url(../images/base/center-block-wide-bottom.png) no-repeat 0px 0px;
  clear: both;
}

.center-block .image-left {
  float: left;
  padding: 5px 10px 8px 12px
}

.product-icons {
  width: 100%;
  position: relative;
}

.product-icons h2, .product-icons img {
  padding-bottom: 5px;
}

.product-icons .learn_more {
  position: absolute;
  right: 8px;
  top: 0px;
}


#notice {
  margin: 5px 0;
  position:absolute;
  text-align:center;
  top:205px;
  left:352px;
  width:150px;
 color: #EE2E24;
 font-size: 11px;
 line-height: 12px;
}

#dialog-overlay {
  display: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: #000;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 13;
}

/* IE 6 specific hack for the dialog box overlay */
* html #dialog-overlay {
	position: absolute;
	height:expression(document.body.clientHeight + "px");
	top: expression(eval(document.documentElement.scrollTop) + "px");
}

#dialog {
  display: none;
  width:  584px;
  position: fixed;
  left: 50%;
  top: 33%;
  margin-left: -292px;
  text-align: center;
  vertical-align: middle;
  z-index: 25;
  background: none;
}

* html #dialog {
	position: absolute;
}

#dialog .top {
  background: url(../images/notice-border-top.gif) no-repeat 0 0;
  width: 584px;
  height: 30px;
}

#dialog .content {
  background: url(../images/notice-border-repeat.gif) repeat-y 0 0;
  width: 584px;
}

#dialog .bottom {
  background: url(../images/notice-border-bottom.gif) no-repeat 0 0;
  width: 584px;
  height: 33px;
}

#dialog p {
  color: #955d45;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  padding: 30px;
  margin: 0;
}

.disclaimer {
  padding-top: 15px;
  font-size: 10px;
}

/* Customize look and feel for resource links here */
.FAQ .dateline { display: none; }

/* Media room */
.gallery-list {
  position: relative;
  width: 500px;
}

.gallery-list .photo {
  width: 120px;
  height: 140px;
  float: left;
}

.gallery-list .caption {
  display: block;
  padding-right: 10px;
}

.article { padding-bottom: 20px; }
.center-block .content .article { padding-bottom: 0px; }

.media-contact .name,
.media-contact .tel,
.media-contact .email {
  display: block;
}

.calendar {
  width: 525px;
}

.calendar td {
  border: 1px solid #eee;
  width: 75px;
  height: 75px;
  vertical-align: top;
}

.calendar td a {
  display: block;
  font-size: 10px;
}

.calendar .month-row td {
  font-size: 20px;
  text-align: center;
  border: none;
  vertical-align: bottom;
  height: auto;
}

.calendar .weekday-header td {
  font-size: 12px;
  text-align: center;
  height: 30px;
  border: none;
  vertical-align: bottom;
}

#add-to-book2 {
  float: right;
  display: block;
  width: 131px;
  height: 47px;
  z-index: 99;
}

#content .box {
  width: 191px; 
}

#content .box .top {
  width: 191px;
  height: 13px;
  background:transparent url(/images/base/box-top.png) no-repeat scroll 0 bottom;
  line-height: 1px;
  font-size: 1px;
}

#content .box .content {
  padding-left: 10px; 
  background: transparent url(/images/base/box-repeat.png) repeat-y scroll 0 0;  
}

#content .box .bottom {
  width: 191px;
  height: 13px;  
  background: transparent url(/images/base/box-bottom.png) no-repeat scroll 0 0;    
  line-height: 1px;
  font-size: 1px;
}

/*table on compareHorizon*/
#compareTbl {
	margin-bottom: 18px;
}

#compareTbl table {
	padding: 0;
	margin: 0 auto 0 auto;
	border-right: #000 1px solid;
}

#compareTbl th {
	background: #000;
	color: #FFF;
	border-bottom: #000 1px solid;
	font-weight: bold;
}

#compareTbl td {
	padding: 4px;
	margin: 0;
	border-bottom: #000 1px solid;
	border-left: #000 1px solid;
}

.redBullet {
	color: #F00;
	font-size: 60px;
	line-height: 18px;
	text-shadow: #CCC 1px 2px 3px;
	}