/* CSS Document */
.pageContainer{
	height:100%;
}
a:hover {
	color: #999999;
}
a{
	color:#000000;
}
img{
	border:none;
}
.star{
	color:red;
	margin-left:2px;
}
.splashEnterTxt{
	font-size:14px;
}
.newsImg{
	float:right;
}
.newsTxt{
	margin-left:20px;
	margin-top:10px;
	width:450px;
}
.homeBottomLeftTxt{
	width:250px;
}
.homeTopTxt{
	font-size:13px;
}
.productImg{
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:90px;
	text-align:center;
}

.productImg img{
	border:1px solid #eeeeee;
}
.productImg img:hover{
	border:1px solid #000000;
}
.clickEnlarge{
	margin-left:25px;
	margin-top:130px;
	width:100px;
}
.productTxt{
	line-height:15px;
	margin:10px;
}
.aboutusTab{
	border-left:solid #eeeeee 1px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
}
.aboutusTxt{
	margin-left:20px;
	margin-top:10px;
	width:485px;
}
.boxTitleTxt h1{
	margin:3px 0 0 20px;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	padding:0;
	float:left;
}
.boxBlue{
	background-image:url(images/box_blue.jpg);
	background-repeat:repeat-y;
	height:35px;
	padding-top:6px;
}
.boxRed{
	background-image:url(images/box_red.jpg);
	background-repeat:repeat-y;
	height:35px;
	padding-top:6px;
}
.boxGray{
	background-image:url(images/box_gray.jpg);
	background-repeat:repeat-y;
	height:35px;
	padding-top:6px;
}
.boxGreen{
	background-image:url(images/box_green.jpg);
	background-repeat:repeat-y;
	height:35px;
	padding-top:6px;
}
.space{
	margin-top:10px;
}
.headTitle{
	font-size: 30px;
	color:#666666;
	font-weight:bold;
}
h1 {
	font-size: 16px;
	color:red;
	margin:10px 0 5px 0;
	padding:0;
	font-weight:normal;
}
h2 {
	font-size: 12px;
	margin:0 0 0 0;
	padding:0;
	font-weight:bold;
}
.footerNav {
	margin-right:40px;
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#999999;
}
.footerNav a{
	text-decoration:none;
	color:#000000;
}
.footerNav a:hover{
	text-decoration:none;
	color:#999999;
}
.footer {
	margin-right:40px;
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999999;
}
body {
	background-color: #C4D8DF;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.pageHeader{
	background-image:url(images/header.jpg);
}
.pageBody{
	background-image:url(images/border.jpg);
}
.nav {
	border-left:solid #eeeeee 1px;
	border-right:solid #eeeeee 1px;
	border-top:solid #eeeeee 1px;
}
.navBottom {
	border-left:solid #eeeeee 1px;
	border-right:solid #eeeeee 1px;
	height:100%;
}
.shopNow{
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}
.popular{
	font-style:italic;
	font-size:12px;
	color:#000000;
	padding-left:10px;
	float:left;
}