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