#main {
	background: url(images/background.jpg) left top no-repeat;
	}
	
#product_intro {
	float: left;
	margin: 0;
	padding: 0;
	padding: 0 0 15px 25px;
	width: 450px;
	}

p.lead_in {
	text-align: right;
	font-size: 140%; /* 200% */
	line-height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
	margin-left: 25px;
	padding-bottom: 15px;
	}

p.lead_in span {
	font-size: 160%;
	font-weight: normal;
	line-height: 1em;
	color: #1859bb;
	}

div#product_intro ul {
	
	margin: 0 45px 0 65px;
	font-size: 100%;
	}

div#product_intro ul li {
	padding-bottom: 15px;
	font-size: 115%;
	}


/* header 15px too high in Win IE 6 */
#header {

}

/* ----- tabs ----- */
.dynamic-tab-pane-control .tab-row .tab {
	width:				120px; /* 70px */
	height:				16px;
	background-image:	url( "images/tab.png" );
	margin:			1px -1px 1px 2px;
	padding:		2px 0px 0px 0px;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	width:				124px !important; /* 74px */
	height:				18px !important;
	background-image:	url( "images/tab.active.png" ) !important;
	background-repaet:	no-repeat;
	padding:		2px 0 0px 0;
	margin:			1px -3px -3px 0px;
}

.dynamic-tab-pane-control .tab-row .tab.hover {
	width:				120px; /* 70px */
	height:				16px;
	background-image:	url( "images/tab.hover.png" );
	background-repeat:	no-repeat;
}



/* */
.dynamic-tab-pane-control .tab-row .tab.selected {
	background-image:	url( "images/tab.active.png" ) !important;
}


/* Get It Now */
#button_bar {
margin: 15px auto; 
width: 315px;
}

#button_left, #button_right {
width: 155px;
}

#button_left {
float: left;
}

#button_right {
float: right;
}

#getitnow {
background: #fff; 
border: 2px solid #008e72;
margin: 0;
padding: 5px 15px;
overflow: auto;
height: 275px;
width: 465px;
position: relative;
top: -100px; /* -25px */
left: 250px;
z-index: 999;
color: #008e72;
}