* {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

body {
	background: #96999A;
	color: #FFFFFF;
	font: 11px bold Arial, Sans-Serif;
	line-height: 18px;
}

a {
	color: #444444;
  font-weight:bold;
	text-decoration: none;
}

p.watch a {
  font-weight:normal;
}

a:hover {
	text-decoration: underline;
}

.background {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 491px;
	background: url(bg.gif) repeat-x;
	z-index: 0;
}

.holder {
	margin: 10px auto 0px auto;
	width: 980px;
}

.information {
	color: #FFFFFF;
	float: right;
	clear: right;
	height: 372px;
	width: 217px;
	position: relative;
	left: -18px;
	z-index: 4;
	margin-top: 128px;
	background: url(info.png) no-repeat;
}

.information p {
	padding: 9px 10px 0px 9px;
	text-align: justify;
}


.landingnav {
	float: left;
	clear: none;
	position: relative;
	z-index: 5;
}

.landingnav ul {
	margin-top: 65px;
}

.landingnav li {
	list-style: none;
}

.landingnav li a {
	background: url(li.png) no-repeat;
	display: block;
	text-decoration: none;
	width: 249px;
	height: 49px;
	padding-left: 10px;
	margin: -4px 0px 0px -7px;
}

.landingnav li a img {
	padding-top: 18px;
}

.landingnav li a:hover {
	background: url(lih.png) no-repeat;
}

.landing {
	background: url(land.png) no-repeat;
	margin: 0px 0px 20px 235px;
	width: 500px;
	height: 550px;
	position: relative;
	z-index: 4;
}

.landing h1 {
	position: absolute;
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
	margin: 400px 0px 0px 440px;
}

.top, .landingtop {
	background: url(top.png) no-repeat;
	height: 17px;
	margin-left: 235px;
	position: relative;
	z-index: 2;
}

.bottom {
	background: url(bottom.png) no-repeat;
	height: 20px;
	margin: -5px 0px 85px 235px;
	position: relative;
	z-index: 2;
}

.content, .landingcontent {
	background: url(content.gif) repeat-y;
	margin-left: 235px;
	width: 490px;
	padding-right: 10px;
	position: relative;
	z-index: 2;
}

.content img {
	margin: -5px 0px 5px -2px;
}

.content h1, .landingcontent h1 {
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
	padding: 0px 0px 5px 15px;
}

.content h2, .landingcontent h2 {
	font-size: 14px;
	font-weight: normal;
	line-height: 21px;
	text-align: center;
	padding: 0px 0px 10px 15px;
}

.content h2.download {
	background: url(contact.gif) no-repeat;
	padding: 3px 11px 9px 0px;
	width: 65px;
	height: 28px;
	font-size: 11px;
	margin: 0px 0px 0px 195px;
}

.content h2.download a {
	color: #FFFFFF;
}

.content h3, label {
	font-size: 14px;
	font-weight: normal;
	line-height: 21px;
	padding: 0px 0px 10px 15px;
}

.content p, .landingcontent p {
	padding: 0px 0px 10px 15px;
}

.content h3 a img {
	margin: 1px 0px 0px 5px;
}

.content p.watch, .landingcontent p.watch {
	background: url(watch.gif) no-repeat;
	width: 97px;
	height: 112px;
	float: right;
	margin: 0px 5px 10px 10px;
	padding: 8px 0px 0px 28px;
}

.content p.download {
	background: url(download.gif) no-repeat;
	width: 115px;
	height: 82px;
	float: right;
	margin: 0px 5px 10px 10px;
	padding: 8px 0px 0px 10px;
}

.content #details, .content #authority, .content #contract, .content #company, .content #ccl, .content #services, .content #green, .content #switch, .content #cancel, .content #supplier, .content #moving {
	display: none;
}

.content ul, .landingcontent ul {
	padding-bottom: 10px;
}

.content li, .landingcontent li {
	list-style: none;
	background: url(li.gif) no-repeat;
	background-position: 20px 4px;
	padding: 0px 0px 5px 40px;
}

label {
	display: block;
	margin-bottom: -23px;
	padding: 0px;
}

label a {
	color: #FFFFFF;
	text-decoration: underline;
}

label a:hover {
	text-decoration: none;
}

label a span {
	visibility: hidden;
	position: absolute;
	z-index: 3;
	background: #063386;
	padding: 2px 6px 5px 7px;
	font-size: 10px;
	line-height: 15px;
	width: 150px;
	margin: -20px 0px 0px 10px;
}

label a:hover span {
	visibility: visible;
}

input {
	background: url(input.gif) repeat-x;
	padding: 7px 0px;
	width: 354px;
	height: 28px;
	margin-left: 81px;
	color: #FFFFFF;
	font: 11px Arial, Sans-Serif;
}

html*input {
	padding: 0px;
	width: 350px;
}

input.hidden {
	display: none;
}

span.required {
	font-size: 26px;
	position: absolute;
	margin: -40px 0px 0px 453px;
}

span.lt {
	background: url(left.gif) no-repeat;
	display: block;
	width: 12px;
	height: 28px;
	margin: 0px 0px -28px 73px;
}

span.rt {
	background: url(right.gif) no-repeat;
	display: block;
	width: 12px;
	height: 28px;
	margin: -42px 0px 22px 437px;
}

html*span.rt {
	margin: -28px 0px 22px 430px;
}

textarea {
	background: url(textarea.gif) repeat-y;
	padding: 0px 7px;
	height: 55px;
	width: 452px;
	color: #FFFFFF;
	font: 11px Arial, Sans-Serif;
	line-height: 18px;
    overflow: auto;
}

textarea.address {
	position: relative;
	margin-left: -2px;
}

span.tp {
	background: url(tp.gif) no-repeat;
	display: block;
	width: 466px;
	height: 10px;
	margin: 26px 0px 0px 0px;
}

span.bm {
	background: url(bm.gif) no-repeat;
	display: block;
	width: 466px;
	height: 10px;
	margin: -3px 0px 12px 0px;
}

html*span.bm {
	margin-top: -5px;
}

input.button {
	background: url(contact.gif) no-repeat;
	padding: 5px 10px 9px 10px;
	width: 65px;
	height: 28px;
	border: 0px;
	margin: 0px 0px 0px 190px;
	color: #FFFFFF;
	font: 13px Arial, Sans-Serif;
}

#c4btv {
	position: absolute;
	z-index: 1;
	top: 23px;
	margin-left: 245px;
}

#watch {
	position: absolute;
	z-index: 1;
	top: 12px;
	margin-left: 122px;
}

.footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 113px;
	background: url(bg.gif) repeat-x;
	z-index: 1;
	text-align: right;
}

.footer a {
	color: #FFFFFF;
}

.footer p, .footer h1, .footer h3, .footer h4 {
	/* background: url(footer.png); */
	position: fixed;
	left: 0px;
	text-align: left;
}

.footer p a:hover, .footer h1 a:hover, .footer h3 a:hover, .footer h4 a:hover {
	text-decoration: underline;
  background-color:#F894BA;
}

.footer h1 {
	bottom: 42px;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
}

.footer p {
	bottom: 40px;
	left: 125px;
	font-weight: bold;
}

.footer h3 {
	bottom: 18px;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
}

.footer h4 {
	bottom: 3px;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
}

.footer img {
	position: fixed;
	right: 0px;
	bottom: 0px;
}
