/* www.dentwizard.co.uk */
/* Typography styles */
/* December 2008 */
/* simon.hudson@manheimeurope.com */

/*--------------------------------------------------*/
/* COMMON TYPO */
/*--------------------------------------------------*/

p {
	font-size: 90%;
	line-height: 150%;
	color: #737373;
	text-align: justify;
	}

/* Intro text on home page */	
#intro p {
	font-size: 95%;
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 140%;
	}	
	
strong {
	color: #4D4D4D;
	}
	
blockquote p {
	background: url(../images/quotebg.jpg) top left no-repeat;
	padding: 2px 5px;
	margin: 0;
	}
	
h1 {
	font-size: 150%;
	color: #E81734;
	margin: 35px 0 0 0;
	}

/* Title on home page */
#intro h1 {
	margin: 0;
	}

	

	
h2 {
	font-size: 110%;
	color: #464646;
	margin: 13px 0 -5px 0;
	background: url(../images/bigbullet.gif) left no-repeat;
	padding: 2px 0 2px 13px;
	}
	
#hometext1 h2,
#hometext2 h2 {
	background: url(../images/bigbullet.gif) left no-repeat;
	padding: 2px 0 2px 13px;
	margin: 10px 0;
	}
	
#hometext1.alertbox h2, #hometext2.alertbox h2{
	color: #E81734;
	padding: 0 10px;
	background:none;
	margin-bottom: 16px;
}

.alertbox p {
	color: black;
	padding: 0 10px;
}



	
#retailbox h2,
#franchisebox h2 {
	color: #014991;
	font-size: 100%;
	font-weight: normal;
	padding: 20px 150px 0 20px;
	line-height: 130%;
	margin: 0 0 0 0;
	background: 0;
	}
	
#retailbox p,
#franchisebox p {
	padding: 0 130px 0 20px;
	line-height: 130%;
	margin: 5px 0 0 0;
	font-size: 90%;
	text-align: left;
	}
	
#hometext1 p,
#hometext2 p {
	margin: -7px 0 0 0;
	}
	
#footer p {
	width: 50%;
	font-size: 80%;
	font-weight: bold;
	color: #A6A6A6;
	margin: -20px 0 0 0;
	padding: 0;
	line-height: 100%;
	display: inline;
	float: left;
	clear: both;
	}
	
blockquote {
	font-size: 90%;
	font-style: italic;
	color: #737373;
	line-height: 150%;
	padding: 0 0 0 10px;
	margin: 0 0 30px 20px;
	border-left: 5px solid #EAEAEA;
	/*background: url(../images/quoteleft.gif) top left no-repeat;*/
	}
	
/*--------------------------------------------------*/
/* SPANS & CLASSES */
/*--------------------------------------------------*/

.firstpara {
	padding: 10px;
	background: #FDE7EA;
	color: #464646;
	font-weight: bold;
	font-size: 90%;
	line-height: 140%;
	}
	
.note {
	font-size: 80%;
	}
	
.alert {
	color: #CC0000;
	}
	
p.button {
	background: url(../images/button_right.jpg) right no-repeat;
	height: 28px;
	padding: 8px 23px 8px 5px;
	display: inline;
	}
	
p.button span {
	background: url(../images/button_left.jpg) left no-repeat;
	height: 28px;
	padding: 8px;
	display: block-inline;
	}
	
p.button a {
	font-size: 110%;
	text-decoration: none;
	padding: 5px 0;
	}
	
div#retailbox, div#franchisebox {
	margin-top: 0;
}

