@import url('/include/site.css');

/*** Douglas NZ site overrides ***/

.body {
	background-image:url(/images/template/body-bg.gif);
}
.navi {
    top: 300px;
}
.scrollable, .slide {
 	height:325px;
}
.slide-one {
	background:url(/Images/template/douglas-1.jpg) no-repeat scroll 0 0;
}
.slide-two {
	background:url(/Images/template/douglas-2.jpg) no-repeat scroll 0 0;
}
.slide-three {
	background:url(/Images/template/douglas-3.jpg) no-repeat scroll 0 0;
}
.slide-four {
	background:url(/Images/template/douglas-4.jpg) no-repeat scroll 0 0;
}
.home-introduction h1 {
	font-size:34px;
	margin:30px 0;
}
.home-introduction p {
	margin:10px 0;
}
.home-buttons div { background:#fff no-repeat scroll bottom right;margin:0 0 10px;}

.home-buttons h1 {
	margin:0;
	padding:45px;
}
.home-buttons h1 a {
	color:#FFF;
	display:block;
	text-decoration:none;
}
.home-buttons .consumer-products {
	background-image: url(/images/template/consumer-products-btn.png);
	height:145px;
}
.home-buttons .prescription-medicines {
	background-image: url(/images/template/prescription-medicines-btn.png);
	height:130px;
	margin:0 0 15px
}
.home-buttons .medicopak {
	background-image: url(/images/template/medicopak-btn.png);
	height:120px;
}
.home-buttons .prescription-medicines h1 {
	padding:35px 45px;
}
.home-buttons .consumer-products h1 {
	padding:50px 45px;
}

