@charset "utf-8";
/* CSS Document */

/* Elements of the content that will change */
#container{
	height: 1450px;
	}
	
#breadcrumbs{
	visibility: visible;
	}
	
#mainImage{
	height: 0px;
	width: 0px;
	visibility: hidden;
	}
	
#threeColumnsContainer{
	width: 923px;
	height: 925px;
	}	
	
#leftColumnAndContentContainer{
	height: 915px;
	width: 728px;
	float: left;
	}
	
#leftColumn{
	width: 190px;
	padding-top: 10px;
	height: 1200px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b3e1ff;
	}

#mainContent{
	width: 523px;
	padding-top: 10px;
	height: 885px;
	}
	
#rightColumn{
	width: 180px;
	height: 915px;
	float: right;
	position: relative;
	}
	
#imageSubParagraph{
	visibility: hidden;
	height: 0px;
	width: 0px;
	top: 10px;
	}
	
#crossSellingBox{
	height: 250px;
	}
