@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: #ffffff url(../images/bg_repeat.gif) repeat-x;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
}

div {
	margin: 0;
	padding: 0;
}

a {
	color: #5089b8;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

div#header {
	width: 1000px;
	height: 123px;
	margin: 0 auto;
	background: url(../images/bg_header.jpg) no-repeat;
	position: relative;
	z-index: 9;
}

h1#logo {
	position: absolute;
	top: 19px;
	left: 9px;
	width: 404px;
	height: 66px;
	margin: 0;
	line-height: 66px;
	text-indent: -1000px;
	overflow: hidden;
	background: url(../images/satcen_logo.png) no-repeat;
}

h1#logo a {
    display: block;
    width: 404px;
    height: 56px;
    outline: none;
}

div#search {
	float: right;
	margin-top: 43px;
	margin-right: 15px;
	text-align: right;
}

#search form {
	margin: 0;
	padding: 0;
}

#search label {
	float: left;
	font-size: 16px;
	padding-top: 3px;
	margin-right: 5px;
	color: #dee6eb;
}

#search .textbox {
	width: 179px;
	height: 18px;
	padding: 3px;
	border: 1px solid #5a81a8;
	vertical-align: top;
	font-size: 13px;
	margin: 0 5px 0 0;
}

#search .button {
	width: 46px;
	height: 26px;
	border: none;
	background: url(../images/button_go.gif) no-repeat;
	padding-top: 40px;
	outline: none;
	cursor: hand;
	cursor: pointer;
	vertical-align: top;
}

ul#navbar {
	position: absolute;
	top: 93px;
	left: 0px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	font-weight: bold;
	color:  #ffffff;
	list-style: none;
	margin: 0 15px;
	padding: 0;
	background: url(../images/nav_divider.png) no-repeat bottom left;
}

ul#navbar li {
	float: left;
	padding: 0;
	background: url(../images/nav_divider.png) no-repeat bottom right;
	position: relative;
}

ul#navbar li a {
	color: white;
	padding: 0 15px;
	text-decoration: none;
	display: block;
}

ul#navbar li a:hover {
	background-color: #abc2d5;
	color: #555555;
}

div#sub_business, div#sub_customer, div#sub_contact,div#sub_services {
	display: none;
	position: absolute;
	top: 30px;
	left: -1px;
	z-index: 100;
}

div#sub_whoweservice
{
	display: none;
	position: absolute;
	top: 30px;
	left: -1px;
	z-index: 100;
}

#navbar ul.sub {
	width: 160px;
	margin: 0;
	padding: 0;
	background-image: none;
	list-style: none;
	font-size: 12px;
}

#navbar ul.sub li {
	width: 100%;
	float: none;
	height: 24px;
	line-height: 24px;
	background: #ffffff url(../images/arrow.gif) no-repeat 15px 8px;
	padding-left: 10px;
	border-left: 1px solid #abc2d5;
	border-right: 1px solid #abc2d5;
	border-bottom: 1px solid #abc2d5;
	display: block;
	margin: 0;
}

#navbar ul.sub li a {
	height: 24px;
	line-height: 24px;
	color: #555555;
	padding: 0 15px;
}

#navbar ul.sub li a:hover {
	height: 24px;
	line-height: 24px;
	background: none;
	color: #abc2d5;
}

#navbar a.selected {
	border-bottom: 3px solid #abc2d5;
}

#main_container, #home_container {
	width: 970px;
	margin: 30px auto 35px auto;
	overflow: visible;
	position: relative;
	z-index: 2;
}

#home_container {
	width: 740px;
	padding-right: 230px;
}

#main_container {
	width: 775px;
	padding-left: 195px;
}

#main_container.detail {
	width: 545px;
	padding-left: 195px;
	padding-right: 230px;
}

#home_container p.intro {
	font-size: 11px;
	color: #777777;
	line-height: 16px;
	margin: 0 0 30px 0;

}

#main_container.detail p {
	font-size: 13px;
	line-height: 17px;
	margin: 0 0 15px 0;
}

#home_container .main_pic {
	float: left;
	width: 360px;
	height: 177px;
	background-repeat:  no-repeat;
}

#home_container .main_pic img {
	float: left;
	border: none;
}

#home_container .main_text {
	float: left;
	width: 380px;
	height: 177px;
	background: url(../images/bg_hpintro.jpg) repeat-x;
}

#home_container .main_text img {
	float: right;
}

#home_container .main_text h2 {
	color: #5089b8;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin: 13px 15px 13px 15px;
	letter-spacing: -1px;
}

#home_container .main_text h2 a, #home_container .main_text h2 a:hover, #home_container .sub h2 a, #home_container .sub h2 a:hover {
	text-decoration: none;
}

#home_container .main_pic a {
	display: block;
}

#home_container .main_text p {
	margin: 0 15px 10px 15px;
}

#home_container .sub p {
	margin: 0 0 7px 0;
}

#home_container .sub {
	float: left;
	width: 170px;
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 35px;
	margin-left: 0;
}

#home_container .last {
	margin-right: 0px;
}

#home_container .sub img {
	width: 170px;
	height: 101px;
	border: none;
}

