/* CSS Document */

#wrapper  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000; 
	width: 700px;
	margin: auto;
	text-align: center;
}

#wrapper td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000; 
}


#wrapper h1 {
	font-size: 20px;
	font-weight: bold;
	color: #9E0039;
	/*text-align: center;*/
	margin-left: 16px;
}

#wrapper h2 {
	color: #9e0039;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 20px;
}

#wrapper h3 {
	color: #ebc271;
	font-size: 20px;
	font-weight: bold;
	margin-left: 16px;
}

#wrapper P.normal, li {
	/*font-size: 12px; */
	margin-left: 20px;
	margin-right: 20px;
}


.greenPrice {
	font-weight: bold;
	color: #79BA74;
}
.buybackPrice {
	font-weight: bold;
	color: #e5a528;
}

.itemName {
	font-weight: bold;
	text-align: center;
}

.clearboth {
	clear: both;
}

.formStyle {
	font-size: 12px;
}

.orderComplete {
	font-size: 12px;
}

.LargeBold {
	font-size: 16px;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}	

#wrapper a:link {
	color: #0066CC;
}
#wrapper a:visited {
	color: #0066CC;
}


/*
**	Section Headers with gradient line underneath
*/
#wrapper #mainSectionHeader {
	margin-top: 12px;
	margin-bottom: 6px;
	margin-left: 0px;
	text-align:left;
}

/*
**	Easy Moving Packs
*/
#wrapper #movingPacks {
	position: relative;
	width: 30%;
	height: 220px;
	background-color: #FFFEE5;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	overflow:visible;
	border-color: #9E0039;
	border-style: solid;
	border-width: 1px;
	float: left;
	text-align: center;
	vertical-align: middle;
}
#wrapper #movingPacksPics {
	position: relative;
	width: 30%;
	height: auto;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	overflow:visible;
	float: left;
	text-align: center;
	vertical-align: baseline;
}

#movingPacksArea {
	position: relative;
	height: auto;
	width: 95%;
	overflow: visible;
	text-align: left;
	vertical-align: bottom;
	margin: auto;
}


/*
**	Moving Boxes
*/
#wrapper #boxPics {
	position: relative;
	width: 24%; /* 24 */
	height: auto;
	margin-bottom: 6px;
	overflow:visible;
	float: left;
	text-align: center;
	vertical-align: baseline;
}

/*
**	All Other Items
*/
#wrapper #itemArea {
	position: relative;
	height: auto;
	/*width: 100%; */
	overflow: visible;
	text-align: center;
	vertical-align: bottom;
}

#wrapper #itemPics {
	position: relative;
	width: 24%;/* 19 */
	height: auto;
	margin-bottom: 6px;
	overflow:visible;
	float: left;
	text-align: center;
	vertical-align: baseline;
}


/*
**	Floating Image of two boxes in the header
*/
#wrapper #headerTwoBoxes {
	position: absolute;
	margin-top: 5px;
	margin-left: 16px;
	text-align: left;
	z-index: 50;
}

/*
**	Main styles for the page.  Header, Footer, Body and a wrapper
*/

#wrapper #pageHeader {
	position: relative;
	/*width: 760px;*/
	height: 68px;
	background-color: #41893B;
	font-size:18px;
	font-weight:bold;
	color: #FFFFFF;
	text-align: right;
	vertical-align: middle;
	/*background-image:  url("../images/header_removal3.gif"); */
	/*background-repeat:no-repeat; */
	cursor: pointer;	
	/*border-width: 2px;
	border-top-style: solid;
	border-top-color: #41893B; */
	z-index: 10;

}

#wrapper #pageBody {
	position: relative;
	/*width: 700px; *//* to allow for div border of 2px each side */
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
	/*border:inherit; */
	/*border-width: 2px; 
	border-style: solid;*/
	/*border-color: #41893B; */
	overflow: visible;
	/*z-index: 15; for the SSL certificate to appear above the white page body section*/
}

#wrapper #pageFooter {
	position: relative;
	width: 760px;
	height: 60px;
	background-color: #41893B;
	font-size:10px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
