/* styles common to all pages */


/* layout 
-----------------------------------------------------------
*/

*
{
	padding: 0;
	margin: 0;
}

html, body
{
	width: 100%;
	height: 100%;
	background-image: url(../images/background_greenleaves.jpg);
	background-position: 50% 0%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-repeat: no-repeat;
}

#topSpacer
{
	height: 60px;
}

#outerRoot1
{
	background-color: #fffff;
	padding: 4px;
	width: 750px;
	border: 1px solid #e1e1e1;
	margin: auto;
	background-color: #ffffff;
}

#outerRoot2
{
	background-color: #330000;
	padding: 5px;
	width: 740px;
}

#root
{
	width: 700px;
	background-color: #e1f0ff;
	background-image: url(../images/background_innerblueflowers.jpg);
	margin: auto;
	padding: 20px;
}

#header
{
	width: 100%;
	text-align: center;
	padding: 10px 0px 20px 0px;
}

#leftColumn
{
	width: 125px;
	float: left;
	text-align: right;
}

#centreColumn
{
	width: 410px;
	float: left;
	margin: 0px 18px 0px 18px;
}

#rightColumn
{
	width: 125px;
	float: right;
}

#footer
{
	margin-top: 40px;
	border-top: 1px solid #330000;
	text-align: center;

}

/* fonts & text elements
-----------------------------------------------------------
*/

h1
{
	color: #663333;
	font-size: 1.8em;
	font-weight: normal;
	width: 100%;
	border-bottom: 1px solid #CBDCEC;
	padding: 10px 0px 3px 0px;
}

h2
{
	color: #663333;
	font-size: 1.4em;
	font-weight: normal;
	width: 100%;
	border-bottom: 1px solid #CBDCEC;
	padding: 10px 0px 3px 0px;
}

h3
{
	color: #663333;
	font-size: 1.2em;
	font-weight: normal;
	width: 100%;
	padding: 20px 0 0 0;
}


p
{
	font-size: 1.1em;
	color: #333333;
	line-height: 1.5em;
	margin-top: 1em;

}


#footer p
{
	font-size: 0.9em;
	line-height: 0.8em;

}

a
{
	color: #5884b0;
	text-decoration: none;
}

a:hover
{
	color: #5b4200;
	text-decoration: none;
}

a:visited
{
	color: #336633;
}

a img {
	 border: none;
}


/* lists
-----------------------------------------------------------
*/

ul.level1
{
	list-style-type: none;
	margin-top: 0;
}

ul.level1 li
{
	font-size: 1.3em;
	border-bottom: 1px solid #CBDCEC;
	padding: 3px 0px 3px 0px;
}

ul.level2
{
	list-style-type: none;
	margin-top: 0;

}

ul.level2 li
{
	font-size: 1em;
	color: #ff84b0;
	padding: 3px 0px 3px 0px;
}

ul.footer
{
	list-style-type: none;
	margin-top: 10px;
	font-size: 0.9em;

}

ul.footer li
{
	display: inline;
	padding: 0px 4px 0px 7px;
	border-left: 1px solid #CBDCEC;
}

ul.footer li.first
{
	display: inline;
	padding: 0px 5px 0px 5px;
	border: 0;
}


ul {
	list-style-type: circle;
	margin-top: 10px;
	padding: 0 0 0 20px;
	font-size: 1.1em;


}

ul li {
	padding: 0 0 8px 0;
}


/**************************************SIDE LIST****************************/
ul .menulist {
	list-style-type: none;
	background: transparent url(images/bullet.gif) no-repeat 2px center;
	text-align: left;
	margin: 5px 0;
}

ul .menulist li {
	margin-left: 3px;
	padding-top: 5px 0 0 14px;
}







/* block elements
-----------------------------------------------------------
*/

div.caption
{

}

div.caption .title
{
	display: block;
	width: 115px;
	background-color: #cbdcec;
	color: #5b4200;
	font-size: 1.4em;
	padding: 5px;
	margin-top: 12px;
}

div.caption .titletop
{
	display: block;
	width: 115px;
	background-color: #cbdcec;
	color: #5884b0;
	font-size: 1.4em;
	padding: 5px;
	margin-top: 0;
}


div.caption p {
	margin-top: 8px;
}


div.supplier
{
	margin: 20px 0px 0px 0px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #CBDCEC;
}

div.supplier img
{
	float: left;
	width: 100px;
	border: 1px solid #CBDCEC;
}

div.supplier p
{
	float: right;
	width: 290px;
	margin-top: 0;
}



/* images
-----------------------------------------------------------
*/

 a img {
 border: none;
}


img.photoChris 
{
	float:left;
	margin: 0px 15px 10px 0px;
	border:1px solid #CBDCEC;
}

img.flower
{
	margin-top: 6px;
}

img.padding
{
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #CBDCEC;
}

img.photoSupplier 
{
	margin:20px 0 0 0;
	border:1px solid #CBDCEC;
}


img.which {
	padding: 30px 0 0 0;
}




/* misc
-----------------------------------------------------------
*/

#firstItem
{
	margin-top: 10px;
	color: #663333;

}

.clear {
	clear: both;
}
#popup {
	background-color: #e1f0ff;
	background-image: url(../images/background_innerblueflowers.jpg);
	margin: auto;
	padding: 20px;
	width: 90%;
}

#outerRoot1 #outerRoot2 #root #content #centreColumn .galleryimages {
	border: 1px solid #7CA6CF;
}
#outerRoot1 #outerRoot2 #root #content #centreColumn .galleryimages {
	border: 1px solid #7CA6CF;
}
