/* CSS Document */

/* Global Styles
--------------------------------------------------------------- */

img{
	padding:0px;
	margin:0px;
}

p {
}

body, html {
	
}

body {
	text-align: left;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #810029;
	margin: 0px;
	margin-top: 28px;
}

h1 {
color: #810029;
font-size: 16px;
}

h2 {
color: #810029;
font-size: 14px;

}

/* Layout Styles
--------------------------------------------------------------- */

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border: 20px solid #fff;
	background-color:#FFFFFF;
}

#header {
	height: 100px;
	background-image:url(../../images/misc/header-bg.jpg);
	background-repeat:no-repeat;
}

	#logo {
		padding-top: 8px;
		padding-left: 11px;
		width:294px;
		float: left;
	}
	
	#logo a img{
		border:none;
		text-decoration:none;
	}

#contentContainer{
		background-color:#bba994;

}
#contentRight{
	width: 650px;
	float: right;
	font-size:1px;
}
#contentLeft{
	width: 290px;
	padding: 0 10px;
	float: left;
	background-color:#bba994;
	color:#FFFFFF;
}
#content-bottom{
	clear: both;
	width: 960px;
	height:115px;
	padding-top:35px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../../images/misc/footer-bg.jpg);
	background-repeat:no-repeat;
	color: #ccc;

}

#container p.phone {
	font-size: 3.4em;
	color: #fff;
	position: absolute;
	z-index: 10;
	left: 350px;
	margin: 0px;
	padding: 0px;
	top: 27px;
	letter-spacing: -2px;
}

#leftList li{
	list-style:url(../../images/misc/bullet.gif);
	color: #FFFFFF;
	font-weight: bold;
	font-size:14px;
	
}
#leftList a{
	color: #FFFFFF;
	text-decoration: none;	
}
#leftList a:hover{
	color: #00502f;
	text-decoration: none;	
}

#quality-upholstery {
	width:551px;
	height:79px;
	color:#FFFFFF;
	font-size:12px;
	margin-left: 30px;
	background:url(../../images/misc/lowerLinks.gif) no-repeat;
}

	#quality-upholstery a{
		color:#fff;
		text-decoration:none;
		display:block;
		width:201px;
		height:69px;
		padding:10px 225px 0 125px;
	}

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

#navigation {
	float: right;
}

	#navigation ul {
		margin: 0px;
		display: inline;
		list-style: none;
		padding: 0px;
	}
	
	#navigation li {
		display: inline;
		margin: 0px;
	}
		  
	#navigation a {
		float:left;
		color: #BBA994;
		text-decoration:none;
		height:18px;
		padding: 55px 0px 0px 0px;
		margin:10px 15px 0 0;
		text-align:center;
		font-size:0.8em;
		background:url(../../images/misc/lowerNavBg.gif) no-repeat;
	}

	#navigation a:hover {
		background:url(../../images/misc/lowerNavBg.gif) no-repeat;
		color:#fff;
	}

#navigation li a.home { width:68px; background-position: -165px 0; }
#navigation li a.services { width:90px; background:url(../../images/misc/navBg2.gif); background-position: -83px 0; }
#navigation li a.contact { width:70px; background-position: -83px 0; }

#navigation li a.home:hover { width:68px; background-position: -165px -72px; }
#navigation li a.services:hover { width:90px; background:url(../../images/misc/navBg2.gif); background-position: -83px -74px; }
#navigation li a.contact:hover { width:70px; background-position: -83px -72px; }

body#home #navigation li a.home { width:68px; color:#fff; background-position: -165px -72px; }
body#services #navigation li a.services { width:90px; color:#fff; background:url(../../images/misc/navBg2.gif); background-position: -83px -74px; }
body#contact #navigation li a.contact { width:70px; color:#fff; background-position: -83px -72px; }

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

#footer {
	clear: both;
	width: 960px;
	height:150px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	color: #ccc;
}
	#footer a {
		white-space: nowrap;
		color: #ccc;
	}
	#footer a:hover {
		color: #FFFF00;
	}

ul#footerNav {
	float:left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 720px;
	text-align: center;
}
	ul#footerNav li {
		display: inline;
		margin: 0px 5px 0px 0px;
	}

ul#footerDetails  {
	clear:left;
	float: left;
	margin: 5px 0px 5px 0px;
	padding: 10px;
	width: 700px;
	background: url(../../images/misc/footerBg.png)

}
	ul#footerDetails li {
		display:block;
		list-style: none;
	}
	
ul#footerW3C {
	margin: 0px;
	text-align: center;
	padding: 0px 0px;
}
	ul#footerW3C li {
		display: inline;
	}

#adtrakDesign {
	text-align: center;
	width: 720px;
}

/* List Styles
--------------------------------------------------------------- */

ul li {
	line-height: 1.4em;
}

/* 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;
	}
	
/* Class Styles
--------------------------------------------------------------- */

#contactTable input, #contactTable textarea, #contactTable select {
	border: 1px solid #ccc;
	background: #fff;
}

	#contactTable #botBuster {
		display: none;
	}

.clearfix {
	clear: both;
}