* { 
	margin: 0px; 
	padding: 0px; 
	font:Arial, Helvetica, sans-serif; 
	font-size:13px;
}
.clearBoth {
	clear:both;
	display: block;
}
body {
	background: url(../images/design/body_bg.png);
}
#outer_wrap {
	background: url(../images/design/wrap_bg.png) top center no-repeat;
	width: 100%;
	min-height: 1080px;
}
ol {
	font:Arial, Helvetica, sans-serif;
}
ol li {
	font:Arial, Helvetica, sans-serif;
}
#inner_wrap {
	position: relative;
	margin: 0px auto;
	width: 1000px;
}
#header {
	position: relative;
	height: 155px;
}
#header h1 {
	position: absolute;
	top: 10px;
	left: -35px;
	margin: 0px;
	width: 353px;
	height: 215px;
	background: url(../images/design/creations_logo.png) top left no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}
#linktoStore {
	margin-left: 20px;
}
#content {
	padding: 80px 50px 20px 50px;
	clear: both;
	min-height: 1114px;
	background: url(../images/design/inner_wrap_bg.png) top center repeat-y;
}
#footer {
	padding: 40px 0px 20px 0px;
	height: 43px;
	background: url(../images/design/footer_bg.png) top center no-repeat;
	clear: both;
}
#footer p {
	text-align: center;
	font: 12px/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
#footer p a {
	color: #fff;
}
td#footer {
	background: none;
}

/* upper navigation */
ul#topnav {
	position: absolute;
	list-style-type: none;
	top: 45px;
	right: 20px;
}
ul#topnav li {
	float: left;
}
ul#topnav li a {
	display: block;
	text-indent: -10000px;
	overflow: hidden;
}
ul#topnav li.home a {
	margin-right: 15px;
	width: 95px;
	height: 81px;
	background: url(../images/design/home_btn.png) top left no-repeat;
}
ul#topnav li.home a:hover {
	background: url(../images/design/home_hvr.png) top left no-repeat;
}
ul#topnav li.about a {
	margin-right: 15px;
	width: 132px;
	height: 81px;
	background: url(../images/design/about_btn.png) top left no-repeat;
}
ul#topnav li.about a:hover {
	background: url(../images/design/about_hvr.png) top left no-repeat;
}
ul#topnav li.tips a {
	margin-right: 20px;
	width: 224px;
	height: 81px;
	/*background: url(../images/design/tips_btn.png) top left no-repeat;*/
	background: url(../images/design/blog_btn.png) top left no-repeat;
}
ul#topnav li.tips a:hover {
		/*background: url(../images/design/tips_hvr.png) top left no-repeat;*/
		background: url(../images/design/blog_hvr.png) top left no-repeat;
	}
ul#topnav li.online a {
	width: 151px;
	height: 81px;
	background: url(../images/design/online_btn.png) top left no-repeat;
}
ul#topnav li.online a:hover {
	background: url(../images/design/online_hvr.png) top left no-repeat;
}
		
/* lower navigation */		
ul#lownav {
	position: absolute;
	list-style-type: none;
	top: 83px;
	right: 36px;
}
ul#lownav li {
	float: left;
}
ul#lownav li a {
	display: block;
	text-indent: -10000px;
	overflow: hidden;
}
ul#lownav li.local a {
	margin-right: 10px;
	width: 152px;
	height: 65px;
	background: url(../images/design/local_btn.png) top left no-repeat;
}
ul#lownav li.local a:hover {
	background: url(../images/design/local_hvr.png) top left no-repeat;
}
ul#lownav li.specials a {
	margin-right: 15px;
	width: 187px;
	height: 65px;
	background: url(../images/design/specials_btn2.png) top left no-repeat;
}
ul#lownav li.specials a:hover {
	background: url(../images/design/specials_hvr2.png) top left no-repeat;
}
ul#lownav li.calendar a {
	margin-right: 30px;
	width: 101px;
	height: 65px;
	background: url(../images/design/classes_btn.png) top left no-repeat;
}
ul#lownav li.calendar a:hover {
	background: url(../images/design/classes_hvr.png) top left no-repeat;
}
ul#lownav li.contact a {
	width: 117px;
	height: 65px;
	background: url(../images/design/contact_btn.png) top left no-repeat;
}
ul#lownav li.contact a:hover {
	background: url(../images/design/contact_hvr.png) top left no-repeat;
}
		
