* { 
	margin:0;
	padding:0;
	outline: none; 
	-moz-outline-style: none;
}
html, body { 
	height:100%;
}
html{overflow-y:scroll;}
html{overflow:-moz-scrollbars-vertical;}
body { 
	background:#f6f6f6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px; 
	line-height:18px;
	color:#696969;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
.blborder{
	border:1px #333 solid;	
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
	line-height:0;
	font-size:0px;
	height:1px;
}

.col_1, .col_2, .col_3, .sub_col_1, .sub_col_2, .sub_col_3, .sub_col_4 { 
	float:left;
	display:inline;
}

#left_column
{
width:580px;
height:100%;
float:left;
}
#right_column
{
width:400px;
height:100%;
float:left;
}
.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:980px;
	margin:0 auto;
}



/*==== GLOBAL =====*/
#main {
	margin:0 auto;
	width:1060px;
	background:#fff
}

#header {
	height:189px;
	width:1060px;
	margin:0 auto;
	background:url(images/head_bg.gif) repeat-x 0% 0%;
	position:relative
}
#content {
	width:100%;
	padding-bottom:50px;
}
#content .inner_content{
	font-size:14px;
	padding:0px 20px;
}



/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif; font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 21px 0 0; 
	float:left;
}
.img-indent2 { 
	margin:0 30px 0 0; 
	float:left;
}

p {
	margin-bottom:21px;
}
.p1 { 
	margin-bottom:8px;
}
.p2 { 
	margin-bottom:16px;
}
.p3 { 
	margin-bottom:24px;
}
.margi20 {
	margin-bottom:20px 
}
.margi30 {
	margin-bottom:30px	!important
}
.txt_underline {
	text-decoration:underline	
}
.no_bg {
	background:none !important	
}

/*----- txt, links, lines, titles -----*/
a {
	color:#00b2ff; 
	outline:none;
}
a:hover{
	text-decoration:none;
}
strong {
	color:#000	
}
h1 {
	font-size:39px;	
	color:#fff;
	margin-bottom:20px;
	line-height:1.2em
}
h1 strong {
	display:block;
	margin:-14px 0 0 0 !important;
	color:#fff;
}
h2 {
	font-size:30px;
	line-height:1.2em;
	margin-bottom:22px;
	color:#000
}
h3 {
	font-size:40px;
	line-height:1.2em;
	margin-bottom:22px;
	color:#000
}
h4 {
	font-size:25px;
	line-height:1.2em;
	margin-bottom:22px;
	color:#000;
	font-weight:normal;
}
.line-hor { 
	background:#f6f6f6;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:49px 0 40px 0;
}
.line-hor2 { 
	background:#f6f6f6;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 20px 0;
}

	.address dt {
		margin-bottom:20px
	}
	.address dd { 
		clear:both;
		text-align:right;
		width:193px
	}
		.address dd span { 
			float:left;
		}
	.address2 dd { 
		clear:both;
		text-align:right;
		width:231px
	}
		.address2 dd span { 
			float:left;
		}

/*===== header =====*/
.logo {
	position:absolute;
	margin:13px 0 0 30px
}
.menu {
	position:absolute;
	margin:136px 0 0 38px;
}
.menu ul li {
	float:left	;
	padding:1px 3px 2px 0;
	display:inline;
	background:url(images/spacer.gif) no-repeat 100% 0%;
	margin-right:26px;
	font-size:18px;
	text-transform:uppercase;
	color:#000000;
}
.menu ul li a{
	display:inline-block;
	color:#000000;
	text-transform:uppercase;
	text-decoration:none;
	font-size:18px
}
.menu ul li a:hover, .menu ul li a.active, .menu ul li.active {
	color:#00b2ff;
	text-decoration:none
}
.choose_location{
	padding:5px 42px;
	text-align:right;
	background-color:#9ddafd;
	font-size:16px;
}
.choose_location select{
	color:#666;	
}
/* submenu */
.menu ul li ul{
	background:#FFFFFF;
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	margin-left:36px;
	border:0px;
	position:absolute;
	width:110px;
	z-index:200;
	/*top:1em;
	/*left:0;*/
}
.menu li:hover ul{
	display:block;	
}
.menu li li {
	background-color:#FFFFFF;
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:110px;
	padding:5px;
}
.submenu{
	left:-1000px;
	overflow:hidden;
	position:absolute;
	top:-1000px;
	background-color:#FFFFFF;
	z-index:10;
}
.submenu ul li a{
	display:inline-block;
	color:#000000;
	text-transform:uppercase;
	text-decoration:none;
	font-size:18px;
}
.submenu ul li a:hover {
	color:#00b2ff;
	text-decoration:none
}


