/* green specific overrides */

body {
	background: #313131;
}

td.sectiontableheader {
  border-bottom: 1px solid #313131;
  border-right: 1px solid #313131;
}

div#grunge_middle {
	background: url(img/ex2_bg_m.png) 50% 152px repeat-y;
}

div#grunge_bottom {
	background: url(img/ex2_bg_b.png) 50% 100% no-repeat;
}

div#grunge_top {
	background: url(img/ex2_bg_t.png) 50% 0 no-repeat;
}

div#header {
	background: #000;
}

div#content_pad {
	border: 5px solid #000;
}

div#nav_menu {
	background: #000;
}

div#bannerimage {
	background: url(img/ex2_bann.jpg) no-repeat;
}

div#content {
	background: #000;
}

div#userblocks td {
	background: #000;
}

div.moduletable input.inputbox {
	background: #111;
	border: 1px solid #333;
}

div.search input.inputbox {
	background: #313131;
	border: 1px solid #000;
}

.moduletable {	background: #000;}

input.submit {
	background: #000 url(img/ex2_butt.png) 0 0 repeat-x;
	border: 1px solid #333;
	padding: 2px 20px 2px 20px;
	margin: 0 5px 0 5px;
}

input.submit2 {
	background: #000 url(img/ex2_butt.png) 0 0 repeat-x;
	border: 1px solid #333;
}

input.submit2:hover {
	border: 1px solid #A6B760;
}

input.submit:hover {
	border: 1px solid #A6B760;
}

div#footer {
	background: #000;
	color: #666;
}

/** split menu definitions **/
#nav_menu li {
	border-right: 1px solid #A45753;
}

#nav_menu li.active_menu a:link,
#nav_menu li.active_menu a:visited {
	color: #A6B760;
}

div.moduletable-menu table td,
ul#mainlevel li,
ul.submenu li {
	background: url(img/ex2_menu.png) 0 2px repeat-x;
}

#user4 {
	float: right;
	margin-top: 2px;
	margin-right: 6px;
	text-align: right;
	width: 300px;
}

.listcategories
{
display: inline;
float: left;
margin: 0px;
padding: 0px;
height: 50px;
display: block;
width: 50%;
 text-align: center;
 background-color: Black;
}

#multipage {
	margin: 5px;
	padding: 7px;
	border: 1px dashed #555F55;
	width: 150px;
	float: right;
	clear: right;
}





