/* CSS Document */
html {
    overflow-x: hidden;
}
* a {
	border:none;
	text-decoration:none;
}
* img {
	border:none;
}
body {
	background-color:#8f7f5c;
	margin:0px;
	text-align:center;
	}
img#top {
	background-image:url(../img/top.png);
	width:924px;
	height:9px;
	margin:10px 0px 0px 0px;
	}
img#base {
	background-image:url(../img/base.png);
	width:924px;
	height:14px;
	margin:0px;
}	
div#container {
	width:901px;
	height:auto;
	background-image:url(../img/slice.png);
	background-repeat:repeat-y;
	margin:0px;
	padding:0px 12px 0px 11px;
}
/* ---------------------       HEADER      --------------------------- */
	div#logo {
		float:left;
		margin:0px;
		width:201px;
		height:80px;
		background-color:#af7d8c;
	}
		img#logoImg {
			background-image:url(../img/rug-decor.png);
			width:136px;
			height:40px;
			margin:20px 0px 0px 0px;
		}
	div#header {
		float:right;
		margin:0px;
		width:700px;
		height:80px;
		background-color:#c8b791;
	}
		h1#slogan {
			height:30px;
			width:245px;
			background-image:url(../img/our-specialty.png);
			background-repeat:no-repeat;
			margin:13px 25px 12px 0px;
			float:right;
		}
		ul#primaryNav {
			background-color:#c8b791;
			width:700px;
			height:25px;
			margin:0px 0px 0px 0px;
			padding:0px;
			clear:right;
		}
		ul#primaryNav li {
			list-style:none;
			float:left;
			margin:0px 1px 0px 0px!important;
			padding:0px;
		}
		ul#primaryNav li.last {
			margin:0px 0px 0px 0px!important;
		}
			li#nav_home a {
				display:block;
				background-image:url(../img/home.png);
				background-repeat:no-repeat;
				height:25px;
				width:97px;
			}
				li#nav_home a:hover {
					background-image:url(../img/home_hov.png);
				}	
			li#nav_rugs a {
				display:block;
				background-image:url(../img/rugs.png);
				background-repeat:no-repeat;
				height:25px;
				width:98px;
			}
				li#nav_rugs a:hover {
					background-image:url(../img/rugs_hov.png);
				}
			#nav_shopper a {
				display:block;
				background-image:url(../img/shop.png);
				background-repeat:no-repeat;
				height:25px;
				width:140px;
			}
				#nav_shopper a:hover {
					background-image:url(../img/shop_hov.png);
				}

			#nav_locator a {
				display:block;
				background-image:url(../img/store.png);
				background-repeat:no-repeat;
				height:25px;
				width:117px;
			}
				#nav_locator a:hover {
					background-image:url(../img/store_hov.png);
				}
			#nav_forum a {
				display:block;
				background-image:url(../img/forum.png);
				background-repeat:no-repeat;
				height:25px;
				width:136px;
			}
				#nav_forum a:hover {
					background-image:url(../img/forum_hov.png);
				}
			#nav_help a {
				display:block;
				background-image:url(../img/help.png);
				background-repeat:no-repeat;
				height:25px;
				width:107px;
			}
				#nav_help a:hover {
					background-image:url(../img/help_hov.png);
				}
/* ---------------------       LEFT COLUMN      --------------------------- */
div#leftColumn {
	clear:both;
	float:left;
	margin:0px;
	width:201px;
	height:auto;
}
	div#leftColumn dl {
		width:181px;
		height:auto;
		border-bottom:.25px solid #b6b1a4;
		font-family:Arial, Helvetica, sans-serif;
		margin:0px 0px 10px 0px;
		text-align:left;
	}
	div#leftColumn dt {
		font-size:14px;
		color:#333;
	}
	div#leftColumn dd {
		font-size:11px;
		margin-left:11px;
		color:#7d6b42;
	}
