/* Theme File for the Green Theme */

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

/* Navigation */
#head #head-menu-wrap table tr td a { background-image: url(../images/menu2.jpg); background-repeat: repeat; border-right: 1pt solid #bfc7d5; border-top-width: 0; border-bottom-width: 0; border-left-width: 0; }
#head #head-menu-wrap table tr td.first a { background-color: #fff; background-image: url(../images/menufirst.jpg); background-repeat: repeat; border-left: 1px solid #c2ccd7; }
#head #head-menu-wrap table tr td a:hover,
#head #head-menu-wrap table tr td.active a { background-color: transparent; background-image: url(../images/menu.jpg); background-repeat: repeat; }

/* Header */
#head #text-info { background-image: url(../images/logopart2.jpg); background-repeat: no-repeat; }

/* 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; background-image: url(../images/menu2.jpg); }
#content-left-menu ul.second li a { background-color: #eff2eb; }
