#content {
	background: #cce8eb url(../images/product-guide/bg.jpg) no-repeat;
	color:#0061AA;
	font-size:11px;
/*	height:510px;*/
	position:relative;
	width:1000px;
}

/*#content.index {
	height: 545px;
}

#content.nurofen {
	height: 1000px;
}

#content.panadol {
	height: 1365px;
}

#content.voltaren {
	height: 685px;
}*/


#content.index .text {
/*	position: absolute;
	top: 55px;
	left: 220px;*/
	margin: 15px auto 0;
	/*padding: 15px 0;*/
	width: 534px;
	height: 134px;
	background: url(../images/product-guide/text1.png) no-repeat;
	clear: both;
}

#content.index .buttons {
/*	position: absolute;
	top: 185px;
	left: 125px;*/
	margin: 0 auto;
	width: 800px;
	clear: both;
}

#content.index .buttons .col1 {
	margin-right: 120px;
}
#content.index .buttons .col1, #content.index .buttons .col2 {
	width: 320px;
	float: left;
}

#content.index .button {
	width: 317px;
	height: 92px;
	cursor: pointer;
	margin-bottom: 15px;
	display: block;
}

#content.index .nurofen {
	background: url(../images/product-guide/button-nurofen.png) top no-repeat;
}

#content.index .panadol {
	background: url(../images/product-guide/button-panadol.png) top no-repeat;
}

#content.index .panadeine {
	background: url(../images/product-guide/button-panadeine.png) top no-repeat;
}

#content.index .pamol {
	background: url(../images/product-guide/button-pamol.png) top no-repeat;
}

#content.index .voltaren {
	background: url(../images/product-guide/button-voltaren.png) top no-repeat;
}

#content.index .button:hover {
	background-position: bottom;
}

.banner1 {
	background: url(../images/product-guide/banner-pain.png) no-repeat;
	width: 1000px;
	height: 85px;
	clear: both;
}

.heading {
	width: 835px;
	padding: 20px 0;
	margin: 0 auto 0;
	text-align: center;
	position: relative;
	clear: both;
}

.back {
	position: absolute;
	left: 0;
	bottom: 35px;
}

.panels {
	width: 830px;
	margin: 0 auto;
}

.panel {
	width: 830px;
	margin-bottom: 20px;
}
.panel .top {
	height: 13px;
	background: url(../images/product-guide/panel-top.png) no-repeat;
}

.panel .body {
	background: url(../images/product-guide/panel-tile.png);
	width: 830px;
	padding: 10px 0;
	position: relative;
	float: left;
}

.panel .product-image {
	width: 270px;
	text-align: center;
	float: left;
}

.panel .description {
	width: 535px;
	vertical-align: top;
	font-family: helvetica, arial, sans-serif;
	float: left;
}

.panel .description .text {
	padding-top: 10px;
	font-size: 13px;
}

.panel .description .disclaimer p {
	padding: 8px 0 2px;
	font-size: 9px;
}

.panel .arrow {
	position: absolute;
	top: 5px;
	left: 233px;
	background: url(../images/product-guide/arrow-right.png) no-repeat;
	width: 26px;
	height: 22px;
}

.panel .bottom {
	height: 13px;
	background: url(../images/product-guide/panel-bottom.png) no-repeat;
}

.panel li {
	background: url(../images/product-guide/bullet.png) no-repeat;
	list-style: none;
	padding-left: 25px;
	margin: 8px 0;
}


