/* this document contains the structure styles for the homepage */ 

#PageEnvelopeHome {	/* this is the main parent div */
	width:761px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	padding: 0px 0px 0px 0px;
	text-align:left; /* this re-sets the text alignment to left justified (see default.css) */
}

#Header .logo {
	float:left;
	margin:9px 5px 5px 2px;
	padding:0px 0px 0px 4px;
}
#Header .ad {
	float:right;	
	margin:5px 5px 0px 0px;
}

#Header .kapstrap {
	float:left;	
	margin:25px 0px 0px 0px;
	padding:0px 0px 0px 4px;
}

#Header .kapSeasonsGreetingsStrap {
	float:left;	
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
} 


#HomepageContent {	/* this is the section below the navigation */
	position:relative;
	margin:3px 0px 5px 0px;
	padding:0px 0px 0px 0px;
   	height:666px ; /* was 475 */
	border-bottom:3px solid #BEC5D5;
}
#Nav{
	position: relative;
	width:188px;
	float:left;
	margin: 0px 3px 0px 0px;
	padding:0px 0px 0px 0px;
	border-top:3px solid #BEC5D5;
	display: inline;
	/*background-color:red; */
}
* html #Nav {
	height:100%;
}
#Main{ /* RH Two columns and pic on homepage*/
	position: relative;
	float:left;
	width:570px;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	/*background-color:pink; */
}

#ColArea{ /* area under pic on homepage*/
	position: relative;
	float:left;
	width:570px;
	margin: -3px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	/*background-color:red;*/
}

#mainColumn{ /* product showcase on homepage */
	position: relative;
	float:left;
	width:400px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	/* background-color:orange;*/
	border-top:3px solid #BEC5D5;
}

#LHCol{ /* product showcase on homepage */
	position: relative;
	float:left;
	width:190px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	/* background-color:orange;*/
	border-top:3px solid #BEC5D5;
}

#MidCol{ /* product showcase on homepage */
	position: relative;
	float:left;
	width:192px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	/* background-color:orange;*/
	border-top:3px solid #BEC5D5;
}

#LargeCol{
	position: relative;
	float:left;
	width:570px;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	/* background-color:orange;*/
	border-top:3px solid #BEC5D5;
}

#RHCol{ /* RH column on homepage */
	position: relative;
	float:left;
	width:170px;
 	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	  /*background-color:blue; */
	border-top:3px solid #BEC5D5;
}

 
