/* Presentation Stylesheet for Perfect Day Photography

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

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

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


img { border: 0; }

h1, h2, h3 {
	font-family: verdana, arial, helvetica, sans-serif, serif;
	font-size: 100%;
	margin: 10px;
}

h2 {
	font-size: 110%;
}

h3 {
	font-size: 100%;
}

p {
	font-family: verdana, arial, helvetica, serif, sans-serif;
/*	font-size: 0.8em; */
	font-size: 110%;
	margin: 10px;
}

p.Centre {
	text-align: center;
}

p.ParaSmall {
	line-height: 5px;
}

strong {
	font-size: 110%;
	font-weight: bold;
	color: #4b5b6e;
}


/* FIR style header images */
#SiteHeader {
	position: relative;
	width: 340px;
	height: 108px;
	text-align: center;
	font-size: 0px;
}
#SiteHeader span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/site-header.gif) no-repeat 0px 0px; 
}


#PageHeader {
	position: relative;
	width: 500px;
	height: 30px;
	margin-top: 5px;
	margin-left: -8px;
	font-size: 0px;
}
#PageHeader span {
	position: absolute;
	width: 100%;
	height: 100%;
}

.header-home span {
	background: url(../images/header-home.gif) no-repeat 0px 0px; 
}
.header-about span {
	background: url(../images/header-about.gif) no-repeat 0px 0px; 
}
.header-portfolio span {
	background: url(../images/header-portfolio.gif) no-repeat 0px 0px; 
}
.header-services span {
	background: url(../images/header-services.gif) no-repeat 0px 0px; 
}
.header-contact span {
	background: url(../images/header-contact.gif) no-repeat 0px 0px; 
}
.header-prices span {
	background: url(../images/header-prices.gif) no-repeat 0px 0px; 
}
.header-client-gallery span {
	background: url(../images/header-clients.gif) no-repeat 0px 0px; 
}
.header-testimonials span {
	background: url(../images/header-quotes.gif) no-repeat 0px 0px; 
}
.header-admin span {
	background: url(../images/header-admin.gif) no-repeat 0px 0px; 
}


#PageSubHeader {
	position: relative;
	width: 500px;
	height: 30px;
	font-size: 0px;
}
#PageSubHeader span {
	position: absolute;
	width: 100%;
	height: 100%;
}


#Footer p {
	font-size: 0.8em;
	color: #4b5b6e;
	text-align: right;
	margin: 0px;
	margin-right: 10px;
	padding: 0px;
}


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


.BoldText {
	font-weight: bold;
}

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

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


.WarningText {
	color: #cc0000;
}


hr {
	margin: 10px;
	border: none;
    border-bottom: 1px solid #95aeda;
	height: 1px;
}

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


.HR-Dotted {
	border: none;
	height: 1px;
    border-bottom: 1px dotted #95aeda;  /* f4f0e7 */
}

.HR-Footer {
	width: 500px;
	margin: 2px;
	padding: 1px;
	margin-left: 188px;
	margin-right: 0;
	border: none;
	height: 1px;
    border-bottom: 1px dotted #8e5653;
}


.BulletList {
	font-size: 110%;
	font-weight: bold;
	margin: 8px;
	padding-left: 30px;
}

.BulletDarkBlue {
	list-style-image: url(../images/bullet-blue.gif);
}

.BulletLightBlue {
	list-style-image: url(../images/bullet-blue-light.gif);
}

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

.BulletList a {
	font-size: 90%;
}

.BulletList p {
	background-color: #fcfcfc;
	font-size: 100%;
	margin: 4px;
}

.BulletListBlank{
	list-style: square;
}
