@CHARSET "ISO-8859-1";

/* Page Content - Update landingPage2.css too!*/
#bodyContent {
	background: url( images/design_center_sidebar_repeat.jpg ) repeat-y;
}

#htmlSidebar {
	background:url( images/design_center_sidebar.jpg ) no-repeat;
}

.sideNav .interactiveDesignConsultant {
  background: url( images/interactive_design_consultant_button.jpg ) no-repeat;
  top: 52px;
  height: 38px;
}

.sideNav .roomPlanner {
  background: url( images/room_planner_button.jpg ) no-repeat;
  top: 90px;
}

.sideNav .printableBrochure {
  background: url( images/dream_home_planner_button.jpg ) no-repeat;
  top: 120px;
}

.sideNav .designFolder {
  background: url( images/design_folder_dc_button.jpg ) no-repeat;
  top: 150px;
}

.sideNav .projects {
  background: url( images/projects_button.jpg ) no-repeat;
  top: 180px;
}

.sideNav .furnitureProtection {
  background: url( images/furniture_protection_button.jpg ) no-repeat;
  top: 210px;
}
.sideNav .videoTips {
  background: url( images/video_tips_button.jpg ) no-repeat;
  top: 240px;
}
.sideNav .designTips {
  background: url( images/design_tips_button.jpg ) no-repeat;
  top: 270px;
}

h1 {
	font-weight: bold;
	font-size: 16px;
	padding: 15px 0 0 0;
}

.topCopy {
	padding: 0 0 10px 0;
}

#authorTitle {
	font-style: italic;
	padding-bottom: 10px;
}

.designLink {
	font-weight: bold;
	text-align: left;
}

.author {
	margin: -10px 0 15px 0;
	font-style: italic;
}

#columnOne {
	width: 275px;
	float: left;
	margin: 0 15px 0 15px;
}

#columnTwo {
	width: 275px;
	float: right;
	margin: 0 35px 0 0;
}

#bodyContent .floatRight {
	float: right;
	padding-left: 19px;
}

#bodyContent .floatRight2 {
	float: right;
	padding: 0 0 10px 19px;
}

#bodyContent .tipImage {
	float: right;
	padding: 2px 0 0 19px;
}

#author {
	margin: 15px 0 0 0;
}

.authorInfo {
	padding: 10px 0 0 0;
	border-top: 1px solid #58595B;
	clear: both;
}

.left { 
	width: 280px;
	float: left;
	margin: 0 12px 20px 15px;
	clear: left;
}

.right { 
	width: 280px;
	float: right;
	margin: 0 15px 20px 12px;
	clear: right;
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.italics {
	font-style: italic;
}

#designTipFlash {
	float: right;
	margin: 0 0 10px 19px;
}

/* Design Tips - David Erwin part2 */ 

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4E4E4E;
	line-height: 16px;
	text-decoration: none;}

#chaircontainer {
		width:240px;
		margin:0 auto;
		}


#containerbox{
	float:left;
	width:590px;
	border:#b6b187 thin solid;
	margin-bottom:10px;}

#containerbox h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #ffffff;
	margin:0 0 0 0;
	display:block;
	background-color:#b6b187;
	padding:3px;
	}

#first  { 
	float:left; 
	position:relative;}
	
#first a span  { 
	visibility:hidden;/* hide message initially*/  
	position:absolute;  
	top:-200px; 
	left:-125px;
	height:250px;
	width:200px;
	padding:7px;
	background:#ffffff;
	border:#999999 thin solid;
	color:#ffffff;
	text-decoration:none;
		}

#first a:hover{visibility:visible}/* ie bug needed to make span show*/
	  
#first a:hover span{visibility:visible;}/* show image on hover*/



#second {
	float:left;
	position:relative;}	

#second a span  { 
	visibility:hidden;/* hide message initially*/  
	position:absolute;  
	top:-200px; 
	right:-125px;
	height:300px;
	width:200px;
	padding:7px;
	background:#ffffff;
	border:#999999 thin solid;
	color:#ffffff;
	text-decoration:none;
		}

#second a:hover{visibility:visible}/* ie bug needed to make span show*/
	  
#second a:hover span{visibility:visible;}/* show image on hover*/



#third {
	float:left;
	position:relative;}	


#third a span  { 
	visibility:hidden;/* hide message initially*/  
	position:absolute;  
	top:0; 
	left:-125px;
	height:150px;
	width:200px;
	padding:7px;
	background:#ffffff;
	border:#999999 thin solid;
	color:#ffffff;
	text-decoration:none;
		}

#third a:hover{visibility:visible}/* ie bug needed to make span show*/
	  
#third a:hover span{visibility:visible;}/* show image on hover*/



#fourth {
	float:left;
	position:relative;}	

#fourth a span  { 
	visibility:hidden;/* hide message initially*/  
	position:absolute;  
	top:0; 
	right:-125px;
	height:250px;
	width:200px;
	padding:7px;
	background:#ffffff;
	border:#999999 thin solid;
	color:#ffffff;
	text-decoration:none;
		}

#fourth a:hover{visibility:visible}/* ie bug needed to make span show*/
	  
#fourth a:hover span{visibility:visible;}/* show image on hover*/

