﻿@import url("../reset-min.css");
@import url("../fonts-min.css");

/***** General *****/
body {
	background: #eaeaea url("body_bg.gif") repeat-x scroll 0 -25px;
}
hr {
	display: none;
}

/***** Container *****/
#container {
	background: #fff url("fadedlogo.png") repeat-x top left;
	color: #333;
	margin: 12px auto 36px;
	width: 961px;
}

/***** Header *****/
#header {
	background: #fff url("fadedlogo.png") repeat-x;
	border-top: 1px solid #b3b3b3;
}
#header-gutter {
	background: url("banner.gif") repeat-x bottom left;
	height: 194px;
	overflow: hidden;
}
#header h1 {
	float: left;
}
#header h1 a {
	display: block;
	height: 70px;
	margin-left: 23px;
	margin-top: 40px;
	text-indent: -9999px;
	width: 370px;
}
#header h2 {
	display: none;
	float: right;
	height: 194px;
	margin-right: 40px;
	text-indent: -9999px;
	width: 525px;
}
.header-link {
	display: block;
	height: 151px;
	text-indent: -9999px;
}

/***** Body *****/
#body {

}
#body-gutter {
	padding: 18px;	
}
#body h1, #body h2, #body h3, #body h4, #body h5, #body h6 {
	color: #6b1b40;
}
#body h1, #body h2, #body h3, #body h4 {
    font-size: 1.6em;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 1.1em;	
}

#body h3 {
    font-size: 1.4em;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 1.1em;	
}

#body h1 {
	margin-bottom: 0.25em;	
}
#body p, #body li {
	line-height: 140%;
}
#body p, #body ol, #body ul {
	margin-bottom: 1.5em;
}
#body a {
	color: #6B1B40;
	text-decoration: none;
}
#body ul {
	margin-left: 3em;
}
#body ul li {
	list-style-type: disc;
}
#body .button {
	background-color: #6B1B40;
	border: 0 none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	padding: 10px 15px;
}

#body .mainmenu {
	border: 1px solid #d1d1d1;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 1.5em;
	padding: 18px;
}
#body .mainmenu h2 {
	margin-bottom: 0.25em;	
}
#body .mainmenu ul {
	height: auto;
	margin: 0;
	overflow: hidden;
}
#body .mainmenu li {
	float: left;
	line-height: 110%;
	list-style-type: none;
	margin-left: 9px;
	width: 140px;
}
#body .mainmenu li:first-child {
	margin-left: 0;
}
#body .mainmenu li a {
	display: block;
	text-align: center;
	width: 140px;
}
#body .mainmenu li a img {
	background-color: #fff;
	border: 1px solid #d4d4d4;
	display: block;
	padding: 3px;
	margin-bottom: 5px;
	width: 132px;
	height: 132px;
}

#body p.highlight
{
    font-weight: bold;
}

#body   .springfees {
	background-color: #E8FFED; 
}

#body   .summerfees {
	background-color: #FFF8D1; 
}

#body   .autumnfees {
	background-color: #FFF0D8; 
}

.popular {
    padding-left: 0 !important;
}

.popular li{
    list-style: none !important;
}

.popular li h3 {
    font-size: 100%;
}

.popular li h3 a {
    font-weight: bold;
}

.popular li p {
	margin: 0;
	padding: 0;
}

.popular li p.description {
	margin: 0;
	padding: 0;
	margin-right: 5em !important;
}

.popular li p.price {
	font-weight: bold;
	color: #000;
}

/***** Footer *****/
#footer {
	background-color: #d3d3d3;
}
	#footer, #footer a {
		color: #111;
	}
#footer a { 
	text-decoration: none;
}
#footer-gutter {
	height: auto;
	overflow: hidden;
	padding: 18px 18px 27px;
}
#footer p {
	float: left;
}
#footer ul {
	float: right;
}
#footer ul li {
	border-left: 1px solid #888;
	float: left;
	padding-left: 0.75em;
	margin-left: 0.75em;
}

.PriceTable
{
    border-style:solid;
    border-width:2px;
}

.PriceTable tr
{
    border-style:solid;
    border-width:1px;
    }

.PriceTable th
{
    padding:10px;
    font-weight:bold; 
    border-style:solid;
    border-width:1px;  
    margin-left:10px;
    margin-right:10px;
    width:10%; 
    }
    
    .PriceTable td
{
    padding:10px;
    font-weight:bold; 
    border-style:solid;
    border-width:1px;  
  
    }