@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(images/bg.jpg);
	background-position: top;
	background-repeat:  repeat-x;
	background-color:#FFFFFF;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 14px;
}

.bottom_txt {
	margin-top:-7px;
	font-size: 13px;
} 

h1 {font-size: 16px; margin-bottom: -6px;}

h2 { color:#cc9933;
font-size: 18px;
margin-top: -2px;}

h3 { color:#000;
font-size: 18px;
font-weight: bold;
margin-top: -2px;}


h4 {font-size: 15px; margin-top:-7px; letter-spacing: 1px;}

.price {color: #cc9933;
font-size: 30px;
font-weight: bold;
}

.linespacing {line-height: 25px;}



a:link {
	color:#666633;
	text-decoration: none;
}
a:visited {
	color:#666633;
	text-decoration: none;
}
a:hover {
	color:#000;
	text-decoration: underline;
}
a:active {
	color:#666633;
	text-decoration: underline;
}


#wrapper {
	background-color:#fff;
	width: 741px;
	margin:0 auto;
	text-align: left;
}
#header {
	width:741px;
	height:96px;
	margin:0 auto;
	background-color:#fff;
}
#middle {
	height: 279px;
	background-image: url(images/tictoc_watches_middle.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

#middle_txt {margin-top: 12px;}

#bottom {
	height: 147px;
	background-image:url(images/tic_toc_jewlers_3col.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#hours {width:218px;
margin-top: 12px;
margin-left: 17px;
vertical-align: top;
}

#location {width:227px;
margin-top: 12px;
margin-left: 17px;
vertical-align: top;
}

#special {width:246px;
margin-top: 12px;
margin-left: 17px;
vertical-align: top;
}

#footer {
	height: 100px;
	margin:0 auto;
	text-align: left;
	font-size: 11px;
	}

a.footer:link {
	color:#333333;
	text-decoration: none;
}
a.footer:visited {
	color:#666666;
	text-decoration: none;
}
a.footer:hover {
	color:#999933;
	text-decoration: underline;
}
a.footer:active {
	color:#CCCCCC;
	text-decoration: underline;
}

