/* CSS for general elements
------------------------------------------------------------------------------*/
/*@import url("common.css");*/

/* page-home */
#page-home #banner {
	background-image: url(../../images/banner_home.jpg);
	background-repeat: no-repeat;
	width: 565px;
	height:123px;
	position: absolute;
	top: 95px;
}
.vline {
	background-image: url(../../images/vline.gif);
	background-repeat: no-repeat;
	width: 1px;
	height: 179px;
}
#quote-icon {
	width: 182px;
	height: 98px;
	margin-top: 20px;
	margin: auto;
}	
#quote {
	width: 182px;
	height: 122px;
	border-top: 2px #272828 solid;
	border-bottom: 2px #272828 solid;
	margin: auto;
}	
  
              			   
/* sub pages */
/* left column */
/* subnav & pagination */
#subnav {
	position: relative;	
	top: -14px;
	left: 25px;
	color: #888;
}
.subnav-divider {
	padding: 0 15px 0 15px;
	position: relative;	
	top: -1px;
}
a.subnavon {color: #fff; cursor: pointer;}
a.subnavoff {color: #888; cursor: pointer;}
a.subnavoff:hover {color: #fff; cursor: pointer;}

#paginationPlus {
	position: relative;
	top: -16px;
	display: block;
}
#pagination {	
	position: relative;	
	top: 274px;
	color: #ff5300;
	width: 555px;
	text-align: right;
}
.pagination-divider {
	padding: 0 15px 0 15px;
	position: relative;	
	top: -1px;
}
a.pagon {color: #888; cursor: pointer;}
a.pagoff {color: #ff5300; cursor: pointer;}
a.pagoff:hover {color: #888; cursor: pointer;}
/* END subnav & pagination */

/* content */
#content-plus {
	position: relative;
	top: -15px;
}
.content-show {
	padding:0 0 0 25px;
	height: 256px;
	display: block;
	font-size: 12px;
}
.content-hide {
	padding:0 0 0 25px;
	height: 256px;
	display: none;
	font-size: 12px;
}
.content-left {
  vertical-align:top;
  padding-right: 15px;
  width: 245px;
  height: 260px;
  position: relative;
  /*text-align:justify;*/
  float: left;
}
.content-right {
  vertical-align:top;
  padding-right: 15px;
  padding-left: 10px;
  width: 245px;
  height: 260px;
  position: relative;
  /*text-align:justify;*/
  float: left;
  
}
span.quote {
	font-size:12px;
	color:#ff5300;
	text-align: center;
	width: 200px;	
}
.form {
	position: relative;
	left: -5px;
	margin-top: 0;
	margin-bottom: 0;
}
.label {width: 100px;}
.input {
	background-color: #3e3e3e;
	color: #bebebe; 
	border: 0;
	font-size: 11px;
	width: 160px;
	height: 13px;
	padding: 3px;
}
.input-msg {
	background-color: #3e3e3e;
	color: #bebebe; 
	border: 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	padding: 3px;
}
/* END content */

/* right column */
.icon-content-rt {
	background-image: url(../../images/icon_content_rt.jpg);
	background-repeat: no-repeat;
	width: 184px;
	height:90px;
	margin-top:-10px;
}
.icon-delivery-rt {
	background-image: url(../../images/icon_delivery_rt.jpg);
	background-repeat: no-repeat;
	width: 184px;
	height:90px;
	margin-top:-5px;
}
.icon-service-rt {
	background-image: url(../../images/icon_service_rt.jpg);
	background-repeat: no-repeat;
	width: 184px;
	height:90px;
	margin-top:-6px;
}

/* page-about */
#page-about #banner {
	background-image: url(../../images/banner_about.jpg);
	background-repeat: no-repeat;
	width: 565px;
	height:123px;	
}

/* page-product */
#page-product #banner {
	background-image: url(../../images/banner_product.jpg);
	background-repeat: no-repeat;
	width: 565px;
	height:123px;	
}

/* page-broadband */
#page-broadband #banner {
	background-image: url(../../images/banner_broadband.jpg);
	background-repeat: no-repeat;
	width: 565px;
	height:123px;	
}

/* page-customer */
#page-customer #banner {
	background-image: url(../../images/banner_customer.jpg);
	background-repeat: no-repeat;
	width: 565px;
	height:123px;	
}
#map {
	width: 515px;
	height: 225px;
	background-image: url(../../images/map.gif);
	background-repeat: no-repeat;
}

/* page-content */
#page-content #banner {
	background-image: url(../../images/banner_content.jpg);
	background-repeat: no-repeat;
	width: 565px;
	height:123px;	
}

/* page-delivery */
#page-delivery #banner {
	background-image: url(../../images/banner_delivery.jpg);
	background-repeat: no-repeat;
	width: 565px;
	height:123px;	
}

/* page-service */
#page-service #banner {
	background-image: url(../../images/banner_service.jpg);
	background-repeat: no-repeat;
	width: 565px;
	height:123px;	
}

/* content group */
#greybar {	
	height: 13px;
	width: 563px;
	background-color: #3d3e3e;
	clear: both;
}
#orgbar {
	position: relative;
	left:0;
	bottom: 70px;
	height: 1px;
	width: 563px;
	background-color: #ff5300;
		
}
#vgreyline {
	width: 2px;
	height: 700px;
	background-color: #565757;
	float: left;
}
