@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/bg.png);
}
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:focus { 
-moz-outline-style: none; 
}
.oneColFixCtr #container {
	width: 998px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	height: 690px;
	margin-bottom: 0px;
}
.oneColFixCtr #banner {
	width: 998px;
	height: 95px;
	margin: auto;
	text-align: left;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtr #navigation {
	width: 998px;
	height: 27px;
	margin: 0;
	text-align: left;
	margin-bottom: -18px;
	line-height: 10px;
	border: none;
	padding-bottom: 0px;
}
.oneColFixCtr #mainContent {
	margin-top: 24px;
	padding-left: 12px;
	padding-right: 15px;
	margin-bottom: 0px;
	padding-top: 0px;
	line-height: 16px;
	font-size: 14px;
	font-style: normal;
	text-indent: 0px;
	color: #000000;
	margin-left: 5px;
}
.h1 {
	font-size: 18px;
}
.h2 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.h3 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.homeBodBox1 {
	color: #FFFFFF;
	font-size: 14px;
}
.homeBodBox2 {
	color: #333333;
	font-size: 12px;
}
.tabHeadText {
	color: #FFFFFF;
	line-height: 16px;
	font-size: 14px;
}
.hover_prev {
	color: #EEEEEE;
	cursor: pointer;
}
.priceText {
	font-size: 16px;
	color: #FFFFCC;
}
.tabBodyText {
	color: #BBDDFF;
	line-height: 12px;
	font-size: 12px;
}
.tabFootText {
	color: #333333;
	font-size: 10px;
	line-height: 12px;
}
.tabFootTextSm {
	color: #333333;
	font-size: 10px;
}
.colsRefText {
	color: #0000FF;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	cursor: pointer;
}
.homeText {
	color: #495B65;
	line-height: 18px;
	font-size: 12px;
}
.homeBodBox3 {
	color: #333333;
	font-size: 10px;
}
.techTableText {
	color: #495B65;
	line-height: 16px;
	font-size: 9px;
	text-align: left;
}
.techItemText {
	color: #0000FF;
	font-size: 10px;
	text-align: left;
	cursor: pointer;
	line-height: normal;
}
.choiceText {
	font-size: 10px;
}
.specTableHead {
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 5px;
	text-align: left;
}
.specTableDesc {
	color: #BBDDFF;
	line-height: 14px;
	font-size: 12px;
	text-align: left;
	padding-left: 5px;
}
.specTableData {
	color: #EEEEEE;
	text-align: left;
}
.newsDate {
	color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	font-size: 14px;
}
.newsHead {
	vertical-align: top;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
} 
.newsBody {
	vertical-align: top;
	color: #BBDDFF;
	line-height: 18px;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
} 
.newsFoot {
	vertical-align: top;
	color: #333333;
	line-height: 18px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}
.bridText {
	color: #FFFFFF;
	font-size: 12px;
}
.safetyText {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 12px;
}
.bridHover {
	color: #FFFF99;
	cursor: pointer;
	font-weight: normal;
}
.footHover {
	color: #FFFFFF;
	cursor: pointer;
	font-weight: normal;
}
.currPhoto {
	color: #283237;
	line-height: 17px;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
}
.thumb {
	width: 38px;
	height: 28px;
	cursor: pointer;
}
.warnText {
	color: #CC0000;
	font-size: 10px;
}
.kiteIdentText {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1F282C;
	text-align: right;
	font-weight: bold;
}
.vtdItal {
	color: #E0DFE3;
	font-style: italic;
}

