/** 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, #main_body, #footer_bumper_left, #footer_bumper_right { behavior: url(iepngfix.htc); }






body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:#ede9e5 url('images/background.jpg') top center repeat-x;
	
	word-spacing:normal;
	letter-spacing:0.01em;
}




/* CSS3 FOR IE */
h3.home-block1 a,
h3.home-block2 a,
h3.home-block3 a,
h3.home-block-furniture a,
h3.home-block-window-coverings a,
h3.home-block-drawing-packages a,
h3.home-block-interior-styling a,
h3.home-block-custom a,
h3.home-block-managment a,
h3.home-block-textiles a,
h3.home-block-wall-coverings a,
h3.home-block-home-accents a,
h3.home-block-space-planning a,
h3.home-block-lighting a,
h3.home-block-design-development a,
h3.home-block-history a,
h3.home-block-project-gallery a,
h3.home-block-showroom a,
h3.home-block-designers a,
ul.product-blocks li a,
.slides-thumbs ul li a,
h3.home-block-hardware a,
h3.home-block-styles a,
h3.home-block-project a,
.info-block img,
.info-block.custom-block .blue-block,
.hunter-douglas,
.col-left img,
.page-head.form-page .submit
{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;
}

.gradient{
	background-image:-moz-linear-gradient(top,#febf4e,#f7941e);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#febf4e),color-stop(1,#f7941e));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#febf4e',EndColorStr='#f7941e')";
}



a:focus {outline:none;}
a span{cursor:pointer;}





.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 {
	padding:0px 0px 19px 0px;
	margin:0px;
	font:17px/25px 'RobotoLight', Arial, Helvetica, sans-serif; color:#5c5c62;
}

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;
}



img{border:none;}













