html, body {
margin: 0;
height: 100%;
margin:0;
padding:0;
font-family: Arial;
font-size: 14px;
font-weight: regular;
text-align: justify;
color: #484848;
line-height: 1.3em;
background: #af3a00;
background-image: url('images/bg.jpg');
background-position: top center;
}
a {outline: none;  color: #df5e0a; text-decoration: none;}
a:visited {outline: none;  color: #df5e0a;}
a:hover {outline: none; color: #bbb; text-decoration: underline;}
a:active{outline: none;  color: #FFCC32;}

a.links:link {outline: none;  color: #e87221; text-decoration: none;}
a.links:visited {outline: none;  color: #9d9d9d;}
a.links:hover {outline: none;  color: #ff8a00; text-decoration: none;}
a.links:active {outline: none;  color: #FFCC32;}

h1 {color: #db6203;font-family: Arial; font-size: 24px; font-weight: bold; text-transform: uppercase;}
h2 {margin: 5px 0px; padding: 0px; color: #db6203;font-family: Arial; font-size: 20px;font-weight: bold;}
h3 {color: #FE9800;font-family: Arial; font-size: 20px;font-weight: bold;}
h4 {color: #FE9800;font-family: Arial; font-size: 16px;font-weight: bold;}

b{font-size: 110%;}
em{color: red;}


/*
.b-top { width:1044px; margin:auto; width: 1044px; padding:0; background:url("images/top.png") no-repeat right top; }

.b-right { margin:auto; padding:0; width: 1044px; background: url("images/right.png") no-repeat left top; }

.b-bottom { margin:auto; padding:0; width: 1044px; background: url("images/bottom.png") no-repeat right bottom; }

.b-left { margin:auto; padding:0; width: 1044px; background: url("images/left.png") repeat-y left bottom; }

*/

/*Gradient Border
border: 8px solid transparent;
-moz-border-bottom-colors: #D8D8D8 #D0D0D0 #C8C8C8 #C0C0C0 #B8B8B8 #B0B0B0 #A8A8A8 #A0A0A0;
-moz-border-top-colors: #D8D8D8 #D0D0D0 #C8C8C8 #C0C0C0 #B8B8B8 #B0B0B0 #A8A8A8 #A0A0A0;
-moz-border-left-colors: #D8D8D8 #D0D0D0 #C8C8C8 #C0C0C0 #B8B8B8 #B0B0B0 #A8A8A8 #A0A0A0;
-moz-border-right-colors: #D8D8D8 #D0D0D0 #C8C8C8 #C0C0C0 #B8B8B8 #B0B0B0 #A8A8A8 #A0A0A0;
padding: 0px;
End of Gradient Border*/


/*Shadow boxing???
.outer {
    width: 950px;
    overflow: hidden;
    margin: 10px auto;
	padding: 5px;
    position: relative;
    z-index: 3;
}


.opaque {
    position:absolute;
    left:0;
    top:0;
    height:999em;/* we could have used bottom:0 but IE doesn't understand that so we need to use a height bigger than we ever need and the extra height is hidden by the overflow:hidden on the parent.
    width:100%;
    background:grey;
    opacity:0.4;
    z-index: -1;
}


/*End of Shadow boxing*/

#container {
	margin: 0 auto;
	min-height: 100%;
	width: 950px;
	margin-bottom: -80px;
	position: relative;
	background: #fff;
	}

#header{
background: #EAEAEA;
height: 80px; 
background-image: url('images/header.jpg');
background-repeat: no-repeat;
background-position: 0px 0px;
}

#logo-div{
position: relative;
}

#logo { 
position: absolute; 
top: 0px; 
left: 0px; 
width: 220px; 
height: 80px; 
background-color: transparent;
}

#navbar {
	position: relative;
	float: right;
	display: block;
	margin: 0px;
	padding: 0px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
	font-size: 14px;
	width: 729px;
    height:80px;
}

#navbar ul {
    list-style:none;
    display:inline;
	position: absolute;
	margin: 0px;
	padding: 0px;
}

#navbar li {
    list-style:none;
    display:inline;
}

#navbar a {
    width:81px;
	height: 16px;
    color:#505050;
    text-decoration:none;
	text-align: center;
    background:url("images/about-btn.jpg") no-repeat;
	background-position:0 0px;
    float:left;
    padding: 63px 0 0;
    margin: 0px;
}

#navbar a:hover { 
    background-position:0 -80px;
    color:#fff;
}

#navbar a:active {
    background-position:0 -160px;
    color:#fff;
}

#main-photo {
	height: 369px;
	}
	
#sub-photos {
	height: 225px;
	}

#wrap{
	float: left;
	width: 100%;
position: relative;
}

#content {
	margin: auto;
	float: right;
	width: 500px;
	min-height: 300px;
	position: relative;
	padding: 25px;
	margin-right: 15px;
	}
	
