/**************************************************

/ File: common.css

/ Site: Eurogarden

/ Created: 10 Apr 2007

/ Last modified: 10 Apr 2007

/**************************************************/



/**************************************************

/ Page Layout

/**************************************************/

body {

	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 13px;

	color: #000;/*#739c00;*/

	margin-bottom: 0;

	line-height: 125%;
	margin-top: 0px;
	padding-top: 0;

}



#page {

	margin: 0 auto;
	padding: 0;

	width: 750px;

	background: url(img/leftbg.png) top left repeat-y;

}



#top, #topdirect {

	height: 160px;

	background: url(img/logo.png) top left no-repeat #fff;

}

#topdirect {
	background: url(img/logodirect.png) top left no-repeat #fff;
}



.topflower

{
	position: relative;
	left: 5px;
	padding-right: 15px;
	top: 25px;
	float: right;
	height: 135px;
	width: 102px;
	text-align: center;
	background: url(img/tabtop2.png) top left no-repeat;
}



.topflower img

{
	position: relative;
	margin-top: 6px;
	width: 100px;
	left: 2px;
	height: 125px;
}



#top2 {

	background: url(img/topbg.png) top left no-repeat #b6d535;

}



	#top2 h1 {

		text-align: right;

		padding: 7px;
		
		font-weight: bold;

	}



#top, #top2

{

	width: 100%;

}



#top3

{

	background: url(img/top.png) top left no-repeat #fff;

}



#top3, #bottom {

	width: 750px;

	height: 120px;

}



#left {

	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
	background: url(img/left.png) top no-repeat;

}



#right {

	float: right;

	width: 575px;

	background: url(img/rightbg.png) top center no-repeat;

	padding-top: 15px;

}

#bottom {

	clear: both;

	background: url(img/bottom.png) top left no-repeat #fff;

}

/**************************************************

/ Menu

/**************************************************/

#left ul {
	list-style: none;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

#left ul li {
	position: relative;
	border-bottom: 1px solid #def498;
	margin-top: 7px;
	padding-bottom: 7px;
	left: -40px;
	width: 120px;
}

#left ul li a {
	text-decoration: none;
	color: #fff;
}

#left ul li a:hover {
	color: #000;
	background: #def498;
}

/**************************************************

/ Tags

/**************************************************/



h1 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: normal;

	color: #fff;

	margin: 10px;

	margin-bottom: 0;

	margin-top: 0;

}



h3 {

	font-weight: normal;

}

h4 {
	padding: 0;
	margin: 8px 0px 0px 0px;
}

p {
	margin: 6px;
}

ul {
	margin: 6px;
}

p, ul, h3, h4, table {

	margin-left: 10px;
	margin-right: 10px;

}



li {

	margin-left: 10px;

}



.orangetext {

	color: #f46300;

}


.redtext {

	color: #f00;

}


.bigtext {

	font-size: 16px;
	font-weight: bold;

}



img {

	border: 1px solid #b6d535;

}



/**************************************************

/ Tables

/**************************************************/



table {

	border-top: 1px solid #b6d535;

	border-right: 1px solid #b6d535;

	border-bottom: 1px solid #b6d535;

	background-color: #fff;

}



table td {

	border-left: 1px solid #b6d535;

	padding: 0.3em;

}



.table_header {

	background-color: #b6d535;

	color: #fff;

}



.table_odd {

	background-color: #def498;

}



/**************************************************

/ Side bar

/**************************************************/



#sideflowers {

	text-align: center;

}



#sideflowers img {

	margin-top: 1em;

	border: 2px solid #fff;/*#b6d535;*/

}



/**************************************************

/ Contact Form

/**************************************************/

table.formLayout {
	border: none;
}

table.formLayout td {
	border: none;
}

form .textbox {
	width: 175px;
	background: url(img/formText.png) left top repeat-x;
	border: 1px solid #b6d535;
}

form textarea {
	width: 175px;
	border: 1px solid #b6d535;
	background: url(img/formText.png) left top repeat-x;
}

/* ADDED 12 JUNE 09, PDF LINK */
a.pdfLink {
	display: block;
	clear: both;
	float: left;
	padding: 4px 4px 4px 32px;
	margin: 10px;
	border: 1px solid #690;
	color: #690;
	font-weight: bold;
	text-decoration: none;
	background: url(../img/pdf.gif) center left no-repeat #fff;
}

a.pdfLink:hover {
	background: url(../img/pdf.gif) center left no-repeat #690;
	color: #fff;
}