@font-face {
    font-family: 'RobotoRegular';
    src: url('ifont-face/Roboto-Regular-webfont.eot');
    src: url('ifont-face/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('ifont-face/Roboto-Regular-webfont.woff') format('woff'),
         url('ifont-face/Roboto-Regular-webfont.ttf') format('truetype'),
         url('ifont-face/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoItalic';
    src: url('ifont-face/Roboto-Italic-webfont.eot');
    src: url('ifont-face/Roboto-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('ifont-face/Roboto-Italic-webfont.woff') format('woff'),
         url('ifont-face/Roboto-Italic-webfont.ttf') format('truetype'),
         url('ifont-face/Roboto-Italic-webfont.svg#RobotoItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoBold';
    src: url('ifont-face/Roboto-Bold-webfont.eot');
    src: url('ifont-face/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('ifont-face/Roboto-Bold-webfont.woff') format('woff'),
         url('ifont-face/Roboto-Bold-webfont.ttf') format('truetype'),
         url('ifont-face/Roboto-Bold-webfont.svg#RobotoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoBoldItalic';
    src: url('ifont-face/Roboto-BoldItalic-webfont.eot');
    src: url('ifont-face/Roboto-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('ifont-face/Roboto-BoldItalic-webfont.woff') format('woff'),
         url('ifont-face/Roboto-BoldItalic-webfont.ttf') format('truetype'),
         url('ifont-face/Roboto-BoldItalic-webfont.svg#RobotoBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoCondensed';
    src: url('ifont-face/Roboto-Condensed-webfont.eot');
    src: url('ifont-face/Roboto-Condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('ifont-face/Roboto-Condensed-webfont.woff') format('woff'),
         url('ifont-face/Roboto-Condensed-webfont.ttf') format('truetype'),
         url('ifont-face/Roboto-Condensed-webfont.svg#RobotoCondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoCondensedItalic';
    src: url('ifont-face/Roboto-CondensedItalic-webfont.eot');
    src: url('ifont-face/Roboto-CondensedItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('ifont-face/Roboto-CondensedItalic-webfont.woff') format('woff'),
         url('ifont-face/Roboto-CondensedItalic-webfont.ttf') format('truetype'),
         url('ifont-face/Roboto-CondensedItalic-webfont.svg#RobotoCondensedItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoBoldCondensed';
    src: url('ifont-face/Roboto-BoldCondensed-webfont.eot');
    src: url('ifont-face/Roboto-BoldCondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('ifont-face/Roboto-BoldCondensed-webfont.woff') format('woff'),
         url('ifont-face/Roboto-BoldCondensed-webfont.ttf') format('truetype'),
         url('ifont-face/Roboto-BoldCondensed-webfont.svg#RobotoBoldCondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoBoldCondensedItalic';
    src: url('ifont-face/Roboto-BoldCondensedItalic-webfont.eot');
    src: url('ifont-face/Roboto-BoldCondensedItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('ifont-face/Roboto-BoldCondensedItalic-webfont.woff') format('woff'),
         url('ifont-face/Roboto-BoldCondensedItalic-webfont.ttf') format('truetype'),
         url('ifont-face/Roboto-BoldCondensedItalic-webfont.svg#RobotoBoldCondensedItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoThin';
    src: url('ifont-face/Roboto-Thin-webfont.eot');
    src: url('ifont-face/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('ifont-face/Roboto-Thin-webfont.woff') format('woff'),
         url('ifont-face/Roboto-Thin-webfont.ttf') format('truetype'),
         url('ifont-face/Roboto-Thin-webfont.svg#RobotoThin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoThinItalic';
    src: url('ifont-face/Roboto-ThinItalic-webfont.eot');
    src: url('ifont-face/Roboto-ThinItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('ifont-face/Roboto-ThinItalic-webfont.woff') format('woff'),
         url('ifont-face/Roboto-ThinItalic-webfont.ttf') format('truetype'),
         url('ifont-face/Roboto-ThinItalic-webfont.svg#RobotoThinItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoLight';
    src: url('ifont-face/Roboto-Light-webfont.eot');
    src: url('ifont-face/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('ifont-face/Roboto-Light-webfont.woff') format('woff'),
         url('ifont-face/Roboto-Light-webfont.ttf') format('truetype'),
         url('ifont-face/Roboto-Light-webfont.svg#RobotoLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoLightItalic';
    src: url('ifont-face/Roboto-LightItalic-webfont.eot');
    src: url('ifont-face/Roboto-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('ifont-face/Roboto-LightItalic-webfont.woff') format('woff'),
         url('ifont-face/Roboto-LightItalic-webfont.ttf') format('truetype'),
         url('ifont-face/Roboto-LightItalic-webfont.svg#RobotoLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoMedium';
    src: url('ifont-face/Roboto-Medium-webfont.eot');
    src: url('ifont-face/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('ifont-face/Roboto-Medium-webfont.woff') format('woff'),
         url('ifont-face/Roboto-Medium-webfont.ttf') format('truetype'),
         url('ifont-face/Roboto-Medium-webfont.svg#RobotoMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoMediumItalic';
    src: url('ifont-face/Roboto-MediumItalic-webfont.eot');
    src: url('ifont-face/Roboto-MediumItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('ifont-face/Roboto-MediumItalic-webfont.woff') format('woff'),
         url('ifont-face/Roboto-MediumItalic-webfont.ttf') format('truetype'),
         url('ifont-face/Roboto-MediumItalic-webfont.svg#RobotoMediumItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoBlack';
    src: url('ifont-face/Roboto-Black-webfont.eot');
    src: url('ifont-face/Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('ifont-face/Roboto-Black-webfont.woff') format('woff'),
         url('ifont-face/Roboto-Black-webfont.ttf') format('truetype'),
         url('ifont-face/Roboto-Black-webfont.svg#RobotoBlack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoBlackItalic';
    src: url('ifont-face/Roboto-BlackItalic-webfont.eot');
    src: url('ifont-face/Roboto-BlackItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('ifont-face/Roboto-BlackItalic-webfont.woff') format('woff'),
         url('ifont-face/Roboto-BlackItalic-webfont.ttf') format('truetype'),
         url('ifont-face/Roboto-BlackItalic-webfont.svg#RobotoBlackItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}









@font-face {
    font-family: 'crimsonbold';
    src: url('ifont-face/crimson-bold-webfont.eot');
    src: url('ifont-face/crimson-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('ifont-face/crimson-bold-webfont.woff') format('woff'),
         url('ifont-face/crimson-bold-webfont.ttf') format('truetype'),
         url('ifont-face/crimson-bold-webfont.svg#crimsonbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'crimsonbold_italic';
    src: url('ifont-face/crimson-bolditalic-webfont.eot');
    src: url('ifont-face/crimson-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('ifont-face/crimson-bolditalic-webfont.woff') format('woff'),
         url('ifont-face/crimson-bolditalic-webfont.ttf') format('truetype'),
         url('ifont-face/crimson-bolditalic-webfont.svg#crimsonbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'crimsonitalic';
    src: url('ifont-face/crimson-italic-webfont.eot');
    src: url('ifont-face/crimson-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('ifont-face/crimson-italic-webfont.woff') format('woff'),
         url('ifont-face/crimson-italic-webfont.ttf') format('truetype'),
         url('ifont-face/crimson-italic-webfont.svg#crimsonitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'crimsonroman';
    src: url('ifont-face/crimson-roman-webfont.eot');
    src: url('ifont-face/crimson-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('ifont-face/crimson-roman-webfont.woff') format('woff'),
         url('ifont-face/crimson-roman-webfont.ttf') format('truetype'),
         url('ifont-face/crimson-roman-webfont.svg#crimsonroman') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'crimsonsemibold';
    src: url('ifont-face/crimson-semibold-webfont.eot');
    src: url('ifont-face/crimson-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('ifont-face/crimson-semibold-webfont.woff') format('woff'),
         url('ifont-face/crimson-semibold-webfont.ttf') format('truetype'),
         url('ifont-face/crimson-semibold-webfont.svg#crimsonsemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'crimsonsemibold_italic';
    src: url('ifont-face/crimson-semibolditalic-webfont.eot');
    src: url('ifont-face/crimson-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('ifont-face/crimson-semibolditalic-webfont.woff') format('woff'),
         url('ifont-face/crimson-semibolditalic-webfont.ttf') format('truetype'),
         url('ifont-face/crimson-semibolditalic-webfont.svg#crimsonsemibold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'walkway_blackregular';
    src: url('ifont-face/walkway_black-webfont.eot');
    src: url('ifont-face/walkway_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('ifont-face/walkway_black-webfont.woff') format('woff'),
         url('ifont-face/walkway_black-webfont.ttf') format('truetype'),
         url('ifont-face/walkway_black-webfont.svg#walkway_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'walkway_boldregular';
    src: url('ifont-face/walkway_bold-webfont.eot');
    src: url('ifont-face/walkway_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('ifont-face/walkway_bold-webfont.woff') format('woff'),
         url('ifont-face/walkway_bold-webfont.ttf') format('truetype'),
         url('ifont-face/walkway_bold-webfont.svg#walkway_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'walkway_oblique_blackregular';
    src: url('ifont-face/walkway_oblique_black-webfont.eot');
    src: url('ifont-face/walkway_oblique_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('ifont-face/walkway_oblique_black-webfont.woff') format('woff'),
         url('ifont-face/walkway_oblique_black-webfont.ttf') format('truetype'),
         url('ifont-face/walkway_oblique_black-webfont.svg#walkway_oblique_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'walkway_oblique_boldregular';
    src: url('ifont-face/walkway_oblique_bold-webfont.eot');
    src: url('ifont-face/walkway_oblique_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('ifont-face/walkway_oblique_bold-webfont.woff') format('woff'),
         url('ifont-face/walkway_oblique_bold-webfont.ttf') format('truetype'),
         url('ifont-face/walkway_oblique_bold-webfont.svg#walkway_oblique_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'walkway_oblique_semiboldRg';
    src: url('ifont-face/walkway_oblique_semibold-webfont.eot');
    src: url('ifont-face/walkway_oblique_semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('ifont-face/walkway_oblique_semibold-webfont.woff') format('woff'),
         url('ifont-face/walkway_oblique_semibold-webfont.ttf') format('truetype'),
         url('ifont-face/walkway_oblique_semibold-webfont.svg#walkway_oblique_semiboldRg') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'walkway_oblique_ultraboldRg';
    src: url('ifont-face/walkway_oblique_ultrabold-webfont.eot');
    src: url('ifont-face/walkway_oblique_ultrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('ifont-face/walkway_oblique_ultrabold-webfont.woff') format('woff'),
         url('ifont-face/walkway_oblique_ultrabold-webfont.ttf') format('truetype'),
         url('ifont-face/walkway_oblique_ultrabold-webfont.svg#walkway_oblique_ultraboldRg') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'walkway_obliqueregular';
    src: url('ifont-face/walkway_oblique-webfont.eot');
    src: url('ifont-face/walkway_oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('ifont-face/walkway_oblique-webfont.woff') format('woff'),
         url('ifont-face/walkway_oblique-webfont.ttf') format('truetype'),
         url('ifont-face/walkway_oblique-webfont.svg#walkway_obliqueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'walkway_semiboldregular';
    src: url('ifont-face/walkway_semibold-webfont.eot');
    src: url('ifont-face/walkway_semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('ifont-face/walkway_semibold-webfont.woff') format('woff'),
         url('ifont-face/walkway_semibold-webfont.ttf') format('truetype'),
         url('ifont-face/walkway_semibold-webfont.svg#walkway_semiboldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'walkway_ultraboldregular';
    src: url('ifont-face/walkway_ultrabold-webfont.eot');
    src: url('ifont-face/walkway_ultrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('ifont-face/walkway_ultrabold-webfont.woff') format('woff'),
         url('ifont-face/walkway_ultrabold-webfont.ttf') format('truetype'),
         url('ifont-face/walkway_ultrabold-webfont.svg#walkway_ultraboldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/*p{font:56px/60px 'RobotoBlack', Arial, Helvetica, sans-serif; color:#0f0;}*/

















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


.big-ol-wrap{
	width:914px;
	margin:0px auto;
	text-align:left;
	display:block;
}

header{
	position:relative;
	float:left;
	display:block;
	width:914px;
	height:143px;
}

header p{
	position:absolute;
	top:41px;
	
	padding:0px;
	margin:0px;
	color:#5c5c62;
}

header p a,
header p a:link,
header p a:visited,
header p a:focus,
header p a:active{
	text-decoration:none;
	font:15px/18px 'RobotoThin', Arial, Helvetica, sans-serif; color:#5c5c62;
}

header p a:hover,
header p a.active{
	color:#236a82;
}

header p span{
	position:absolute;
	left:770px;
	width:155px;
}

header p strong{
	font-weight:normal;
	padding:0px 4px;
}


header ul{
	padding:0px;
	margin:0px;
	list-style:none;
}

header ul li{
	position:absolute;
	top:105px;
}

header ul li.products{left:0px;}
header ul li.services{left:145px;}
header ul li.about{left:731px;}
header ul li.links{left:860px;}


header ul li a,
header ul li a:link,
header ul li a:visited,
header ul li a:focus,
header ul li a:active{
	float:left;
	display:block;
	height:14px;
	/*overflow:hidden;
	text-indent:-999px;*/
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:0.08em;
	
	font:18px/20px 'walkway_ultraboldregular', Arial, Helvetica, sans-serif; color:#231f20;
}
/*header ul li.products a{width:105px; background-position:0px 0px;}
header ul li.services a{width:92px; background-position:-108px 0px;}
header ul li.about a{width:66px; background-position:-211px 0px;}
header ul li.links a{width:53px; background-position:-282px 0px;}*/

header ul li.products a:hover,
header ul li.products.active a,
header ul li.services a:hover,
header ul li.services.active a,
header ul li.about a:hover,
header ul li.about.active a,
header ul li.links a:hover,
header ul li.links.active a{
	font:18px/20px 'walkway_blackregular', Arial, Helvetica, sans-serif; color:#62859a;
}



header h1{
	padding:0px;
	margin:0px;
}

header h1 a{
	position:absolute;
	top:26px;
	left:289px;
}

.slides-home,
.slides-home .slide-show,
.slides-home .slide-show div,
.slides-page,
.slides-page .slide-show,
.slides-page .slide-show div,
.slides-thumbs{
	float:left;
	display:block;
	width:914px;
	height:452px;
}

.pic-nav{}

.pic-nav a.pic-prev,
.pic-nav a.pic-next{
	position:absolute;
	z-index:2000;
	top:0px;
	float:left;
	display:block;
	width:100px;
	height:100px;
	background:#0f0;
}
.pic-nav a.pic-prev{left:0px;}
.pic-nav a.pic-next{right:0px;}




.slides-thumbs{
	width:934px;
	height:124px;
	margin:21px -10px 0px -10px;
}

.slides-thumbs ul{
	float:left;
	display:block;
	width:934px;
}

.slides-home .slide-show div,
.slides-page .slide-show div{
	position:absolute;
	top:0px;
	margin:0px;
}

.slides-home .slide-show .pic1{background:url('images/slide-home1.jpg') top left no-repeat; z-index:6;}
.slides-home .slide-show .pic2{background:url('images/slide-home2.jpg') top left no-repeat;}
.slides-home .slide-show .pic3{background:url('images/slide-home3.jpg') top left no-repeat;}
.slides-home .slide-show .pic4{background:url('images/slide-home4.jpg') top left no-repeat;}
.slides-home .slide-show .pic5{background:url('images/slide-home5.jpg') top left no-repeat;}

.slides-page .slide-show .pic1{z-index:100;}


.slides-home .slide-show div p{
	position:absolute;
	left:0px;
	bottom:0px;
	
	float:left;
	display:block;
	width:900px;
	height:25px;
	
	padding:6px 0px 0px 14px;
	margin:0px;
	
	font:13px/22px 'RobotoRegular', Arial, Helvetica, sans-serif; color:#dbdadb;
	background:#504e51;
}
.slides-home .slide-show div p strong{font:13px/22px 'RobotoBold', Arial, Helvetica, sans-serif; font-weight:normal; color:#fff;}

.slides-home .slide-show div p a,
.slides-home .slide-show div p a:link,
.slides-home .slide-show div p a:visited,
.slides-home .slide-show div p a:focus,
.slides-home .slide-show div p a:active{
	color:#fff;
	text-decoration:none;
}

.slides-home .slide-show div p a:hover{
	color:#fff;
	text-decoration:underline;
}

.slides-page .slide-show div p{
	border-bottom:1px solid #939297;
	border-left:1px solid #939297;
	border-right:1px solid #939297;
	
	position:absolute;
	top:453px;
	
	float:left;
	display:block;
	width:898px;
	padding:6px 0px 4px 14px;
	font:13px/22px 'RobotoLight', Arial, Helvetica, sans-serif; color:#4c4d53;
}

.slides-page .slide-show.barbara-barry .pic1{background:url('images/slide-barbara-barry1.png') top left no-repeat;}
.slides-page .slide-show.barbara-barry .pic2{background:url('images/slide-barbara-barry2.png') top left no-repeat;}
.slides-page .slide-show.barbara-barry .pic3{background:url('images/slide-barbara-barry3.png') top left no-repeat;}
.slides-page .slide-show.barbara-barry .pic4{background:url('images/slide-barbara-barry4.png') top left no-repeat;}
.slides-page .slide-show.barbara-barry .pic5{background:url('images/slide-barbara-barry5.png') top left no-repeat;}
.slides-page .slide-show.barbara-barry .pic6{background:url('images/slide-barbara-barry6.png') top left no-repeat;}
.slides-page .slide-show.barbara-barry .pic7{background:url('images/slide-barbara-barry7.png') top left no-repeat;}
.slides-page .slide-show.barbara-barry .pic8{background:url('images/slide-barbara-barry8.png') top left no-repeat;}
.slides-page .slide-show.barbara-barry .pic9{background:url('images/slide-barbara-barry9.png') top left no-repeat;}


.slides-page .slide-show.bernhardt .pic1{background:url('images/slide-bernhardt1.png') top left no-repeat;}
.slides-page .slide-show.bernhardt .pic2{background:url('images/slide-bernhardt2.png') top left no-repeat;}
.slides-page .slide-show.bernhardt .pic3{background:url('images/slide-bernhardt3.png') top left no-repeat;}
.slides-page .slide-show.bernhardt .pic4{background:url('images/slide-bernhardt4.png') top left no-repeat;}
.slides-page .slide-show.bernhardt .pic5{background:url('images/slide-bernhardt5.png') top left no-repeat;}
.slides-page .slide-show.bernhardt .pic6{background:url('images/slide-bernhardt6.png') top left no-repeat;}
.slides-page .slide-show.bernhardt .pic7{background:url('images/slide-bernhardt7.png') top left no-repeat;}
.slides-page .slide-show.bernhardt .pic8{background:url('images/slide-bernhardt8.png') top left no-repeat;}
.slides-page .slide-show.bernhardt .pic9{background:url('images/slide-bernhardt9.png') top left no-repeat;}
.slides-page .slide-show.bernhardt .pic10{background:url('images/slide-bernhardt10.png') top left no-repeat;}
.slides-page .slide-show.bernhardt .pic11{background:url('images/slide-bernhardt11.png') top left no-repeat;}
.slides-page .slide-show.bernhardt .pic12{background:url('images/slide-bernhardt12.png') top left no-repeat;}
.slides-page .slide-show.bernhardt .pic13{background:url('images/slide-bernhardt13.png') top left no-repeat;}

.slides-page .slide-show.century .pic1{background:url('images/slide-century1.png') top left no-repeat;}
.slides-page .slide-show.century .pic2{background:url('images/slide-century2.png') top left no-repeat;}
.slides-page .slide-show.century .pic3{background:url('images/slide-century3.png') top left no-repeat;}
.slides-page .slide-show.century .pic4{background:url('images/slide-century4.png') top left no-repeat;}
.slides-page .slide-show.century .pic5{background:url('images/slide-century5.png') top left no-repeat;}
.slides-page .slide-show.century .pic6{background:url('images/slide-century6.png') top left no-repeat;}
.slides-page .slide-show.century .pic7{background:url('images/slide-century7.png') top left no-repeat;}
.slides-page .slide-show.century .pic8{background:url('images/slide-century8.png') top left no-repeat;}
.slides-page .slide-show.century .pic9{background:url('images/slide-century9.png') top left no-repeat;}
.slides-page .slide-show.century .pic10{background:url('images/slide-century10.png') top left no-repeat;}
.slides-page .slide-show.century .pic11{background:url('images/slide-century11.png') top left no-repeat;}
.slides-page .slide-show.century .pic12{background:url('images/slide-century12.png') top left no-repeat;}
.slides-page .slide-show.century .pic13{background:url('images/slide-century13.png') top left no-repeat;}
.slides-page .slide-show.century .pic14{background:url('images/slide-century14.png') top left no-repeat;}
.slides-page .slide-show.century .pic15{background:url('images/slide-century15.png') top left no-repeat;}

.slides-page .slide-show.dakota .pic1{background:url('images/slide-dakota1.png') top left no-repeat;}

.slides-page .slide-show.dinec .pic1{background:url('images/slide-dinec1.png') top left no-repeat;}
.slides-page .slide-show.dinec .pic2{background:url('images/slide-dinec2.png') top left no-repeat;}
.slides-page .slide-show.dinec .pic3{background:url('images/slide-dinec3.png') top left no-repeat;}
.slides-page .slide-show.dinec .pic4{background:url('images/slide-dinec4.png') top left no-repeat;}
.slides-page .slide-show.dinec .pic5{background:url('images/slide-dinec5.png') top left no-repeat;}
.slides-page .slide-show.dinec .pic6{background:url('images/slide-dinec6.png') top left no-repeat;}
.slides-page .slide-show.dinec .pic7{background:url('images/slide-dinec7.png') top left no-repeat;}
.slides-page .slide-show.dinec .pic8{background:url('images/slide-dinec8.png') top left no-repeat;}
.slides-page .slide-show.dinec .pic9{background:url('images/slide-dinec9.png') top left no-repeat;}
.slides-page .slide-show.dinec .pic10{background:url('images/slide-dinec10.png') top left no-repeat;}
.slides-page .slide-show.dinec .pic11{background:url('images/slide-dinec11.png') top left no-repeat;}
.slides-page .slide-show.dinec .pic12{background:url('images/slide-dinec12.png') top left no-repeat;}
.slides-page .slide-show.dinec .pic13{background:url('images/slide-dinec13.png') top left no-repeat;}
.slides-page .slide-show.dinec .pic14{background:url('images/slide-dinec14.png') top left no-repeat;}
.slides-page .slide-show.dinec .pic15{background:url('images/slide-dinec15.png') top left no-repeat;}

.slides-page .slide-show.ebel .pic1{background:url('images/slide-ebel1.png') top left no-repeat;}

.slides-page .slide-show.henredon .pic1{background:url('images/slide-henredon1.png') top left no-repeat;}

.slides-page .slide-show.hickory-chair .pic1{background:url('images/slide-hickory-chair1.png') top left no-repeat;}
.slides-page .slide-show.hickory-chair .pic2{background:url('images/slide-hickory-chair2.png') top left no-repeat;}
.slides-page .slide-show.hickory-chair .pic3{background:url('images/slide-hickory-chair3.png') top left no-repeat;}
.slides-page .slide-show.hickory-chair .pic4{background:url('images/slide-hickory-chair4.png') top left no-repeat;}
.slides-page .slide-show.hickory-chair .pic5{background:url('images/slide-hickory-chair5.png') top left no-repeat;}
.slides-page .slide-show.hickory-chair .pic6{background:url('images/slide-hickory-chair6.png') top left no-repeat;}
.slides-page .slide-show.hickory-chair .pic7{background:url('images/slide-hickory-chair7.png') top left no-repeat;}
.slides-page .slide-show.hickory-chair .pic8{background:url('images/slide-hickory-chair8.png') top left no-repeat;}
.slides-page .slide-show.hickory-chair .pic9{background:url('images/slide-hickory-chair9.png') top left no-repeat;}
.slides-page .slide-show.hickory-chair .pic10{background:url('images/slide-hickory-chair10.png') top left no-repeat;}
.slides-page .slide-show.hickory-chair .pic11{background:url('images/slide-hickory-chair11.png') top left no-repeat;}
.slides-page .slide-show.hickory-chair .pic12{background:url('images/slide-hickory-chair12.png') top left no-repeat;}
.slides-page .slide-show.hickory-chair .pic13{background:url('images/slide-hickory-chair13.png') top left no-repeat;}
.slides-page .slide-show.hickory-chair .pic14{background:url('images/slide-hickory-chair14.png') top left no-repeat;}

.slides-page .slide-show.huppe .pic1{background:url('images/slide-huppe1.png') top left no-repeat;}
.slides-page .slide-show.huppe .pic2{background:url('images/slide-huppe2.png') top left no-repeat;}
.slides-page .slide-show.huppe .pic3{background:url('images/slide-huppe3.png') top left no-repeat;}
.slides-page .slide-show.huppe .pic4{background:url('images/slide-huppe4.png') top left no-repeat;}
.slides-page .slide-show.huppe .pic5{background:url('images/slide-huppe5.png') top left no-repeat;}
.slides-page .slide-show.huppe .pic6{background:url('images/slide-huppe6.png') top left no-repeat;}
.slides-page .slide-show.huppe .pic7{background:url('images/slide-huppe7.png') top left no-repeat;}
.slides-page .slide-show.huppe .pic8{background:url('images/slide-huppe8.png') top left no-repeat;}
.slides-page .slide-show.huppe .pic9{background:url('images/slide-huppe9.png') top left no-repeat;}
.slides-page .slide-show.huppe .pic10{background:url('images/slide-huppe10.png') top left no-repeat;}
.slides-page .slide-show.huppe .pic11{background:url('images/slide-huppe11.png') top left no-repeat;}
.slides-page .slide-show.huppe .pic12{background:url('images/slide-huppe12.png') top left no-repeat;}
.slides-page .slide-show.huppe .pic13{background:url('images/slide-huppe13.png') top left no-repeat;}
.slides-page .slide-show.huppe .pic14{background:url('images/slide-huppe14.png') top left no-repeat;}
.slides-page .slide-show.huppe .pic15{background:url('images/slide-huppe15.png') top left no-repeat;}

.slides-page .slide-show.isa-international .pic1{background:url('images/slide-isa-international1.png') top left no-repeat;}

.slides-page .slide-show.korson .pic1{background:url('images/slide-korson1.png') top left no-repeat;}
.slides-page .slide-show.korson .pic2{background:url('images/slide-korson2.png') top left no-repeat;}
.slides-page .slide-show.korson .pic3{background:url('images/slide-korson3.png') top left no-repeat;}
.slides-page .slide-show.korson .pic4{background:url('images/slide-korson4.png') top left no-repeat;}
.slides-page .slide-show.korson .pic5{background:url('images/slide-korson5.png') top left no-repeat;}
.slides-page .slide-show.korson .pic6{background:url('images/slide-korson6.png') top left no-repeat;}
.slides-page .slide-show.korson .pic7{background:url('images/slide-korson7.png') top left no-repeat;}
.slides-page .slide-show.korson .pic8{background:url('images/slide-korson8.png') top left no-repeat;}
.slides-page .slide-show.korson .pic9{background:url('images/slide-korson9.png') top left no-repeat;}
.slides-page .slide-show.korson .pic10{background:url('images/slide-korson10.png') top left no-repeat;}
.slides-page .slide-show.korson .pic11{background:url('images/slide-korson11.png') top left no-repeat;}
.slides-page .slide-show.korson .pic12{background:url('images/slide-korson12.png') top left no-repeat;}

.slides-page .slide-show.kravet .pic1{background:url('images/slide-kravet1.png') top left no-repeat;}

.slides-page .slide-show.lane-venture .pic1{background:url('images/slide-lane-venture1.png') top left no-repeat;}

.slides-page .slide-show.leda .pic1{background:url('images/slide-leda1.png') top left no-repeat;}

.slides-page .slide-show.maitland-smith .pic1{background:url('images/slide-maitland-smith1.png') top left no-repeat;}

.slides-page .slide-show.marcantonio-designs .pic1{background:url('images/slide-marcantonio-designs1.png') top left no-repeat;}

.slides-page .slide-show.pearson .pic1{background:url('images/slide-pearson1.png') top left no-repeat;}

.slides-page .slide-show.silva .pic1{background:url('images/slide-silva1.png') top left no-repeat;}

.slides-page .slide-show.steinworld .pic1{background:url('images/slide-steinworld1.png') top left no-repeat;}

.slides-page .slide-show.style-in-form .pic1{background:url('images/slide-style-in-form1.png') top left no-repeat;}

.slides-page .slide-show.van-gogh-designs .pic1{background:url('images/slide-van-gogh-designs1.png') top left no-repeat;}

.slides-page .slide-show.zuomod .pic1{background:url('images/slide-zuomod1.png') top left no-repeat;}

.slides-page .slide-show.styles .pic1{background:url('images/slide-styles1.png') top left no-repeat;}
.slides-page .slide-show.styles .pic2{background:url('images/slide-styles2.png') top left no-repeat;}
.slides-page .slide-show.styles .pic3{background:url('images/slide-styles3.png') top left no-repeat;}
.slides-page .slide-show.styles .pic4{background:url('images/slide-styles4.png') top left no-repeat;}
.slides-page .slide-show.styles .pic5{background:url('images/slide-styles5.png') top left no-repeat;}
.slides-page .slide-show.styles .pic6{background:url('images/slide-styles6.png') top left no-repeat;}
.slides-page .slide-show.styles .pic7{background:url('images/slide-styles7.png') top left no-repeat;}
.slides-page .slide-show.styles .pic8{background:url('images/slide-styles8.png') top left no-repeat;}
.slides-page .slide-show.styles .pic9{background:url('images/slide-styles9.png') top left no-repeat;}
.slides-page .slide-show.styles .pic10{background:url('images/slide-styles10.png') top left no-repeat;}
.slides-page .slide-show.styles .pic11{background:url('images/slide-styles11.png') top left no-repeat;}
.slides-page .slide-show.styles .pic12{background:url('images/slide-styles12.png') top left no-repeat;}
.slides-page .slide-show.styles .pic13{background:url('images/slide-styles13.png') top left no-repeat;}
.slides-page .slide-show.styles .pic14{background:url('images/slide-styles14.png') top left no-repeat;}
.slides-page .slide-show.styles .pic15{background:url('images/slide-styles15.png') top left no-repeat;}
.slides-page .slide-show.styles .pic16{background:url('images/slide-styles16.png') top left no-repeat;}
.slides-page .slide-show.styles .pic17{background:url('images/slide-styles17.png') top left no-repeat;}
.slides-page .slide-show.styles .pic18{background:url('images/slide-styles18.png') top left no-repeat;}
.slides-page .slide-show.styles .pic19{background:url('images/slide-styles19.png') top left no-repeat;}
.slides-page .slide-show.styles .pic20{background:url('images/slide-styles20.png') top left no-repeat;}
.slides-page .slide-show.styles .pic21{background:url('images/slide-styles21.png') top left no-repeat;}
.slides-page .slide-show.styles .pic22{background:url('images/slide-styles22.png') top left no-repeat;}
.slides-page .slide-show.styles .pic23{background:url('images/slide-styles23.png') top left no-repeat;}
.slides-page .slide-show.styles .pic24{background:url('images/slide-styles24.png') top left no-repeat;}
.slides-page .slide-show.styles .pic25{background:url('images/slide-styles25.png') top left no-repeat;}
.slides-page .slide-show.styles .pic26{background:url('images/slide-styles26.png') top left no-repeat;}
.slides-page .slide-show.styles .pic27{background:url('images/slide-styles27.png') top left no-repeat;}
.slides-page .slide-show.styles .pic28{background:url('images/slide-styles28.png') top left no-repeat;}
.slides-page .slide-show.styles .pic29{background:url('images/slide-styles29.png') top left no-repeat;}
.slides-page .slide-show.styles .pic30{background:url('images/slide-styles30.png') top left no-repeat;}
.slides-page .slide-show.styles .pic31{background:url('images/slide-styles31.png') top left no-repeat;}
.slides-page .slide-show.styles .pic32{background:url('images/slide-styles32.png') top left no-repeat;}
.slides-page .slide-show.styles .pic33{background:url('images/slide-styles33.png') top left no-repeat;}
.slides-page .slide-show.styles .pic34{background:url('images/slide-styles34.png') top left no-repeat;}
.slides-page .slide-show.styles .pic35{background:url('images/slide-styles35.png') top left no-repeat;}







.slides-home,
.slides-page{
	position:relative;
	margin:0px 0px 21px 0px;
	
	border-top:4px solid #2e343b;
	border-bottom:1px solid #939297;
}

#prev,
#next{
	position:absolute;
	top:533px;
	z-index:400;
	
	float:left;
	display:block;
	width:19px;
	height:38px;
}

#prev.butt-off,
#next.butt-off{
	background-position:0px -38px;
	cursor:default;
}

#prev{
	left:-31px;
	background:url('images/prev.png') top left no-repeat;
}

#next{
	right:-31px;
	background:url('images/next.png') top left no-repeat;
}



.slides-home h2{
	position:absolute;
	z-index:100;
	bottom:25px;
	left:44px;
	
	float:left;
	display:block;
	width:423px;
	height:82px;
	overflow:hidden;
	text-indent:-999px;
	padding:0px;
	margin:0px;
	background:url('images/the-art-of-interiors.png') top left no-repeat;
}

.slides-home ul{
	position:absolute;
	z-index:101;
	bottom:10px;
	right:21px;
	
	padding:0px;
	margin:0px;
	list-style:none;
}

.slides-home ul li{
	float:left;
	margin:0px 0px 0px 9px;
}

.slides-home ul li a{
	float:left;
	display:block;
	width:31px;
	height:7px;
	
	border:1px solid #ede9e5;
}

.slides-home ul li a:hover,
.slides-home ul li.activeSlide a{background:#939297;}






.page-head{
	position:relative;
	margin:0px 0px 21px 0px;
	
	float:left;
	display:block;
	
	width:871px;
	height:224px;
	padding:57px 0px 0px 43px;
	
	border-top:4px solid #2e343b;
	border-bottom:1px solid #939297;
}


.page-head.products,
.page-head.hardware{
	width:871px;
	height:199px;
	padding:82px 0px 0px 43px;
	background:url('images/page-head-products.jpg') top left no-repeat;
}

.page-head.furniture{background:url('images/page-head-furniture.jpg') top left no-repeat;}
.page-head.window-coverings{background:url('images/page-head-window-coverings.jpg') top left no-repeat;}
.page-head.hardware{background:url('images/page-head-hardware.jpg') top left no-repeat;}
.page-head.textiles{background:url('images/page-head-textiles.jpg') top left no-repeat;}
.page-head.wall-coverings{background:url('images/page-head-wall-coverings.jpg') top left no-repeat;}
.page-head.home-accents{background:url('images/page-head-home-accents.jpg') top left no-repeat;}
.page-head.lighting{background:url('images/page-head-lighting.jpg') top left no-repeat;}
.page-head.services{background:url('images/page-head-services.jpg') top left no-repeat;}
/*.page-head.design-development{background:url('images/page-head-design-development.jpg') top left no-repeat;}*/
.page-head.space-planning{background:url('images/page-head-space-planning.jpg') top left no-repeat;}
.page-head.drawing-packages{background:url('images/page-head-drawing-packages.jpg') top left no-repeat;}
.page-head.interior-styling{background:url('images/page-head-interior-styling.jpg') top left no-repeat;}
.page-head.project-management{background:url('images/page-head-project-management.jpg') top left no-repeat;}
.page-head.custom{background:url('images/page-head-custom.jpg') top left no-repeat;}
.page-head.about{background:url('images/page-head-about.jpg') top left no-repeat;}
.page-head.history{background:url('images/page-head-history.jpg') top left no-repeat;}
.page-head.your-project{background:url('images/page-head-your-project.jpg') top left no-repeat;}
.page-head.visit-us{background:url('images/page-head-visit-us.jpg') top left no-repeat;}


.page-head.links,
.page-head.design-development,
.page-head.space-planning,
.page-head.drawing-packages,
.page-head.interior-styling,
.page-head.project-management,
.page-head.custom,
.page-head.designers,
.page-head.showroom,
.page-head.project-gallery{height:85px; padding-top:47px;}

.page-head.links{background:#6e828f;}
.page-head.design-development{background:#6e828f;}
.page-head.space-planning{background:#aaa5a0;}
.page-head.drawing-packages{background:#cba262;}
.page-head.interior-styling{background:#a08578;}
.page-head.project-management{background:#a2c0b3;}
.page-head.custom{background:#766d6c;}
.page-head.designers{background:#8d837c;}
.page-head.showroom{background:#a5b1b0;}
.page-head.project-gallery{background:#96b5ab;}

.page-head.form-page{
	padding-top:35px;
	height:auto;
	background:#bdc3c2;
}

.page-head.form-page.processed{
	width:914px;
	height:452px;
	padding:0px;
	background:url('images/processed.jpg') top left no-repeat;
}

.page-head.form-page.processed h2,
.page-head.form-page.processed p{display:none;}




.page-head.down-more{margin:0px 0px 29px 0px;}






.page-head.links h2,
.page-head.design-development h2,
.page-head.space-planning h2,
.page-head.drawing-packages h2,
.page-head.interior-styling h2,
.page-head.project-management h2,
.page-head.custom h2,
.page-head.designers h2,
.page-head.showroom h2,
.page-head.project-gallery h2{color:#fff;}

.page-head.visit-us h2{color:#fff; padding-top:151px;}

.page-head.form-page h2,
.page-head.form-page p{color:#4c4d54;}
.page-head.form-page p{padding:0px 0px 33px 0px;}

.page-head.form-page .hr{
	width:827px;
	background:#939297;
}

.page-head.form-page label{
	float:left;
	display:block;
	width:300px;
	font:15px/25px 'RobotoMedium', Arial, Helvetica, sans-serif; color:#4c4d53;
}

.page-head.form-page input,
.page-head.form-page textarea{
	float:left;
	display:block;
	width:380px;
	padding:3px;
	margin:0px 0px 14px 0px;
	font:12px/14px 'RobotoRegular', Arial, Helvetica, sans-serif; color:#000;
}

.page-head.form-page textarea{height:50px;}


.page-head.form-page .col1{
	float:left;
	display:block;
	width:436px;
	margin:0px;
	padding:0px;
}

.page-head.form-page .col2{
	float:left;
	display:block;
	width:400px;
	margin:0px;
	padding:0px;
}

.page-head.form-page .col2 .captcha_border,
.page-head.form-page .col2 .captcha_border2{
	border:1px solid #000;
	width:178px;
	/*margin:17px 0px 0px 0px;*/
	margin:23px 0px 0px 0px;
}

.page-head.form-page .col2 .captcha_border2{margin:0px; width:147px;}

.page-head.form-page .captcha_button,
.page-head.form-page .captcha_button2
{
	float:left;
	margin:3px 5px 10px 0px;
}

.page-head.form-page .submit{
	position:relative;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	
	float:left;
	display:inline;
	text-align:left;
	width:135px;
	height:32px;
	padding:0px 0px 0px 11px;
	margin:0px 0px 61px 438px;
	border:none;
	cursor:pointer;
	font:15.6px/18px 'RobotoRegular', Arial, Helvetica, sans-serif; color:#3c5f70;
	background:#ced2d1 url('images/subscribe-arrow.jpg') 111px 9px no-repeat;
	letter-spacing:0.02em;
}

.page-head.form-page .submit:hover{margin:2px 0px 59px 440px;}

.page-head.form-page .submit.longer{width:183px; background:#ced2d1 url('images/subscribe-arrow.jpg') 159px 9px no-repeat;}




p strong.error-colour{color:#ed5d5d;}


.page-head h2{
	font-weight:normal;
	font:34px/36px 'crimsonroman', Arial, Helvetica, sans-serif; color:#5c5c62;
	padding:0px 0px 8px 0px;
	margin:0px;
}



.page-head p{
	font:17px/25px 'RobotoLight', Arial, Helvetica, sans-serif; color:#5c5c62;
	padding:0px;
	margin:0px;
	letter-spacing:0.02em;
}

.page-head.home-accents h2,
.page-head.home-accents p{color:#fff;}

.page-head a.sig{
	position:absolute;
	right:13px;
	bottom:1px;
}






.page-head a.sig,
.page-head a.sig:link,
.page-head a.sig:visited,
.page-head a.sig:focus,
.page-head a.sig:active{
	font:13px/22px 'RobotoMedium', Arial, Helvetica, sans-serif; color:#525257;
	text-decoration:none;
	text-transform:uppercase;
}
.page-head a.sig:hover{text-decoration:underline;}


.page-head.furniture a.sig{right:50px;}

.page-head a.sig.white{
	color:#fff;
}



.page-head p a,
.page-head p a:link,
.page-head p a:visited,
.page-head p a:focus,
.page-head p a:active{
	font:17px/25px 'RobotoRegular', Arial, Helvetica, sans-serif; color:#5c7e8f;
	text-decoration:none;
}
.page-head p a:hover{font:17px/25px 'RobotoRegular', Arial, Helvetica, sans-serif; color:#3e5d6d;}





h3.home-block1,
h3.home-block2,
h3.home-block3,
h3.home-block1 a,
h3.home-block2 a,
h3.home-block3 a,
h3.home-block-furniture,
h3.home-block-window-coverings,
h3.home-block-drawing-packages,
h3.home-block-interior-styling,
h3.home-block-custom,
h3.home-block-managment,
h3.home-block-textiles,
h3.home-block-wall-coverings,
h3.home-block-home-accents,
h3.home-block-space-planning,
h3.home-block-lighting,
h3.home-block-design-development,
h3.home-block-history,
h3.home-block-project-gallery,
h3.home-block-showroom,
h3.home-block-designers,
h3.home-block-hardware,
h3.home-block-styles,
h3.home-block-project,
h3.home-block-furniture a,
h3.home-block-window-coverings a,
h3.home-block-drawing-packages a,
h3.home-block-interior-styling a,
h3.home-block-custom a,
h3.home-block-managment a,
h3.home-block-textiles a,
h3.home-block-wall-coverings a,
h3.home-block-home-accents a,
h3.home-block-space-planning a,
h3.home-block-lighting a,
h3.home-block-design-development a,
h3.home-block-designers a,
h3.home-block-showroom a,
h3.home-block-history a,
h3.home-block-project-gallery a,
h3.home-block-hardware a,
h3.home-block-styles a,
h3.home-block-project a,
ul.product-blocks li,
ul.product-blocks li a,
.slides-thumbs ul li,
.slides-thumbs ul li a,
.info-block,
.info-block img
{
	position:relative;
	float:left;
	display:inline;
	width:282px;
	height:143px;
}

.slides-thumbs ul li a{
	width:162px;
	height:82px;
}

h3.home-block1,
h3.home-block2,
h3.home-block3,
h3.home-block-furniture,
h3.home-block-window-coverings,
h3.home-block-drawing-packages,
h3.home-block-interior-styling,
h3.home-block-custom,
h3.home-block-managment,
h3.home-block-textiles,
h3.home-block-wall-coverings,
h3.home-block-home-accents,
h3.home-block-space-planning,
h3.home-block-lighting,
h3.home-block-design-development,
h3.home-block-history,
h3.home-block-project-gallery,
h3.home-block-showroom,
h3.home-block-designers,
h3.home-block-hardware,
h3.home-block-styles,
h3.home-block-project,
ul.product-blocks li,
.info-block{
	width:292px;
	height:153px;
}

.info-block.custom-block img{height:207px;}
.info-block.custom-block .blue-block{
	width:261px;
	height:189px;
	padding:18px 0px 0px 21px;
	background:#607185;
}


.info-block{height:auto;}

.slides-thumbs ul li{
	width:172px;
	height:92px;
}


.slides-thumbs ul li.thumb1,
.slides-thumbs ul li.thumb2,
.slides-thumbs ul li.thumb3,
.slides-thumbs ul li.thumb4,
.slides-thumbs ul li.thumb5{margin-top:10px;}

.slides-thumbs ul li.thumb1,
.slides-thumbs ul li.thumb2,
.slides-thumbs ul li.thumb3,
.slides-thumbs ul li.thumb4{margin-right:0.844em;}

.slides-thumbs ul li.thumb1{margin-left:10px;}

.slides-thumbs ul{
	padding:0px;
	margin:0px;
	list-style:none;
}

h3.home-block1 a,
h3.home-block2 a,
h3.home-block3 a,
h3.home-block-furniture a,
h3.home-block-window-coverings a,
h3.home-block-drawing-packages a,
h3.home-block-interior-styling a,
h3.home-block-custom a,
h3.home-block-managment a,
h3.home-block-textiles a,
h3.home-block-wall-coverings a,
h3.home-block-home-accents a,
h3.home-block-space-planning a,
h3.home-block-lighting a,
h3.home-block-design-development a,
h3.home-block-history a,
h3.home-block-project-gallery a,
h3.home-block-showroom a,
h3.home-block-designers a,
ul.product-blocks li a,
.slides-thumbs ul li a,
h3.home-block-hardware a,
h3.home-block-styles a,
h3.home-block-project a,
.info-block img,
.info-block.custom-block .blue-block{
	/*padding:5px;*/
	position:relative;
	border:5px solid #fff;
	text-decoration:none;
	-moz-box-shadow:0px 0px 4px rgba(0,0,0,0.60);
	-webkit-box-shadow:0px 0px 4px rgba(0,0,0,0.60);
	box-shadow:0px 0px 4px rgba(0,0,0,0.60);
}



.info-block.custom-block .blue-block p{
	padding:0px 0px 6px 0px;
	margin:0px;
	font:17px/20px 'RobotoMedium', Arial, Helvetica, sans-serif; color:#fff;
}

.info-block.custom-block .blue-block ul{
	padding:0px 0px 0px 13px;
	margin:0px;
	font:14px/20px 'RobotoRegular', Arial, Helvetica, sans-serif; color:#fff;
}

.info-block.custom-block .blue-block ul li{padding:0px 0px 4px 0px;}


.slides-thumbs ul li a:hover,
.slides-thumbs ul li a.activeSlide{border:5px solid #638698;}

h3.home-block-furniture a span,
h3.home-block-window-coverings a span,
h3.home-block-drawing-packages a span,
h3.home-block-interior-styling a span,
h3.home-block-custom a span,
h3.home-block-managment a span,
h3.home-block-textiles a span,
h3.home-block-wall-coverings a span,
h3.home-block-home-accents a span,
h3.home-block-space-planning a span,
h3.home-block-lighting a span,
h3.home-block-design-development a span,
h3.home-block-history a span,
h3.home-block-project-gallery a span,
h3.home-block-showroom a span,
h3.home-block-designers a span,
h3.home-block-hardware a span,
h3.home-block-styles a span,
h3.home-block-project a span{
	position:absolute;
	bottom:26px;
	left:31px;
	
	font:28px/28px 'walkway_semiboldregular', Arial, Helvetica, sans-serif; color:#fff;
	text-transform:uppercase;
	letter-spacing:0.1em;
}

h3.home-block-furniture a span br,
h3.home-block-window-coverings a span br,
h3.home-block-drawing-packages a span br,
h3.home-block-interior-styling a span br,
h3.home-block-custom a span br,
h3.home-block-managment a span br,
h3.home-block-textiles a span br,
h3.home-block-wall-coverings a span br,
h3.home-block-home-accents a span br,
h3.home-block-space-planning a span br,
h3.home-block-showroom a spab br,
h3.home-block-lighting a span br,
h3.home-block-design-development a span br,
h3.home-block-history a span br,
h3.home-block-project-gallery a span br,
h3.home-block-designers a span br,
h3.home-block-hardware a span br,
h3.home-block-styles a span br,
h3.home-block-project a span br{
	margin:-1px 0px 0px 0px;
	display:block;
}



h3.home-block2,
h3.home-block-window-coverings,
h3.home-block-home-accents,
h3.home-block-space-planning,
h3.home-block-styles,
h3.home-block-designers,
h3.home-block-showroom.middle,
ul.product-blocks li.middle,
h3.home-block-managment,
.info-block.middle{margin:0px 19px;}



h3.home-block-furniture,
h3.home-block-window-coverings,
h3.home-block-drawing-packages,
h3.home-block-textiles,
h3.home-block-history,
h3.home-block-designers,
h3.home-block-showroom{margin-bottom:19px;}

h3.home-block1 a{background:#fff url('images/home-block1.jpg') 0px 0px no-repeat;}
h3.home-block2 a{background:#fff url('images/home-block2.jpg') 0px 0px no-repeat;}
h3.home-block3 a{background:#fff url('images/home-block3.jpg') 0px 0px no-repeat;}






h3.home-block-furniture a{background:#789384;}
h3.home-block-furniture a:hover{background:#688777;}

h3.home-block-window-coverings a{background:#d5cda6;}
h3.home-block-window-coverings a:hover{background:#cdc499;}

h3.home-block-drawing-packages a{background:#cba262;}
h3.home-block-drawing-packages a:hover{background:#cba262;}

h3.home-block-textiles a{background:#797569;}
h3.home-block-textiles a:hover{background:#6d695d;}

h3.home-block-wall-coverings a{background:#978476;}
h3.home-block-wall-coverings a:hover{background:#6d695d;}

h3.home-block-home-accents a{background:#a1a7b7;}
h3.home-block-home-accents a:hover{background:#969cac;}

h3.home-block-lighting a{background:#ae8243;}
h3.home-block-lighting a:hover{background:#a2753c;}

h3.home-block-space-planning a{background:#aaa5a0;}
h3.home-block-space-planning a:hover{background:#9d9792;}

h3.home-block-showroom a{background:#a5b1b0;}
h3.home-block-showroom a:hover{background:#869b99;}

h3.home-block-design-development a{background:#055f77;}
h3.home-block-design-development a:hover{background:#0d556b;}

h3.home-block-history a{background:#637b84;}
h3.home-block-history a:hover{background:#7798a5;}

h3.home-block-project-gallery a{background:#95b5ab;}
h3.home-block-project-gallery a:hover{background:#81a499;}

h3.home-block-designers a{background:#8d837c;}
h3.home-block-designers a:hover{background:#7b6e65;}

h3.home-block-hardware a{background:#504d5a;}
h3.home-block-hardware a:hover{background:#43414d;}

h3.home-block-styles a{background:#af9461;}
h3.home-block-styles a:hover{background:#a48958;}

h3.home-block-project a{background:#afadad;}
h3.home-block-project a:hover{background:#a4a1a1;}

h3.home-block-interior-styling a{background:#a08578;}
h3.home-block-interior-styling a:hover{background:#92776a;}

h3.home-block-managment a{background:#a2c0b3;}
h3.home-block-managment a:hover{background:#93b7a7;}

h3.home-block-custom a{background:#766d6c;}
h3.home-block-custom a:hover{background:#685f5d;}


h3.home-block1 a:hover,
h3.home-block2 a:hover,
h3.home-block3 a:hover
{background-position:0px -148px;}






h3.home-block1 a span,
h3.home-block2 a span,
h3.home-block3 a span{
	position:absolute;
	bottom:20px;
	right:26px;
	text-align:right;
	
	font:15px/18px 'RobotoRegular', Arial, Helvetica, sans-serif; color:#4c4d54;
}
h3.home-block1 a span{color:#fff;}
h3.home-block2 a span{right:69px;}





footer{
	position:relative;
	
	float:left;
	display:block;
	width:914px;
	padding:10px 0px 9px 0px;
	margin:41px 0px 20px 0px;
	
	border-top:1px solid #c1bfc2;
	border-bottom:1px solid #c1bfc2;
}

footer ul{
	padding:0px;
	margin:0px;
	list-style:none;
}

footer ul li{
	float:left;
	margin:0px 4px 0px 0px;
}


footer ul li a{
	float:left;
	display:inline;
	width:25px;
	height:24px;
	overflow:hidden;
	text-indent:-999px;
	text-decoration:none;
	background:url('images/footer-icons.png') top left no-repeat;
}

footer ul li.pinterest a{background-position:0px 0px;}
footer ul li.pinterest a:hover{background-position:0px -24px;}

footer ul li.facebook a{background-position:-29px 0px;}
footer ul li.facebook a:hover{background-position:-29px -24px;}

footer ul li.twitter a{background-position:-59px 0px;}
footer ul li.twitter a:hover{background-position:-59px -24px;}


footer p{
	float:right;
	padding:4px 0px 0px 0px;
	margin:0px;
	font:14px/16px 'RobotoLight', Arial, Helvetica, sans-serif; color:#6d6c71;
	
	/*letter-spacing:0.04em;*/
}

footer p strong{
	font-weight:normal;
	font:15px/19px 'RobotoRegular', Arial, Helvetica, sans-serif; color:#5d5c61;
	
	padding:0px 3px 0px 0px;
	letter-spacing:0.04em;
}
footer p strong.no_pads{padding:0px;}

footer p a,
footer p a:link,
footer p a:visited,
footer p a:focus,
footer p a:active
{
	font:15px/19px 'RobotoRegular', Arial, Helvetica, sans-serif; color:#638598;
	letter-spacing:0.04em;
	text-decoration:none;
}
footer p a:hover{color:#436274;}

footer p span{
	padding:0px 17px;
	font:15px/19px 'RobotoThin', Arial, Helvetica, sans-serif; color:#aaa7ab;
}

footer p strong span{
	padding:0px;
	font:15px/19px 'RobotoThin', Arial, Helvetica, sans-serif; color:#aaa7ab;
}

footer small{
	position:absolute;
	bottom:-31px;
	left:392px;
	
	padding:0px 0px 10px 0px;
	margin:0px;
	font:11px/13px 'RobotoRegular', Arial, Helvetica, sans-serif; color:#949296;
}





.hr{
	clear:both;
	display:block;
	width:100%;
	height:1px;
	margin:0px 0px 20px 0px;
	background:#c2c0c3;
}


.hr hr{display:none;}

a.back-to,
a.back-to:link,
a.back-to:visited,
a.back-to:focus,
a.back-to:active,
a.prev-to,
a.prev-to:link,
a.prev-to:visited,
a.prev-to:focus,
a.prev-to:active,
a.next-to,
a.next-to:link,
a.next-to:visited,
a.next-to:focus,
a.next-to:active{
	float:left;
	display:inline;
	padding:1px 0px 15px 45px;
	background:url('images/back-to.gif') top left no-repeat;
	
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:0.03em;
	font:13px/15px 'RobotoRegular', Arial, Helvetica, sans-serif; color:#5c7e8f;
}
a.back-to:hover,
a.prev-to:hover,
a.next-to:hover{color:#3e5d6d;}

a.prev-to,
a.prev-to:link,
a.prev-to:visited,
a.prev-to:focus,
a.prev-to:active{
	margin:0px 212px 0px 0px;
	padding:1px 0px 15px 19px;
	background:url('images/prev-s.png') 1px 2px no-repeat;
}

a.next-to,
a.next-to:link,
a.next-to:visited,
a.next-to:focus,
a.next-to:active{
	float:right;
	padding:1px 19px 15px 0px;
	background:url('images/next-s.png') right 2px no-repeat;
}




a.prev-to.butt-off,
a.prev-to.butt-off:link,
a.prev-to.butt-off:visited,
a.prev-to.butt-off:focus,
a.prev-to.butt-off:active,
a.prev-to.butt-off:hover,
a.next-to.butt-off,
a.next-to.butt-off:link,
a.next-to.butt-off:visited,
a.next-to.butt-off:focus,
a.next-to.butt-off:active,
a.next-to.butt-off:hover{
	color:#bbbdbd;
	cursor:default;
}


a.prev-to.butt-off,
a.prev-to.butt-off:link,
a.prev-to.butt-off:visited,
a.prev-to.butt-off:focus,
a.prev-to.butt-off:active,
a.prev-to.butt-off:hover{background-image:url('images/prev-s-butt-off.png');}

a.next-to.butt-off,
a.next-to.butt-off:link,
a.next-to.butt-off:visited,
a.next-to.butt-off:focus,
a.next-to.butt-off:active,
a.next-to.butt-off:hover{background-image:url('images/next-s-butt-off.png');}






a.back-to.back-centered{margin:0px 0px 0px 361px;}






ul.product-blocks{
	padding:0px;
	margin:0px;
	list-style:none;
}

ul.product-blocks li a{
}

ul.product-blocks li a strong{
	position:absolute;
	top:164px;
	left:-5px;
	
	padding:0px;
	margin:0px;
	font:17px/20px 'RobotoMedium', Arial, Helvetica, sans-serif; color:#4c4d54;
}

ul.product-blocks li a strong span{
	font:13px/20px 'RobotoRegular', Arial, Helvetica, sans-serif; color:#9a989c;
}

ul.product-blocks li,
ul.product-blocks li a{float:left;}

ul.product-blocks li.barbara-barry-realized-by-henredon,
ul.product-blocks li.bernhardt-and-bernhardt-interiors
{margin-bottom:73px;}

ul.product-blocks li{margin-bottom:53px;}

ul.product-blocks li.barbara-barry-realized-by-henredon a{background:#fff url('images/prod-barbara-barry-realized-by-henredon.jpg') 0px 0px no-repeat;}
ul.product-blocks li.bernhardt-and-bernhardt-interiors a{background:#fff url('images/prod-bernhardt-and-bernhardt-interiors.jpg') 0px 0px no-repeat;}
ul.product-blocks li.century-furniture a{background:#fff url('images/prod-century-furniture.jpg') 0px 0px no-repeat;}

ul.product-blocks li.dakota-jackson a{background:#fff url('images/prod-dakota-jackson.jpg') 0px 0px no-repeat;}
ul.product-blocks li.dinec a{background:#fff url('images/prod-dinec.jpg') 0px 0px no-repeat;}
ul.product-blocks li.ebel a{background:#fff url('images/prod-ebel.jpg') 0px 0px no-repeat;}

ul.product-blocks li.henredon a{background:#fff url('images/prod-henredon.jpg') 0px 0px no-repeat;}
ul.product-blocks li.hickory-chair a{background:#fff url('images/prod-hickory-chair.jpg') 0px 0px no-repeat;}
ul.product-blocks li.huppe a{background:#fff url('images/prod-huppe.jpg') 0px 0px no-repeat;}        
		
ul.product-blocks li.isa-international a{background:#fff url('images/prod-isa-international.jpg') 0px 0px no-repeat;}
ul.product-blocks li.korson a{background:#fff url('images/prod-korson.jpg') 0px 0px no-repeat;}
ul.product-blocks li.kravet a{background:#fff url('images/prod-kravet.jpg') 0px 0px no-repeat;}

ul.product-blocks li.lane-venture a{background:#fff url('images/prod-lane-venture.jpg') 0px 0px no-repeat;}
ul.product-blocks li.leda a{background:#fff url('images/prod-leda.jpg') 0px 0px no-repeat;}
ul.product-blocks li.maitland-smith a{background:#fff url('images/prod-maitland-smith.jpg') 0px 0px no-repeat;}

ul.product-blocks li.marcantonio-designs a{background:#fff url('images/prod-marcantonio-designs.jpg') 0px 0px no-repeat;}
ul.product-blocks li.pearson a{background:#fff url('images/prod-pearson.jpg') 0px 0px no-repeat;}
ul.product-blocks li.silva a{background:#fff url('images/prod-silva.jpg') 0px 0px no-repeat;}
			
ul.product-blocks li.steinworld a{background:#fff url('images/prod-steinworld.jpg') 0px 0px no-repeat;}
ul.product-blocks li.style-in-form a{background:#fff url('images/prod-style-in-form.jpg') 0px 0px no-repeat;}
ul.product-blocks li.van-gogh-designs a{background:#fff url('images/prod-van-gogh-designs.jpg') 0px 0px no-repeat;}
			
ul.product-blocks li.zuomod a{background:#fff url('images/prod-zuomod.jpg') 0px 0px no-repeat;}

ul.product-blocks li a:hover
{background-position:0px -148px;}









.prod-info p{	
	padding:0px 0px 11px 0px;
	margin:0px;
	font:16px/22px 'RobotoLight', Arial, Helvetica, sans-serif; color:#4c4d53;
	letter-spacing:0.02em;
}

.prod-info p strong{
	position:relative;
	top:-2px;
	
	font-weight:normal;
	font:17px/20px 'RobotoMedium', Arial, Helvetica, sans-serif;
}

.prod-info p strong span{
	padding:0px 0px 0px 2px;
	font:13px/20px Arial, Helvetica, sans-serif; color:#b8b5b6;
}

.prod-info p a,
.prod-info p a:link,
.prod-info p a:visited,
.prod-info p a:focus,
.prod-info p a:active{
	position:relative;
	top:3px;
	
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	font:13px/15px 'RobotoRegular', Arial, Helvetica, sans-serif; color:#638699;
}

.prod-info p a:hover{color:#36596a;}




.hunter-douglas{
	position:relative;
	border:5px solid #fff;
	-moz-box-shadow:0px 0px 4px rgba(0,0,0,0.60);
	-webkit-box-shadow:0px 0px 4px rgba(0,0,0,0.60);
	box-shadow:0px 0px 4px rgba(0,0,0,0.60);
	
	float:left;
	display:block;
	width:388px;
	height:200px;
	padding:78px 0px 0px 516px;
	margin:0px 0px 20px 0px;
	
	background:url('images/hunter-douglas.jpg') top left no-repeat;
}

.hunter-douglas h3{display:none;}

.hunter-douglas p span{padding:0px 5px;}

.hunter-douglas p{
	letter-spacing:0.02em;
	
	padding:0px 0px 9px 0px;
	margin:0px;
	font:14px/20px 'RobotoLight', Arial, Helvetica, sans-serif; color:#fff;
}

.hunter-douglas p strong{
	font:15px/20px 'RobotoBold', Arial, Helvetica, sans-serif; color:#fff;
}

.hunter-douglas p a,
.hunter-douglas p a:link,
.hunter-douglas p a:visited,
.hunter-douglas p a:focus,
.hunter-douglas p a:active,
.info-block p a,
.info-block p a:link,
.info-block p a:visited,
.info-block p a:focus,
.info-block p a:active{
	position:relative;
	top:5px;
	
	text-transform:uppercase;
	text-decoration:none;
	font:13px/15px 'RobotoRegular', Arial, Helvetica, sans-serif; color:#b5d5e4;
}

.hunter-douglas p a:hover{color:#c5e9fa;}

.info-block p a,
.info-block p a:link,
.info-block p a:visited,
.info-block p a:focus,
.info-block p a:active{color:#5c7e8f;}

.info-block p a:hover{color:#3e5d6d;}


.info-block img{margin-bottom:18px;}

.info-block p{
	float:left;
	letter-spacing:0.02em;
	padding:0px 0px 16px 0px;
	margin:0px;
	font:14px/20px 'RobotoLight', Arial, Helvetica, sans-serif; color:#4c4d53;
}

.info-block p strong{
	position:relative;
	top:-2px;
	
	font-weight:normal;
	font:17px/20px 'RobotoMedium', Arial, Helvetica, sans-serif;
}

.info-block p span{
	padding:0px 0px 0px 4px;
	font:13px/15px Arial, Helvetica, sans-serif; color:#9a989c;
}








ul.normal{
	padding:0px 0px 19px 15px;
	margin:0px;
	font:17px/25px 'RobotoLight', Arial, Helvetica, sans-serif; color:#5c5c62;
}



h4.big-quote{
	padding:27px 0px 0px 43px;
	margin:-35px 0px 0px 0px;
	letter-spacing:0.04em;
	font:20px/31px 'RobotoRegular', Arial, Helvetica, sans-serif; color:#2f343b;
	
	background:url('images/big-quotes.png') -1px 0px no-repeat;
}

h4.big-quote span{
	position:relative;
	top:-11px;
	left:653px;
	
	font:14px/20px 'RobotoLight', Arial, Helvetica, sans-serif; color:#78767a;
}


.col1,
.col2{
	float:left;
	display:inline;
	width:444px;
	padding:0px 15px 0px 0px;
	border-right:1px solid #c2c0c3;
}

.col2{
	width:423px;
	padding:0px;
	margin:0px 0px 0px 26px;
	border:none;
}

.col1 p,
.col2 p{
	line-height:20px;
	padding:0px 0px 13px 0px;
}


.links-col{
	float:left;
	display:block;
	width:145px;
	margin:0px 37px 0px 0px;
}

.links-col.second{width:172px; margin-right:36px;}
.links-col.third{margin-right:36px;}
.links-col.fourth{width:163px;}
.links-col.fifth{width:143px; margin:0px;}

.links-col h6{
	font:17px/20px 'RobotoMedium', Arial, Helvetica, sans-serif; color:#4c4d53;
	font-weight:normal;
	padding:0px 0px 11px 0px;
	margin:0px;
}

.links-col ul{
	padding:0px;
	margin:0px;
	list-style:none;
}

.links-col ul li{
	font:14px/15px 'RobotoRegular', Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px 0px 9px 0px;
}

.links-col ul li a{color:#6e8390; text-decoration:none;}
.links-col ul li a:hover{text-decoration:underline;}





.col-left{
	float:left;
	display:block;
	width:456px;
	border-right:1px solid #c2c0c3;
}

.col-left img{
	position:relative;
	border:5px solid #fff;
	-moz-box-shadow:0px 0px 4px rgba(0,0,0,0.60);
	-webkit-box-shadow:0px 0px 4px rgba(0,0,0,0.60);
	box-shadow:0px 0px 4px rgba(0,0,0,0.60);
}

.col-right{
	float:left;
	display:block;
	width:431px;
	padding:0px 0px 0px 26px;
}

.col-left p,
.col-right p{
	padding:0px 0px 13px 0px;
	font:17px/20px 'RobotoLight', Arial, Helvetica, sans-serif; color:#5c5c62;
}

.col-left p strong,
.col-right p strong{
	font:17px/20px 'RobotoMedium', Arial, Helvetica, sans-serif; color:#4c4d53;
	font-weight:normal;
}

.col-left ul,
.col-right ul{
	padding:0px 0px 0px 16px;
	margin:0px;
	font:15px/20px 'RobotoLight', Arial, Helvetica, sans-serif; color:#5c5c62;
}

.col-left ul li,
.col-right ul li{
	padding:0px 0px 9px 0px;
}








.col-visit1 p,
.col-visit2 p,
.col-visit3 p
{
	font:14px/20px 'RobotoLight', Arial, Helvetica, sans-serif; color:#4c4d54;
}

.col-visit1 p.head-title strong,
.col-visit2 p.head-title strong,
.col-visit3 p.head-title strong
{
	font:17px/20px 'RobotoMedium', Arial, Helvetica, sans-serif;
	color:#4c4d54;
}

.col-visit3 p{
	display:block;
	padding:0px 0px 4px 0px; 
	margin:0px 0px 4px 0px;
	border-bottom:1px solid #b8babc;
}

.col-visit3 p.head-title{padding:0px 0px 8px 0px;}

.col-visit1 a,
.col-visit2 a,
.col-visit3 a
{
	font:13px/20px 'RobotoMedium', Arial, Helvetica, sans-serif; color:#748793;
	text-decoration:none;
}

.col-visit1 a:hover,
.col-visit2 a:hover,
.col-visit3 a:hover{color:#5b7483;}



.col-visit1{
	float:left;
	display:block;
	width:293px;
}

.col-visit2{
	float:left;
	display:block;
	width:283px;
	margin:0px 28px;
}

.col-visit3{
	float:left;
	display:block;
	width:282px;
}