#content iframe {
	margin-bottom: 25px;
	}
	
#leftcolumn{
position: relative;
float: left;
width: 350px;
background: transparent;
text-align: center;
}

#leftcolumn-links{
position: relative;
float: left;
width: 350px;
margin-left: -950px;
background: transparent;
text-align: center;
}

#leftcolumn-links h1{
padding-top: 45px;
color: #fff;
text-shadow: 1px 1px 1px #444;
}

#rightcolumn{
position: relative;
float: left;
width: 600px;
margin-left: -630px;
margin-top: 85px;
background: transparent;
text-align: center;
}

#rightcolumn h1{
color: #fff;
text-shadow: 1px 1px 1px #444;
}

#contact h1{
text-shadow: 1px 1px 1px #aaa;
color: #444;
}

#thankyou {
top: 60px;
left: 50px;
padding: 0px;
position: absolute;
width: 375px;
height: 300px;
text-align: left;
color: #444;
}

#thankyou h1{
text-shadow: 1px 1px 1px #aaa;
color: #444;
}

#thankyou h2{
text-shadow: 1px 1px 1px #aaa;
color: #444;
}

#contact {
top: 30px;
left: 50px;
padding: 0px;
position: absolute;
width: 375px;
height: 300px;
text-align: left;
color: #444;
}

#sidebar {
	float: left;
	width: 360px;
	position: relative;
	background: #fff;
	border-style:solid;
	border-width:1px;
	border-color: #ccc;
	margin-bottom: 25px;
	}
	
.slideshow {
	width: 360px;
	height: 125px;
	float: left;
	}
	
#facebook{
	display: block;
	width: 120px;
	height: 50px;
	float: left;
	background: url(images/btn-facebook.jpg) no-repeat 0 0;
	}

#facebook:hover { 
	background-position: 0 -50px;
	}

#facebook span {
  position: absolute;
  top: -999em;
	}	
	
#twitter{
	display: block;
	width: 120px;
	height: 50px;
	float: left;
	background: url(images/btn-twitter.jpg) no-repeat 0 0;
	}

#twitter:hover { 
	background-position: 0 -50px;
	}

#twitter span {
  position: absolute;
  top: -999em;
	}
	
#youtube{
	display: block;
	width: 120px;
	height: 50px;
	float: left;
	background: url(images/btn-youtube.jpg) no-repeat 0 0;
	}

#youtube:hover { 
	background-position: 0 -50px;
	}

#youtube span {
  position: absolute;
  top: -999em;
	}
	
#wishlist{
	display: block;
	width: 361px;
	height: 125px;
	float: left;
	background: url(images/btn-wishlist.jpg) no-repeat 0 0;
	}

#wishlist:hover { 
	background-position: 0 -125px;
	}

#wishlist span {
  position: absolute;
  top: -999em;
	}
	
#deals{
	display: block;
	width: 361px;
	height: 75px;
	float: left;
	background: url(images/btn-deals.jpg) no-repeat 0 0;
	}

#deals:hover { 
	background-position: 0 -75px;
	}

#deals span {
  position: absolute;
  top: -999em;
	}
	
#latestad{
	display: block;
	width: 361px;
	height: 75px;
	float: left;
	background: url(images/btn-ad.jpg) no-repeat 0 0;
	}

#latestad:hover { 
	background-position: 0 -75px;
	}

#latestad span {
  position: absolute;
  top: -999em;
	}
	
#builder{
	display: block;
	width: 361px;
	height: 75px;
	float: left;
	background: url(images/btn-builder.jpg) no-repeat 0 0;
	}

#builder:hover { 
	background-position: 0 -75px;
	}

#builder span {
  position: absolute;
  top: -999em;
	}

	
.clearfooter {
   height: 80px;
   clear: both;
}
	
#footer {
	margin: 0 auto;
	height: 80px;
	width: 950px;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	position: relative;
}

#footer p {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #484848;
	line-height: 1.4em;
	}

	#footer a {
	margin: auto;
	float: left;
	color: #f5c925;
	margin-left: 0px;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
	}
	
	#footer a:hover, #footer a:active {
		color: #fff;
	}
	
#copyright {
	position: relative; left: 15px; top: 25px;
	float: left;
	}

#addresses {
	width: 600px;
	height: 70px;
	position: relative; left: 25px; top: 08px;
	float: left;
	}
	
#victoria {
	float: left;
	position: relative; left: 25px;
	}	
	
#nanaimo {
	float: left;
	position: relative; left: 45px;
	}
	
#designlink {
	float: right;
	position: relative; 
	}
	
#ghm{
	display: block;
	width: 74px;
	height: 65px;
	background: url(images/ghm.png) no-repeat 0 0;
	outline: none;
	}

#ghm:hover { 
	background-position: 0 -65px;
	}

#ghm span {
  position: absolute;
  top: -999em;
	}