#home_container .sub h2 {
	color: #5089b8;
	font-size: 17px;
	font-weight: bold;
	line-height: 18px;
	margin: 10px 0px 7px 0px;
	letter-spacing: -1px;
}

#main_container h2 {
	color: #5089b8;
	font-size: 23px;
	font-weight: bold;
	line-height: 23px;
	margin: 0 0 15px 0;
	letter-spacing: -1px;
}

#main_container p.intro {
	font-size: 13px;
	line-height: 18px;
	margin: 0;
}

#main_container .sub {
	float: left;
	width: 225px;
	margin: 25px 10px 25px 20px;
}

#main_container .sub img {
	width: 225px;
	height: 134px;
	border: none;
}

#main_container .more ul {
	font-size: 11px;
	margin: 0 0 0 .4em;
	padding: 0 0 0 1.4em;
}

#main_container .more ul li {
	margin-bottom: 1px;
}

#main_container .more ul.narrow {
	width: 22%;
	float: left;
	padding-bottom: 10px;
}

#main_container h3 {
	color: #555555;
	font-size: 17px;
	font-weight: bold;
	line-height: 18px;
	margin: 8px 0;
	letter-spacing: -1px;
}

#main_container.detail h3 {
	margin-top: 25px;
	letter-spacing: -1px;
}

#main_container .more {
	clear: both;
	margin-top: 10px;
	padding: 0 20px 10px 20px;
	background: #dee6ec url(../images/bg_more.jpg) repeat-x top left;
	overflow: auto;
}

#main_container .sub ul {
	margin: 0 0 0 .5em;
	padding-left: 1.2em;
}

#main_container .sub ul li {
	margin-bottom: 3px;
}

#main_container.detail .main_pic {
	width: 546px;
	height: 176px;
	background-repeat:  no-repeat;
	margin-bottom: 20px;
}

#main_container.detail .main_pic img {
	float: left;
	border: none;
}

ul#leftnav {
	width: 170px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0;
	margin: 0;
	background: #dde5eb url(../images/leftnav_top.gif) no-repeat top left;
	font-size: 15px;
	font-weight: bold;
	color: #5089b8;
	line-height: 18px;
	list-style: none;
}

ul#leftnav li {
	padding: 7px;
	border-bottom: 1px solid #cdd5da;
	display: block;
	margin: 0;
}

ul#leftnav li.last {
	padding: 7px;
	border-bottom: none;
	background: url(../images/leftnav_bottom.gif) no-repeat bottom left;
}

ul#leftnav li a, ul#leftnav li a:hover {
	width: 156px;
	padding: 0;
	text-decoration: none;
	display: block;
	cursor: pointer;
	cursor: hand;
}

ul#leftnav li a span, ul#leftnav li a:hover span {
	padding: 6px;
	width: 100%;
	display: block;
}

ul#leftnav li a:hover, ul#leftnav li a.selected {
	background: white url(../images/leftnav_hover_top.gif) no-repeat top left;
}

ul#leftnav li a:hover span, ul#leftnav li a.selected span {
	background: url(../images/leftnav_hover_bottom.gif) no-repeat bottom left;
}

#rightcol {
	width: 180px;
	position: absolute;
	top: 0px;
	left: 760px;
	padding: 0 12px 10px 15px;
	border-left: 1px solid #d8d8d8;
	background: #ffffff url(../images/bg_rightcol.jpg) no-repeat top left;
	font-size: 12px;
	color: #777777;
	line-height: 16px;
	z-index: 1;
}

#rightcol h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    letter-spacing: normal;
    padding: 0px 5px;
    background:  transparent url(../images/bg_h3.gif) no-repeat;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 5px;
}

#rightcol h3 a:link {
	color: #ffffff;
	text-decoration: none;
}
#rightcol h3 a:visited {
	color: #ffffff;
	text-decoration: none;
}
#rightcol h3 a:hover {
	color: #ffffff;
	text-decoration: none;
}
#rightcol h3 a:active {
	color: #ffffff;
	text-decoration: none;
}

#rightcol h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 0px;
	font-style: normal;
	color: #666666;
}

#rightcol p, #rightcol ul {
	margin: 0 0 7px 0;
}

#rightcol ul {
	margin-left: .5em;
	padding-left: 1em;
}

#rightcol a {
	color: #777777;
	font-weight: bold;
	text-decoration: underline;
}

#rightcol a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

#footer {
	clear: both;
	width: 100%;
	border-top: 1px solid #4f8aba;
	text-align: center;
	padding: 15px 0;
	font-size: 11px;
	color: #999999;
}

p.recycle {
	width: 660px;
	text-align: left;
	margin: 0 auto;
	padding-left: 40px;
	background: url(../images/recycle_logo.gif) no-repeat;
	font-size: 12px;
	line-height: 34px;
	font-weight: bold;
	color: #009966;
}

p.wbec {
	width: 660px;
	text-align: left;
	margin: 0 auto;
	padding-left: 40px;
	background: url(../images/wbec.gif) no-repeat;
	font-size: 12px;
	line-height: 34px;
	font-weight: bold;
	color: #999999;
	}
	

#RATES {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #6B9BC3;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#RATES h4 {
	font-family: "Trebuchet MS";
	background-color: #EAF0F7;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