/* page specific buttons */
#home ul#topnav li.home a {
	background: url(../images/design/home_hvr.png) top left no-repeat;
}
#about ul#topnav li.about a {
	background: url(../images/design/about_hvr.png) top left no-repeat;
}
#tips ul#topnav li.tips a {
	background: url(../images/design/tips_hvr.png) top left no-repeat;
}
#about ul#topnav li.about a {
	background: url(../images/design/about_hvr.png) top left no-repeat;
}
#online ul#topnav li.online a {
	background: url(../images/design/online_hvr.png) top left no-repeat;
}
#local ul#lownav li.local a {
	background: url(../images/design/local_hvr.png) top left no-repeat;
}
#specials ul#lownav li.specials a {
	background: url(../images/design/specials_hvr2.png) top left no-repeat;
}
#classes ul#lownav li.classes a {
	background: url(../images/design/classes_hvr.png) top left no-repeat;
}
#contact ul#lownav li.contact a {
	background: url(../images/design/contact_hvr.png) top left no-repeat;
}

#header #fb {
	display: block;
	position: absolute;
	top: 170px;
	right: 75px;
	color: #000;
	font-weight: bold;
	line-height: 32px;
	text-decoration: none;
	z-index: 1000;
}
#header #fb img {
	display: block;
	float: left;
}
#header #fb:hover span {
	text-decoration: underline;
}

/*--------------------------------------------------------------------------------
TEXT ELEMENTS
--------------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: .5em 0;
}
h2 {
	font: 30px  Arial, Helvetica, sans-serif;
}
h3 {
	font: 24px Arial, Helvetica, sans-serif;
}
p {
	margin: 1em 0;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #000;
}
.attn {
	color: #CC0000;
}

/*--------------------------------------------------------------------------------
FORM ELEMENTS
--------------------------------------------------------------------------------*/
iframe {
	padding: 5px;
	background: #fff;
}
#contact .col1 {
	width: 48%;
	float: left;
}
#contact .col2 {
	width: 48%;
	float: right;
}
#contact form {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
}
#contact br {
	clear: left;
}
#contact label {
	width: 175px;
	margin-bottom: 10px;
	display: block;
	float: left;
}
#contact input[type="text"], #contact select {
	margin-bottom: 10px;
	padding: 4px 4px;
	width: 230px;
	border: 1px solid #CFC1A8;
	display: block;
	float: left;
}
#contact textarea {
	padding: 5px;
	border: 1px solid #CFC1A8;
}
#contact input[type="image"] {
	margin-top: 10px;
}

/* ------------------------------------------------------------------------
HOME PAGE ELEMENTS
--------------------------------------------------------------------------*/
.banner {
	position: absolute;
	top: 50px;
	right: 40px;
	width: 601px;
	height: 119px;
	background: url(../images/banner.gif) center center no-repeat;
	display: block; 
}
.banner p {
	font: 30px Arial, Helvetica, sans-serif
	color: #000;
	text-align: center;
}
.topContent {
	padding-top: 30px;
	min-height: 420px;
	background: url(../images/stitching.png) top center no-repeat;
}
.topContent .pic {
	padding: 10px;
	background: #fff;
	float: left;
}
.intro {
	width: 350px;
	float: right;
}
.intro p {
	margin-top: 0px;
}
.topContent ul {
	margin-left: 14px;
}
.topContent li {
	font-size: 14px;
	line-height: 20px;
}
.bottomContent {
	position: relative;
	padding-top: 30px;
	min-height: 400px;
	background: url(../images/stitching.png) top center no-repeat;
}
.toprow {
	padding-bottom: 30px;
	width: 550px;
	background: url(../images/stitching.png) bottom left no-repeat;
	float: right; 
}
.toprow .map {
	width: 275px;
	float: left;
	text-align: center;
}
.toprow p {
	margin: 0px;
}
.toprow .mapinfo {
	width: 260px;
	float: right;
}
.bottomrow {
	padding-top: 30px;
	width: 550px;
	float: right;
}
.bottomrow img {
	margin-right: 20px;
	float:left;
}
	
