/* -----------------------------------------------
Centrix Networks
Version: 2  
Date: 29 September 2008
Author: K Anderson
----------------------------------------------- */


/* -----------------------------------------------
                   GLOBALS
----------------------------------------------- */
.icon {
     float: none;
     height: 0px;
	display:none;
}
.box {
     border-left: 0px;
     border-right: 0px;
}
.top-left, .top-right, .bottom-left, .bottom-right { 
     background: #FFFFFF;
}

/* -----------------------------------------------
                   LAYOUT
----------------------------------------------- */
#container {
     float: none !important;
	position:relative;
	width: 100%;
	margin:0 auto;
	padding: 0;    
	background:#FFFFFF;
	border:0;
	text-align:left;
	color:#000000;
}
#page-body {
    float: none;
	width:100%;
}
#content {
     float: none !important;
	width:100%;
}
#left-col {
     float: none !important;
	display:none;
     height: 0px;
}
#center-col {
     float: none !important;
     position: absolute;
     top: 0px;
	width: 100%;
}
#right-col {
     float: none !important;
	display:none;
     height: 0px;
}
#footer {
     float: none !important;
	text-align: center;
	margin: 0 0 -50px 0;
}
#header, #logo {
    float: none;
}

/* -----------------------------------------------
                   NAV
----------------------------------------------- */
#nav, #menu, #submenu {
	display: none;
     float: none !important;
}


/* Service Feature List */
.comparison_key, #toggle_features, .more, .less {
     display: none;
}
.comparison {
    border-left: 0px;
    border-bottom: 0px;
}
.print_key {
    display: inline;
}
.comparison li{
    width: 76px;
}
.collapsed {
      width: auto;
      overflow: visible;
      white-space: normal;
}
.feature {
    page-break-inside: avoid;
}

/* Carousel */
#carousel_container {
  display:none;
}
.orignal_carousel_desc {
    float: right;
    position: relative;
    width: 400px;
    display: block;
    page-break-inside: avoid;
}
.orginal_carousel_image {
     display: block;
     float:left;
     position:relative;
     width:200px;
     margin: 0 25px 0 0;
}

/* tabs */
.tabberlive .tabbertabhide, .tabberlive .tabbertab { 
     display:block;
     width:100%;
     margin-top:0;
     border-width: 0 0 0 0;
     border-style: none;
     border-color: #fff;
     width: 100%;
}
ul.tabbernav {
     display: none;
}
.tabberlive .tabbertab h2 {
     display:none;
}

/* tour guides */
.tourGuideRt, .tourGuideLft {
      display:none;
}
.video {
		display:none;
}