/* ---------------------      Select Menu      --------------------------- */	
		dl#finder-menu {
			height:auto;
			padding:0px;
			width:181px!important;
			margin:8px 0px 0px 0px;
			text-align:left;
		}
			dl#finder-menu dt {
				font-size:14px;
				color:#333;
				margin:15px 0px 0px 0px;
			}
				dl#finder-menu dd {
					margin:10px 0px 0px 0px;
					padding:0px;
				}
					dl#finder-menu dd form#findForm {
						margin:10px 0px 15px 0px; 
						width:181px; 
						text-align:left;
					}
					dl#finder-menu dd  select.findFormSelect {
						border:1px solid #4d4d4d; 
						margin:0px 0px 5px 0px; 
						width:175px; 
						height:20px; 
						font-family:Arial,Helvetica,sans-serif; 
						font-size:12px; 
						line-height:13.2px;
						padding:1px 0px 0px 5px;
					}
					dl#finder-menu dd form#searchForm input {
						border:1px solid #4d4d4d; 
						width:120px; 
						height:15px;
						font-family:Arial,Helvetica,sans-serif; 
						font-size:13px; 
						line-height:19px;
						vertical-align:text-bottom;
						padding:3px 0px 0px 0px;
						margin:0px 0px 0px 0px;
					}
					dl#finder-menu dd form#findForm .search-button {
						border:0; 
						margin:0px 0px 0px 0px; 
						background-image:url(../img/go.png); 
						width:54px; 
						height:20px;
						cursor:pointer;
					}
                                        dl#finder-menu dd form#searchForm {
                                                border-top:1px solid #999;
                                                padding-top:10px;
                                        }    
					dl#finder-menu dd form#searchForm .search-button {
						border:0; 
						margin:0px 0px 0px 0px; 
						background-image:url(../img/search.png); 
						width:54px; 
						height:15px;
						cursor:pointer;
					}
/* ---------------------       Info Menu      --------------------------- */	
		dl#infoMenu {
			padding:10px;
			width:161px!important;
		}
		dl#infoMenu dt {
			margin:0px 0px 5px -10px;
		}
		dl#infoMenu dd {
			line-height:18px;
			font-size:12px;
            margin:0px 0px 0px 0px;
		}		
			dl#infoMenu a {
				text-decoration:none;
				color:#7d6b42;
			}
			dl#infoMenu a:hover {
				text-decoration:none;
				color:#333;
			}
/* ---------------------       Featured Sales      --------------------------- */	
		dl#saleMenu dt {
			line-height:17px;
			vertical-align:bottom;
            margin:30px 0px 0px 0px;
		}
		dl#saleMenu dd {
			line-height:14px;
			margin:3px 0px 8px 0px;
			clear:left;
		}
		img#sale {
			background-image:url(../img/sale-emblem.png);
			height:59px;
			width:59px;
			float:left;
            margin:-20px 5px 0px 0px;
		}
		img#monthly {
			display:block;
			background-image:url(../img/monthly-specials.png);
			background-repeat:no-repeat;
			height:22px;
			width:170px;
			margin-bottom:5px;
		}
		
		dl#saleMenu dd a:hover img{
			background-image:url(../img/monthly-specials-down.png);
		}
/* ---------------------       NEWSLETTER SIGNUP     --------------------------- */
		dl#newsletter {
			border-bottom:none!important;
			/*padding-bottom:20px;*/
		}	
		dl#newsletter dd {
			line-height:14px;
			margin:3px 0px 8px 0px;
		}
.hideInitially{
	visibility: hidden;
}
form#newsSignup {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	line-height:13.2px;
}
		form#newsSignup input {
			border:.25px solid #4d4d4d;
			padding:0px 0px 0px 3px;
			width:167px;
		}
		form#newsSignup input.button {
			background-image:url(../img/subscribe.png); 
			height: 18px; 
			width: 69px; 
			float:right; 
			border:0; 
			margin:10px 10px 0px 0px; 
			cursor:pointer;
		}
div.animationContainer {
        visibility:hidden;
		position:absolute;
        float:left;
        clear:both;
		top:-277px;
		left:-11px;		
}
h5.mldrop {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	margin:0px 0px 8px 0px;
	padding:0px;
	text-align:left;
	width: 150px;
}
a.close {
	margin:-23px 0px 0px 0px;
	padding:0px;
	color:#f00;
	font-weight:bold;
	float:right;
	font-size:15px;
	line-height:17px;
	border:1px solid #7d6b42;
	width:15px;
	text-align:center;         
}
table#signup {
	margin:0px;
	padding:10px 4px 0px 6px;
	width:270px;
	height:auto;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:12px;
	color:#27150e;
	letter-spacing:.0025em;
    border:.25px solid #fff;
	background-image:url(../img/tableSliver.png);
	/*background-image:url(../img/newsSliver.png);*/
	background-repeat:repeat-y;
	
}

