/***********************************************
// Colour scheme for the summer style of the
// Alnwick Garden site.
//
// Duplicate for other seasons.
//
// Created 01/09/2008 - v0.1
//
***********************************************/
html{
	background: url('../../../../assets/seasons/summer/img/bgMainSite.jpg') no-repeat top center;
}

a{
	color: #5E7E33;
}


/* Main Nav */
#MainNav{
	background-color: #5E7E33;
}
#MainNav ul li a:hover, #MainNav ul li a.Selected{
	color: #FFE231;
}
/* Main Nav */


/* Main Content */
#Content #ContentLeft .HeaderBox{
	background-color: #819368;
}
/* End Main Content */


/* Home */
#IntroTag{
	color: #4b0007;
}
#MiniBasket #MiniTop{
	background-color: #5E7E33; 
}
#ProductHolder #HolderTitle{
	background-color: #5E7E33; 
}

/* End Home */


/* Site Footer */
#Footer{
	border-top: 5px solid #A2AF8E;
	background-color: #819368;
}
#FooterInsect{
	width: 75px; 
	height: 53px; 
	background: url('../../../../assets/seasons/summer/img/imgFooterBee.jpg'); 
	margin-left: 50px;
}
/* End Site Footer */


/* Generic Items */
h3, h4{
	color: #7b4449;
}
h2.HomeHeader{
	border-bottom: 3px solid #4b0007;
}
.QuotePanel{
	background-color: #f0e5d4;
}
.QuotePanel2{
	background-color: #A2AF8E;
	color: #FFF;
}
/* End Generic Items */ 


/* Form Items */
.Btn1{
	background: url('../../../../assets/seasons/summer/img/btnType1.png') no-repeat;
}
.Btn1.Wide{
	background: url('../../../../assets/seasons/summer/img/btnType1Wide.png') no-repeat;
}
/* End Form Items */