body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 100%;
    margin-top: 0px;
	margin-left: 25px;
    padding: 0;
    line-height: 1em;
	width: 800px;
	color: #333;
}

#logo {
	display: inline-block;
	position: relative;
	top: 15px;
	padding-right: 20px;
	text-decoration: none;
}

img {
	border: 0;
}

#company_button {
  display: inline-block;
  width: 82px;
  height: 27px;
  background: url("../images/company_button.png") no-repeat 0 0;
}

#company_button:hover { 
  background-position: 0 -27px;
}

#company_button span {
  display: none;
}

#company_button_sel {
  display: inline-block;
  width: 82px;
  height: 27px;
  background: url("../images/company_button.png") no-repeat 0 0;
  background-position: 0 -27px;
}

#company_button_sel span {
  display: none;
}

#outsourcing_button {
  display: inline-block;
  width: 95px;
  height: 27px;
  background: url("../images/outsourcing_button.png") no-repeat 0 0;
}

#outsourcing_button:hover { 
  background-position: 0 -27px;
}

#outsourcing_button span {
  display: none;
}

#outsourcing_button_sel {
  display: inline-block;
  width: 95px;
  height: 27px;
  background: url("../images/outsourcing_button.png") no-repeat 0 0;
  background-position: 0 -27px;
}

#outsourcing_button_sel span {
  display: none;
}

#consulting_button {
  display: inline-block;
  width: 90px;
  height: 27px;
  background: url("../images/consulting_button.png") no-repeat 0 0;
}

#consulting_button:hover { 
  background-position: 0 -27px;
}

#consulting_button span {
  display: none;
}

#consulting_button_sel {
  display: inline-block;
  width: 90px;
  height: 27px;
  background: url("../images/consulting_button.png") no-repeat 0 0;
  background-position: 0 -27px;
}

#consulting_button_sel span {
  display: none;
}

#fastrack_button {
  display: inline-block;
  width: 119px;
  height: 27px;
  background: url("../images/fastrack_button.png") no-repeat 0 0;
}

#fastrack_button:hover { 
  background-position: 0 -27px;
}

#fastrack_button span {
  display: none;
}

#fastrack_button_sel {
  display: inline-block;
  width: 119px;
  height: 27px;
  background: url("../images/fastrack_button.png") no-repeat 0 0;
  background-position: 0 -27px;
}

#fastrack_button_sel span {
  display: none;
}

#products_button {
  display: inline-block;
  width: 77px;
  height: 27px;
  background: url("../images/products_button.png") no-repeat 0 0;
}

#products_button:hover { 
  background-position: 0 -27px;
}

#products_button span {
  display: none;
}

#products_button_sel {
  display: inline-block;
  width: 77px;
  height: 27px;
  background: url("../images/products_button.png") no-repeat 0 0;
  background-position: 0 -27px;
}

#products_button_sel span {
  display: none;
}

#news_button {
  display: inline-block;
  width: 58px;
  height: 27px;
  background: url("../images/news_button.png") no-repeat 0 0;
}

#news_button:hover { 
  background-position: 0 -27px;
}

#news_button span {
  display: none;
}

#news_button_sel {
  display: inline-block;
  width: 58px;
  height: 27px;
  background: url("../images/news_button.png") no-repeat 0 0;
  background-position: 0 -27px;
}

#news_button_sel span {
  display: none;
}

#contact_button {
  display: inline-block;
  width: 92px;
  height: 27px;
  background: url("../images/contact_button.png") no-repeat 0 0;
}

#contact_button:hover { 
  background-position: 0 -27px;
}

#contact_button span {
  display: none;
}

#contact_button_sel {
  display: inline-block;
  width: 92px;
  height: 27px;
  background: url("../images/contact_button.png") no-repeat 0 0;
  background-position: 0 -27px;
}

#contact_button_sel span {
  display: none;
}

#front {
	margin-top: 20px;
	margin-left: 10px;
	width: 770px;
	height: 317px;
	background: url("../images/fiber_lowfi.jpg") no-repeat 0 0;
	
}

#difference {
	font-size: 2em;
	color: #ffffff;
	position: relative;
	top: 40px;
	left: 50px;
}

#difference_list {
	color: #ffffff;
	position: relative;
	top: 50px;
	left: 70px;
	line-height: 1.2em;
	font-size: 1.1em;
}

#desc {
	display: inline-block;
	width: 400px;
	font-size: 0.9em;
	margin-left: 10px;
}

#newsbar {
	display: inline-block;
	float: right;
	width: 300px;
	margin-right: 20px;
	font-size: 0.9em;
}

#newsbar ul {
	margin-top: -10px;
	padding-left: 20px;
	list-style-image: url(../images/bullet.png);
}

#subnav {
	text-align: right;
	margin: 50px 0 0 0;
	width: 150px;
	display: inline-block;
	float: left;
	line-height: 1.2em;
}

#subnav a {
	text-decoration: none;
	color: #aa0000;
	font-size: 14px;
}

#content {
	display: inline-block;
	float: right;
	width: 600px;
	font-size: 0.9em;
	margin-left: 10px;
	margin-top: 10px;
}

#content ul {
	margin-top: 0.5em;
	padding-left: 20px;
}

#content ul ul {
	margin-top: 0;
}

#content ol {
	margin-top: 0.5em;
	padding-left: 20px;
}

#footer {
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 12px;
	text-align: center;
}

#popup {
	position: absolute;
	padding: 5px;
	border: 1px solid #000;
	background-color: #fff;
	display: none;
	font-size: 0.9em;
	z-index: 100;
}

.subheading {
	font-weight: bold;
	color: #aa0000;
	margin-bottom: 1px;
	margin-top: 1.2em;
}

.snapshot {
	float: right;
	margin: 0 20px 0 20px;
}