table#signup th {
	text-align:right;
	padding:0px 8px 8px 0px;
	font-weight:normal;
	margin:0px;
}
table#signup td {
	padding:0px 0px 8px 0px;
	margin:0px;
}
table#signup td.hidden {
	padding:0px;
}
table#signup input {
	border:.25px solid #4d4d4d;
	padding:0px 0px 0px 3px;
	height: 18px; 
    width:120px;
}
table#signup .button {
	background-image:url(../img/subscribe.png); 
    background-repeat:no-repeat;
	height: 18px; 
	width:69px!important; 
	text-align:right; 
	border:0; 
	margin:5px 0px 0px 11px;  
	cursor:pointer;
}
/* ---------------------       MAIN CONTENT      --------------------------- */
div#content {
	width:700px;
	height:auto;
	margin:0px;
	float:right;
	text-align:left;
}

div.contentHome {
	background-image:url(../img/rug-decor-store.png);
	background-repeat:no-repeat;
	height:395px;
}
	div#welcome {
		width:419px;
		height:137px;
		float:left;
		margin:258px 0px 0px 0px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:13px;
		line-height:16px;
		letter-spacing:.0025em;
		background-image:url(../img/possibilitySliver.png);
		background-repeat:repeat-x;
		border-top:.25px solid #7d6b42;
		text-align:left;
	}
	h2#welcomeTitle {
		background-image:url(../img/possibilities.png);
		background-repeat:no-repeat;
		height:44px;
		width:269px;
		text-align:left;
		margin:10px 0px 0px 18px;
	}
	div#welcome p.homeIntro {
		/*color:#eae4d5;*/
		color:#fff;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:13px;
		line-height:16px;
		text-align:left;
		width:380px;
		margin:0px 0px 0px 0px;
		padding:0px 20px 0px 20px;
	}
/* ---------------------       What Will You Find Select Menu on Home Page     --------------------------- */	
	div#finder {
		height:166px;
		width:280px;
		float:right;
		margin:229px 0px 0px 0px;
		background-image:url(../img/finderSliver.png);
		background-repeat:repeat-x;
		border-top:.25px solid #fff;
		border-left:.25px solid #fff;
        text-align:left;
	}
	h3#finderTitle {
		height:22px;
		width:195px;
		margin:8px 0px 8px 8px;
		background-image:url(../img/what-will-you-find.png);
		background-repeat:no-repeat;
		text-align:left;
	}
		form#findForm {
			margin:10px 0px 0px 20px; 
			width:250px; 
			text-align:left;
		}
		select.findFormSelect {
			border:1px solid #4d4d4d; 
			margin:0px 0px 5px 0px; 
			width:165px; 
			height:17px; 
			font-family:Arial,Helvetica,sans-serif; 
			font-size:12px; 
			line-height:13.2px;
			padding:0px 0px 0px 5px;
		}
		select.base {
			margin:0px 0px 0px 0px;
		}
		form#searchForm input {
			border:1px solid #4d4d4d; 
			width:158px; 
			height:16px;
			font-family:Arial,Helvetica,sans-serif; 
			font-size:13px; 
			line-height:16px;
                        vertical-align:text-bottom;
			padding:3px 0px 0px 5px;
                        margin:0px 0px 0px 20px;
		}
		form#findForm .search-button {
			border:0; 
			margin:0px 0px 0px 0px; 
			background-image:url(../img/go.png); 
			width:54px; 
			height:20px;
			cursor:pointer;
		}
                form#searchForm {
                        margin:5px 0px;
                        padding:5px 0px;
                        border-top:1px solid #fff;
                         
                }
		form#searchForm .search-button {
			border:0; 
			margin:0px 0px 0px 0px; 
			background-image:url(../img/search.png); 
			width:54px; 
			height:20px;
			cursor:pointer;
		}
