﻿@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
	background-image: url(mimg/skinny.gif);
	background-repeat: repeat-x;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	color: #D4001C;
	font-weight: lighter;
}
h2 {
	font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	font-weight: lighter;
	color: #FFF;
}
h3 {
	font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	color: #D30722;
	font-weight: lighter;
	display: inline;
	padding: 3px;
}
p {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-size: .9em;
	font-weight: lighter;
}
.floral {
	background-image: url(mimg/tile-floral.jpg);
	background-repeat: repeat-x;
	height: 119px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #999;
}
#nav {
	font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	color: #CCC;
	width: 200px;
	font-weight: lighter;
}
#nav a:link {
	color: #E9E9E8;
	font-weight: lighter;
	text-decoration: none;
	display: block;
}
#nav a:hover {
	color: #FC0;
	text-decoration: none;
	display: block;
	position: relative;
	left: 3px;
}
#nav a:visited {
	color: #E9E9E8;
	font-weight: lighter;
	text-decoration: none;
	display: block;
}
#nav a:hover:visited {
	color: #FC0;
	text-decoration: none;
	display: block;
	position: relative;
	left: 3px;
}
#right {
	font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	color: #EAEAEA;
	width: 175px;
	font-weight: lighter;
}
#nav a:link {
	color: #E9E9E8;
	font-weight: lighter;
	text-decoration: none;
	display: block;
}
#right a:link {
	color: #CCC;
	font-weight: lighter;
	text-decoration: none;
	display: block;
}
#right a:hover {
	color: #9F0016;
	text-decoration: none;
	display: block;
	position: relative;
	right: 2px;
}
#right a:visited {
	color: #CCC;
	font-weight: lighter;
	text-decoration: none;
	display: block;
}
#right a:hover:visited {
	color: #A30011;
	text-decoration: none;
	display: block;
	position: relative;
	right: 2px;
}
.rightline {
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #000;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #666;
	width: 200px;
}
.botline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D00322;
}
.tel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #EAEAEA;
	padding-right: 20px;
}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	color: #EAEAEA;
}
.dotline {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCC;
	height: 8px;
}
.red {
	color: #D00321;
}
.botright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	color: #CCC;
}
.white {
	font-size: 1.1em;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
a:link {
	color: #D40B27;
	text-decoration: none;
}
a:hover {
	color: #FC0;
}
a:visited:hover {
	color: #FC0;
}
a:visited {
	color: #9B1317;
	text-decoration: none;
}
li {
	line-height: 2em;
	color: #FFF;
	font-family: Calibri, Arial, Verdana, sans-serif;
	list-style-type: none;
}
li strong {
	font-size: 1.6em;
}
.thumb {
	border: 5px solid #FFF;
}
.hidden{display:none;}
