/*
* filename: c_header.css
* date: May 06, 2005
* description: Style definitions to display the header bar. This file needs to be included on every page.
* Copyright (c) 2000-2010, PlantContainers.com - All Rights Reserved
*/

/* Top Section */
#header_top, #header_bottom {
height: 30px;
color: #fff;
background: url(http://www.plantcontainers.com/images/page/green_grad.png) repeat-x;
}

#header_top span.right, #header_top span.left {
font-family: arial, helvetica, Sans, sans-serif;
font-size: 12px;
}

#header_top span.right, #header_bottom span.right {
margin: 3px 10px 0px 0px;
}

#header_top span.left, #header_bottom span.left {
margin: 4px 0px 0px 10px;
}

#header_top a { color: #99ff99; }

#header_top a:hover { color: #e0ffe0; }

/* Middle Section */
#header_middle {
padding: 0;
margin: 0;
height: 52px;
background: url("/images/page/pc_logo_2006_spring_2.jpg") no-repeat;
}

#header_middle h1 {
margin: 0;
padding: 0;
}

#header_middle h1 span { display: none; }

/* Search Box */
#search_box {
margin: 0px 20px 0px 0px;
position: absolute;
right: 10px;
top: 44px;
padding: 5px;
}

#search_box input.text {
background:#FDF5E6;
border: solid 1px;
}

#search_box input.button {
background: #006600;
color:#fdf5e6;
border: solid 1px;
font-size: 12px;
}

/* Tab Section */
#header_tabs {
background-color: #fff;
height: 28px;
}

#navlist {
padding: 8px 0px 0px 6px;
margin: 0;
}

#navlist ul, #navlist li {
display: inline;
list-style-type: none;
margin: 0px;
padding: 0px;
}

#navlist a:link, #navlist a:visited {
background: url(http://www.plantcontainers.com/images/page/tab_grad.png) repeat-x top left #fe6500;
border-right: 1px solid #777;
color: #fff;
float: left;
font-size: 12px;
line-height: 16px;
margin-right: 10px;
padding: 2px 16px;
text-decoration: none;
}

#navlist a:hover, #navlist a.current {
color: #fff;
background: #006400;
}

/* Bottom Section */
#header_bottom span.right, #header_bottom span.left {
font-family: sans-serif;
font-size: 12px;
}

#header_bottom a {
color: #ffd700;
text-transform: uppercase;
}

/* CLASS SELECTORS */
.call {
color: #FED700;
font-weight: bold;
font-size: 14px;
}

#navlist li.selected {
background:#006400 none repeat scroll 0 0;
color:#ffffff;
font-family: arial, helvetica, Sans, sans-serif;
float: left;
font-size: 12px;
line-height: 16px;
margin-right: 10px;
padding: 2px 16px;
text-decoration: none;
}
