#PageMain{
	width:780px;
}

#ProductPageHeader {
	width:780px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#ProductPageLogo {
	float:left;
	width:170px;
	height:60px;
	padding:0px 0px 0px 0px;
}
#ProductPageCopy {
	float:right;
	width:610px;
	height:15px;
	background-color:#000066;
	text-align:center;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:45px 0px 0px 0px;
}
#ProductSubHeader{
	clear:both;
	height:auto;
	border-top:3px solid #EEEEEE;
	width:780px;
	margin:0px 0px 0px 0px;
	}

#ProductSubHeaderHome{
    float:left;
	width:170px;
	height:35px;
	border-bottom:2px solid #000000;
}
#ProductSubHeaderProduct{
    float:right;
	width:610px;
	height:35px;
	background-color:#CCCCCC;
	border-bottom:2px dotted #999999;
}

#PageFooter{
    clear:both;
    width:610px;
    text-align:center;
    background-color:#000066;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#ProductPageContainer{
	clear:both;
	float:left;
	width:780px;
	/*background-image:url(http://localhost/images/background.gif);
	background-repeat: repeat-y;*/
	background-color:#CCCCCC;
	position:relative;
    }

#ColNavi{
    float:left;
    width:170px;
    background-color:#CCCCCC;
}

.alignRight{
text-align:right;
}

.alignLeft{
text-align:left;
}


#ColMain{
    float:right;
    width:610px;
	/*NEW*/
	background-color:#FFFFFF;
}

#SecProductName{
	width:600px;
	margin-top:30px;
}
#ProductNameColLeft{
	float:left;
	width:450px;
	text-align:left;

}
#ProductNameColRight{
	float:right;
	width:110px;
	text-align:left;
}

#SecProductDetail{
	clear:both;
	width:598px;
	height:90px;
	border:1px solid #000000;
	margin:25px 0px 25px 0px;
}

#ProductDetailColLeft{
width:160px;
text-align:center;
vertical-align:middle;
}

#ProductDetailColRightTop{
text-align:left;
width:438px;
}
#ProductDetailColRightBottom{
text-align:right;
width:438px;
}

#ProductColDrawing{
}



#FooterProductIndex{
    text-align:center;
    margin:15px 0px 15px 0px;
}

.grid{
    border:2px solid #999999;
	border-collapse:collapse;
	width:600px;
}

.grid td{
    text-align:center;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    border-bottom:1px solid #999999;
    border-right:1px solid #999999;
    margin:0px 0px 0px 0px;
}


.ChartHeader td{
    background-color:#FFFFCC;
    font-weight:bold;
}

body{
    margin:2px 2px 2px 2px;
    background-color:#999999;
    text-align: center;
}

h1{
	margin:0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	}
	
a{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
