
/*
Reference

 Green - b8d643 / aece3c[new]

Grey - #b4b9b0;

*/


div {
	/*border: solid 1px red;*/
}


body {
	text-align: center;
	font-family:Verdana, Arial;
	font-size:12px;
	background: url("images/silver_background.jpg") repeat;
	background-color:black;
	margin:0px;
}

#body {
	text-align: left;
	width:1024px;
	margin-left: auto;
	margin-right: auto;
	border-left:solid 2px black;
	border-right:solid 2px black;
	margin-top:20px;
}



/* search result formatting */
#results {
	color: #b4b9b0; /*grey*/
}

#results b {
	color: black;
}

#results a b {
	color: #aece3c;
}

.title {
	color: #aece3c; /*green*/
}

.description {
	color: black;
}

.url {
	font-size:0.75em;
	color: #b4b9b0; /*grey*/
	
}


h1,h2,h3,h4 {
	font-weight:normal;
	margin-top:0px;
	margin-bottom:5px;
}

h1 {
	font-size:1.5em;
	color: #aece3c; /*green*/
}
h2 {
	font-size:1.4em;
	color: #b4b9b0; /*grey*/

}
h3 {
	font-size:1.3em;
	color: #aece3c; /*green*/
}

h4 {
	font-size:1.10em;
}


p,li {
	line-height:150%
}


.detail {
	font-size:0.90em;
}

.small {
	font-size:0.75em;
}

.highlight {
	font-size:1.4em;
	color: #aece3c; /*green*/

}

.link {
	font-size:2.0em;
}
.product-feature {
	color: #b4b9b0;/*gray*/
	font-size:0.85em;
	margin-bottom:15px;
}

.product-feature img {
	
}


.green {
	border-color: #aece3c;
}


#search-input {
	border: none;
}

#search /*[thin border]*/
{
	margin:20px 10px 0px 0px;
	padding:3px 4px 2px 4px;
	border: solid 1px #b4b9b0; /*gray*/
	background-color: white;
}








/* HEADER */

#header
{
	color: white;
	background-color:black;
}
#header-images img { /*header*/
	margin:20px;
}
#header h4 {
	float:left;
	padding-left:15px;
	padding-right:15px;
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom:10px;
}
#header h4 a {
	color: white; /*#b4b9b0 gray*/
	text-decoration: none;

}
#header h4.selected {
	background: url("images/menu_selected.jpg") no-repeat top center;
}

#menu .submenu-selected {
	padding-left:120px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-bottom:0px;
}

#menu {
	border-top: solid 1px #aece3c; /*green*/
}

#dropdown-menu div {
	padding: 5px;
}


#logo {
	margin:5px 20px 20px 20px;
}


/* CONTENT */

#content /*[holds main content area]*/
{
	background-color:white;
	padding: 30px;
}




/*  FOOTER */

#footer
{
	color: white;
	background-color:black;
	padding:20px;
}


#footer a
{
	color: white;
	text-decoration: underline;

}