/* CSS Document */

.callback {cursor:pointer; }
p.address {
	position:absolute;
	top:2px;
	right:5px;
	margin:0;
	padding:0;
	font-size:0.9em;
	font-weight:bold;
}

/* Global Styles
--------------------------------------------------------------- */
* {margin:0;padding:0;}

p {
	line-height: 1.5em;
	padding:10px 5px 10px 0px;
}

body, html {
	min-height: 101%;
}

body {
	text-align: left;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #3e3e3e;
	background: url(../../images/misc/mainBg.jpg) top repeat-x #cbcbcb;
	margin: 0px;
}

#businesscard {
	background: #fff;
	margin: 10px;
	text-align:center;
}

a:link, a:visited, a:focus {
	text-decoration: underline;
	outline: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	font-size: 2.0em;
	font-weight:normal;
	border-bottom:2px solid #f5b745;
	background:url(../../images/misc/h1Bg.jpg) right bottom no-repeat;
	padding:5px 15px;
	margin:5px 0px;
}

h2 {
	font-size: 1.6em;
	padding: 8px 0 4px;

}

hr {
	border:1px solid #CCCCCC;
	margin: 10px 0px;
}

/* Container Styles
--------------------------------------------------------------- */

#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 1.2em;
}

	#contentContainer {
		width: 980px;
		position: absolute;
		z-index: 1;
		top: 320px; /* Same as height of header */
		background-color:#fff;
	}
	
/* Main Styles
--------------------------------------------------------------- */

	#main {
		float: left;
		width: 660px;
		padding:10px;
	}
		
		
		#main ul {
			padding: 3px 0px;
		}
		
			#main ul li {
				padding: 3px 0px 3px 0px;
				line-height: 1.4em;
			}
	
			#mainText {
				width:430px;
				float:left;
				padding:10px 15px;
			}
			
			#centerCol {
				width:180px;
				float:left;
				padding:10px;
			}
				#centerCol a {
					background-color:#f9ecd3;
					padding:5px;
					display:block;
					margin-bottom:5px;
				}
				
				#centerCol a:hover {
					background-color:#3e3e3e;
				}
				
				#centerCol a img {margin:0;padding:0;}
		
		#pixbottom {
			clear: both;
		}
		
			#pixbottom a {
					background-color:#f9ecd3;
					padding:5px;
					float: left;
					margin:5px 5px 0px 0px;
				}
				
				#pixbottom a:hover {
					background-color:#3e3e3e;
				}
					
		
		#map {
			width: 660px;
			height: 200px;
		}

/* Sidebar/CTA Styles
--------------------------------------------------------------- */
		
		#sidebar {
			float: right;
			width: 280px;
			padding:10px;
		}
		
		#sidebar a.cta {
			width:280px;
			height:91px;
			display:block;
			text-decoration:none;
			color:#000;
			position:relative;
			margin:10px 0px;
		}
		
		body#vinyl #sidebar a.cta{
			margin:15px 0px;
		}
		
		#sidebar a.realwood {	background:url(../../images/misc/ctaRealWoodBg.jpg) top center no-repeat;}
		#sidebar a.carpet {	background:url(../../images/misc/ctaCarpetBg.jpg) top center no-repeat;}
		#sidebar a.modern-rugs {	background:url(../../images/misc/ctaModernrugsBg.jpg) top center no-repeat;}
		#sidebar a.vinyl {	background:url(../../images/misc/ctaVinylBg.jpg) top center no-repeat;}
		#sidebar a.natural { background:url(../../images/misc/ctaNeturalBg.jpg) top center no-repeat;}
		#sidebar a.laminate { background:url(../../images/misc/ctaLaminateBg.jpg) top center no-repeat;}
		#sidebar a.domestic { background:url(../../images/misc/ctaDomesticBg.jpg) top center no-repeat; display:none;}
		#sidebar a.commercial { background:url(../../images/misc/ctaCommercialBg.jpg) top center no-repeat; display:none;}
		#sidebar a.traditional-rugs { background:url(../../images/misc/ctaTraditionalrugsBg.jpg) top center no-repeat; display:none;}
		
		body#modern-rugs #sidebar .traditional-rugs {display:block;}
		body#carpets-rugs #sidebar .traditional-rugs {display:block;}
		body#carpet #sidebar .traditional-rugs {display:block;}
		body#carpet #sidebar .carpet {display:none;}
		body#carpet #sidebar .laminate {display:none;}
		body#cushionvinyl #sidebar .laminate {display:none;}
		body#commercial #sidebar .laminate {display:none;}
		body#domestic #sidebar .laminate {display:none;}
		body#modern-rugs #sidebar .modern-rugs {display:none;}
		body#laminate #sidebar .domestic, body#realwood #sidebar .domestic,  body#vinyl #sidebar .domestic{display:block;}
		body#realwood #sidebar .commercial,  body#vinyl #sidebar .commercial{display:block;}
			
			#sidebar a.cta span {
				display:block;
				position:absolute;
				top:5px;
				left:9px;
			}
			
			#sidebar a.cta strong {
				display:block;
				font-size:2.7em;
				font-weight:normal;
				position:absolute;
				top:18px;
				left:8px;
			}
				#sidebar a.cta:hover strong {
					color:#fff;
				}
			
			#sidebar a.cta small {
				display:block;
				position:absolute;
				top:55px;
				left:9px;
				width:180px;
			}
			
			


