/* Cascading Style Sheet - www.wolfpoolsandspas.com */
/* $Id: basic.css,v 1.11 2007/03/22 17:58:18 pete Exp pete $ */

/* ******************************************************************************* */
/* body style for the page */

body {
	margin: 25px 0;
	padding: 0;
	color: #000;
	background-color: #d2d4c8;
	font-family: Verdana, "Lucida Grande", Geneva, Lucida, Arial, Helvetica, sans-serif;
}


/* ******************************************************************************* */
/* heads */

h1 {
	font-family: Verdana, "Lucida Grande", Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16pt;
	margin: 0 0 10px 0;
	padding: 0;
	color: #110f7f;
}

h1.sitename,
h2.sitename {
	display: none;
}

h2.graphic {
	display: none;
}

h3 {
	text-transform: uppercase;
	font-family: Verdana, "Lucida Grande", Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14pt;
	margin: 10px 0 0 0;
	padding: 0;
	color: #2b6089;
}

h4 {
	text-transform: uppercase;
	font-family: Verdana, "Lucida Grande", Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12pt;
	margin: 10px 0 0 0;
	padding: 0;
	color: #77523E;
}

h4.mutedgreen {
	color: #4a9f3b;
}

h1.map, 
h5, 
h6 {
	font-family: Verdana, "Lucida Grande", Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	margin: 10px 0 0 0;
	padding: 0;
	color: #110f7f;
}

/* classes that surround h2's for image replacement */

.wolfhead {
	width: 259px;
	height: 34px;
	background-image: url("/images/headwolfpools.gif");
	background-repeat: no-repeat;
	margin: 0 0 10px 0;
	padding: 0;
}

.wolfheadsecond {
	width: 204px;
	height: 28px;
	background-image: url("/images/head2wolfpools.gif");
	background-repeat: no-repeat;
	margin: 24px 0 30px 4px;
	padding: 0;
}



/* ******************************************************************************* */
/* text blocks */

p, blockquote, ul, ol, dt, dd, dl, th, td {
	margin: 0 0 10px 0;
	font-family: Verdana, "Lucida Grande", Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333;
	padding: 0;
	line-height: 115%;
}

div {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: square;
	margin: 4px 0 4px 30px;
}

ol {
	margin: 4px 0 4px 30px;
}

li {
	line-height: 115%;
}

ul.productline {
	list-style-type: square;
	margin: 4px 0 0 0;
	padding: 0 0 16px 30px;
	border-bottom: 1px #666 dotted;
}

li.bottomnav {
	text-transform: uppercase;
	font-size: 7pt;
	display: inline;
	margin: 0;
	padding: 0 8px;
	border-right: 1px #333 solid;
}

table {
	margin: 8px 0 12px 0;
	border: 1px #333 solid;
}

th {
	padding: 2px 5px;
	background-color: #999;
}

td {
	padding: 1px 5px;
	border-bottom: 1px #bbb dotted;
}

td.tdhead {
	font-weight: bold;
}


/* ******************************************************************************* */
/* fixed-width stuff */

pre, tt, code {
	font-family: Courier, "Courier New", monospace;
}


/* ******************************************************************************* */
/* other stuff */

img {
        margin: 0;
	padding: 0;
        border-width: 0;
}

img.photoright {
	padding: 10px;
	border-top: 1px #b6b8ac solid;
}

img.photoleft {
	margin: 0 0 2px 16px;
}

p.photoleft {
	text-align: left;
	margin: 2px 0 20px 16px;
}

img.mapimg {
	border: 1px #000 solid;
	margin: 2px 0 20px 0;
}

img.storeimg {
	border: 1px #d2d4c8 solid;
	margin: 20px 0 0 0;
	padding: 2px;
}

img.productline {
	float: right;
	margin: 14px 0 0 40px;
}

.uc {
	text-transform: uppercase;
}

hr {
	background-color: #ccc;
	height: 1px;
	border: 0;
}



/* Microformats */

.hmetand {
	display: none;
}
.hmeta {
	border-width: 0;
}



/* ******************************************************************************* */
/* links */

a:link {
	color: #3f221e;
	text-decoration: underline;
}

a:visited {
	color: #3f221e;
	text-decoration: underline;
}

a:hover {
	color: #3f221e;
	text-decoration: underline;
}

a:active {
	color: #3f221e;
	text-decoration: none;
}


/* bottomnav */

a.bottomnav:link {
	color: #333;
	text-decoration: none;
}

a.bottomnav:visited {
	color: #666;
	text-decoration: none;
}

a.bottomnav:active {
	color: #369;
	text-decoration: none;
}

a.bottomnav:hover {
	color: #369;
	text-decoration: none;
}



