/*************************************************************************/
/****************************** GLOBAL ***********************************/

html, body{
	margin:0;
	padding:0;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#4E4A40;	
}
#nav, #left, #btmLeft, #inspirePrint, #scrollMe{
	display:none;
}
#content, #doorDetail{ /* center content - inspire section and planning section */
	margin:0 auto;
	padding-top:20px;
	float:none;
}
#logoPrint{
	width:250px;
	height:120px;
	margin:0 auto;
	display:block;
	background:url(/images/logo-DeWils.gif);
}
#right{
	width:90%;
	margin:0 auto;
}
#btmRight{ /* footer copyright */
	width:auto;
	padding-top:50px;
	font-size:11px;
	text-align:center;
}
#inspireDescription{
	width:350px;
}
#inspireLines{
	width:160px;
}

/*************************************************************************/
/************************** PLANNING CENTER ******************************/

/*************************************************************************/
/**************************** COPY STYLES ********************************/

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

/*************************************************************************/
/***************************** LINKAGE ***********************************/

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

/* body copy */
#right a:link, #right a:visited, #right a:active {color:#88322E; text-decoration:none;}
#right a:hover{color:#88322E; text-decoration:underline;}
