@import "reset.css";

/* BASICS */

body	{
	color: #000;
	background: #ececec url(/images/bg.gif) center top repeat-y;
	margin: 0;
	margin-bottom: 25px;
	padding: 0;
	}
	
.hide	{
	text-indent: -9999px;
	}
	
img {
	display: block;
	border: 0;
	}
	
a:link {
	font-weight : bold; 
	text-decoration : underline;
	color: navy;
	background: transparent; 
	}

a:visited {
	font-weight : bold; 
	text-decoration : underline;
	color: navy;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : none;
	color: navy;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : underline;
	color: navy;
	background: transparent;  
	}
	
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, span, div {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

li {
	line-height: 1.5;
	margin: 5px;
	margin-left: 30px;
}

p {
	margin: 10px 0;
}

h1	{
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.5;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
	}

h2	{
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 1.3em;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #cd1527;
	}
	
h3 {
	padding-top: 10px;
	padding-bottom: 5px;
	color: black;
	font-weight: bold;
	font-size: 1.1em;

}

	
/* PAGE DIVS */

#canvas {

	margin: 0 auto;
	background-color: white;
	width: 780px;
	
}

#head {
	padding: 0;
	margin: 0;
	background: transparent url(/images/head.gif) left bottom no-repeat;
	height: 100px;

}

#metaphor {
	
	padding: 0;
	margin: 0;
	border-bottom: 2px solid #727d84;
	border-top: 2px solid #727d84;
	background: #FFF;

}

#metaphorimage {
	height: 250px;
	background-color: #CD1527;
}

#content {

	padding: 20px;
	
}

#fullmain {
	width: 710px;
	margin-bottom: 30px;
}

#main {

	float: left;
	width: 480px;
	margin-bottom: 30px;

}

#sub {

	float: right;
	width: 230px;
	overflow: hidden;
	margin-bottom: 30px;
}

#foot {

	clear: both;
	background: #FFF;
	height: 80px;
	border-top: 2px solid #727d84;
	font-size: 12px;
	text-align: left;
	padding-left: 20px;
	padding-top: 20px;
	margin-top: 30px;
	margin-bottom: 30px;

}

.clear {
	clear: both;
	line-height: 1px;
}

/* PHOTOS */

#sub .pagePhoto, .galleryPhoto {
	
	width: 160px;
	padding: 4px;
	margin: 10px;
	margin-left: 35px;
	border: 1px solid #cecece;
}

.galleryPhoto {
	float: left;
	margin-left: 0px;
	margin-right: 50px;
}

#gallery h2 {
	border-bottom: 1px solid silver;
	margin-bottom: 10px;
}

/* FOOTER */

#torontoaddress {

	float: left;
	padding-right: 30px;
	border-right: 1px dotted silver;

}

#haliburtonaddress {

	float: left;
	padding-left: 30px;
	
}

#homedepot {
	float: right;
	padding-right: 40px;
}

#copyright {
	clear: both;
	padding-top: 10px;
}

#credit {
	text-align: left;
	padding-bottom: 15px;
}

#credit a {
	color: gray;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}


/* NAVIGATION */

ul#topnav {
	margin: 0;
	padding: 0;
	padding-right: 15px;
	list-style: none;
	width: 530px;
	float: right;
	margin-top: 70px;
}

ul#topnav li {
	margin: 0;
	float: right;
}

ul#topnav a {
	display: block;
	font-size: 13px;
	text-decoration: none;
	color: #333333;
	padding: 5px;
	padding-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

ul#topnav a:hover {
	color: #cd1527;
}

ul#topnav a.selected {
	color: #cd1527;
	font-weight: bold;
}

ul#pagenav {
	margin: 0;
	margin-top: 20px;
	padding: 0;
	list-style: none;
	width: 230px;
}

ul#pagenav li {
	margin: 0;
	float: left;
	width: 100%;
	padding: 8px;
}

ul#pagenav a {

	display: block;
	width: 100%;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	padding: 2px;

}

ul#pagenav a.selected {
	color: black;
}

ul#pagenav li.selected {
	background: silver;
}

ul#pagenav li.pagenavHeader {
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: white;
	background-color: #333;
	padding: 8px;
}


/* STYLE */


.phonehilite {
	color: #cd1527;
	font-weight: bold;
}
