@charset "UTF-8";
/* BEGIN GENERAL STYLES (ordered alphabetically) */
html {
	font-size: 100%; /* IE hack */
}
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#666;
	background:url(images/footer_bg.gif) repeat;
}
a {
	color:#666; /*this matches color in "read more" link */
	text-decoration:none;
} 
a:active, a:focus {
	outline:none;
}
form {
	margin:0;
	padding:0;
}

h1, h2{ 
    color: #660409;
    margin:0;
	padding:1em 0;
}
h1 {
	font-size:1.33em;	
}
h2 {
	font-size:1.0em;
	line-height:2em;
	letter-spacing:0.4em;
	font-weight:normal;
	text-transform:uppercase;
}
input, select, th, td {
	font-size:1em; /* IE hack */
}
img{ 
	border:none; 
}
p {
	margin:1em 0 0 0;
	padding:0;
}
table {
	font-size: 100%; /* IE hack */
}

/* END GENERAL STYLES */

#header{
	background:url(images/header_bg.gif) repeat-x;
	height:130px;
}
#header a{
	color:#fff;
}
#header_layout{
	width:750px;
}
#top_header{
	text-align:right;
	height:92px;
}
#bottom_header{
	vertical-align:middle;
	height:38px;
	text-align:right;
}
#top_nav{
	margin:0;
	padding:0;
	width:750px;
	font-size:10px;
	font-weight:bold;	
}
#top_nav td{
	list-style:none;
	text-align:right;
	letter-spacing:0.3em;
	padding-left:20px;
}

#content{
	height:500px;
	background-color:#fff;
	padding-left:35px;
}
#content p{
	font-size:12px;
	line-height:24px;
}
#content_layout{
	width:715px;
}
#content_layout p{ /* This rule is here to keep it from the home page seeing it */
	text-align:justify;
}
#appt{
	margin-left:20px;
}
#copy{
	padding-right:16px;
}

#footer{
	height:200px;
	padding-top:10px;	
}
#footer p{
	width:750px;
	text-align:center;
	margin:0;
	padding:0;
}
#footer p, #footer a{
	color:#C3797A;
	font-size:10px;
}
.highlight{
	color: #660409;
}
.product_image{
	padding-top:50px;
}