/* ---------------------       SUB CONTENT      --------------------------- */
table#base li {
	cursor:default!important;
}		
ul#baseFeature {
	clear:both;
	background-color:#c8b791;
	width:881px;
	height:114.5px;
	margin:0px;
	padding:10px;
	text-align:left;
}
ul#baseFeature li {
	list-style:none;
	padding:0px;
	float:left;	
}
ul#baseFeature li p {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:12px;
	color:#27150e;
	width:150px;
	margin:55px 0px 0px 13px;
	padding:0px;
	letter-spacing:.0025em;
}
	li#recycle a {
		background-image:url(../img/recycle.png);
		background-repeat:no-repeat;
		display:block;
		width:211px;
		height:113px;
		border:1px solid #333;
		margin:0px 9px 0px 0px;
	}
	li#choose a {
		background-image:url(../img/choose.png);
		background-repeat:no-repeat;
		display:block;
		width:211px;
		height:113px;
		border:1px solid #333;
		margin:0px 9px 0px 0px;
		
	}
	li#local a {
		background-image:url(../img/local.png);
		background-repeat:no-repeat;
		display:block;
		width:211px;
		height:113px;
		border:1px solid #333;
		margin:0px 9px 0px 0px;
	}
		li#local p {
			width:110px!important;
			margin:55px 100px 0px 11px!important;
		}
	li#powerbuy a {
		background-image:url(../img/powerbuy.png);
		background-repeat:no-repeat;
		display:block;
		width:211px;
		height:113px;
		border:1px solid #333;
	}
	img#powerLogo {
		background-image:url(../img/powerbuyLogo.png);
		background-repeat:no-repeat;
		margin:-120px 0px 20px 110px;
		height:113px;
		width:147px;
	}
/* ---------------------      FOOTER     --------------------------- */
table#base {
	padding:0px 10px 0px 10px;
	margin:0px;
	width:901px;
	height:123px;
	background-color:#eae4d5;
        }
table#base td {
    vertical-align:top;
    padding:10px 0px 0px 0px;
}
table#base p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#4d4d4d;
    margin:0px 0px 0px 0px;
    padding:0px;
}
td.one {
	width:200px;
	border-right:.25px solid #b6b1a4; 
    padding:0px 10px 0px 10px;       
}
td.one p {
    width:215px!important;
    padding:0px 10px 0px 0px!important;
}
.testimonialCopy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#4d4d4d;
}
	td.one h4 {
		background-image:url(../img/testimonials.png);
		background-repeat:no-repeat;
		width:183px;
		height:23px;
        margin:0px 0px 0px 0px;
        padding:0px;
	}
	
td.two {
	width:330px;
	border-right:.25px solid #b6b1a4;
}
	td.two li a {
		color:#333;
	}
		td.two li a:hover {
		font-weight:bold;
		letter-spacing:.0025em;
	}
	td.two h4 {
		background-image:url(../img/bestShopping.png);
		background-repeat:no-repeat;
		width:298px;
		height:23px;
        margin:0px 0px 0px 15px;
        padding:0px 0px 0px 0px;
	}
td.two p.visit {
	margin:3px 0px 3px 17px!important; 
	font-size:13px!important; 
	font-style:italic!important; 
	font-family:Arial, Helvetica, sans-serif!important;
}
ul#experienceL {
		list-style:square; 
		color:#333; 
		font-family:Verdana, Arial, Helvetica, sans-serif; 
		font-size:10px; 
		line-height:17px; 
		padding:0px; 
		margin:2px 0px 0px 30px; 
		float:left; 
		letter-spacing:.0025pem;
	}
	ul#experienceR {
		list-style:square; 
		color:#333; 
		font-family:Verdana, Arial, Helvetica, sans-serif; 
		font-size:10px; 
		line-height:17px; 
		padding:0px; 
		float:right; 
		margin:2px 4px 0px 0px; 
		letter-spacing:.0025em;
		width:150px;
	}
td.three {
	width:330px;  
}
	td.three h4 {
		/*background-image:url(../img/freeFinancing.png);
		background-image:url(../img/rug-protection.png);*/
		background-image:url(../img/protect-investment.png);
		background-repeat:no-repeat;
		/*width:139px;*/
		width:160px;
		height:23px;
        margin:0px 0px 0px 15px;
        padding:0px;
	}
	ul#guardsman {
		color:#333; 
		width:165px;
		font-family:Verdana, Arial, Helvetica, sans-serif; 
		font-size:10px; 
		line-height:17px; 
		padding:0px; 
		margin:2px 0px 0px 30px; 
		letter-spacing:.0025em;	
		float:left;
                
	}
	img#happyCouple {
		/*background-image:url(../img/cozy-couple-sm.png);*/
		background-image:url(../img/kids_dogs.jpg);
		background-repeat:no-repeat;
		float:right;
		margin:-23px -12px 0px 0px;
		height:100px;
		width:133px;
	}
