body {
	margin:0 auto 0 auto;
	padding:0;
	min-width:750px;
	max-width:925px;
	background-color:#999977;
	color:#5a5f1e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	line-height:140%;
}

#container {
	float:left;
	width:100%;
	background-color:#f4f5db;
}
#main-content {
	padding:16px 22px;
	min-height:400px;
}
#header {
	height:104px;
	background-color:#990000;
	background-image:url(/images/v2/home_logo_bg.gif);
	background-repeat:repeat-x;
}
#footer, #bottom {
	width:100%;
	float:left;
	background-color:#d3d7ae;
	clear:both;
}
#footer-content {
	padding:10px 22px;
	font-size:80%;
	line-height:180%;
	color:#6A7632;
}
#top-nav-menu {
	background-color:#660000;
	height:25px;
	color:white;
	padding-left:16px;
	border-top:2px solid #cc9900;
}
#top-nav-menu a:link, #top-nav-menu a:visited {
	color:white;
	text-decoration:none;
}
#top-nav-menu a:hover, #top-nav-menu a:active {
	color:#FFFF00;
	text-decoration:underline;
}
.column {
	width:33%;
	float:left;
}
.banner {
	float: right;
	width:66.666%;
	background-image:url(/images/v2/banner_01.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#banner_container {
	float: right;
	width:66.666%;
	position:relative;
	overflow:hidden;
}
#banner_container .slide {
	overflow:hidden;
	height:104px;
}
#banner_container p{
	position:absolute;
	top:66px;
	left:20px;
	margin:0;

	color:#F6F0DA;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	line-height:30px;
}
#banner_container .slide_overlay {
	position:absolute;
}


a:link, a:visited {
	color:#84933e;
	text-decoration:underline;
}
a:hover, a:active{
	color:#000000;
	text-decoration:underline;
}


h1 {
	font-size:200%;
	line-height: 100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#333300;
	margin:0;
	margin-bottom:4px;
}
h1 a:link, h1 a:visited {
	color:#333300;
	text-decoration:none;
}
h1 a:hover, h1 a:active {
	color:#000000;
	text-decoration:underline;
}
h2 {
	font-size:100%;
	font-weight:bold;
	color:#750000;
	margin:0;
}
h2 a:link, h2 a:visited {
	color:#750000;
	text-decoration:none;
}
h2 a:hover, h2 a:active {
	color:#990000;
	text-decoration:underline;
}
#footer a:link, #footer a:visited {
	color:#6A7632;
	text-decoration:underline;
}
#footer a:hover, #footer a:active{
	color:#000000;
	text-decoration:underline;
}
h1.title  {
background-image:url(/category_images2/detail_title_bg.jpg);
background-position:left top;
background-repeat:repeat-y;
padding:11pt 0pt 10pt 20px;
}




/*
h1   { color: #c80818; font-weight: normal; font-size: 22px; font-family: Georgia, Serif; margin-right: 20pt; border-width: 0pt 0pt 1pt 0pt; border-color: #ccc ; border: 0pt #ccc none none solid none}
h2   { color: #c80818; font-size: 11px; font-family: Verdana, Arial}
.subhead { color: #c80818; font-size: 11px; font-family: Verdana, Arial; font-weight: bold}
a:link		{ color: #993300 }
a:link .img		{ color: #993300 }
a:visited  { color: #993300 }
a:hover    { color: #0066ff }
body, p, td, ul  { font-size: 11px; font-family: Verdana, Georgia, Serif }

*/
.subhead { font-size: 11px; font-family: Verdana, Arial; font-weight: bold}
.navlinks      { font-size: 10px; font-family: Verdana, Arial; line-height:140%;}
.smaller   { font-size: 10px }
.larger   { font-size: 16px }
.caption  { font-size: 11px; font-family: Arial, Helvetica }
.photocredit {  font-family: Arial, Helvetica; font-size: 9px; color: #666666; text-decoration: none;}
.rnr1 {  font-size: 16px; font-style: normal; line-height: 18px; color: #FB0F0C; font-family: Skia, Verdana, Arial; font-weight: normal}
.rnr2 {  font-family: Skia, Verdana, Arial; font-size: 16px; font-style: normal; line-height: 18px; font-weight: normal; color: #99330C}
.rnr3 {  font-family: Skia, Verdana, Arial; font-size: 22px; font-style: normal; line-height: 24px; font-weight: normal; color: #FB0F0C}
.rnr4 { font-family: Skia, Verdana, Arial; font-size: 20px; font-style: normal; line-height: 22px; font-weight: normal; color: #F9F9F9}
.rnr5 { font-family: Skia, Verdana, Arial; font-size: 26px; font-style: normal; line-height: 24px; font-weight: normal; color: #F9F9F9}

.intro{
	padding-left:40px;

}
.regprice{
	padding-left:15px;

}
a.button_link {
	padding: 1px 5px 3px 3px;
	background-color:#CC0000;
	border-top:1px solid #FF6633;
	border-left:6px solid #990000;
	border-bottom:1px solid #990000;
	border-right:1px solid #990000;
	color:white;
	font-weight:bold;
	text-decoration:none;
}
a.button_link:hover {
	background-color:#FF0000;
	border-top:1px solid #FFCCCC;
	border-left:6px solid #CC0000;
}

/******** CAKEPHP **********/
#flashMessage {
	background-color:white;
	padding:6px 8px 8px 8px;
	margin:1em 0;
	border:1px solid #990000;
	font-size:17px;
	color:black;
}