/*  DESIGN CENTER LANDING PAGE  */
.DesignCenterPage_Header
{margin:10px auto;margin-bottom:20px;padding-left:20px;}

.DesignCenterPage_Header h1
{margin:0;padding-bottom:2px;font-size:1.9em;height:20px;border-bottom:1px solid #ED1C22;}

.DesignCenterPage_Header h1 a
{color:#9D9FA1;font-weight:normal;font-family: Times New Roman;float:left;}

.DesignCenterPage_Header ul
{padding:0;margin:0;list-style-type:none;}

.DesignCenterPage_Header ul li
{float:right;padding:0 7px;border-right:1px solid #808284;}

.DesignCenterPage_Header ul li a
{color:#808284;}

.DesignCenterPage_SectionContainer
{border:solid 1px #D5CDCF;-moz-border-radius: 10px;border-radius:10px;margin:.75em .5em 0 .5em;width: 385px;float:left;}

.DesignCenterPage_SectionContainer img, .DesignCenterPage_SectionContainer_Left
{float:left;padding:.75em;}

.DesignCenterPage_SectionContainer_Left
{width:185px;}

.DesignCenterPage_SectionContainer_Left p
{margin: 8px 0;}

.design_main_panel, #design_main_panel {width:635px;margin-top:1.5em;}

/*  MEET OUR DESIGNERS */
.designer_container {width:295px;float:left;padding: 5px 0 5px 20px;height:120px;position:relative;}
.designer_container h1 {color:#ED1C22;font-size:130%;font-family:Times New Roman;margin-bottom:5px;}
.designer_container img {float:left;padding-right:10px;}
.designer_container p {margin-bottom:0;line-height:17px;margin-top:0;}
.designer_container p.readmore, .designer_container p.readmore a {width:70px;color:#9D9FA1;font-weight:bold;position:absolute;bottom:6px;right:0px;}

/*  DESIGNER PAGES */
.designer_page_container {margin-top:20px;margin-left:20px;}
.designer_page_container h1 {color:#ED1C22;font-size:140%;font-family:Times New Roman;padding:20px 0;}
.designer_page_container img {float:left;padding-right:15px;padding-bottom:5px;}
.designer_page_container p {line-height:17px;}
.designer_page_container h2, .design_tip {color:#ED1C22;font-weight:bold;}

.designer_page_casestudy {padding-top:15px;}
.designer_page_footer {background:#F1F1F2;height:100px;}
.designer_page_footer h2 {padding:10px 0 0 10px;margin-bottom:.25em;}
.designer_page_footer_columns {width:150px;float:left;}
.designer_page_footer_columns ul {list-style-type:none;margin-top:0;}
.designer_page_footer_columns ul li {padding:.1em 0;}
.designer_page_footer_columns ul li.first {font-weight:bold;color:#000;}

/*   DESIGN WINDOW TREATMENTS   */
.Design_WindowTreatment_Header h1 {font-size:2.4em;font-family:Times New Roman;color:#808284;font-weight:normal;padding:10px 10px;margin:0;padding-bottom:5px;}
.Design_WindowTreatment_Header ul {padding:0;margin:0;list-style-type:none;}
.Design_WindowTreatment_Header ul li {float:right;padding:0 7px;border-right:1px solid #808284;font-weight:bold;}
.Design_WindowTreatment_Header ul li a {color:#808284;}

.Design_WindowTreatment_Content {background: url('../../current/img/design/windowtreatment_sideleft.jpg') no-repeat 15px 5px;height:350px;line-height:17px;margin-bottom:1.5em;}
.Design_WindowTreatment_Content p {color:#444;}
.Design_WindowTreatment_Content ul {color:#ED1C22;width:200px;padding:0;margin-bottom:0;float:left;height:100px;margin-left:30px;}
.Design_WindowTreatment_Content ul li {padding:2px 0;}
.Design_WindowTreatment_Content span.gray {color:#444;}
.Design_WindowTreatment_Content h1 {margin:0;font-size:2.4em;font-family:Times New Roman;color:#808284;font-weight:normal;line-height:30px;margin-left:15px;padding-top:10px;}
.Design_WindowTreatment_Content h2 {color:#ED1C22;margin:0;}

.DesignPage_DesignerLeftColumn
{float:left;display:inline;width:160px;}

.DesignPage_DesignerRightColumn
{float:left;display:inline;width:400px;}

.DesignPage_DesignerName
{font-weight:bold;}

.DesignPage_DesignerThumbnailsContainer
{margin:1em 0 0 0;}

.DesignPage_DesignerThumbnailsLeftColumn
{float:left;display:inline;width:160px;background-color:#EAE6E3;margin:0 1em 0 .35em;padding:.35em;height:540px;}

.DesignPage_DesignerThumbnailsLeftColumn h3
{}

.DesignPage_DesignerThumbnailsRightColumn
{float:left;display:inline;width:400px;}

.DesignPage_DesignerThumbnail
{float:left;display:inline;width:100px;height:100px;margin-right:30px;}

.DesignPage_DesignerThumbnail img
{float:left;margin-right:.5em;}

.DesignPage_DesignerThumbnail .DesignPage_DesignerThumbnailName
{margin-top:30px;}


#triggers {}
#triggers img {
	cursor:pointer;
	background-color:#fff;
	padding:2px;
	margin-right:10px;
}
.details {
	position:absolute;
	top:15px;
	right:15px;
	font-size:11px;
	color:#fff;
	width:150px;
}
	
.details h3 {
	color:#aba;
	font-size:15px;
	margin:0 0 -10px 0;
}
	
.design_overlay {
	display:none;
	z-index:10000;
	background-color:#333;
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #111;
	-webkit-box-shadow: 0 0 90px #111;	
}
.design_overlay .close {
	background-image:url(../../current/img/design/designers/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
