#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;
	height: 400px;
	}

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;
	}


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

}

.dynamic-tab-pane-control .tab-page {
border-left: none;
border-right: none;
border-bottom: none;
}

.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_center, #button_left, #button_right {
width: 155px;
}

#button_center {
margin: 0 auto;
text-align: center;
}

#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;
}