/* -----------------------------------------------

Description:  Master Style Sheet for Screen

Author: Martin Tolley

Email: martin (at) netdec (dot) co (dot) uk

URL: http://www.netdec.co.uk/

Created: 7 August 2007

Last Updated: 7 August 2007

----------------------------------------------- */


* {
	margin: 0px;
	padding: 0px;
}

body, html {
	width: 100%;
	height:100%;
	background-color: #00A751;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

.framework {
	width: 732px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;

}

.top-cap {
	background: url(/images/top-cap.jpg) no-repeat left top;
	float: left;
	display: inline;
	width: 732px;
	height: 32px;
}

.centre {
	background: #FFFFFF url(images/centre-bg.jpg) repeat-y left top;
	float: left;
	display: inline;
	width: 700px;
	padding-left: 16px;
}

.content {
	padding-left: 30px;
	padding-right: 30px;
}

.bottom-cap {
	background: url(/images/bottom-cap.jpg) no-repeat left top;
	float: left;
	display: inline;
	width: 732px;
	height: 32px;
}

.header {
	margin-top: 11px;
	margin-bottom: 30px;
	width: 640px;
	float: left;
	display: inline;
	background: url(images/ashfield-house-dental-practice-logo.jpg) no-repeat right top;
}

.header h1, .header h2, .black span, .more-details h3 span, hr {
	display: none;
}

address {
	font-weight: bold;
	font-style: normal;
	color: #00A751;
	line-height: 20px;

}

address strong, .black {
	color: #000;
}

.header p {
	color: #00A751;
	line-height: 20px;
}

.margin-top-10px {
	margin-top: 10px;
}

a {
	color:  #00A751;;
}

a:hover {
	color: #000;
}

.info {
	border-top: 1px solid #00A751;
	border-right: 0px none #00A751;
	border-bottom: 1px solid #00A751;
	border-left: 0px none #00A751;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.info h2 {
	font-size: 15px;
	font-weight: bold;

}

.info h2 strong {
	color: #00A751;
}

.more-details {
	width: 640px;
	float: left;
	display: inline;
}

.more-details .col {
	width: 305px;
	float: left;
	display: inline;
}

.more-details h3 {
	width: 305px;
	height: 19px;
	margin-bottom: 30px;
}

.margin-left-30px {
	margin-left: 30px;
}

.opening-times {
	background: url(/images/opening-times.gif) no-repeat;
}

.how-to-find-us {
	background: url(/images/how-to-find-us.gif) no-repeat;
}

#map {
	width: 303px;
	height: 172px;
	border: 1px solid #00A751;
}

#map p {
	color:  #00A751;
}

#map p strong {
	color: #000;
}

.opening-times-table {
	width: 305px;
}

.row {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 305px;
	float: left;
	display: inline;
	color: #FFF;
	margin-bottom: 1px;
}

.light {
	background-color: #00A751;
}

.dark {
	background-color: #009A4F;
}

.day {
	padding-left: 10px;
	width: 175px;
	float: left;
	display: inline;
}

.day strong {
	font-weight: normal;
}

.time {
	padding-right: 10px;
	width: 110px;
	float: left;
	display: inline;
}

.footer {
	width: 640px;
	float: left;
	display: inline;
	margin-top: 29px;
	margin-bottom: 14px;
}

.copyright {
	width: 380px;
	float: left;
	display: inline;
	font-size: 10px;
}

.author {
	width: 260px;
	float: left;
	display: inline;
	font-size: 10px;
	text-align: right;
}


.cl {
	clear: left;
}
