@charset "utf-8";
/* CSS for Country Thyme Designs Jewelry */
body {
	font:100% Verdana, Arial, Helvetica, sans-serif;
	background:#000000;
	margin:0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0px;
	text-align:center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#000000;
}
#container {
	width:973px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#000000;
	margin:0px auto; /* the auto margins (in conjunction with a width) center the page */
	border:1px solid #000000;
	text-align:left; /* this overrides the text-align: center on the body element. */
}
#background {
	padding:0px;
	margin:0px;
	width:973px;
	height:714px;
	background-image:url(../images/background.gif);
	position:relative;
	}
#logo {
	padding-left:145px;
	padding-top:80px;
	}
#store_link {
	padding-left:290px;
	padding-top:40px;
	}
#store_link a {
	text-decoration:none;
	background-image:url(../images/underline_black.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:4px;
	color:#000000; /* Black */
	line-height:1.5;
	}
#store_link a:hover {
	text-decoration:none;
	background-image:url(../images/underline_red.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:4px;	
	color:#CC0000; /* Red */
	line-height:1.5;
	}
#store_link li {
	list-style-type: none;
	font-size:20px;
	font-weight:bold;
	color:#000000;
	}
#sidebar {
	width:31px;
	height:186px;
	position:absolute;
	top:293px;
	left:200px;
}
#sidebar1 {
	width:31px;
	height:17px;
	}
#sidebar2 {
	width:31px;
	height:17px;
	padding-top:30px;
	}
#sidebar3 {
	width:31px;
	height:17px;
	padding-top:40px;
	}
#sidebar4 {
	width:31px;
	height:17px;
	padding-top:50px;
	}
#mainContent {
	/* width:700px;
	height:286px; */
	font-size:12px;
}
#mainContent_inner {
	width:500px;
	height:286px;
	position:absolute;
	top:293px;
	left:260px;
	}
#mainContent p {
	margin-top:1px;
	margin-bottom:10px;
	}
#mainContentAddress {
	margin:0px;
	padding:0px;
	width:250px;
	font-size:12px;
	padding-left:108px;
	}
.centertext {
	text-align:center;
	}
/* THE ALSETT CLEARING METHOD */
.clearfix:after {
 content: “.”;
 display: block; 
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {display: inline-table;}
/* backslash hack hides from IE mac \*/ LEAVE THIS COMMENT RIGHT HERE! 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */ 

