@charset "utf-8";
body {
	/*font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;*/
	margin: 0;
	padding: 0;
	color: #FFF;
	text-align:center;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
	float: none;
}
a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
#container {
	width: 960px;
	background: #FFF;
	margin-left: auto;
	margin-right:auto;
	position:relative;
}
#header {
	height: 120px;
	width: 960px;
	position: relative;
}
#logo {
	margin-top: 20px;
	margin-left: 6px;
	position: relative;
	width: 100px;
	overflow: hidden;
}
#tm {
	position: absolute;
	left: 120px;
	top: 0px;
}
#sidebar1 {
	float: left;
	width: 180px;
	padding-top: 1em;
}
#STlogos {
	text-align: center;
}
#logo a img {
	margin: 10px 0px 10px 20px;
	/*display: block;*/
}
.addressArea {
	margin:10px 0 20px 0;
	text-align:center;
}
#content {
	float:left;
}
#innerContent {
	padding: 10px 0;
	width: 770px;
	margin 10px 0 10px 200px;
	/*float: left;*/
}
#content ul, #content ol { 
	padding: 0 15px 15px 40px; 
}
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #FFF;
}
#footer {
	padding: 10px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.product {
	width: 200px;
	margin-left: 30px;
}
.recordsetNav table {
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:20px;
}
#cart  .innerContent {
	padding-left: 100px;
}
#cushions .innerContent {
	padding-right: 10px;
	padding-left: 10px;
}
#tapestryPictures .innerContent {
	padding-right: 10px;
	padding-left: 10px;
}
#tapestryDoorstop .innerContent {
	padding-right: 10px;
	padding-left: 10px;
}
#tapestryRug .innerContent {
	padding-right: 10px;
	padding-left: 10px;
}
#tapestryTeacosy .innerContent {
	padding-right: 10px;
	padding-left: 10px;
}
#contact .innerContent {
	padding-right: 20px;
	padding-left: 20px;
}
#confirm  .innerContent {
	padding-right: 20px;
	padding-left: 20px;
}
#finishing .innerContent {
	padding-right: 20px;
	padding-left: 20px;
}
#finishing #container #content .innerContent img {
	padding-bottom: 1.4em;
}
#about  .innerContent {
	padding-right: 20px;
	padding-left: 20px;
}
#designServices .innerContent {
	padding-right: 20px;
	padding-left: 20px;
}
#designServices #container #content .innerContent #mainContentCopy #img1 {
	display: block;
	float: left;
	margin-right:20px;
	border: 1px solid #000;
}
#designServices #container #content .innerContent #mainContentCopy #img2 {
	display: block;
	float: right;
	border: 1px solid #000;
	margin-left:20px;
}
#terms .innerContent {
	padding-right: 20px;
	padding-left: 20px;
}
.gallery {
	float: left;
	height: 170px;
	width: 180px;
}
#gallery .innerContent {
	padding-left: 30px;
}
#registration .innerContent {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	position: relative;
}
#registrationForm {
	margin-left: 20px;
}
.innerContent {
	position: relative;
	padding:10px 0;
	width:740px;
}

