/* Common */

div {
	margin: 0;
	padding: 0;
	}

span {
	}

body {
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #211400;
	font-size: 62.5%;
	font-family: Arial, Verdana, sans-serif;
	}

p {
	margin: 0;
	padding: 0 0 0.5em 0;
	}

img {
	margin: 0;
	padding: 0;
	border: 0;
	}

a:link,
a:visited {
	color: #800000;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

.cleaner,
.clr {
	clear: both;
	font-size: 0px;
	}

table,
tr,
td {
	border: 0;
	}

thead td,
th {
	font-weight: bold;
	}

thead tr,
tr th {
	color: #fff;
	background-color: #718bb0;
	}

td {
	vertical-align: top;
	}

table.outlined,
table.outlined tr,
table.outlined td {
	border-collapse: collapse;
	border: 1px solid #999;
	}

table.outlined td {
	margin: 0;
	padding: 2px 4px;
	}

table.outlined thead {
	background-color: #fff;
	}

hr {
	border: none; /* remove normal style */
	height: 1px; /* remove normal style */
	margin: 0.5em 0;
	clear: both;
	border-bottom: 1px solid #999;
	}

.vertical_rule,
.vr {
	float: left;
	margin: 1em 0.2em;
	padding: 0;
	height: 8em;
	border-left: 1px solid #999;
	font-size: 0em;
	}

ul {
	margin: 0 1em;
	padding: 0.5em 1em 1em 1em;
	}

ol {
	margin: 0 1.5em;
	padding: 0.5em 1em 1em 1em;
	}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #800000;
	}

h1 {
	clear: both;
	font-size: 2.1em;
	}

h2 {
	clear: both;
	font-size: 1.7em;
	}

h3 {
	font-size: 1.5em;
	margin-bottom: 0.5em;
}

h4 {
	font-size: 1.3em;
	}

h5 {
	font-size: 1.1em;
	}

.quote {
	color: #800000;
	font-size: 1.1em;
	line-height: 1.4em;
	font-style: italic;
	font-weight: bold;
}
#flashcontent-header img {
	float: left; 
	padding: 110px 20px 10px 150px;
}
/* Forms */

form {
	margin: 0;
	padding: 0;
	}

label {
	float: left;
	margin: 0;
	padding: 0.5em 0.5em 0 0;
	width: 100px;
	font-weight: bold;
	text-align: right;
	}

input,
select,
textarea {
	margin: 0.2em 0;
	padding: 0.2em 0.3em;
	border: 1px solid #999;
	background-color: #fff;
	}

input[type='image'] {
	width: auto;
	}

input[type='image'],
input[type='checkbox'],
input[type='radio'] {
	border: none;
	}

input[type='button'],
input[type='submit'] {
	}

.long,
input[type='file'],
textarea,
.longfield {
	width: 20em;
	}
	
.medium,
input[type='text'],
input[type='password'],
.mediumfield {
	width: 14.5em;
	}

.short,
.shortfield {
	width: 10em;
	}

.tiny,
input[type='checkbox'],
input[type='radio'],
.tinyfield {
	width: 0.2em;
	}

fieldset {
	border: 1px solid #ccc;
	}

fieldset legend {
	font-weight: bold;
	}

.errors {
	display: block;
	margin: 0.5em 0;
	padding: 0.5em 0.5em;
	border: 1px solid #f33;
	}

.hidden {
	display: none;
	visibility: hidden;
	}

form#edit,
form#add {
	margin: 10px 0;
	}

/* lists and navigation */

ul.horizontal,
ul.navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	}

ul.horizontal li {
	float: left;
	}

ul.navigation li a {
	display: block;
	width: inherit;
	padding: 0.3em 1em;
	text-decoration: none;
	}

ul.navigation li a:link,
ul.navigation li a:visited {
	color: #433916;
	}

ul.navigation li a:hover {
	color: #800000;
	}

