	
body {
	margin: 0;
	background-color: #8CC63F;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	}
	
h1 {
	color: #d82327;
	font-size: 140%;
	margin:0px 0px 10px 0px;
	}
	
h2 {
	color: #E29714;
	font-size: 120%;
	margin:0px 0px 10px 0px;
	}
h3 {
	color: #d82327;
	font-size: 100%;
	}
	
h4 {
	color: #d82327;
	font-size: 100%;
	}
	
#wrap {
	min-width: 772px;
	max-width: 1280px;
	width: expression(document.documentElement.clientWidth < 773 ? '772px' : document.documentElement.clientWidth > 1279 ? '1280px' : 'auto');
	width:expression((document.documentElement.offsetWidth < 773)? "772px" : "auto" );
	}
	
#header {
	height: 110px;
	background-image: url(../_images/header.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #fff; 
	}
	
#logo {
	width: 300px;
	padding-top: 8px;
	float: left;
	}
	
#topnav {
	position: relative;
	top: 10px;
	right: 10px;
	text-align: right;
	color: #d82327;
	text-decoration: none;
	}
	
#topnav a{
	color: #d82327;
	text-decoration: none;
	}
		
#topnav a:hover {
	color: #8CC63F;
	text-decoration: none;
	}
	
	
#main {

	}
	
#leftnav {
		position: absolute;
		width: 220px;
		float: left;
		font-color: #fff;		
		text-decoration: none;
	}
	
#leftnav a {
	color: #fff;
	display: block;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 30px;
	text-decoration: none;		
	background-image: url(../_images/menu.gif);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	}	
		
		
#leftnav a:hover {
	color: #fff;
	background-image: url(../_images/menu-roll.gif);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	padding-left: 30px;
	}
		
#submenu {
	padding-left: 15px;
	color: #fff;
	}
	
	
/************************************************
*	Content 				* 
************************************************/	
		
#contBox {
	position: relative;
	right: 10px;
	margin-right: 220px;
	left: 220px;
	background-image: url(http://www.flowerguide.co.uk/_images/right.tile.jpg);
	background-position: right;
	background-repeat: repeat-y;
	margin-top: 1px;
	width: auto;
	clear:all;
	zoom: 1;
	}
	
#contBoxTop {
	background-image: url(http://www.flowerguide.co.uk/_images/top.left.jpg);
	height: 17px;
	text-align: right;
	display: block;
	}
	
#contBoxBottom {
	background-image: url(http://www.flowerguide.co.uk/_images/bottom.left.jpg);
	height: 27px;
	text-align: right;
	display: block;
	clear: both;
	}

	
#contBoxMid {
	background-image: url(http://www.flowerguide.co.uk/_images/vert.gif);
	background-repeat: repeat-y;
	clear:both;
	width: auto;
	}

#contBoxMidTile {	
	}

#content {
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	}
	
#bottom-text {
	padding-top: 20px;
	padding-left: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	}
	
#footnav {
	clear:both;
	position: relative;
	text-align:right;
	margin-left: 220px;
	padding:  9px 0px 7px 0px;
	color:#FFFFFF;	
	}

#footnav a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	margin-top: 30px;
	padding-left: 6px;
	}

#footnav a:hover {
	text-decoration:none;
	color:#333;
	}

	
# {
	padding: 0;
	margin: 0;
	border: 0;
	}

.breadCrumb {
	display: inline;
	height: 20px; 
	background: #8CC63F; 
	color: #fff; 
	}
 
.breadCrumb li {
	display: inline;
	margin-right: 15px;
	}

.breadCrumb a {
	display: inline;
	color: #fff; 
	font-weight: bold; 
	background: url(../_images/breadcrumb.gif) bottom right no-repeat;
	padding-right: 15px; 
	text-decoration: none;
	}

.breadCrumb a:hover {
	color: #333;
	background:url(../_images/breadcrumb-roll.gif) bottom right no-repeat;
	}

img.alignright {
	float: 			right;
	margin-top: 	5px;
	margin-right: 	10px;
	margin-left: 	15px;
	margin-bottom: 	10px;
}

img.alignleft {
	float: 			left;
	margin-top: 	5px;
	margin-right: 	15px;
	margin-left: 	10px;
	margin-bottom: 	10px;
}

/************************************************
*	Dynamic Content 				* 
************************************************/	
#dvFlower_lblCommonName  {

}

#dvFlower_lblLatinName {

}

#dvFlower {

}

.CategoryDropDown {
	background-color:#F6D18B;
	font-size:120%;
	font-weight:bold;
	width:150px;
}

/*************************/
/* main flower page grid */
/*************************/

.Grid { 
	margin-left: 	7px; 				
}

.Grid td
{
    border: solid 3px #FFFFFF;
    margin: 3px 3px 3px 3px;
    padding: 5px 5px 5px 5px;
    text-align: left;
}

.GridHeader
{
color: #000000;
    font-weight: bold;
    background-color: #ECB143;
 text-align: left;
}

.GridItem, .GridAltItem
{
   
}

.GridItem
{
    background-color: #F8E3BB;
}

.GridAltItem
{
    background-color: #F6D18B;
}

/*********************/
/* flower index grid */
/*********************/
.BrowseGrid { 
	margin-left: 	7px; 				
}

.BrowseGrid td
{
    margin: 3px 3px 3px 3px;
    padding: 6px 12px 0px 0px;
    text-align: left;
	vertical-align:top;
	line-height:150%;
}

.BrowseGridHeader
{
	color: #000000;
    font-weight: bold;
 	text-align: left;
}

.BrowseGridItem, .BrowseGridAltItem
{
   
}

.BrowseGridItem
{
    background-color: #F8E3BB;
}

.BrowseGridAltItem
{
    background-color: #F6D18B;
}

.IndexCommonName
{
 	color: #000000;
	font-size: 100%;
	margin:0px 0px 10px 0px;
}

.IndexLatinName
{
	color: #000000;
	font-size: 100%;
	margin:0px 0px 10px 0px;
}

.IndexSmallPicture
{
  	margin: 4px 0px 10px 11px;
	vertical-align:top;
}

