/** Smartphones (portrait and landscape) ----------- *
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
* Styles *
}

* Smartphones (landscape) ----------- *
@media only screen
and (min-width : 321px) {
* Styles *
}

* Smartphones (portrait) ----------- *
@media only screen
and (max-width : 320px) {
* Styles *
}

* iPads (portrait and landscape) ----------- *
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
* Styles *
}

* iPads (landscape) ----------- *
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
* Styles *
}

* iPads (portrait) ----------- *
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
* Styles *
}

* Desktops and laptops ----------- *
@media only screen
and (min-width : 1224px) {
* Styles *
}

* Large screens ----------- *
@media only screen
and (min-width : 1824px) {
* Styles *
}

* iPhone 4 ----------- *
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
* Styles *
}
*/










@charset "UTF-8";
/* CSS Document */

/*======MUST HAVE'S BEGINS HERE======*/

/*body { behavior: url(csshover3.htc); } */

img, .png-fix{ behavior: url(iepngfix.htc); }






body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:#b2b3b6;
	
	word-spacing:normal;
	letter-spacing:0.01em
}




/* CSS3 FOR IE */
.pie-fix
{behavior:url(PIE.htc);}

.example
{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.example-just-corners{
    -webkit-transition:
       -webkit-border-radius 0.3s ease-in-out;
 
    -moz-transition:
       -moz-border-radius 0.3s ease-in-out;
 
    -o-transition:
       border-radius 0.3s ease-in-out;

	transition:
		border-radius 0.3s ease-in-out;
}

.example:hover
{
	-webkit-border-radius:25px 0px 25px 0px;
	-moz-border-radius:25px 0px 25px 0px;
	border-radius:25px 0px 25px 0px;
}

.example-shadow{
	-moz-box-shadow:#000 0px 0px 5px;
	-webkit-box-shadow:#000 0px 0px 5px;
	box-shadow:#000 0px 0px 5px;
	
	-moz-box-shadow:5px 4px rgba(0,0,0,0.70);
	-webkit-box-shadow:5px 4px rgba(0,0,0,0.70);
	box-shadow:5px 4px rgba(0,0,0,0.70);
}

.example-shadow-inset{
	-moz-box-shadow:inset #000 0px 0px 5px;
	-webkit-box-shadow:inset #000 0px 0px 5px;
	box-shadow:inset #000 0px 0px 5px;
}


jquery.multiple-bgs.js{
	position:relative;
	float:left;
	display:block;
	width:956px;
	height:181px;
	border:1px solid #0f0;
	background:url('images/header.png') top left no-repeat; /*for browsers that won't work with*/
	background: url('http://burkedesign.ca/sites/_experiments/css2-and-css3/abstract_0007.jpg') 40px 40px no-repeat, 
				url('http://burkedesign.ca/sites/_experiments/css2-and-css3/abstract_0008.jpg') 280px 0px no-repeat, 
				url('http://burkedesign.ca/sites/_experiments/css2-and-css3/abstract_0009.jpg') 520px 80px no-repeat;
}



a:focus {outline: none;}






.clear{clear:both;}

.hide_me{display:none;}

.left {float:left;}

.right{float:right;}

.aleft{text-align:left;}

.relative {position:relative;}

.margin_top{margin-top:19px;}

.margin_down{margin-bottom:19px;}

.padding_top{padding-top:19px;}

.padding_down{padding-bottom:19px;}

.no_pads{padding:0;margin:0;}

.border_left{border-left:1px solid #ffd695;}

.border_right{border-right:1px solid #ffd695;}

.border_top{ border-top:1px solid #ffd695;}

.border_bottom{ border-bottom:1px solid #ffd695;}

.px_jog{
	float:left;
	margin: 0 -3px; 
	ma\rgin: 0;
}










a {color:#ff4200;}
a:link {color:#ff4200;}
a:visited {color:#ff4200;}
a:focus {color:#ff4200;}
a:active {color:#ff4200;}
a:hover {color:#FF6700;}

p {
	color:#fff;
	font-size:12px;
	line-height:27px;
	margin:0;
	padding: 0 0 19px 0;
}

h3 {
	color:#ffa500;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:24px;
	font-weight:normal;
	margin:0;
	padding:0;
}

h1 {
	color:#ffa500;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	line-height:24px;
	font-weight:normal;
	margin:0;
	padding:0 0 19px 0;
}



/*======MUST HAVE'S ENDS HERE======*/



.big-ol-wrap{
	text-align:left;
	width:993px;
	margin:0px auto 90px auto;
	background:#fff;
}



header{
	position:relative;
	float:left;
	display:block;
	width:458px;
	height:125px;
	padding:230px 490px 0px 45px;
	background:url('images/header.jpg') top left no-repeat;
	border-top:16px solid #a6ce39;
}

header p{
	font-size:19px;
	line-height:29px;
	color:#FFF;
}



header h3{padding:0px; margin:0px;}
header h3 a{
	position:absolute;
	top:-16px;
	left:45px;
	
	float:left;
	display:block;
	width:211px;
	height:90px;
	overflow:hidden;
	text-decoration:none;
	text-indent:-999px;
	background:url('images/logo.jpg') top left no-repeat;
}
header h3 a:hover{background-position:0px -90px;}






header .language-select{
	position:absolute;
	top:-16px;
	right:0px;
	text-align:center;
	
	float:left;
	display:block;
	/*width:295px;*/
	width:260px;
	height:33px;
	background:url('images/language-select.png') top left no-repeat;
}

header .language-select p{
	color:#231f20;
	font-size:15px;
	line-height:18px;
	padding:7px 0px 0px 4px;
}

header .language-select p a {color:#231f20; text-decoration:none;}
header .language-select p a:link {color:#231f20;}
header .language-select p a:visited {color:#231f20;}
header .language-select p a:focus {color:#231f20;}
header .language-select p a:active {color:#231f20;}
header .language-select p a:hover {color:#231f20; text-decoration:underline;}

header .language-select p a.active{font-weight:bold;}





header h1{display:none;}



.content-left{
	float:left;
	display:inline;
	width:574px;
	margin:20px 34px 0px 44px;
}

.content-left.contact-page,
.content-left.floor-plans-page{
	border-right:1px solid #b6b8ba;
	padding:0px 34px 0px 0px;
	margin:20px 0px 0px 44px;
}



.content-left.floor-plans-page a{
	float:left;
	display:inline;
	width:135px;
	height:40px;
	padding:161px 0px 0px 0px;
	margin:0px 0px 17px 0px;
	
	color:#193282;
	font-size:17px;
	line-height:20px;
	text-decoration:none;
	background:url('images/pdf-icon.jpg') top left no-repeat;
}

.content-left.floor-plans-page a.spec-sheet-july-5-2012{
	background:url('images/pdf-icon-spec-sheet-july-5-2012.jpg') top left no-repeat;
}

.content-left.floor-plans-page a:hover{
	text-decoration:underline;
}

.content-left.floor-plans-page a span{
	font-size:12px;
	line-height:14px;
}

.content-left h1{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	line-height:26px;
	color:#231f20;
	margin:0px;
	padding:0px 0px 17px 0px;
}

.content-left h4{
	text-transform:uppercase;
	font-size:18px;
	line-height:20px;
	color:#000;
	padding:0px 0px 3px 0px;
	margin:0px;
}

.content-left p{
	color:#231f20;
	font-size:15px;
	line-height:20px;
	padding:0px 0px 26px 0px;
}

.content-left img{
	margin-bottom:17px;
	border:7px solid #e4e9eb;
}

img.on-left{
	float:left;
	margin:0px 20px 20px 0px;
	border:7px solid #e4e9eb;
}

img.on-right{
	float:right;
	margin:0px 0px 20px 20px;
	border:7px solid #e4e9eb;
}








.content-right{
	float:left;
	display:block;
	width:316px;
	margin:25px 0px 0px 0px;
}

.content-right.contact-page{
	/*padding:0px 0px 0px 12px;*/
	padding:0px 0px 0px 30px;
	width:290px;
}


.content-right.contact-page h1{
	color:#000000;
	font-size:21px;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0px 0px 12px 0px;
	margin:0px;
}

.content-right.floor-plans-page{
	float:left;
	display:block;
	width:574px;
}



.content-right.floor-plans-page h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#d1d2d4;
	font-weight:bold;
	font-size:25px;
	line-height:30px;
	text-transform:uppercase;
	padding:0px 0px 0px 0px;
}

.content-right.contact-page p{
	color:#000000;
	font-size:15px;
	line-height:20px;
	padding:0px 0px 17px 0px;
	margin:0px;
}

.content-right.contact-page p a{
	font-weight:bold;
	text-decoration:none;
}
.content-right.contact-page p a:link {color:#1a3282;}
.content-right.contact-page p a:visited {color:#1a3282;}
.content-right.contact-page p a:focus {color:#1a3282;}
.content-right.contact-page p a:active {color:#1a3282;}
.content-right.contact-page p a:hover {color:#1a3282; text-decoration:underline;}


.content-right ul.nav{
	padding:0px;
	margin:0px;
	list-style:none;
}

.content-right ul.nav li{float:left; margin:0px 0px 8px 0px;}

.content-right ul.nav li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:19px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	
	float:left;
	display:block;
	width:277px;
	height:31px;
	margin:0px;
	padding:14px 0px 0px 38px;
	background:url('images/nav.jpg') top left no-repeat;
}
.content-right ul.nav li a:hover{background-position:0px -45px;}



.content-right .home-info{
	margin-top:23px;
	
	float:left;
	display:block;
	width:316px;
	padding:0px 0px 6px 0px;
	background:#edeff0;
}

.content-right .home-info h3{
	font-family:Arial, Helvetica, sans-serif;
	color:#a6ce39;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	text-transform:uppercase;
	
	float:left;
	display:block;
	width:295px;
	height:30px;
	padding:14px 0px 0px 21px;
	margin:0px 0px 9px 0px;
	background:#231f20;
}

.content-right .home-info p{
	clear:both;
	color:#000;
	font-size:15px;
	line-heigh:16px;
	font-weight:bold;
	padding:0px 21px 0px 21px;
	margin:0px;
}

.content-right .home-info ul{
	clear:both;
	color:#000;
	font-size:14px;
	line-height:15px;
	padding:0px 35px 11px 35px;
	margin:0px;
	list-style:inherit;
}

.content-right .home-info ul li{clear:both; padding:0px 0px 2px 0px;}





footer{
	position:relative;
	top:41px;
	
	clear:both;
	display:block;
	width:993px;
	height:115px;
	background:#cdd4d8;
}

footer p.last{
	position:absolute;
	left:45px;
	bottom:-27px;
	
	padding:0px;
	margin:0px;
	
	color:#231f20;
	font-size:14px;
	line-height:15px;
}





footer p a {color:#231f20;text-decoration:none;}
footer p a:link {color:#231f20;}
footer p a:visited {color:#231f20;}
footer p a:focus {color:#231f20;}
footer p a:active {color:#ff4200;}
footer p a:hover {color:#231f20; text-decoration:underline;}



footer a.crombie-logo{
	position:absolute;
	top:28px;
	left:43px;
	
	float:left;
	display:block;
	width:188px;
	height:50px;
	
	overflow:hidden;
	text-indent:-999px;
	text-decoration:none;
	
	background:url('images/crombie-logo.gif') top left no-repeat;
}
footer a.crombie-logo:hover{
	background-position:0px -50px; 
}


footer p.main{
	float:left;
	display:block;
	width:700px;
	
	font-size:15px;
	line-height:22px;
	font-weight:bold;
	color:#000;
	padding:24px 0px 0px 266px;
	margin:0px;
}











.page-head{
	position:relative;
	float:left;
	display:block;
	width:943px;
	height:45px;
	margin:25px 0px 9px 25px;
	background:#eef2f4;
}

.page-head h1{
	position:absolute;
	top:10px;
	left:20px;
	
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	line-height:26px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

.page-head a{
	position:absolute;
	top:18px;
	right:16px;
	
	font-size:12px;
	line-height:14px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	padding:0px 0px 0px 20px;
	margin:0px;
	
	background:url('images/arrow.gif') top left no-repeat;
}
.page-head a:link {color:#000;}
.page-head a:visited {color:#000;}
.page-head a:focus {color:#000;}
.page-head a:active {color:#000;}
.page-head a:hover {color:#000; text-decoration:underline;}






form label{
	float:left;
	display:block;
	width:573px;
	
	font-size:15px;
	line-height:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000;
	padding:0px;
	margin:0px 0px 4px 0px;
}

form input{
	float:left;
	display:block;
	width:561px;
	padding:6px;
	margin:0px 0px 11px 0px;
	border:1px solid #97a9b0;
}

form textarea{
	float:left;
	display:block;
	width:561px;
	padding:6px;
	margin:0px 0px 11px 0px;
	border:1px solid #97a9b0;
}

form input.submit{
	float:left;
	display:block;
	width:96px;
	height:46px;
	border:none;
	background:#bbd632;
	
	font-size:18px;
	line-height:20px;
	color:#000;
	cursor:pointer;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

form input.submit:hover{
	background:#a1b929;
}

form p{
	position:relative;
	left:18px;
	font-size:15px;
	line-height:16px;
}





.content-left.floor-plans-page{
	float:left;
	display:block;
	/*width:174px;*/
	width:141px;
}


.floor-plan-gall ul.gall-nav{
	float:left;
	display:inline;
	width:673px;
	padding:0px;
	margin:0px 0px 0px 57px;
	list-style:none;
	border-bottom:1px solid #231f20;
}

.floor-plan-gall ul.gall-nav li{float:left;}

.floor-plan-gall ul.gall-nav li a{
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	line-height:25px;
	font-weight:bold;
	color:#cdd4d8;
	text-decoration:none;
	text-transform:uppercase;
	
	float:left;
	display:block;
	background:#fff;
	padding:9px 12px 4px 12px;
}

.floor-plan-gall ul.gall-nav li a:link {color:#cdd4d8;}
.floor-plan-gall ul.gall-nav li a:visited {color:#cdd4d8;}
.floor-plan-gall ul.gall-nav li a:focus {color:#cdd4d8;}
.floor-plan-gall ul.gall-nav li a:active {color:#cdd4d8;}
.floor-plan-gall ul.gall-nav li a:hover {color:#5a5758;}

.floor-plan-gall ul.gall-nav li.activeSlide a{
	top:1px;
	color:#bfdb6a;
	padding-bottom:5px;
	border-top:1px solid #231f20;
	border-right:1px solid #231f20;
	border-bottom:none;
	border-left:1px solid #231f20;
}


.content-right.floor-plans-page .gall{
	float:left;
	display:inline;
	width:703px;
	height:346px;
	margin:0px 0px 0px 48px;
}