/* ----
PRODUCT PAGE CSS
Ver. 1 
May 1-08
---- */

/* ---- menu adjustment for the product sub pages ---- */
#menu {
margin:6px 0 0 0;
}

/* ---- Footer adjustment ---- */
* html #footerContainer { /*ie 6 hack*/
margin:-6px 0 0 0;
}

#footerContainer {
margin:6px 0 0 0;
}

/* ---- Product Cnt Container ---- */
#subProduct_cntArea {
width:960px;
height:450px;
position:relative;
padding:6px 0 0 0;
}

/* ---- Cnt Left Col ---- */
#subProduct_cntArea #leftCol {
float:left;
width:315px;
height:100%;
position:relative;
}

/* trial button */
#trialBtn {
position:absolute;
bottom:0px;
left:0px;
width:317px;
height:53px;
}

#trialBtn a {
display:block;
background:url(../images/trialBtn.gif) top left no-repeat;	
width:317px;
height:53px;
}

#trialBtn a:hover {
background:url(../images/trialBtn_on.gif) top left no-repeat;	
}

#trialBtn a span {
display:none;
}

/* ---- Cnt Right Col ---- */
#subProduct_cntArea #rightCol {
font-size:12px;
float:left;
width:607px;
padding:0;
margin:0 17px 0 17px;
height:100%;
position:relative;
}

#subProduct_cntArea #rightCol p {
margin:3px 0 12px 0;
}

#subProduct_cntArea #rightCol #jCarousel {
position:absolute;
bottom:0px;
left:0px;
}