/* store hours */
#home  {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}
#home table th,  td {
	padding: 3px 0px;
}
#home table th {
	float: left;
	font-weight: normal;
}
#home table td {
	float: right;
}

/* coupon */
a img.coupons {
	border: none;
}
.coupons {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	z-index: 1000;
}

/* classes */
#classes {
	position: absolute;
	top: 230px;
	left: 0px;
	padding: 40px 30px 40px 30px;
	width: 260px;
	height: 90px;
	background: url(../images/classes.gif) top left no-repeat;
	display: block;
}

/* newsletter */
form.newsletter {
	padding: 10px;
	position: absolute;
	top: 400px;
	width: 294px;
}
form.newsletter input[type="text"] {
	margin-top: 12px;
	width: 160px;
	float: left;
	display: block;
}
form.newsletter input[type="image"] {
	width: 96px;
	height: 42px;
	border: none;
	float: left;
	display: block;
}

<!------------------------------------------------------------------->
<!-----       Tips/Techniques - Make N Takes - Specials        ------>
<!------------------------------------------------------------------->

.clearSearch a:hover{
	color:#555555;
	text-decoration: underline;
}
.noResults{
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
#tipImage {
	float: left;
	margin-right:25px;
}
#searchField {
	width: 185px;
	height: 20px;
}
#search {
	margin-bottom:25px;
	background-color:#9999CC;
	padding: 0px 0px 20px 20px;
	border:#000000 solid;
}
#categories {
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	float: left;
	width: 1000px;
}
#catTitle{
	font-size:16px;
}
#listcat {
	margin-top: 10px;
	margin-bottom: 20px;
	/*margin-left: 100px;*/
}
#searchResults {
	margin-top: 10px;
	margin-bottom: 20px;
}
#searchResults h2, #listcat h2{
	margin-bottom: 0px;
}
.catli {
	display: block;
	float: left;
  width: 150px;
}
.catli a{
	font-size:14px;
	text-decoration:none;
}
.catli a:hover{
	color:#555555;
	text-decoration: underline;
}
.imageRight {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}
.imageLeft {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.tipName {
	vertical-align:middle;
	margin-top: 20px;
}
#thecontent {
	width:500px;
}
#thecontent ol{
	padding-left: 327px;
}
#thecontent li, #thisMonths li{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}
#thecontent p{
	padding-left: 308px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
#mtView h3, #thisMonths h3{
	font-style: italic;
	margin-bottom: 0px;
}
#mtView h4{
	font-style: italic;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}
/*----------------IMAGE SLIDESHOW-------------*/

.Caption {
font-family: Arial;
font-weight: normal;
font-size:  12pt;
color:      #FF3300; }

A.Controls:link    { color:#666666;
                     text-decoration:none;
                     font-family: Arial;
                     font-size:   14pt;
                     font-weight: bold; }
A.Controls:visited { color:#666666; text-decoration:none; 
                     font-family: Arial;
                     font-size:   14pt;
                     font-weight: bold; }
A.Controls:active  { color:#666666; text-decoration:none;
                     font-family: Arial;
                     font-size:   14pt;
                     font-weight: bold; }
A.Controls:hover   { color:#00FF00; text-decoration:none;
                     font-family: Arial;
                     font-size:   14pt;
                     font-weight: bold; }