/* ---------------------       SUB FOOTER NAV      --------------------------- */
ul#footerNav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#eae4d5;
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px;       
}
ul#footerNav li {
    display:inline;
}
    ul#footerNav li a {
        color:#eae4d5;	
}
    ul#footerNav li a:hover {
        color:#333;
}
p#copyright {
	margin:15px 0px 100px 0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	color:#eae4d5;
	text-align:center;
}
img.freeShip {
	background-image:url(../img/free-shipping.png);
	background-repeat:no-repeat;
	height:111px;
	width:112px;
	position:absolute;
	right:0;
	top:0;
}

/* -----------------------        TOOL TIPS      ------------------------- */

div.tooltip {
	width:333px;
	height:122px;
	background-image:url(/img/tooltipBak.png);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px 30px 0px 30px;
    text-align:left;
	visibility:hidden;
}
div.tooltipM {
	width:316px;
	height:165px;
	background-image:url(/img/tooltipBakM.png);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px 30px 0px 30px;
    text-align:left;
	visibility:hidden;
}
div.tooltipL {
	width:330px;
	height:218px;
	background-image:url(/img/tooltipBakL.png);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px 20px 0px 30px;
    position:relative;
    text-align:left;
	visibility:hidden;
}
h6 {
    margin:20px 0px 10px -8px;
	padding:0px 0px 0px 0px;
}
h6 img {
	background-repeat:no-repeat;
	height:20px;
	width:200px;
	margin:0px 0px 0px 0px;
	padding:0px;      
}
img#ttone {
	background-image:url(/img/titleSave.png);   
}
img#tttwo {
	background-image:url(/img/titleShipping.png);
}
img#ttthree {
	background-image:url(/img/titleReturns.png);
}
img#ttfour {
	background-image:url(/img/titleFinance.png);
}
img#ttfive {
	background-image:url(/img/titleGuarantee.png);
	margin-left:4px;
}
img#ttsix {
	background-image:url(/img/titleExpert.png);
	margin-left:4px;
}
div.tooltip p, .tooltipL p, .tooltipM p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px 0px 0px 0px;
    padding:0px;
	line-height:16px;    
	color:#333;
    width:270px;
}
/* ---------------------       CONTENT PAGE FORMATTING      --------------------------- */
div#content p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14.4px;
	color:#4d4d4d;
	text-align:left;
}
div#content .line {
	border-bottom:1px solid #b6b1a4;
	padding:0px 0px 5px 0px;
	margin-bottom:5px;
}
div#content .large {
	font-size:13px;
}
.indent {
	margin-left:20px;
	margin-right:30px;
}
div#content .top {
	margin-top:10px;
}
div#content .last {
	margin-bottom:30px;
}
h1.mainTitle { /* main title for content pages */
	color:#333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	line-height:22.8px;
	letter-spacing:.0015em;
	margin:0px;
	padding:0px;
	font-weight:normal;
	background-image:none;
}