.icons {
	position:absolute;
	right:40px;
	margin:131px 0 0 0;					 
}
.icons a {
	margin-left:15px	
}
.search{
	position:absolute;
	right:40px;
	margin:45px 0 0 0;
	padding:7px 266px 7px 0;
	background:url(images/search_bg.gif) no-repeat 100% 0%;
	color:#a7a7a7;
}
.phone {
	position:absolute;
	right:40px;
	margin:45px 0 0 0;
	padding:7px 0px 7px 0;
	font-size:24px;
	color:#00b2ff;
	line-height:1.2em
}
.search input {
	position:absolute;
	right:30px;
	top:4px;
	background:none;
	width:212px;
	padding:3px 0 3px;
	border:none
}
.search a {
	color:#a7a7a7;
	font-size:12px;
	text-decoration:none;
	margin:0 3px;
}
.search a:hover {
	text-decoration:underline;
}

.head_block {
	width:980px;
	margin:0 auto;
	position:relative;
	height:461px;
	margin-top:5px
}
.title {
	font-size:41px;	
	text-align:center;
	color:#000;
	text-transform:uppercase;
	margin-bottom:20px;
}
.title img{
	margin-bottom:5px;
}
.title strong {
	color:#9d9e9e;
	font-size:28px;
	display:block;
	margin-top:1px;
	font-weight:bold;
	letter-spacing:5px;
}
.slogan {
	z-index:2;
	background:url(images/slogan_bg.gif) no-repeat 0% 0%;
	width:244px;
	height:320px;
	/*position:absolute;*/
	padding:53px 50px 0 50px;
	color:#78faff;
	top:101px;
	margin-left:50px;
	
}
/* For service in London page */
.london{
	background:url(images/slogan_bg_london.gif) no-repeat 0% 0%;
	color:#cb4402;
}
/* For service in Ottawa page */
.ottawa{
	background:url(images/slogan_bg_ottawa.gif) no-repeat 0% 0%;
	color:#ffd0da;
}
.coupon{
	z-index:3;
	
	width:147px;
	height:144px;
	top:650px;
	 
	position:absolute;
}
.slogan .button {
	background:url(images/button_bgs2.gif) repeat-x 0% 0%;
	height:33px;
	display:inline-block;
	font-size:18px;
	color:#000;
	text-decoration:none
}
.slogan .button span {
	background:url(images/button_bgs1.gif) no-repeat 0% 0%;
	height:33px;
	display:inline-block
}
.slogan .button span span{
	background:url(images/button_bgs3.gif) no-repeat 100% 0%;
	height:33px;
	display:inline-block;
	padding:6px 29px 0 13px
}

/* Button for London */
.slogan .button_london {
	background:url(images/button_bgs2-london.gif) repeat-x 0% 0%;
	height:33px;
	display:inline-block;
	font-size:18px;
	color:#000;
	text-decoration:none;
	font-weight:100;
}
.slogan .button_london span {
	background:url(images/button_bgs1-london.gif) no-repeat 0% 0%;
	height:33px;
	display:inline-block
}
.slogan .button_london span span{
	background:url(images/button_bgs3-london.gif) no-repeat 100% 0%;
	height:33px;
	display:inline-block;
	padding:6px 29px 0 13px
}
/* end Button for London*/
/* Button for Ottawa */
.slogan .button_ottawa {
	background:url(images/button_bgs2-ottawa.gif) repeat-x 0% 0%;
	height:33px;
	display:inline-block;
	font-size:18px;
	color:#000;
	text-decoration:none;
	font-weight:100;
}
.slogan .button_ottawa span {
	background:url(images/button_bgs1-ottawa.gif) no-repeat 0% 0%;
	height:33px;
	display:inline-block
}
.slogan .button_ottawa span span{
	background:url(images/button_bgs3-ottawa.gif) no-repeat 100% 0%;
	height:33px;
	display:inline-block;
	padding:6px 29px 0 13px
}
/* end Button for Ottawa*/

