/*************************************************************************/
/******************* INSPIRE YOURSELF - AJAX pages ***********************/

html, body{
	margin:0;
	padding:0;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#4E4A40;
}
#logoPrint{ /* hide from screen - for printing only */
	display:none;
}
#displayFrame{ /* container for iframes */
	width:655px;
	height:500px;
	margin-top:10px;
}

/* must remain this name - referenced in javascript */
#content{
	width:655px;
	margin:0 auto;
	padding:0;
	float:left;
}
#inspirePhoto{
	width:655px;
	height:460px;
}
#specs{
	width:653px;
	margin-top:1px;
	padding:0;
	float:left;
	clear:both;
	font-size:11px;
	border:1px solid #BBB0A0;
}
#inspireDescription{
	width:380px;
	padding:10px;
	float:left;
}
#inspirePrint a{
	width:60px;
	padding:10px;
	float:left;
	display:block;
	text-align:center;
	border-left:1px solid #BBB0A0;
	border-right:1px solid #BBB0A0;
}
#inspireLines{
	width:150px;
	margin-top:-3px;
	padding:10px;
	float:right;
}
#inspireLines img{
	margin-bottom:-8px;
	padding-left:2px;
	display:inline;
	white-space:nowrap;
}

/*************************************************************************/
/******************* PLANNING CENTER - AJAX pages ************************/

#doorContainer{ /* external page container DIV */
	width:653px;
	height:350px;
	float:left;
	background:#FFFFFF;
	border-top:1px solid #BBB0A0;
	border-left:1px solid #BBB0A0;
	border-right:1px solid #BBB0A0;
}
#scrollMe a img:hover{ /* hover styles for door thumbs */
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
#doorDetail{
	float:left;
}
#doorDetail p{
	margin:0;
	padding:0;
}
#doorLarge{
	width:405px;
	float:left;
}
#doorSpecs{
	width:247px;
	height:350px;
	float:left;
	border-left:1px solid #BBB0A0;
}
#doorLines{ /* style icons and text */
	height:23px;
	padding:20px;
	border-bottom:1px solid #BBB0A0;
}
#doorLines img{
	margin-bottom:-8px;
	padding-left:2px;
}
#doorDescription{
	height:15px;
	clear:both;
	padding:20px;
	border-bottom:1px solid #BBB0A0;
}
#doorWoods{
	height:190px;
	clear:both;
	padding:20px;
	overflow:auto;
}
#doorWoods ul{
	margin:0;
	padding:5px 0 0 0;
}
#doorWoods li{
	margin:0;
	padding:0 0 0 14px;
	list-style:none;
	background:url(/images/li-bullet.gif) no-repeat 0 3px;
}
#distressing{
	width:315px;
	margin-right:15px;
	float:left;
	border:1px solid #BEB4A5;
}

/*************************************************************************/
/*********************** PRODUCT LINES POP-UP ****************************/

#productLines{
	width:799px;
	height:450px;
	background:url(/images/pop-productLines.jpg) no-repeat;
}
#designer{
	width:240px;
	_width:230px;
	margin:390px 0 0 15px;
	float:left;
}
#expressions{
	width:235px;
	_width:225px;
	margin:390px 0 0 30px;
	float:left;
}
#horizons{
	width:235px;
	_width:225px;
	margin:390px 0 0 30px;
	float:left;
}

/*************************************************************************/
/**************************** text styles ********************************/

p{
	padding:0;
	margin-top:0;
	margin-bottom:15px;
}
h1, h2{
	margin:0 0 15px 0;
	padding:7px 0 20px 0;
	font-size:16px;
	border-bottom:1px solid #BBB39E;
}
h3{
	font-size:14px;
}
.pullQuote{
	margin:20px;
	padding:15px 15px 5px 15px;
	clear:both;
	background:#ECE5DA;
	font-style:italic;
}
.floatLeft{
	float:left;
	padding:2px 20px 10px 0;
}
.floatRight{
	float:right;
	padding:13px 0 2px 10px;
}

/*************************************************************************/
/***************************** linkage ***********************************/

/* default */
a:link, a:visited, a:active {color:#88322E; text-decoration:underline;}
a:hover{color:#660000; text-decoration:underline;}

/* iframe window print buttons */
#inspirePrint a:link, #inspirePrint a:visited, #inspirePrint a:active {color:#88322E; text-decoration:none;}
#inspirePrint a:hover{color:#4E4A40; background:#DCD3C4; text-decoration:none;}

/* product line icons */
#inspireLines a:link, #inspireLines a:visited, #inspireLines a:active {text-decoration:none;}
#inspireLines a:hover{text-decoration:none;}

#doorLines a:link, #doorLines a:visited, #doorLines a:active {text-decoration:none;}
#doorLines a:hover{text-decoration:none;}
