@import url("whitespace.css");
@import url("forms.css");
@import url("photo-gallery.css");

img {
	margin: 5px;
}
a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active {	text-decoration: none;}

body {
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #232526;
}
#container {
	width: 980px;
	margin: 0 auto;
	position: relative;
	background: #FFF url(../images/internal-repeat.gif) 0 0 repeat-y;
}
#header {
	margin: 0;
	height: 142px;
	text-indent: -1234em;
	background: #FFF url(../images/address.gif) 100% 0 no-repeat;
}
#header img {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	border-width: 0;
}
#navigation {
	height: 65px;
	background: url(../images/menu.jpg) 0 0 no-repeat;
	margin: 0;
	list-style: none;
	position: relative;
	border-bottom: 2px solid #FFF;
	text-indent: -1234em;
	z-index: 100;
}
#navigation li {
	margin: 0;
	position: absolute;
	top: 0;
	height: 65px;
}
#navigation li a {
	display: block;
	height: 65px;
	text-decoration: none;
}
#home {
	width: 85px;
	left: 0px;
}
#home a:hover {	background: url(../images/menu.jpg) 0 -65px no-repeat;}
#about {
	width: 102px;
	left: 85px;
}
#about a:hover {	background: url(../images/menu.jpg) -85px -65px no-repeat;}
#catalog {
	width: 108px;
	left: 187px;
}
li:hover#catalog,
#catalog a:hover {	background: url(../images/menu.jpg) -187px -65px no-repeat;}
#services {
	width: 100px;
	left: 295px;
}
#services a:hover {	background: url(../images/menu.jpg) -295px -65px no-repeat;}
#photos {
	width: 159px;
	left: 395px;
}
#photos a:hover {	background: url(../images/menu.jpg) -395px -65px no-repeat;}
#links {
	width: 70px;
	left: 554px;
}
#links a:hover {	background: url(../images/menu.jpg) -554px -65px no-repeat;}
#appt {
	width: 244px;
	left: 624px;
}
#appt a:hover {	background: url(../images/menu.jpg) -624px -65px no-repeat;}
#contact {
	width: 112px;
	left: 868px;
}
#contact a:hover {	background: url(../images/menu.jpg) -868px -65px no-repeat;}

#navigation ul {	display: none;}
#navigation li:hover ul {
	display: block;
	position: absolute;
	left: 50%;
	top: 65px;
	width: 200px;
	background: #4f555a;
	margin: 0 0 0 -105px;
	list-style: none;
	text-indent: 0;
	padding: 5px;
	text-align: center;
}
#navigation ul li {
	position: static;
	height: auto;
}
#navigation ul li a {
	height: auto;
	_height: 1px;
	color: #FFF;
	padding: 2px;
}
#navigation ul li a:hover {
	color:  #4f555a;
	background: #FFF;
}
#left,
#middle,
#right {
	position: absolute;
	top: 209px;
	margin: 0;
	border: 0;
}
#left {	left: 0;}
#middle {	left: 266px;}
#right {	left: 716px;}
#index #content {
	height: 400px;
	padding: 10px 0 0;
}
#index #internalphoto,
#index #title {	display: none;}

#content {
	margin: 0 116px 0 366px;
	padding: 30px 0;
	min-height: 350px;
}
#internalphoto {
	margin: 0;
	border-width: 0;
	position: absolute;
	left: 50px;
	top: 209px;
}
#fluff {
	width: 100%;
	clear: both;
	background: url(../images/diamonds.gif) 100% 100% no-repeat;
	height: 52px;
}
#title {
	color: #006d86;
	margin: 0 0 15px;
	font-size: 24px;
	letter-spacing: -1px;
}
#footer {
	background: #FFF url(../images/footer.gif) 0 2px no-repeat;
	padding: 30px 10px 10px;
	text-align: center;
}
#footer a {
	text-decoration: none;
	color: #4f555a;
}
#footer a:hover {	text-decoration: underline;}
#byline {
	margin: 30px 0 0;
	text-align: right;
	color: #9ba5ad;
	font-size: 10px;
}

table.links {
	border-width: 0;
	width: 496px;
	margin: 10px 0;
}
table.links td {
	border-width: 0;
	line-height: 1.8;
	width: 50%;
	vertical-align: top;
}
.links ul {
	margin: 0 20px 0 0;
}
.links li {
	margin: 0 0 0 20px;
}

table.catalog {
	border-width: 0;
	width: 496px;
	margin: 10px auto;
}
table.catalog td {
	border-width: 0;
	width: 25%;
	text-align: center;
	vertical-align: top;
	padding: 0 3px 15px;
}
.catalog td img {
	border-width: 0;
	margin: 0 0 3px;
}
#content .catalog td a {
	text-decoration: none;
}