/*Callback*/

.callback {
	background:url(../../images/misc/callBackTop.jpg) top center no-repeat;
	color:#000;
	width:280px;
	text-align:center;
	padding-top:3px;
	margin-top:10px;
}
body#vinyl .callback{
	margin:30px 0px 0px 0px;
}
	.callback p {
		margin:0;
		padding:0;
		font-size:1.2em !important;
		line-height:1.3em;
		font-weight:bold;
	
	}
	
	.callback p.email {
		margin-top:4px;;
		padding:0;
		color:#fff;
	}
	
	.callback a {
		color:#fff;
		text-decoration:none;
		padding:0px 4px 3px 4px;
		display:block;
		margin:0px 10px;
		font-size:1.2em;
		text-transform:uppercase;
		font-weight:bold;
	}

div.callbackForm {
	background:url(../../images/misc/callBackBg.jpg) top center repeat-y #000;
	padding:15px
}

	table#callBackForm {
	}
	
	
	table#callBackForm td {
		padding:2px;
	}
	
	.submit {
		background-color:#457DAE;
		color:#fff;
		padding:3px;
		border:1px solid #2E6697;
		margin:10px 0px 0px 75px;
	}
	
div.callbackBottom {
	width:280px;
	height:6px;
	background:url(../../images/misc/callBackBottom.jpg) bottom center no-repeat;
	font-size:1px;
}

.ta {
	width:240px;
	height:80px;
}

/* Header Styles
--------------------------------------------------------------- */

#header {
	width: 980px;
	height: 80px;
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 0px;
	background:url(../../images/misc/header-top.jpg) top center no-repeat #3e3e3e;
	margin-top:10px;
	padding-top:10px;
}

	#logo {
		width: 260px;
		height: 66px;
		float: left;
		margin-left:67px;
	}
	
	#cta-top-right {
		width: 630px;
		float: right;
		font-size: 1.6em;
		text-align:right;
		color:#fff;
		padding:0px 10px;
	}
		#cta-top-right strong {
			color:#b9d9f5;
		}
		
		#cta-top-right span {
			color:#f4b339;
			font-size:2.2em;
			line-height:1em;
		}
	
		#cta-top-right p {
			margin: 0px;
			padding: 0px;
		}
		
	#ctaLeft {
		background:url(../../images/misc/ctaLeftBg.jpg) top center no-repeat #3e3e3e;
		width:401px;
		height:184px;
		position:absolute;
		top:110px;
	}
	
		#ctaLeft a {
			width:379px;
			height:76px;
			display:block;
			margin:0px 4px 6px 6px;
			text-decoration:none;
			padding:5px;
		}
		
		#ctaLeft a strong {
			display:block;
			font-size:1.6em;
		}
		
		#ctaLeft a span {
			font-size:0.9em;
			padding-right:150px;
			margin-top:3px;
			display:block;
			line-height:1.5em;
		}
		
			#ctaLeft a.top {
				color:#fff;
			}
			
			#ctaLeft a.bottom {
				color:#3e3e3e;
			}

#flashSlideshow {
	width:579px;
	height:184px;
	position:absolute;
	top:110px;
	left:401px;
}

.c2a{
	background:url(../../images/misc/cta.jpg) no-repeat;
	width:280px;
	height:190px;
	float:left;
	position:relative;
	margin:15px 0px 0px 0px;
}


.c2a#long{
	background:url(../../images/misc/cta-long.jpg) no-repeat;
	height:260px;
}
	.c2a p.phone{
		
		position:absolute;
		left:43px;
		top:10px;
		font-size:3.1em;
		color:#4a2300;
		letter-spacing:-0.08em;
		font-style:italic;
		font-weight:bold;
		
	}
	.c2a p{
		margin:0px;
		color:#fff;
		position:absolute;
		top:83px;
		left:20px;
		width:250px;
		font-size:1.2em;
		line-height:1.3em;
	}


/* Horizontal Navigation Styles
--------------------------------------------------------------- */

