#container {
	position: relative;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	position: relative;
	width: 950px;
	height: 110px;
	background-color: #FFF;
}

.loginRow {
	position: absolute;
	top: 14px;
	left: 650px;
	width: 275px;
	text-align: right;
}

.requiredLinks {
	position: absolute;
	top: 75px;
	left: 650px;
	width: 275px;
	text-align: right;
	color: #A7BAC9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.requiredLinks a {
	color: #A7BAC9;
	text-decoration: none;
}

.flowerLogo {
	position: absolute;
	top: 0;
	left: 0;
}

#BCEssentialsLogo {
	position: absolute;
	top: 14px;
	left: 105px;
	width: 350px;
	height: 84px;
}

.shoppingBag {
	position: absolute;
	display: block;
	top: 6px;
	right: 275px;
	width: 150px;
	text-align: center;
}

#mainNavigation {
	position: relative;
	width: 950px;
	height: 23px;
	white-space: nowrap;
}

#mainImages {
	position: relative;
	width: 950px;
	height: 125px;
	background-color: #F9E2AE;
}

#mainImages img {
	padding: 0 0px;
}

#subNavigation {
	position: relative;
	width: 950px;
	height: 23px;
	background-repeat: repeat-x;
	text-align: center;
}

#subNavigation a {
	background-color: none;
	height: 23px;
	font-size: 23px;
}

#flowerBackground {
	position: absolute;
	top: -14px;
	right: -24px;
	width: 440px;
	height: 470px;
	background-image: url(images/_flower_background.gif);
	z-index: -99;
}

#mainText {
	position: relative;
	top: 14px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4em;
	text-align: left;
}

#defaultColumn1 {
	position: absolute;
	top: 26px;
	left: 30px;
	width: 255px;
}

#defaultColumn2 {
	position: absolute;
	top: 26px;
	left: 347px;
	width: 255px;
}

#defaultColumn3 {
	position: absolute;
	top: 26px;
	left: 664px;
}

.defaultLine1 {
	position: absolute;
	top: 22px;
	left: 309px;
}

.defaultLine2 {
	position: absolute;
	top: 22px;
	left: 625px;
}

.row {
	position: relative;
	margin-bottom: 10px;
	text-align: left;
}

* html .row {
	height: 1%;
}

#column1 {
	float: left;
	width: 250px;
	text-align: center;
}

#column2 {
	float: right;
	display: inline;
	width: 600px;
	margin-right: 25px;
	text-align: left;
}

#column1Image {
	float: left;
	width: 250px;
	margin-top: 10px;
	text-align: center;
}

#column1BC {
	float: left;
	width: 300px;
	text-align: center;
}

#column2BC {
	float: right;
	display: inline;
	width: 550px;
	margin-right: 25px;
	text-align: left;
}

.clear {
	clear: both;
}
