/*
*****************************************************

Garden Guide at Nursery Direct - General Screen Stylesheets
Created by Karl Brightman

*****************************************************
*/

@import url("reset.css");

.clear { clear: both; display: block; height: 0; line-height: 0; }
.red { color: red; }

/* Search Box
------------------*/
#search_our_site { background: url(../images/core/search_our_site_title.jpg) no-repeat left center; height: 36px; padding: 0 0 0 135px; width: 275px; }
ul.searching, ul.searching li {
  list-style: none;
}
ul.searching li {
  float: left;
  margin-top: 8px;
}
ul.searching li.keyword {
  width: 170px
}
ul.searching li.button {
  width: 88px
}
ul.searching li.button input {
	background: url(../images/core/search_button.jpg) no-repeat 0 0;
	border: 0;
	cursor: pointer;
	height: 20px;
	overflow: hidden;
	width: 88px;
  display: block;
}
ul.searching li.button input:hover { background-position: 0 -20px !important; }
ul.searching li.keyword input {
	background: #fff;
	border: 0;
	padding: 3px;
	width: 160px;
  display: block;
  font-size: 12px!important
}
/* Basic Selectors
------------------*/
body {
	background: #ffffff url(../images/core/body_bg.jpg) repeat-y 0 0;
	font: 62.5% Verdana, Arial, sans-serif;
}

/* Header
------------------*/
#header {
	background: url(../images/core/header_bg.jpg) repeat-x 0 0;
	height: 137px;
	position: relative;
}

#header #title {
	background: url(../images/core/title_bg.jpg) no-repeat 0 0;
	height: 137px;
	overflow: hidden;
	text-indent: -9999px;
}

#header #flash {
	height: 122px;
	position: absolute;
	right: 10px;
	top: 8px;
	width: 200px;
}

/* Topbar
------------------*/
#topbar {
	background: url(../images/core/topbar_bg.jpg) repeat-x 0 0;
	height: 36px;
	padding: 0 10px;
}
#topbar .left, #topbar .right { height: 36px; line-height: 36px; }
#topbar .left { float: left; }
#topbar .right { float: right; }

#topbar_navigation { list-style: none; }
#topbar_navigation li { float: left; margin-right: 6px; }
#topbar_navigation li a {
	display: block;
	height: 20px;
	margin-top: 7px;
	overflow: hidden;
	text-indent: -9999px;
}
#topbar_navigation li a:hover { background-position: 0 -20px !important; }

#topbar_navigation li.bookmark_us a { background: url(../images/core/bookmark_us.jpg) no-repeat 0 0; width: 112px; }
#topbar_navigation li.home a { background: url(../images/core/home.jpg) no-repeat 0 0; width: 88px; }
#topbar_navigation li.contact_us a { background: url(../images/core/contact_us.jpg) no-repeat 0 0; width: 89px; }

/* Content Layout
------------------*/
#container { font-size: 1.1em; }
#right_content { float: right; margin-left: -225px; width: 100%; }
#right_content_main { padding-left: 255px; padding-right: 30px; }
#left_content { float: left; width: 225px; }

#container strong { font-weight: bold; }

/* Left Content
------------------*/
#left_content { background: url(../images/core/left_content_bg.jpg) repeat-x 0 0; padding: 20px 0; }
#left_content h2 {
	color: #005414;
	display: block;
	font: bold 1.5em Georgia, "Times New Roman", serif;
	margin-bottom: 20px;
	padding: 0 10px;
}

#left_content .fast_find_menu_list li { display: inline !important; position: relative; }
#left_content .fast_find_menu_list li a {
	background: url(../images/core/fast_find_leaf.jpg) no-repeat 7px 0 ;
	color: #00890d;
	display: block;
	font-weight: bold;
	height: 1%;
	margin-bottom: .5em;
	padding: 3px 4px 6px;
	padding-left: 45px;
}
#left_content .fast_find_menu_list li a:hover { color: #005414; }
#left_content .fast_find_menu_list li ul {
	background: #c5b79d;
	padding: 0 10px;
	display: none;
}
#left_content .fast_find_menu_list li.dropped ul { display: block !important; }
#left_content .fast_find_menu_list li ul a { background: none; padding-left: 35px; color: #4b4031; }
#left_content .fast_find_menu_list li:hover ul, #left_content .fast_find_menu_list li.hover ul { left: auto; }
#left_content .fast_find_menu_list li:hover ul li ul, #left_content .fast_find_menu_list li.hover ul li ul { left: -9999px; }
#left_content .fast_find_menu_list li ul li:hover ul, #left_content .fast_find_menu_list li ul li.hover ul { left: auto; }

