/* @group Reset */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;}
body{line-height:1;}
table{border-collapse:collapse;border-spacing:0;}
section,article,aside,header,footer,nav,dialog,figure{display:block;}

/* @end */

/* @group Clear Fix */

.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
* html .clearfix{zoom:1;}
*:first-child+html .clearfix{zoom:1;}

/* @end */

/* @group Sticky Footer */

html,body,#wrapper{height:100%;width:100%;}
body>#wrapper{height:auto;min-height:100%;width:auto;min-width:100%;}
#content{padding-bottom:300px;}
footer{position:relative;margin-top:-300px;height:220px;clear:both;}

/* @end */

/* @group Layout */

body {
	background: #c2104f url('../img/main-bg.gif') repeat-x;
	color: #fff;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 21px;
}

.container {
	width: 960px;
	margin: 0 auto;
}

#wrapper {
	background: url('../img/light.png') no-repeat center 0;
	
}

.container section {
	padding: 0 10px;
}

header {
	border-bottom: 1px solid #fff;
	height: 60px;
	padding: 40px 0 20px;
	right: 540px;
	position: relative;
}

#content {
	width: 620px;
	margin: 0 0 0 320px;
}

#content #intro {
	margin: 70px 0;
}

#content .sub {
	border-top: 1px solid #fff;
	padding: 0 0 30px;
}

footer {
	background: #000 url('../img/footer-bg.gif') repeat-x;
	color: #808080;
	padding: 40px 0;
}

footer section {
	width: 220px;
	float: left;
}

footer section.wide {
	width: 300px;
	margin: 0 160px 0 0;
}

/* @end */

p {
	margin: 21px 0;
}

header h1 {
	background: url('../img/header-logo.png') no-repeat top left;
	float: right;
	height: 60px;
	text-indent: -9999px;
	width: 100px;
}

header h2 {
	visibility: hidden;
}

#intro h1 {
	font-size: 30px;
	font-weight: normal;
	line-height: 36px;
	width: 480px;
	letter-spacing: -1px;
	word-spacing: -1px;
	float: left;
}

#content h2 {
	float: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 21px;
	margin: 21px 0;
	width: 80px;
}

#intro .button {
	background: #000;
	opacity: 0.25;
	display: block;
	height: 60px;
	width: 60px;
	margin: 5px 0 0;
	overflow: hidden;
	float: right;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}

#content .sub p {
	width: 300px;
	margin-left: 320px;
}

#content .sub.locations p {
	width: 380px;
	margin-left: 240px;
}

#content .sub #calgary-link, #content .sub #edmonton-link {
	height: 60px;
	width: 60px;
	display: block;
	margin: 0 20px 0 0;
	background: #000;
	opacity: 0;
	float: left;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}

footer h1 {
	font-size: 18px;
	color: #dbdbdb;
	margin: 0 0 20px;
}

ul {
	list-style: none;
}

footer a {
	color: #bfbfbf;
	display: inline;
	padding: 4px 0;
}

footer a:hover {
	color: #fff;
}

footer address, footer address a {
	font-style: normal;
	display: inline;
}

footer nav ul {
	background: url('../img/arrow.png') no-repeat;
	padding: 0 0 0 100px;
}

footer ul li {
	float: left;
	width: 100px;
}

footer form input[type=email] {
	display: block;
	padding: 7px 15px;
	border: none;
	font: 12px arial, sans-serif;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

footer form input[type=submit] {
	background: #000;
	border: none;
	color: #616161;
	font: 12px arial, sans-serif;
	margin: 7px 0 0;
	padding: 7px 30px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

footer form input[type=submit]:hover {
	color: #404040;
	cursor: pointer;
}

footer form input[type=submit]:active {
	background: #121212;
}