h2.secondaryTitle {
	color:#333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:18px;
	letter-spacing:.0025em;
	margin:auto auto 0px 0px;
	padding:0px;
	font-weight:normal;
	background-image:none;
}
h3.tertiaryTitle {
	color:#333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:13px;
	font-style:italic;
	padding:0px;
	margin:10px 0px 0px 20px;
	font-weight:normal;
	background-image:none;
}
.left {
	float:left;
	margin:10px 10px 0px 0px;
}
.right {
	float:right;
	margin:0px 0px 0px 10px;
}
/* ---------------------       HELP CENTER      --------------------------- */
div#content table#contact {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	padding:0px;
	margin:0px;
	width:500px;
}
table#contact td {
    padding:5px;
}
table#contact th {
    padding:5px 10px 5px 5px;
	text-align:right;
	vertical-align:top;
}
table#contact td a:link {
	color:#7d6b42;
}
table#contact td a:hover {
	color:#333;
}
div#content ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	margin-bottom:30px;
}
div#content ul li {
	line-height:18px;
	list-style:square; 
}
div#content li a:link {
	color:#7d6b42;
}
div#content li a:visited {
	color:#333!;
}
div#content li a:hover {
	color:#333;
}
div#content li a:active {
	color:#333;
}
img#powerbuyBW {
	background-image:url(/img/power-buys-bw.png);
	background-repeat:no-repeat;
	width:75px;
	height:117px;
	float:left;
}
.franchise {
	margin:0px 20px 0px 0px;
}
/* ---------------------       PERSONAL SHOPPER      --------------------------- */
table#personalShopper {
	margin:0px;
	padding:10px 0px 0px 0px;
	height:auto;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:18px;
	color:#7d6b42;
	letter-spacing:.0025em;
}
table#personalShopper .upper {
	width:410px!important;
	float:left;
}
table#personalShopper .lower {
	width:660px;
}
table#personalShopper th {
	text-align:right;
	padding:0px 8px 8px 0px;
	font-weight:normal;
}
table#personalShopper td {
	padding:0px 0px 8px 0px;
}
table#personalShopper input {
	border:1px solid #4d4d4d;
	padding:0px 0px 0px 3px;
	height:18px;
}
table#personalShopper input {
	width:165px;
}
table#personalShopper select {
	width:171px;
	border:1px solid #4d4d4d;
}
table#personalShopper input#checkbox {
	width:18px;
	height:18px;
	border:none;
}
table#personalShopper input#submitButton {
	background-image:url(../img/submit.png);
    background-repeat:no-repeat;
	height: 18px; 
	width:54px; 
	border:0; 
	margin:5px 0px 0px 0px;  
	cursor:pointer;
}
table#personalShopper input.box {
	height:50px;
	width:410px;
	border:1px solid #4d4d4d;
}
/* ---------------------       CATALOG      --------------------------- */
table#orderCatalog {
	margin:0px 0px 0px 25px;
	padding:10px 0px 0px 0px;
	height:auto;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:18px;
	color:#7d6b42;
	letter-spacing:.0025em;
}
table#orderCatalog th {
	text-align:right;
	padding:0px 8px 8px 0px;
	font-weight:normal;
}
table#orderCatalog td {
	padding:0px 0px 8px 0px;
}
table#orderCatalog input {
	border:1px solid #4d4d4d;
	padding:0px 0px 0px 3px;
	height:18px;
}
table#orderCatalog input#submitButton {
	background-image:url(../img/submit.png);
    background-repeat:no-repeat;
	height: 18px; 
	width:54px; 
	border:0; 
	margin:5px 0px 0px 0px;  
	cursor:pointer;
}


/* ---------------------       Sitemap      --------------------------- */
dl#directory {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	letter-spacing:.0025em;
	display:block;
	float:left;
	margin:15px 20px auto 0px;
	width:160px;
	/*height:210px;*/
	border:1px solid #4d4d4d;
	background-color:#fff;
	padding:10px;
}
dl#directory.push {
	margin:auto 25px auto 0px;
}
dl#directory dt {
	font-size:13px;
	text-decoration:underline;
	line-height:22px;
}
dl#directory dd {
	margin:auto auto auto 10px;
}
dl#directory dd a:link {
	color:#7d6b42;
}
dl#directory dd a:visited {
	color:#333;
}
dl#directory dd a:hover {
	color:#333;
}


/* ---------------------       PowerBuys      --------------------------- */

div#power_buys_graphic {
	width:699px;
	height:574px;
	background-image:url(../img/power_buy.jpg);
	background-repeat:no-repeat;
	margin:-10px 0px 0px 0px;
}
div#power_buys_graphic ul {
	width:420px;
	position:relative;
	top:360px;
}
div#power_buys_graphic ul li {
	list-style:square;
	color:#fff;
	font-size:13px;
}
a#power_buys_button {
	width:174px;
	height:42px;
	display:block;
	background-image:url(../img/power_buys_button.png);
	background-repeat:no-repeat;
	position:relative;
	top:335px;
	left:460px;
}


