
/* Presentation Stylesheet for KL Plastering website

  (c) Colin Sewell, 2007
------------------------- */

html { font-size: 100%; /* IE hack */ }

body {
	margin: 10px;
	padding: 0px;
	color: #333333;
	background-color: white;
	background-image: url(../../bg-stripes-diag-1.gif);
	font-family: verdana, arial, helvetica, sans-serif, serif;
/*	font-size: 0.8em; */	/* 1 em = 16 px by default */
	font-size: 75%;		/* scale down default font */
}


h1, h2, h3 {
	font-family: verdana, arial, helvetica, sans-serif, serif;
	color: #55887e;
	margin-top: 0px;
	margin-left: 10px;
	padding-top: 0px;
}

div#footer h1 {
	font-family: verdana, arial, helvetica, sans-serif, serif;
	font-size: 80%;
	font-weight: normal;
	color: #55887e;
	margin-top: 0px;
	margin-left: 10px;
	padding-top: 0px;
}


p {
	font-family: verdana, arial, helvetica, serif, sans-serif;
/*	font-size: 0.8em; */	/* 1 em = 16 px by default */
	font-size: 100%;		/* scale down default font */
	margin: 10px;
}

#colright p {
	font-family: verdana, arial, helvetica, serif, sans-serif;
/*	font-size: 0.8em; */	/* 1 em = 16 px by default */
	font-size: 80%;		/* scale down default font */
	margin: 8px;
}

div#footer h1 a {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 100%;
    color: #55887e;
    text-decoration: none;
	text-align: center;
	border-bottom: 0px dotted #888888;
}

.ImgBorder {
	border: 1px solid #777;
}


.BoldText {
	font-weight: bold;
}

.BoldMediumText {
	color: #5e5e5e;
	font-weight: bold;
}

.BoldHeading {
	font-weight: bold;
	font-size: 150%;
	color: #555;
}


hr {
	border: none;
    border-bottom: 1px solid #55887e;
	height: 1px;
}

.HR-Dashed {
	border: none;
    border-bottom: 1px dashed #55887e;
	height: 1px;
}


.HR-Dotted {
	border: none;
	height: 1px;
    border-bottom: 1px dotted #55887e;
}

.HR-Footer {
	width: 500px;
	margin-left: 250px;
	margin-right: 0;
	border: none;
	height: 1px;
    border-bottom: 1px dotted #55887e;
}

#footer p {
	font-size: 90%;
	color: #564b47;
	margin: 1px;
	padding: 1px;
}


.BulletList {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 110%;		/* scale down default font */
	font-weight: bold;
	color: #555;
	list-style-image: url(../images/tick-mark-1.gif);
	margin: 2px;
	margin-left: 20px;
}

.BulletList li {
	margin-bottom: 5px;
}

.BulletList p {
	background-color:#fcfcfc;
	font-size: 100%;		/* scale down default font */
	margin: 4px;
}