/* Right Content
------------------*/
#right_content h2 {
	background: #e8e3d1;
	color: #41241f;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 20px 25px 10px;
}

#right_content h2 span { display: none; }

#right_content h2 a {
	background: url(../images/core/header_link_arrow.jpg) no-repeat left center;
	color: #005414;
	margin-left: 5px;
	padding-left: 20px;
	text-decoration: underline;
}
#right_content h2 a:hover { color: #af7641; }

#right_content .content_box {
	background: #fff;
	float: left;
	height: 74px;
	margin-right: .5%;
	margin-bottom: 5px;
	overflow: hidden;
	padding: 8px 1%;
	width: 48%;
}

#right_content .content_box .content_box_left {
	float: left;
	width: 90px;
}
#right_content .content_box .content_box_left img { border: 1px solid #af7641; }

#right_content .content_box .content_box_right {
	margin-left: 90px;
	margin-right: 5px;
}

#right_content .content_box h1, #right_content .content_box h2, #right_content .content_box h3, #right_content .content_box h4, #right_content .content_box h5 {
	border-bottom: 1px solid #ede9dd;
	color: #301b17;
	display: block;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 4px;
	padding-bottom: 4px;
}

#right_content .content_box a { color: #003399; text-decoration: underline; }
#right_content .content_box a:hover { color: #008e0e; }

#right_content .inner_right_content_box {
	background: #fff;
	color: #491007;
	font-size: 1.1em;
	padding: 10px;
}
#right_content .inner_right_content_box ul,
#right_content .inner_right_content_box ol,
#right_content .inner_right_content_box dl,
#right_content .inner_right_content_box table,
#right_content .inner_right_content_box blockquote,
#right_content .inner_right_content_box p,
#right_content .inner_right_content_box h1,
#right_content .inner_right_content_box h2,
#right_content .inner_right_content_box h3,
#right_content .inner_right_content_box h4 { margin-bottom: 1em; }

#right_content .inner_right_content_box h3 {
	border-bottom: 1px dotted #e3c9ae;
	color: #41241f;
	font: 1.3em;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 6px;
}

#right_content .inner_right_content_box .nogap { margin-bottom: 0; }

#right_content .inner_right_content_box img.image-left { float: left; margin: 1em; }
#right_content .inner_right_content_box img.image-right { float: right; margin: 1em; }
#right_content .inner_right_content_box img.image-border { border: 1px solid #996633; }

#right_content .inner_right_content_box .special_details span { margin-left: 20px; }

#right_content .inner_right_content_box table td { padding: 4px; }
#right_content .inner_right_content_box table th {
	background: #fbeee0;
	padding: 4px;
}

#right_content .inner_right_content_box ul { list-style: square; margin-left: 2em; }
#right_content .inner_right_content_box ol { list-style: decimal; margin-left: 2em; }

/* Inner
------------------*/
#inner_left {
	float: left;
	width: 165px;
}

#inner_right {
	float: right;
	margin-left: -170px;
	width: 100%;
}

#inner_right_content {
	padding-left: 170px;
}

.inner_box {
	background: #fff;
	margin-bottom: 5px;
	padding: 10px;
}

.inner_box .inner_box_left {
	float: left;
	margin-right: -190px;
	width: 100%;
}

.inner_box .inner_box_left_content {
	color: #491007;
	font-size: 1.1em;
	padding-right: 200px;
}
.inner_box .inner_box_left_content h3 {
	border-bottom: 1px dotted #e3c9ae;
	color: #41241f;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 6px;
}

.inner_box .inner_box_right {
	float: right;
	text-align: center;
	width: 190px;
}
.inner_box .inner_box_right img { border: 1px solid #996633; }

#inner_content_page_links { height: 30px; margin: 20px 0; }
#inner_content_page_links a.prev_page { float: left; }
#inner_content_page_links a.next_page { float: right; }

/* Footer
------------------*/
#footer {
	border-top: 1px solid #d9d2b8;
	color: #41241f;
	clear: both;
	display: block;
	height: 50px;
	margin-top: 20px;
	padding-top: 10px;
}

#footer a { color: #0b3e7e; text-decoration: underline; }
#footer a:hover { color: #008e0e; }

#footer p { margin-bottom: .5em; }

#footer p.top { font-size: 110%; }

.inner_box_left_content p { font-size: 11px; margin-bottom: 20px; }
.inner_box_left_content p a, .inner_box_left_content p a:hover { color: #339933; text-decoration: underline; }

#right_google_ad{
	padding-left:205px;
	padding-right: 35px;
	margin-top: -25px;			
}