/* ---------------------       FRANCHISE OPPORTUNITIES      --------------------------- */
table#franchiseInfo {
	margin:0px;
	padding:10px 0px 0px 0px;
	height:auto;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:18px;
	color:#7d6b42;
	letter-spacing:.0025em;
}
table#franchiseInfo th {
	text-align:right;
	padding:0px 8px 8px 0px;
	font-weight:normal;
}
table#franchiseInfo td {
	padding:0px 0px 8px 0px;
}
table#franchiseInfo input {
	border:1px solid #4d4d4d;
	padding:0px 0px 0px 3px;
	height:18px;
}
table#franchiseInfo input {
	width:165px;
}
table#franchiseInfo select {
	width:171px;
	border:1px solid #4d4d4d;
}
table#franchiseInfo input#submitButton {
	background-image:url(../img/submit.png);
    background-repeat:no-repeat;
	height: 18px; 
	width:54px; 
	border:0; 
	margin:5px 0px 0px 0px;  
	cursor:pointer;
}
table#franchiseInfo input.box {
	height:50px;
	width:410px;
	border:1px solid #4d4d4d;
}
/* ---------------------       Testmonial Submit      --------------------------- */
table#testimonialTable {
	margin:0px 0px 30px 0px;
	padding:10px 0px 0px 0px;
	height:auto;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:18px;
	color:#7d6b42;
	letter-spacing:.0025em;
	float:left;
}
table#testimonialTable th {
	text-align:right;
	padding:0px 8px 8px 0px;
	font-weight:normal;
	vertical-align:top;
}
table#testimonialTable td {
	padding:0px 0px 8px 0px;
}
table#testimonialTable input {
	border:1px solid #4d4d4d;
	padding:0px 0px 0px 3px;
	height:18px;
}
table#testimonialTable input {
	width:165px;
}
table#testimonialTable input#submitButton {
	background-image:url(../img/submit.png);
    background-repeat:no-repeat;
	height: 18px; 
	width:54px; 
	border:0; 
	margin:5px 0px 0px 0px;  
	cursor:pointer;
}
table#testimonialTable input.box {
	height:50px;
	width:410px;
	border:1px solid #4d4d4d;
}
table#testimonialTable textarea {
	border:1px solid #4d4d4d;
}
img#satisfied {
	float:right;
	margin:7px 0px 30px 0px;
}
/* ---------------------       CAPTCHA     --------------------------- */
a#captchaReload {
	color:#666;
	font-style:italic;
	margin:0px 0px 0px 5px;
	font-size:10px;
}
/* ---------------------       STORE LOCATOR     --------------------------- */
div#HTMLContainer { /* store results panel */
	margin:auto;
	width:680px;
}
	div#HTMLContainer h5 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		margin-bottom:10px;
		letter-spacing:-.025em;
		color:#333;
	}
	div#HTMLContainer table#stores {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		margin:auto;
		width:680px;
	}
	div#HTMLContainer table#stores a {
	
	}
	div#HTMLContainer table#stores th {
		text-align:left;
		border-bottom:1px solid #666;
	}
	div#HTMLContainer table#stores td {
		vertical-align:top;
		height:60px;
		padding:10px;
	}
	div#HTMLContainer table#stores tr.even {
		background-color:#D9CDB3;
	}
	div#HTMLContainer table#stores tr.odd {
	
	}
div#directionsPanel { /* selected store direction's panel */
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	margin:auto;
	padding: 5px; 
	visibility: visible; 
	/*height: 0px;*/
	width:680px;
	height:100%!important;
}
	div#directionsPanel h5 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		margin-bottom:10px;
		letter-spacing:-.025em;
		color:#333;
		visibility:hidden;
	}
	div.googledir {
	
	}
	div.googledir table {
		border: 1px solid silver; 
		margin: 10px 0px; 
		background-color:rgb(238, 238, 238); 
		border-collapse: collapse; 
		color: rgb(0, 0, 0);
	}
	#strong {
			/*font-weight:bold;*/
		}
	
		table#stores span {
			/*font-weight:normal;*/
		}
		
		table#stores td a {
			/*display:block;
			line-height:10px;*/
		}
		
		/*
		/* DIRECTIONS */
	
		#map_errors {
			border:1px dashed red;
			padding:10px;
			height:0px;
			width:400px;
			margin:auto;
			visibility:hidden;
		}
/* ---------------------       Store Locator Map      --------------------------- */
#map_canvas {
			padding:4px;
			border:5px solid #666;
			margin:auto;
		}
		#map_input {
			margin:auto;
			width:680px;
		}
		#map_input input {
			border:#666 1px solid;
		}
		.infoWindow {
			font-size:10px;
			width:200px;
		}
		.infoWindowButtons {
			display:block;
			padding:3px 5px 3px 5px;
			color:#09f;
			font-size:10px;
			border:1px solid #ccc;
			background-color:#eee;
			width:100px;
			text-decoration:none;
			/*margin:5px 0px 5px 0px;*/
			text-align:center;
		}
		#distance {
			text-align:center;
			color:#666;
		}
		div#map_input .searchButton {
			border:0; 
			margin:0px 0px 0px 0px; 
			background-image:url(../img/search.png); 
			width:54px; 
			height:20px;
			cursor:pointer;
					}
