/* Theme File for the Green Theme */

body {
 background: url(../images/theme-green-background-image.jpg) top left repeat-x;
}
#head #logo {
	background: url(../images/logo.jpg) no-repeat top left;
}

/* Navigation */
#head #head-menu-wrap table tr td a {
	border-right: 1px solid #97af7b;
}
#head #head-menu-wrap table tr td.first a {
	border-left: 1px solid #97af7b;
}
#head #head-menu-wrap table tr td a:hover,
#head #head-menu-wrap table tr td.active a {
	background-color: #7bacaf;
}

/* Header */
#head #text-info {
	background-color: #9edbd7;
}

/* Content */
#body {
	background: url(../images/theme-green-content-background.jpg) repeat-y;
}
#body #head-shadow {
	background: url(../images/theme-green-content-head-shadow.jpg) no-repeat;
}
#body #footer-shadow {
	background: url(../images/theme-green-content-footer-shadow.jpg) no-repeat;
}

/* Left Menu */
#content-left-menu li a {
	background-color: #eff2eb;
}
#content-left-menu ul.second li a {
	background-color: #eff2eb;
}