.button {
	background:url(images/bgs2.gif) repeat-x 0% 0%;
	height:33px;
	display:inline-block;
	font-size:18px;
	color:#000;
	text-decoration:none
}
.button span {
	background:url(images/bgs1.gif) no-repeat 0% 0%;
	height:33px;
	display:inline-block
}
 .button span span{
	background:url(images/bgs3.gif) no-repeat 100% 0%;
	height:33px;
	display:inline-block;
	padding:6px 29px 0 13px
}
.s200 {
	width:210px;	
}
.pics  {
	margin:0 0 16px 0	
}
.pics a {
	margin:0 16px 0 0	
}
/*===== content =====*/

.list {
	margin-left:-13px;	
	position:relative
}
.list li {
	background:url(images/mark.gif) no-repeat 0% 9px;
	padding:0 0 0 13px;
	line-height:24px;
	position:relative
}
.dots {
	background:url(images/dots.gif) repeat-x 0% 0%;
	height:57px;
	margin-bottom:40px;
	padding:15px 40px 0;
	font-size:31px;
	color:#00b2ff;
	position:relative;
	line-height:1.2em
}
.s1 {
	position:absolute;
	right:40px;
	top:16px
}
.row {
	width:980px;
	margin:0 auto;
}
/* phone and fax on contact page */
.phonefax{
	font-size:14px;	
}
/* Locations on home page */
.home_locations{
	float:left; 
	margin-right:60px; 
	margin-bottom:25px;
}
/*===== footer =====*/
#footer {
	height:54px;
	background:url(images/foot_bg.gif) repeat-x;
	position:relative
}
.copy {
	position:absolute;
	margin:26px 0 0 30px;
	color:#292929;
	font-size:12px;
	font-weight:bold;
}
.copy a {
	color:#292929;
	font-size:12px;
	font-weight:bold;	
	text-decoration:none
}
.copy a:hover {
	text-decoration:underline	
}
.bottom_menu {
	position:absolute;
	right:48px;
	top:25px;
	text-align:right;
}
.bottom_menu ul li {
	float:left;
	padding-right:8px;
	margin-right:8px;
	background:url(images/spacer2.gif) no-repeat 100% 4px;
}
.bottom_menu ul li a{
	color:#b6b6b6;
	text-decoration:none
}
.bottom_menu ul li a:hover{
	text-decoration:underline
}
.bottom_menu img{
	margin: 4px 10px 0px 0px;
}

/*----- forms -----*/
.inp_form {
	float:left;
	line-height:1.2em;
	padding-bottom:12px;
	color: #000;
}
.inp_form div.fleft_form{
	float:left;
	margin-right:14px;
	display:inline;
}
.inp_form  input, .inp_form  select{
	width:244px;
	background:transparent;
	display:block;
	border:0px;
	padding:3px 0
}
.inp_form  select{background:#F6F6F6}
.inp_bg {
	width:244px;
	height:35px;
	padding:2px 10px 0 7px;
	background:url(images/inp_bg.gif) no-repeat  0% 0%;
	display:block;
	border:0;
	margin:3px 0 0 0
}
.inp_form textarea {
	width:244px;
	height:150px;
	color:#626262;
	background:none;
	float:left;
	overflow:auto;
	border:0;
}
.inp_form .area_bg {
	width:247px;
	height:157px;
	color:#626262;
	padding:5px;
	background:url(images/area_bg.gif) no-repeat 0% 0%;
	float:left;
	overflow:auto;
	border:0;
	margin-top:2px;
}
.inp_form span {
	float:left;
}
.form_link a {
	margin-right:10px	
}

/*==========================================*/
/*--- carousel begin ---*/
.carousel-box {
	width:570px;
	height:320px;
	position:absolute;
	left:345px;
	overflow:hidden;
	padding-left:65px;
	top:91px;
	margin-top:10px;
}
	.carousel-box .inner {
		position:relative;
	}
		.carousel-box button {
			background:none;
			width:42px;
			height:42px;
			border:none;
			position:absolute;
			cursor:pointer;
			outline:none;
			z-index:10;
		}
		.carousel-box button.prev {
			left:-65px;
			top:149px;
			background:url(images/arrow_left.gif) no-repeat
		}
		.carousel-box button.next {
			right:0px;
			top:149px;
			background:url(images/arrow_right.gif) no-repeat
		}
		.carousel-box ul  {
				margin-left:65px
			}
		.carousel-box ul li {
				width:507px;
				height:320px;
			}

/*--- carousel end ---*/
.test{border:2px solid #99FF00;}
