body {

}
.bg-denny {
	background-color:#c40000;
}
.denny-navlogo {
	height:48px;
	margin:10px;
}

.denny-test {
	background:#000000;
}

/* INDEX-TOP BOX */

.denny-index-top {
	height:350px; width:100%; 
	background:url('assets/bg8.jpg'); background-repeat:repeat; background-position:center; background-size:cover; 
	border-bottom:8px solid #c40000;
}
.denny-index-top-table {
	width:100%;
}
.denny-index-top-table tr td{
	border:0px solid #FFF;
	text-align:center;
}
.denny-index-top-td-top {
	height:50px;
}
.denny-index-top-td-middle {
	height:240px;
	padding:20px;
}
.denny-index-top-td-bottom {
	height:60px;
	padding:5px;
}

/* OTHERS-TOP BOXES*/

.denny-services-top {
	height:300px; width:100%; 
	background:url('assets/bg12.jpg'); background-repeat:repeat; background-position:center; background-size:cover; 
	border-bottom:8px solid #c40000;
}
.denny-contact-top {
	height:300px; width:100%; 
	background:url('assets/bg11.jpg'); background-repeat:repeat; background-position:center; background-size:cover; 
	border-bottom:8px solid #c40000;
}
.denny-about-top {
	height:300px; width:100%; 
	background:url('assets/bg15.jpg'); background-repeat:repeat; background-position:center; background-size:cover; 
	border-bottom:8px solid #c40000;
}
.denny-others-top-table {
	width:100%;
}
.denny-others-top-table tr td{
	border:0px solid #FFF;
	text-align:center;
}
.denny-others-top-td-top {
	height:100px;
}
.denny-others-top-td-middle {
	height:100px;
	padding:20px;
}
.denny-others-top-td-bottom {
	height:100px;
	padding:5px;
}

/* CONTROL-TOP BOXES*/

.denny-control-top {
	height:260px; width:100%; 
	background:url('assets/bg10.jpg'); background-repeat:repeat; background-position:center; background-size:cover; 
	border-bottom:8px solid #c40000;
}

/* SERVICES PAGE */

.denny-services {
	padding:20px;
	text-align:center;
}

.denny-services-icaew {
	text-align:center;
}

.denny-services-icaew img {
	height:160px;
}

/* ABOUT PAGE */



/* CONTACT PAGE */

.denny-blackwell {
	text-align:center;
}

.denny-blackwell img {
	width:300px;
}

/* ARTICLES */

.denny-article-img {
	padding:20px;
}

.denny-article-img img{
	width:100%;
	max-width:500px;
}

.denny-article-img-thin img{
	width:100%;
	max-width:300px;
}

/* GLOBAL STYLES */

.denny-quote {
	padding:14px;
	padding-left:36px;
}

.denny-quote img {
	height:36px;
}

.denny-page-title {
	color:#FFFFFF;
	letter-spacing:1px;
}

.denny-page-tag {
	color:#FFFFFF;
	letter-spacing:2px;
}

.denny-spacer {
	padding:20px;
	font-size:0px;
}

.denny-footer {
	background:#c40000;
	padding:20px;
	width:100%;
	color:#FFFFFF;
	font-size:12px;
}

.denny-footer table {
	
}

.denny-footer-img {
	margin:10px;
	height:60px;
}

.red-text 
{
	color:#FF0000;
}