ul.horizontal li {
	float: left;
	margin: 0 5px 0 0;
	}

ul.navigation li a.active,
ul.navigation li a:active {
	color: #f30;
	}

#top-navigation {
	float: left;
	margin-top: 130px;
	}

#top-navigation li {
	margin: 0 0.5em 0 0;
	font-weight: bold;
	}

/* Containers */
	
#header-wrapper {
	clear: both;
	width: 100%;
	background: url('/common/graphics/header-wrapper-bg.gif') top center no-repeat;
	}

#header {
	margin: 0 auto;
	width: 801px;
	height: 200px;
	background: url('/common/graphics/header-bg.gif') top center no-repeat;
	}

#container-wrapper {
	position: relative;
	width: 100%;
	background: url('/common/graphics/container-wrapper-bg.gif') top center repeat-y;
	}

#container {
	clear: both;
	margin: 0 auto;
	width: 801px;
	font: normal 1.2em/1.2 Arial, Verdana, sans-serif;
	}

#left-margin {
	background: #e7ece4 url('/common/graphics/left-margin-bg.gif') top left repeat-y;
	}

#right-margin {
	margin: 0 0 0 90px;
	background: #e7ece4 url('/common/graphics/right-margin-bg.gif') top right repeat-y;
	}

#content {
	color: #000;
	margin: 0 90px 0 0;
	padding: 10px 0;
	width: 620px;
	background: #fff url('/common/graphics/content-bg.gif') top left repeat-x;
	}

#leftpanel {
	float: left;
	padding: 0 15px 280px 15px;
	width: 400px;
	min-height: 300px;
	border-right: 2px solid #e7ece4;
	line-height: 1.4em;
}

#rightpanel {
	float: left;
	padding: 0 4px;
	width: 180px;
	line-height: 1.4em;
}

#bottom-wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: url('/common/graphics/bottom-wrapper-bg.gif') bottom center repeat-y;
	}

#bottom {
	position: relative;
	margin: 0 auto;
	width: 801px;
	height: 224px;
	background: url('/common/graphics/bottom-bg.gif') bottom center repeat-x;
	}

#flashcontent-left {
	position: absolute;
	bottom: 0;
	left: 0;
	}

#flashcontent-right {
	position: absolute;
	bottom: 0;
	right: 0;
	}

#footer-wrapper {
	clear: both;
	width: 100%;
	background: url('/common/graphics/footer-wrapper-bg.gif') top center no-repeat;
	}

#footer {
	margin: 0 auto;
	padding: 30px 130px;
	width: 540px;
	min-height: 50px;
	}


/* Gallery */

.gallery-images{
	list-style: none;
	margin: 0;
	padding: 20px 0 0 0;
}
.gallery-images li {
	list-style: none;
	margin: 0;
	padding: 0 8px 5px 0;
	float: left;
}
.gallery-images li img {
	margin: 0;
	padding: 0;
	border: 1px solid #433916
}



/* logos */

#logo-sga {
	display: block;
	float: left;
	margin: 7px 5px;
	width: 54px;
	height: 25px;
	text-indent: -100px;
	overflow: hidden;
	background: url('/common/graphics/logo_sga.gif') top left no-repeat;
	}

#logo-sga:hover {
	background-position: bottom left;
	}

#logo-greengardeners {
	display: block;
	float: left;
	margin: 0 5px;
	width: 51px;
	height: 37px;
	text-indent: -100px;
	overflow: hidden;
	background: url('/common/graphics/logo_greengardeners.gif') top left no-repeat;
	}

#logo-greengardeners:hover {
	background-position: bottom left;
	}


/*carousel*/

.slide-holder {
	width: 384px;
	height: 257px;
	position: relative;
	margin-top:5px;
	/*z-index: 102;*/
}

/*#showcaseSlide {
	z-index: 102;
}*/

#showcaseScroller li {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	display: none;
	list-style:none;
	/*z-index: 102;*/
}