#navigation {
	width: 980px;
	height: 33px;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 294px;
	background:url(../../images/misc/navBg.jpg) top center repeat-x;
}

	#navigation a.drop-arrow {
		background: url(../../images/misc/nav-arrow.gif) no-repeat right;
		padding-right: 13px;
	}

	#navigation ul {
		display: inline;
		list-style: none;
	}
	
		#navigation ul li {
			display: inline;
			margin: 0px;
		}
		
			#navigation ul li a {
				float:left;
				color: #fff;
				text-decoration:none;
				padding: 8px 9px 8px 9px;
				font-weight: bold;
				font-size: 1.0em;
			}
			
				#navigation ul li a.rightLink {
					border: none;
				}

				#navigation ul li a:hover,
				body#home #navigation .home-a,
				body#domestic #navigation .domestic-a,
				body#commercial #navigation .commercial-a,
				body#vinyl #navigation  .vinyl-a,
				body#cushionviny #navigation l .cushionvinyl-a,
				body#realwood #navigation .realwood-a,
				body#laminate #navigation .realwood-a,
				body#carpets-rugs #navigation .carpets-rugs-a,
				body#carpet #navigation .carpets-rugs-a,
				body#modern-rugs #navigation .carpets-rugs-a,
				body#traditional-rugs #navigation .carpets-rugs-a,
				body#home #navigation .home-a,
				body#natural #navigation .natural-a,
				body#testimonials #navigation .testimonials-a,
				body#contact #navigation .contact-a
				{
					background:url(../../images/misc/navBgHover.jpg) top center repeat-x;
					color: #3c3b3b;
				}
				
				body#home #footer .home-a,
				body#domestic #footer .domestic-a,
				body#commercial #footer .commercial-a,
				body#vinyl #footer .vinyl-a,
				body#cushionvinyl #footer .cushionvinyl-a,
				body#realwood #footer .realwood-a,
				body#laminate #footer .laminate-a,
				body#carpets-rugs #footer .carpets-rugs-a,
				body#home #footer .home-a,
				body#natural #footer .natural-a,
				body#testimonials #footer .testimonials-a,
				body#contact #footer .contact-a
				{
					background:none;
					color:#fff;
					font-weight:bold;
					font-style:italic;
				}
				
/* Dropdown Styles
--------------------------------------------------------------- */

.dropdown {
	z-index: 10;	
}

	.dropdown ul li {
		text-align: center;
		list-style: none;		
	}
	
		.dropdown ul li a {
			background: #FFB832;
			display: block;
			height: 12px;
			padding: 8px 0px;
			color: #FFF;
			text-decoration: none;
			font-weight: bold;
			border-top: 1px solid #F90;
		}
		
		.dropdown ul li a:hover {
			background: #FAEFDB;
			color: #3c3b3b;
		}

#wood-dropdown {
	position: absolute;
	top: 327px;
	right: 378px;
	width: 104px;
	display: none;
}

#carpet-dropdown {
	position: absolute;
	top: 327px;
	right: 267px;
	width: 111px;
	display: none;
}

/* Footer Styles
--------------------------------------------------------------- */

#footer {
	clear: both;
	width: 980px;
	color: #dddddd;
	background: #3E3E3E;
	font-size: 0.9em;
}
	
	#footer li {
		list-style: none;
	}
	
	#footer p {
		margin: 0px;
		padding: 0px;
	}

	#footer a {
		white-space: nowrap;
		color: #dddddd;
		text-decoration: underline;
		font-weight:bold;
	}
	
	#footer a:hover {
		color: #fff;
		text-decoration:underline;
	}
	
	#footer h3 {
		border-bottom:2px dashed #7a7a7a;
		color:#fff;
		padding:10px;
		margin:0px 0px 10px 0px
	}

/* Footer Services Styles
--------------------------------------------------------------- */	

	#footer #footer-services {
		float: right;
		width: 300px;
	}
	
		#footer #footer-services ul li {
			float:left;
		}
		
		/*#footer #footer-services ul li:first-child {display:none;}*/


		#footer #footer-services ul li a {
			float: left;
			width: 120px;
			padding: 3px 15px;
			float:left;
			display:block;
		}
				
/* Footer Right Styles
--------------------------------------------------------------- */	

	#footer #footer-right {
		float: left;
		width: 676px;
	}
	
		#footer #footer-right p{
			padding:3px 13px;
		}
		
/* Footer Bottom Styles
--------------------------------------------------------------- */	

	#footer #footer-bottom {
		width: 980px;
		clear: both;
		float: left;
	}
	
/* Footer W3C Styles
--------------------------------------------------------------- */	

	#footer #footer-w3c {
		width: 980px;
		clear: both;
		float: left;
	}
	
		#footer #footer-w3c li {
			list-style: none;
		}
	
	#footer #adtrakDesign {
		width: 300px;
		float: left;
		padding:5px 15px 10px 12px;;
	}

/* Image Styles
--------------------------------------------------------------- */

.img-left {
	float: left;
	margin: 0px 10px 10px 0px;
}

.img-right {
	float: right;
	margin: 0px 0px 10px 10px;
}
	
	.img-border {
		border: 1px solid #ccc;
	}
	
/* Contact Table Styles
--------------------------------------------------------------- */

	.botBuster {
		display: none;
	}
	
/* Generic Styles
--------------------------------------------------------------- */

.clearfix {
	clear: both;
}

.show {
	cursor:pointer;
}
.naturalImages {
	margin:20px 0px;
}

/* SEO
--------------------------------------------------------------- */

.locations li {
	display:inline;
	border-right: #FFFFFF solid 1px;
	padding-right:5px;
	padding-left:5px;
	list-style-type:none;
	margin:0px;
}

.locations ul {
	padding-left:5px;
	padding-bottom:10px;
	margin:0px;
}

.locations {
	clear:both;
}

.index-list {
	padding-left:25px;
}

textarea.code {
	width:450px;
	height:80px;
}

#callBackForm #botBuster {
	display: none;
}
