/* ::: Background / Body ::: */
html, body, form
{
	height: 100%;
}
body
{
	margin: 0;
	padding: 0;
	background-color: #e2e2e2;
	background-image: url('../Images/bg.gif');
	background-repeat: repeat-x;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 11px;
	line-height: 1.4;
	color: #404040;
}
#siteCenter
{
	width: 921px;
	height: 100%;
	margin: 0 auto;
	background-image: url('../Images/bg_center.gif');
	background-repeat: repeat-y;
}
#siteContainer
{
	width: 901px;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}
#shadowLeft
{
	width: 10px;
	height: 375px;
	float: left;
	background-image: url('../Images/shadow_left.gif');
	background-repeat: no-repeat;
}
#shadowRight
{
	width: 10px;
	height: 375px;
	float: left;
	background-image: url('../Images/shadow_right.gif');
	background-repeat: no-repeat;
}

/* ::: Header / Nav ::: */
#header
{
	width: 901px;
	height: 123px;
	float: left;
	background-image: url('../Images/bg_header.gif');
	background-repeat: repeat-x;	
}
#header h1
{
	width: 235px;
	height: 81px;
	float: left;
	margin: 37px 0 5px 18px;
	padding: 0;
	display: block;
	text-indent: 300px;
	white-space: nowrap;
	overflow: hidden;
	background-image: url('../Images/logo.gif');
	background-repeat: no-repeat;
}
#nav
{
	float: right;
	width: 603px;
	height: 47px;
	padding-top: 76px;	
}
#nav ul
{
	width: 603px;
	height: 47px;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-image: url('../Images/bg_menu.gif');
	background-repeat: repeat-x;	
}
#nav ul li
{
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#nav ul li a
{
	height: 47px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: 300px;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#nav ul li#navHome a { width: 66px; background-image: url('../Images/nav_home_off.gif'); margin-right: 1px; }
#nav ul li#navAboutUs a { width: 83px; background-image: url('../Images/nav_about_off.gif'); margin-right: 1px; }
#nav ul li#navLocations a { width: 83px; background-image: url('../Images/nav_locations_off.gif'); margin-right: 1px; }
#nav ul li#navContactUs a { width: 90px; background-image: url('../Images/nav_contact_off.gif'); margin-right: 1px; }
#nav ul li#navProducts a { width: 77px; background-image: url('../Images/nav_products_off.gif'); margin-right: 1px; }
#nav ul li#navServices a { width: 76px; background-image: url('../Images/nav_services_off.gif'); margin-right: 1px; }
#nav ul li#navCustomerPortal a { width: 122px; background-image: url('../Images/nav_portal_off.gif'); }

#nav ul li#navHome a.selected { background-image: url('../Images/nav_home_active.gif'); }
#nav ul li#navAboutUs a.selected { background-image: url('../Images/nav_about_active.gif'); }
#nav ul li#navLocations a.selected { background-image: url('../Images/nav_locations_active.gif'); }
#nav ul li#navContactUs a.selected { background-image: url('../Images/nav_contact_active.gif'); }
#nav ul li#navProducts a.selected { background-image: url('../Images/nav_products_active.gif'); }
#nav ul li#navServices a.selected { background-image: url('../Images/nav_services_active.gif'); }
#nav ul li#navCustomerPortal a.selected { background-image: url('../Images/nav_portal_active.gif'); }

#nav ul li#navHome a:hover { background-image: url('../Images/nav_home_on.gif'); }
#nav ul li#navAboutUs a:hover { background-image: url('../Images/nav_about_on.gif'); }
#nav ul li#navLocations a:hover { background-image: url('../Images/nav_locations_on.gif'); }
#nav ul li#navContactUs a:hover { background-image: url('../Images/nav_contact_on.gif'); }
#nav ul li#navProducts a:hover { background-image: url('../Images/nav_products_on.gif'); }
#nav ul li#navServices a:hover { background-image: url('../Images/nav_services_on.gif'); }
#nav ul li#navCustomerPortal a:hover { background-image: url('../Images/nav_portal_on.gif'); }

/* ::: Banner ::: */
#banner
{
	width: 660px;
	height: 195px;
	float: right;
	padding: 7px;
}
#banner h2
{
	width: 660px;
	height: 166px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: 700px;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;	
}
.bannerAboutUs { background-image: url('../Images/banner_city.jpg'); }
.bannerLocations { background-image: url('../Images/banner_navigation.jpg'); }
.bannerContactUs { background-image: url('../Images/banner_phone.jpg'); }
.bannerProducts { background-image: url('../Images/banner_products.jpg'); }
.bannerServices { background-image: url('../Images/banner_services.jpg'); }
.bannerCustomerPortal { background-image: url('../Images/banner_customers.jpg'); }
#bannerHome
{
	width: 901px;
	height: 298px;
	float: left;
	background-image: url('../Images/bg_login.gif');
	background-repeat: repeat-x;	
}
#bannerHome h2
{
	width: 451px;
	height: 298px;
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: 500px;
	white-space: nowrap;
	overflow: hidden;
	background-color: #404040;
	background-image: url('../Images/carpet_squares.jpg');
	background-repeat: no-repeat;
}
#breadCrumb
{
	width: 440px;
	float: left;
	padding: 8px 10px 7px 10px;
	background-color: #e2e2e2;
	color: #868686;
	font-size: 10px;
}
#breadCrumb a
{
	color: #868686;
	text-decoration: none;
	font-weight: bold;
}
#breadCrumb a:hover
{
	color: #aaaaaa;	
}
#loginState
{
	width: 180px;
	float: right;
	padding: 7px 10px;
	background-color: #e2e2e2;
	color: #8b0e0a;
	font-size: 11px;
	text-align: right;
}
#loginState a
{
	color: #8b0e0a;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
	background-image: url('../Images/arrow_gray.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
#loginState a:hover
{
	color: #404040;	
}
#loginHome
{
	width: 406px;
	height: 298px;
	float: left;
	padding: 0 22px 0 22px;
	background-repeat: no-repeat;
	background-image: url('../Images/bg_login_shadow.gif');
	background-position: right top;	
}
#loginHome h2
{
	width: 406px;
	height: 24px;
	margin: 84px 0 15px 0;
	padding: 0;
	display: block;
	text-indent: 500px;
	white-space: nowrap;
	overflow: hidden;
	background-image: url('../Images/order_online.gif');
	background-repeat: no-repeat;
	background-color: #323232;
}
#loginHome p
{
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	color: #ffffff;
	font-size: 12px;
}
#loginHome a
{
	width: 81px;
	height: 23px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: 100px;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;
}
#loginHome a.loginButtonHome { background-image: url('../Images/btn_login_off.gif'); }
#loginHome a.loginButtonHome:hover { background-image: url('../Images/btn_login_on.gif'); }
#loginHome a.orderButtonHome { background-image: url('../Images/btn_order_off.gif'); }
#loginHome a.orderButtonHome:hover { background-image: url('../Images/btn_order_on.gif'); }

/* ::: Sidebar ::: */
#sidebar
{
	width: 226px;
	float: left;	
}
#sidebar h1
{
	width: 226px;
	height: 51px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: 300px;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;
}
#sidebar h1.titleAboutUs { background-image: url('../Images/h_about_us.gif'); }
#sidebar h1.titleLocations { background-image: url('../Images/h_locations.gif'); }
#sidebar h1.titleContactUs { background-image: url('../Images/h_contact_us.gif'); }
#sidebar h1.titleProducts { background-image: url('../Images/h_products.gif'); }
#sidebar h1.titleServices { background-image: url('../Images/h_services.gif'); }
#sidebar h1.titleCustomerPortal { background-image: url('../Images/h_customer_portal.gif'); }
#subnav
{
	width: 226px;
	min-height: 151px;
	height: auto !important;
	height: 151px;
	background-color: #404040;
}
#subnav ul
{
	margin: 0;
	padding: 15px 10px 15px 32px;
	list-style-type: none;
}
#subnav ul li
{
	margin: 0;
	padding: 0;
	padding-bottom: 7px;
}
#subnav ul li a
{
	padding-left: 9px;
	color: #aaaaaa;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-image: url('../Images/arrow_light_gray.gif');
	background-repeat: no-repeat;
	background-position: left center;	
}
#subnav ul li a.selected
{
	color: #5aa1d0;	
}
#subnav ul li a:hover
{
	color: #747474;	
}

/* ::: Callouts ::: */
#callouts
{
	width: 208px;
	height: 305px;
	padding: 9px;
	background-image: url('../Images/bg_callouts.gif');
	background-repeat: repeat-x;
}
#callouts h3
{
	margin: 0;
	padding: 0 18px;
	font-size: 14px;
	font-weight: bold;
}
#callouts p
{
	margin: 0;
	padding: 0 18px;
	font-size: 11px;
	font-weight: normal;
	color: #404040;
}
#callouts a
{
	margin: 0 18px;
	padding-left: 8px;
	color: #5aa1d0;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-image: url('../Images/arrow_gray.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
#callouts a:hover
{
	color: #3c6c8b;
}
#calloutsHome
{
	width: 881px;
	height: 121px;
	float: left;
	padding: 11px 10px 11px 10px;
	background-color: #e2e2e2;
}
#calloutsHome h3
{
	margin: 0;
	padding: 24px 0 0 19px;
	font-size: 14px;
	font-weight: bold;
}
#calloutsHome p
{
	margin: 0;
	padding: 0 80px 5px 19px;
	font-size: 11px;
	font-weight: normal;
	color: #404040;
}
#calloutsHome a
{
	padding-left: 26px;
	color: #5aa1d0;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-image: url('../Images/arrow_gray.gif');
	background-repeat: no-repeat;
	background-position: 19px center;
}
#calloutsHome a:hover
{
	color: #3c6c8b;
}
#calloutProducts
{
	width: 208px;
	height: 85px;
	padding-top: 53px;
	background-image: url('../Images/bg_callout_products.jpg');
	background-repeat: no-repeat;
}
#calloutCatalog
{
	width: 208px;
	height: 123px;
	margin-top: 9px;
	padding-top: 15px;
	background-image: url('../Images/bg_callout_catalog2.jpg');
	background-repeat: no-repeat;
}
#calloutCatalogHome
{
	width: 288px;
	height: 119px;
	float: left;
	margin-right: 5px;
	border: solid 1px #b0b0b0;
	background-image: url('../Images/bg_callout_catalog.jpg');
	background-repeat: no-repeat;
}
#calloutLocations
{
	width: 288px;
	height: 119px;
	float: left;
	margin-right: 5px;
	border: solid 1px #b0b0b0;
	background-image: url('../Images/bg_callout_locations.jpg');
	background-repeat: no-repeat;
}
#calloutContact
{
	width: 288px;
	height: 119px;
	float: left;
	border: solid 1px #b0b0b0;
	background-image: url('../Images/bg_callout_contact.jpg');
	background-repeat: no-repeat;
}

/* ::: Content ::: */
#content
{
	width: 630px;
	float: right;
	padding: 7px 22px;
}
#content h1
{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;	
}
#content h2
{
	margin: 0;
	padding: 0;
	padding-top: 7px;
	font-size: 14px;
	font-weight: bold;	
}
#content h3
{
	margin: 0;
	padding: 0;
	padding-top: 7px;
	font-size: 11px;
	font-weight: bold;	
}
#content p
{
	margin: 0;
	padding: 0;
	padding-top: 7px;
}
#content a
{
	color: #5aa1d0;
	text-decoration: none;
}
#content a:hover
{
	color: #3c6c8b;
}
#contentHome
{
	width: 901px;
	float: left;
	background-color: #ffffff;
}
#cradle
{
	width: 226px;
	padding-bottom: 15px;
	background-image: url('../Images/logo_recycle_small.gif');
	background-repeat: no-repeat;
}
#cradle h3
{
	width: 226px;
	height: 49px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: 300px;
	white-space: nowrap;
	overflow: hidden;
}
#cradle p
{
	margin: 0 30px 0 87px;
	padding: 0;
	padding-left: 9px;
	font-size: 12px;	
	color: #404040;
	background-image: url('../Images/arrow_gray.gif');
	background-repeat: no-repeat;
	background-position: left 5px;
}
#cradle p a
{
	color: #5aa1d0;
	text-decoration: none;	
}
#cradle p a:hover
{
	color: #3c6c8b;
}
#cradleHome
{
	width: 450px;
	height: 218px;
	float: left;
	background-image: url('../Images/logo_recycle.gif');
	background-repeat: no-repeat;
	background-position: 55px 57px;
}
#cradleHome p
{
	margin: 115px 0 0 171px;
	padding: 0;
	padding-left: 9px;
	font-size: 16px;	
	color: #404040;
	background-image: url('../Images/arrow_gray.gif');
	background-repeat: no-repeat;
	background-position: left 8px;
}
#cradleHome p a
{
	color: #5aa1d0;
	text-decoration: none;	
}
#cradleHome p a:hover
{
	color: #3c6c8b;
}
#aboutUs
{
	width: 451px;
	height: 218px;
	float: left;
	background-image: url('../Images/bg_about.gif');
	background-repeat: no-repeat;
	background-position: left 24px;
}
#aboutUs h2
{
	width: 260px;
	float: right;
	margin: 0;
	padding: 0;
	padding-top: 50px;
	font-size: 16px;
	font-weight: normal
}
#aboutUs p
{
	width: 245px;
	float: right;
	margin: 0;
	padding: 0 15px 5px 0;
}
#aboutUs a
{
	width: 253px;
	float: right;
	padding-left: 7px;
	color: #5aa1d0;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-image: url('../Images/arrow_gray.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
#aboutUs a:hover
{
	color: #3c6c8b;
}
#aboutUs h4
{
	width: 150px;
	height: 157px;
	float: left;
	margin: 0;
	padding: 35px 0 0 11px;
	display: block;
	text-indent: 200px;
	white-space: nowrap;
	overflow: hidden;
	background-image: url('../Images/city.jpg');
	background-repeat: no-repeat;
	background-position: 11px 35px;
}

/* ::: Footer ::: */
#footer
{
	width: 901px;
	height: 140px;
	float: left;
	background-image: url('../Images/bg_footer.jpg');
	background-repeat: no-repeat;
}
#footer p
{
	margin: 0;
	padding: 0;
	padding-top: 120px;
	padding-right: 10px;
	float: right;
	font-size: 10px;
	color: #aaaaaa;
}

/* ::: Form Elements ::: */
.validatorCallout
{
	background-color: #ff9797;
}
.formContainer
{
	width: 630px;
	float: left;
	padding-top: 15px;
}
.formContainer br
{
	clear: both;	
}
.formContainer p
{
	width: 300px;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 10px;
}
.formLabel,
.formLabelRequired
{
	width: 150px;
	float: left;
	padding-right: 10px;
	padding-top: 2px;
	text-align: right;
}
.formLabelRequired
{
	font-weight: bold;
}
.formTextBox
{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 11px;
	padding: 2px 1px;
}
.formCheckBox
{
	float: left;
	margin-bottom: 5px;
	font-size: 11px;
	font-family: Georgia, Times New Roman, Serif;
}
.formDropDownList
{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	font-size: 11px;
	font-family: Georgia, Times New Roman, Serif;
}
.formListBox
{
	float: left;
	margin-bottom: 5px;
	font-size: 11px;
	font-family: Georgia, Times New Roman, Serif;
}
.formSubmitButton
{
	float: right;
	margin-right: 65px;	
}
.formButton
{
	float: right;
	margin-right: 10px;	
}
.formIndent
{
	float: left;
	padding-left: 15px;	
}

/* ::: Customer Portal ::: */
#login
{
	width: 455px;
	float: left;
	padding-left: 175px;
}
#login label
{
	width: 75px;
	float: left;
	display: block;
	margin-bottom: 10px;
	padding-top: 3px;
	text-align: right;
	padding-right: 15px;
}
#login input
{
	width: 150px;
	float: left;
	display: block;
}
#login br
{
	clear: left;	
}
#loginSubmit
{
	float: right;
	padding-right: 212px;
	text-align: right;
}
#loginSubmit input
{
	margin-bottom: 5px;
}


/* ::: News ::: */
.newsItem
{
	margin-top: 15px;
	width: 630px;
	float: left;
}
.newsItem h2
{
	margin: 0;
	margin-top: 5px;
	padding: 0;
	width: 100px;
	float: left;
	font-size: 12px;
}
.newsItem h1
{
	width: 530px;
	float: right;
	font-size: 14px;	
}
.newsItem p
{
	width: 530px;
	float: right;
	clear: right;	
}

/* ::: Recycling Programs ::: */
.recycleProgramImage
{
	padding-top: 32px;
	padding-bottom: 25px;
}

/* ::: Locations ::: */
.location
{
	float: left;
	clear: left;
	width: 630px;
	padding-bottom: 20px;
}
.location label
{
	width: 150px;
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 8px;
}
.location br
{
	float: left;
	clear: both;
}
.location p
{
	float: left;
	margin: 0;
	padding: 0;	
}
.location p br
{
	float: none !important;
	clear: none !important;
}
.location img
{
	float: left;
	padding: 2px;
	margin-top: 10px;
	border: solid 1px #404040;	
}
.locationInformation
{
	width: 400px;
	float: right;
}

/* ::: Order History ::: */
#orderHistoryFilter
{
	margin-top: 15px;	
}
#orderHistoryFilter label
{
	margin-right: 15px;
	margin-left: 30px;	
}
.filterButton
{
	margin-left: 30px;
}

/* ::: Place Order ::: */
.flooringOptions
{
	width: 630px;
	float: left;
	margin-top: 20px;
	margin-bottom: 15px;
}
.flooringOptions fieldset
{
	margin: 0;
	padding: 0 10px 8px 10px;
}
.flooringOptions br
{
	float: left;
	clear: left;	
}
.flooringOptions label
{
	width: 225px;
	float: left;	
}
.flooringOptions p
{
	width: 225px;
	float: left;
	margin: 0;
	padding: 0;
}
#carpetOptions
{
	width: 290px;
	float: left;
	margin: 0;
	padding: 10px 0;
	border-right: solid 1px #75736e;
}
#vinylOptions
{
	width: 280px;
	float: right;
	margin: 0;
	padding: 10px 0;
}
.orderConfirmation
{
	float: left;
	margin: 15px 0;
}
.confirmationLabel
{
	float: left;
}
.quarterRoundLabel
{
	width: auto !important;
	float: left;
	padding-right: 10px;
	padding-top: 2px;
}
.occupiedConfirmation
{
	padding: 0 0 15px 160px !important;
}

/* ::: Products ::: */
#carpet
{
	width: 630px;
	height: 28px;
	margin: 5px 0 !important;
	padding: 0 !important;
	text-indent: 700px;
	white-space: nowrap;
	overflow: hidden;
	background-color: #323232;
	background-image: url('../Images/product_carpet.gif');
	background-repeat: no-repeat;
}
#carpetPad
{
	width: 630px;
	height: 28px;
	margin: 5px 0 !important;
	padding: 0 !important;
	text-indent: 700px;
	white-space: nowrap;
	overflow: hidden;
	background-color: #323232;
	background-image: url('../Images/product_pad.gif');
	background-repeat: no-repeat;
}
#vinyl
{
	width: 630px;
	height: 28px;
	margin: 5px 0 !important;
	padding: 0 !important;
	text-indent: 700px;
	white-space: nowrap;
	overflow: hidden;
	background-color: #323232;
	background-image: url('../Images/product_vinyl.gif');
	background-repeat: no-repeat;
}
#vct
{
	width: 630px;
	height: 28px;
	margin: 5px 0 !important;
	padding: 0 !important;
	text-indent: 700px;
	white-space: nowrap;
	overflow: hidden;
	background-color: #323232;
	background-image: url('../Images/product_vct.gif');
	background-repeat: no-repeat;
}
#wood
{
	width: 630px;
	height: 28px;
	margin: 5px 0 !important;
	padding: 0 !important;
	text-indent: 700px;
	white-space: nowrap;
	overflow: hidden;
	background-color: #323232;
	background-image: url('../Images/product_wood.gif');
	background-repeat: no-repeat;
}
#rubberTile
{
	width: 630px;
	height: 28px;
	margin: 5px 0 !important;
	padding: 0 !important;
	text-indent: 700px;
	white-space: nowrap;
	overflow: hidden;
	background-color: #323232;
	background-image: url('../Images/product_rubber.gif');
	background-repeat: no-repeat;
}
.productTable tr td
{
	padding: 5px 15px;
	width: 170px;
}
.productTable tr td a
{
	padding-left: 10px;
	background-image: url('../Images/arrow_gray.gif');
	background-repeat: no-repeat;
	background-position: left center;	
}

/* Floorplan Review */

.propertyInformation
{
	width: 630px;	
	float: left;
	margin-top: 10px;
}
.propertyInformation label
{
	width: 100px;
	float: left;
	text-align: right;
	padding-right: 10px;
	margin-top: 2px;
}
.propertyInformation br
{
	clear: left;
	float: left;	
}
.propertyInformation span
{
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	float: left;	
}
.propertyInformation span br
{
	clear: none;
	float: none;
}
.floorPlanDetailTable
{
	width: 630px;
	float: left;
	margin-top: 15px;
	border: solid 1px #f5f5f5;
}
.servicePricingTable
{
	width: 300px;
	float: left;
	border: solid 1px #f5f5f5;
	margin-top: 15px;
}
.supplyPricingTable
{
	width: 300px;
	float: right;
	border: solid 1px #f5f5f5;
	margin-top: 15px;
}


/* Product Detail */
.productDetail
{
	width: 630px;
	float: left;
}
.productDetail img
{
	width: 200px;
	float: left;
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: solid 1px Black;
}
.productDetail label
{
	width: 100px;
	float: left;
	text-align: right;
	padding-right: 10px;
	margin-top: 17px;
	margin-bottom: 15px;
}
.productDetail select
{
	float: left;
	margin-top: 15px;
	font-size: 11px;
	font-family: Georgia, Times New Roman, Serif;
}
.productDetail br
{
	float: left;
	clear: right;	
}
.productDetail p
{
	float: right;
	width: 400px;
}
.productDetail h2
{
	width: 630px;
	clear: both;
	float: left;
}
.productDetail table
{
	width: 400px;
	clear: left;
	float: left;
}
.productDetail table td
{
	padding: 2px 10px;
}

/* ::: Public Pop Up ::: */
#popUpContainer
{
	
}
#popUpContainer h1
{
	font-size: 16px;
	font-weight: bold;
	margin:60px 0px 0px 15px;
}
#termsPopUpContent
{
	margin:80px 15px 0px 15px;
	padding:5px;
}