/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-align: center;
	background-image:  url("../images/background.gif"); 
	background-repeat: repeat;
}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}


h1 {
	font-size: 20px;
	font-weight: bold;
	color: #6FAA6A;
	/*text-align: center;*/
	margin-left: 16px;
}

h2 {
	color: #398433;
	font-size: 14px;
	margin-left: 20px;
	margin-right: 20px;
}

h3 {
	color: #ebc271;
	font-size: 20px;
	font-weight: bold;
	margin-left: 16px;
}

P.normal, li {
	font-size: 12px;
	margin-left: 20px;
	margin-right: 20px;
}

p.margins {
	margin: 0px 20px 0px 20px;
}

.greenPrice {
	font-weight: bold;
	color: #79BA74;
}
.redPrice {
	font-weight: bold;
	color: #ba7474;
}
.buybackPrice {
	font-weight: bold;
	color: #e5a528;
}

.itemName {
	font-weight: bold;
	text-align: center;
}

.clearboth {
	clear: both;
}

.formStyle {
	font-size: 12px;
}
.greyTxtField {
	font-size: 12px;
	background-color: #f0f0f0;
}
.orderComplete {
	font-size: 12px;
}

.LargeBold {
	font-size: 16px;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}	

a:link {
	color: #0066CC;
}
a:visited {
	color: #0066CC;
}


/*
**	Section Headers with gradient line underneath
*/
#mainSectionHeader {
	margin-top: 12px;
	margin-bottom: 6px;
	margin-left: 0px;
}

/*
**	Easy Moving Packs
*/
#movingPacks {
	position: relative;
	width: 30%;
	height: 150px;
	background-color: #ECF3EC;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	overflow:visible;
	border-color: #398433;
	border-style: solid;
	border-width: 1px;
	float: left;
	text-align: center;
	vertical-align: middle;
}
#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: 82%;
	overflow: visible;
	text-align: center;
	vertical-align: bottom;
}


/*
**	Moving Boxes
*/
#boxPics {
	position: relative;
	width: 24%;
	height: auto;
	margin-bottom: 6px;
	overflow:visible;
	float: left;
	text-align: center;
	vertical-align: baseline;
}

/*
**	All Other Items
*/
#itemArea {
	position: relative;
	height: auto;
	width: 100%;
	overflow: visible;
	text-align: center;
	vertical-align: bottom;
}

#itemPics {
	position: relative;
	width: 19%;
	height: auto;
	margin-bottom: 6px;
	overflow:visible;
	float: left;
	text-align: center;
	vertical-align: baseline;
}


/*
**	Floating Image of two boxes in the header
*/
#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{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#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_removal6.gif");
	background-repeat:no-repeat;
	cursor: pointer;	
	border-width: 2px;
	border-top-style: solid;
	border-top-color: #41893B;
	z-index: 10;

}

#pageLinks {
	position: relative;
	width: 760px;
	height: 27px;
	text-align: right;
	background-image:  url("../images/links_background.gif");
	background-repeat:no-repeat;
	z-index: 5;	
}

#pageBody {
	position: relative;
	width: 756px; /* 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*/
}

#pageFooter {
	position: relative;
	width: 760px;
	height: 60px;
	background-color: #41893B;
	font-size:10px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}

