/*/ CSS FOR **.ca ///////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////*/

/*/ BODY & LINKS ///////////////////////////////////////////////////////////////////////////////////*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	outline: none;
	font-weight: inherit;
	font-style: inherit;
	font-size: 14px;
	line-height: 18px;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	line-height: 1;
	color: black;
	background: white;
	font-family: "Myriad Pro", "Segoe UI", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


a {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

a img {
	border: none;
}

a:link, a:visited {
	color: #2a4e09;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#navigation a:link,
#navigation a:visited {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
}

#navigation a:hover {
	color: #86d600;
}

#contact a:link,
#contact a:visited {
	color: #404040;
	font-weight: 700;
	text-decoration: underline;
}

#contact a:hover {
	color: #2a4e09;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////*/

/*/ HEADER /////////////////////////////////////////////////////////////////////////////////////////*/
#header {
	width: 100%;
/* 	height: 500px; */
	background: url(../img/header_bg.jpg) top center no-repeat #212121;
}

#headband {
	width: 100%;
	height: 20px;
	background: #404040;
	position: relative;
}

#headband {
	margin: 0px 0px 20px 0px;
}

#home #headband {	
	height: 70px;
	margin: 0px 0px 30px 0px;
}

#headband .content {
	position: relative;
}

#headband img {
	display: inline;
}

#main-logo {
	margin-bottom: 20px;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////*/

/*/ BODY ///////////////////////////////////////////////////////////////////////////////////////////*/
.content {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	line-height: 14px;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////*/

/*/ FOOTER /////////////////////////////////////////////////////////////////////////////////////////*/

/** STICKY FOOTER **/
#wrapper {
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -235px;
}

#push {
	height: 215px;
}

#footer {
	height: 215px;
	max-height: 215px;
	width: 100%;
	position: relative;
	background: #404040;
}
/** END STYCKY FOOTER **/

#footband {
	width: 100%;
	height: 160px;
	background: url(../img/footer_bg.jpg) top center no-repeat #828282;
	margin-bottom: 20px;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////*/

/*/ NAVIGATION /////////////////////////////////////////////////////////////////////////////////////*/
#navigation {
	height: 175px;
	float: right;
	margin-right: 0px;
}

#navigation img {
	display: inline;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////*/

/*/ DIVS & ELEMENTS ////////////////////////////////////////////////////////////////////////////////*/
.cleaner {
	clear: both;
	height: 0px;
	font-size: 0px;
	border: none;
	margin:0px;
	padding: 0px;
	background:transparent;
}

.left {
	float: left;
}

.right {
	float: right;
}

#contact {
	width: 620px;
	float: left;
}

#contact-info {
	float: right;
	margin-top: 20px;
}

#footband .content {
	margin-top: 20px;
}

#slide-holder {
	width: 590px;
	height: 385px;
	position: absolute;
	padding: 10px;
	background: #404040;
	top: -325px;
	right: 0px;	
}

#slides {
	width: 590px;
	height: 385px;
	overflow: hidden;
}

#slide-wrapper {
	width: 20000px;
	height: 385px;
}

#slides img {
	display: inline;
}

#slide-descriptions {
	width: 333px;
	height: 254px;
	color: #fff;
	position: relative;
}

.slide-description {
	position: absolute;
	width: 333px;
/* 	height: 40px; */
	bottom: 20px;
	left: 0px;
	text-align: justify;
/* 	display: none; */
}

#main {
	margin-bottom: 20px;
}

#column-left {
	width: 620px;
	float: left;
}

#column-right {
	width: 320px;
	float: right;
}

#construction {
	width: 205px;
	height: 205px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/under_construction.png) no-repeat top left transparent;
}

.service {
	margin: 20px 0px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #828282;
}

.service-image img {
	position: absolute;
	top: 0px;
	left: 0px;
}

.service-image {
	width: 284px;
	height: 185px;	
	border: 5px solid #828282;
	position: relative;	
	float: left;
	margin-right: 20px;
	background: url(../img/bg.jpg) no-repeat top left;
}

.service-copy {
	min-height: 185px;
	height: auto !important;
	margin: 0 auto -35px;
}

.service-copy-push {
	height: 35px;
}

.service-icons {
	height: 45px;
}

.service-icons img {
	border: 5px solid #828282;
	margin-right: 20px;
}

.service-icons a,
.service-icons img {
	display: inline;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////*/

/*/ FORM ELEMENTS //////////////////////////////////////////////////////////////////////////////////*/
input[type=text] {
	width: 159px;
	height: 9px;
	padding: 7px;
	font-size: 11px;
	color: #828282;
	background: url(../img/input_bg.png) repeat transparent;
	border: 1px solid #404040;
	margin-bottom: 10px;
}

textarea {
	width: 419px;
	height: 44px;
	padding: 7px;
	font-family: "Myriad Pro", "Segoe UI", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #828282;
	background: url(../img/input_bg.png) repeat transparent;
	border: 1px solid #404040;	
}

#contact-error {
	float: left;
	margin: 20px 0 10px 10px;
	line-height: 18px;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////*/

/*/ TYPE ///////////////////////////////////////////////////////////////////////////////////////////*/
h1 {
	font-family: "Impact", sans-serif;
	font-size: 18px;
	color: #86d600;
	letter-spacing: 1px;
}

h2 {
	font-family: "Impact", sans-serif;
	font-size: 28px; 
}

h3 {

}

#footer h2 {
	font-family: "Impact", sans-serif;
	font-size: 14px;
	color: #828282;
}

#contact h1 {
	color: #fff;
}

#slide-descriptions h1 {
	color: #86d600;
}

#main h2 {
	color: #2a4e09;
}

p {

}

span {

}

/*//////////////////////////////////////////////////////////////////////////////////////////////////*/