/*

*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(/images/header_vertical_shading.jpg) repeat-x;
	/* font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
	font-family: Verdana;
	font-size: 13px;
	color: #7F7772;
}


h1, h2, h3 {
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	/* font-family: Verdana; */
	font-weight: normal;
	color: #666666;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 136%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 140%;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #73AE40;
}

a:hover {
	text-decoration: none;
}

small {
}

/*
hr {
	display: none;
}
*/

img {
	/* border: 1px solid #B2B2B2; */
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}


/* ************************************************* */
/* ************************************************* */
/* header */

#header {
	width: 770px;
	height: 100px;
	margin: 0 auto;
}


/* ************************************************* */
/* ************************************************* */
/* Logo */

#logo {
	float: left;
	width: 228px;
	height: 110px;
	background: url(/images/header_tree_logo.gif) no-repeat left bottom;
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
}

#logo h1 {
	padding-top: 15px;
	font-size: 36px;
}

#logo h2 {
	font-size: 12px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}



/* ************************************************* */
/* ************************************************* */
/* Animated Logo */

#animatedlogo {
	float: right;
	width: 462px;
	padding-top: 70px;
	background: url(/images/header_animated_logo.gif) no-repeat left bottom;
}



/* ************************************************* */
/* ************************************************* */
/* Search */

#search {
	float: right;
	width: 280px;
	padding-top: 20px;
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search legend {
	display: none;
}

#searchinput, #searchsubmit {
	border: 1px solid #B8CAD9;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7F7772;
}

#searchinput {
	padding: 2px 5px;
	width: 198px;
	background: #FFFFFF url(/images/search_box_shading_01.gif) repeat-x;
}

#searchsubmit {
	background: #FFFFFF url(/images/search_box_shading_02.gif) repeat-x left bottom;
}





/* ************************************************* */
/* ************************************************* */
/* Menu */

#menu {
	width: 820px;
	height: 70px;
	margin: -30px auto 0 auto;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	display: block;
	height: 40px;
}

#menu li:hover {
	background: #F4F6F7;
}

#menu a {
	display: block;
	width: 47px;
	height: 35px;
	padding: 5px 17px 0 17px;
	text-align: center;
	text-decoration: none;
	/* text-transform: uppercase; */
	font-weight: bold;
	color: #5F5F5F;
}

html>body #menu a {
	width: auto;
}

#menu li.active {
	background: #B8CAD9 url(/images/tab_left_side.gif) no-repeat;
}

#menu li.active a {
	background: url(/images/tab_right_side.gif) no-repeat right top;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid black; /*THEME CHANGE HERE*/
border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 100px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-bottom: 1px solid #678b3f; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color:#B8CAD9;
color: white;
}



/* ************************************************* */
/* ************************************************* */
/* Page */

#page {
	width: 770px;
	margin: 0 auto 20px auto;
}



/* ************************************************* */
/* ************************************************* */
/* Content */

#content {
	float: left;
	width: 490px;
}

.title {
	padding-bottom: 5px;
	border-bottom: 1px solid #B8CAD9;
}

.twocols {
}

.twocols .col1 {
	float: left;
	width: 235px;
}

.twocols .col2 {
	float: right;
	width: 235px;
}

.list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.list li {
	padding-left: 10px;
	background: url(/images/bullet_small_triangle.gif) no-repeat left center;
}



/* ************************************************* */
/* ************************************************* */
/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	padding: 20px;
	background: url(/images/sidebar_top_shading.jpg) no-repeat;
}

#sidebar li ul {
}

#sidebar li li {
	padding: 5px 0;
	background: url(/images/sidebar_horizontal_separator.gif) repeat-x left bottom;
}

#sidebar h2 {
	border-bottom: 1px solid #B8CAD9;
	font-size: 114%;
	font-weight: bold;
}

#sidebar h3 {
	margin: 0;
}

#sidebar p {
	margin: 0;
	line-height: 175%;
	font-size: 85%;
}

#sidebar p.blog_strong_text {
	margin: 0;
	line-height: 175%;
	font-size: 85%;
	font-weight: bold;
}

#sidebar p.blog_date_text {
	margin: 0;
	line-height: 165%;
	font-size: 70%;
}

#sidebar p.blog_post_text {
	margin: 0;
	line-height: 145%;
	font-size: 85%;
}

/*
#sidebar a {
	text-decoration: none;
}
*/

#sidebar a:hover {
	text-decoration: underline;
}

.invisible {
	color: #FFFFFF
}

#rss_display_box {
	border: 3px solid gray;
	margin-bottom: 5px;
	padding: 5px;
}



/* ************************************************* */
/* ************************************************* */
/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding-top: 20px;
	background: #B8CAD9 url(/images/footer_thin_bar.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}





/* ************************************************* */
/* ************************************************* */
/* Shopping Cart */


.normal {
	font-family:Verdana;
	font-size:12px;
	color:#374046;
	text-decoration:none;
	font-weight:400;
}


.normalsmall {
	font-family:Verdana;
	font-size:11px;
	color:#374046;
	text-decoration:none;
	font-weight:400;
}




