@charset "utf-8";
#leftholder {
	width:488px;
	height:230px;
	z-index:2;
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#rightholder {
	height:163px;
	z-index:2;
	float: left;
	margin-top: 60px;
	text-align: center;
	width: 230px;
	font-size: 14px;
}

#vslideholder {
	position:absolute;
	left:10px;
	top:11px;
	width:214px;
	height:395px;
	z-index:2;
}

#address {
	width:180px;
	z-index:1;
	color: #FFF;
	font-size: 12px;
	float: right;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-top: 4px;
}

/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000;
}
#container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #333;
}
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 94px;
	width: 1000px;
	background-color: #DDDDDD;
	background-image: url(images/AlbertaLogo.png);
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	background-color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
}
#footer {
	padding: 0 10px;
	background-color: #333;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	font-size: 12px;
	text-align: center;
}
#flashholder {
	width:742px;
	height:405px;
	z-index:1;
	background-image: url(images/flashbacking.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	padding-top: 10px;
	float: left;
	margin-bottom: 10px;
	position: relative;
}
#dealholder {
	width:210px;
	height:408px;
	z-index:1;
	float: right;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/deal.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	margin-top: 3px;
	margin-right: 10px;
	position: relative;
}
#topdealholder {
	width:210px;
	height:212px;
	z-index:1;
	float: right;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/topdeal.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	margin-right: 10px;
	margin-bottom: 0px;
}
#bottomdealholder a:hover {
	color: #F00;
	text-decoration: underline;
}
#bottomdealholder {
	width:210px;
	height:182px;
	z-index:1;
	float: right;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bottomdeal.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	margin-right: 10px;
	margin-top: 5px;
}
#dcontent {
	padding: 10px;
	line-height: 17px;
}
#dealholder H1 {
	background-image: url(images/boxheaderbut.gif);
	font-size: 16px;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	height: 36px;
	line-height: 32px;
	background-position: top;
	font-weight: normal;
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 210px;
	padding: 0px;
}
#topdealholder H1 {
	background-image: url(images/boxheaderbut.gif);
	font-size: 16px;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	height: 36px;
	line-height: 32px;
	background-position: top;
	font-weight: normal;
	display: block;
	width: 210px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-indent: 30px;
}
#bottomdealholder H1 {
	background-image: url(images/boxheaderbut.gif);
	font-size: 16px;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	height: 36px;
	line-height: 32px;
	background-position: top;
	font-weight: normal;
	display: block;
	width: 210px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-indent: 30px;
}
#bottomcontainer {
	z-index:1;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	height: 190px;
	background-image: url(images/bottomback.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#k1 {
	position:absolute;
	left:33px;
	top:14px;
	width:210px;
	height:36px;
	z-index:2;
	background-image: url(images/boxheaderbut.gif);
	background-repeat: no-repeat;
}
#k1 H1 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#k2 {
	position:absolute;
	left:274px;
	top:14px;
	width:221px;
	height:43px;
	z-index:3;
	background-image: url(images/boxheaderbut.gif);
	background-repeat: no-repeat;
}
#k2 H1 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#k3 {
	position:absolute;
	left:516px;
	top:14px;
	width:215px;
	height:41px;
	z-index:4;
	background-image: url(images/boxheaderbut.gif);
	background-repeat: no-repeat;
}
#k3 H1 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#k4 {
	position:absolute;
	left:757px;
	top:14px;
	width:219px;
	height:38px;
	z-index:5;
	background-image: url(images/boxheaderbut.gif);
	background-repeat: no-repeat;
}
#k4 H1 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bottomflash {
	position:absolute;
	left:10px;
	top:18px;
	width:980px;
	height:185px;
	z-index:999;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
}
#menu {
	z-index:999;
	background-color: #000;
	background-image: url(images/mbar.png);
	margin: 0px;
	padding: 0px;
	height: auto;
	background-repeat: repeat-x;
	position: absolute;
	width: 1000px;
}
#aboutholder {
	width:732px;
	height:420px;
	z-index:1;
	background-repeat: no-repeat;
	float: left;
	font-size: 14px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
}
#aboutholder a{
	font-weight: bold;
	
}
#aboutholder a:hover{
	color: #F00;
	font-weight: bold;
	text-decoration: underline;
	
}
#aboutholder h1 {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
.clearall {
	clear: both;
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
}
#greenorb {
	z-index:1;
	color: #CCC;
	font-size: 11px;
	padding-top: 10px;
}
#greenorb a:hover {
	color: #FFF;
	text-decoration: underline;
}


#phone {
	z-index:1;
	padding-top: 1px;
}
.largecentre {
	text-align: center;
	font-size: 18px;
}


#menucontainer {
	position: relative;
	margin-bottom: 20px;
	
}
.mmail {
	font-size: .99em;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 2px;
}
