/* --Start of Main CSS File-- --Script version 1.1-- */
/* Script Browser: MOZILLA and Version: 5.0 for faq page */

/* Cache Key: 04-09-2025 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/*vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	/*border-collapse: collapse;*/
	border-spacing: 0;
}
strong {
	font-weight: bold;
}

/* Root URL: http://www.pbplantsales.co.uk */

/* Global styles */

html { width:100%; }
body {
	width: 100%;
	min-height: 1200px;
	background: #000 url('http://www.pbplantsales.co.uk/images/bkg.png') repeat-x 0 0 scroll;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #1d1d1d;
}
a { text-decoration: none; }
a:link { color: #e54d04; } /* Orange */
a:visited { color: #e54d04; } /* Orange */
a:focus { color: #1d9c00; } /* Green */
a:hover { color: #1d9c00; } /* Green */
a:active { color: #e54d04; } /* Orange */

.global_container {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.main_container {
	width: 100%;
	margin:0 auto;
	padding: 0;
}

/* Top header styles */

.header {
	position: relative;
	top: 0;
	width: 1100px;
	height: 150px;
	background: transparent url('http://www.pbplantsales.co.uk/images/top_haze.jpg') no-repeat 0 0;
	color: #fff;
	line-height: 20px;
	margin: auto;
}
.header .intro_text {
	position: absolute;
	top: 0;
	left: 0;
	width: 330px;
	height: 123px;
	padding: 27px 0 0 70px;
}
.header .logo {
	position: absolute;
	top: 0;
	left: 458px;
	width: 181px;
	height: 120px;
}
.header .top_contact {
	position: absolute;
	top: 0;
	right: 0;
	width: 330px;
	height: 123px;
	padding: 27px 70px 0;
	text-align: right;
}

/* Central container styles */

.central_container {
	position: relative;
	top: 0;
	width: 1100px;
	height: 300px;
	background: transparent url('http://www.pbplantsales.co.uk/images/central_bkg.png') no-repeat 0 0;
	margin: auto;
}
.central_container .central_box {
	position: absolute;
	top: -30px;
	left: 0;
	width: 1100px;
	height: 330px;
	background: transparent url('http://www.pbplantsales.co.uk/images/central_box.jpg') no-repeat center 0;
}
.central_container .central_box .menu_bar {
	position: absolute;
	top: 0;
	right: 170px;
	width: 760px;
	height: 50px;
}
.central_container .central_box .plant_button {
	position: absolute;
	top: 136px;
	left: 0;
	width: 290px;
	height: 87px;
	cursor: pointer;
}
.central_container .central_box .commercial_button {
	position: absolute;
	top: 136px;
	right: 0;
	width: 290px;
	height: 87px;
	cursor: pointer;
}

/* Navigation Bar styles */

nav#menu {
	position: absolute;
	top: 14px;
	left: 10px;
	width: 522px;
	height: 30px;
	font-size: 0.875em; /* 14px / 16px */
}
nav#menu a:link { color: #1d1d1d; }
nav#menu a:visited { color: #1d1d1d; }
nav#menu a:focus { color: #1d1d1d; }
nav#menu a:hover { color: #1d1d1d; }
nav#menu a:active { color: #1d1d1d; }

#menu * {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	text-decoration: none;
}
#menu ul.menu {
	white-space: nowrap;
}

/* Geometrical arrangement */
#menu ul.menu li {
	display: inline-block;
	height: 14px;
	position: relative;
	margin: 0 1px 0;
	padding: 3px 7px 3px 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

#menu ul.menu li.active, #menu ul.menu li:hover {
	background-color: #e54d04;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
	-moz-box-shadow: 3px 3px 7px #858585;
    -webkit-box-shadow: 3px 3px 7px #858585;
    box-shadow: 3px 3px 7px #858585;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f3621d), to(#c74709));
	background: -moz-linear-gradient(#f3621d, #c74709 100%);
	background: linear-gradient(#f3621d, #c74709 100%);
	-pie-background: linear-gradient(#f3621d, #c74709 100%);
}
#menu ul.menu li.active span, #menu ul.menu li:hover span { color: #fff; }

#menu ul.menu li div {
	position: absolute;
	top: 20px; /* Dropdown distance */
	left: 0;
	z-index: 25;
}

/* Escaping style for lower levels */
#menu ul.menu li div ul li {
	display: block;
	float: none;
	width: auto;
	height: auto;
	margin-top: 5px;
	background-color: #e54d04;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
	-moz-box-shadow: 3px 3px 5px #454545;
    -webkit-box-shadow: 3px 3px 5px #454545;
    box-shadow: 3px 3px 5px #454545;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f3621d), to(#c74709));
	background: -moz-linear-gradient(#f3621d, #c74709 100%);
	background: linear-gradient(#f3621d, #c74709 100%);
	-pie-background: linear-gradient(#f3621d, #c74709 100%);
}
#menu ul.menu li div ul li:hover {
	-moz-box-shadow: 3px 3px 5px #656565;
    -webkit-box-shadow: 3px 3px 5px #656565;
    box-shadow: 3px 3px 5px #656565;
}
#menu ul.menu li div ul li:hover span { color: #1d1d1d; }

/* Menu logic */
#menu li>div { visibility: hidden; }
#menu li:hover>div { visibility: visible; }

/* search styles */

.top_search {
	position: absolute;
	top: 14px;
	right: 180px;
	width: 200px;
	height: 30px;
}
.search_box {
	width: 165px;
	height: 18px;
	border: 1px solid #aaa;
	background: #fff;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
}
.top_search .search_box #search {
	position: relative;
	top: -1px;
	left: 0;
	font-size: 0.75em; /* 15px / 16px */
	border: none;
	background: none;
	width: 155px;
	height: 18px;
	line-height: 18px;
	padding: 0 5px 0 5px;
}
.top_search .search_box #search_submit {
	position: absolute;
	top: 0;
	right: 0;
}

/* Main Content */

#main_content {
	position: relative;
	width: 100%;
	background: #fff url('http://www.pbplantsales.co.uk/images/content_top.jpg') no-repeat center 0;
}
#bottom_links {
	position: relative;
	width: 100%;
	height: 168px;
	background: #2c2b2b url('http://www.pbplantsales.co.uk/images/bottom_bar_bkg.png') repeat-x 0 0;
}
#footer_content {
	position: relative;
	width: 100%;
	background: #000 url('http://www.pbplantsales.co.uk/images/footer_bkg.png') repeat-x 0 0;
}
.bottom_wrapper {
	width: auto;
}

/* Content Boxes */

#content {
	position: relative;
	width: 960px;
	margin: auto;
}
#content p {
	margin-bottom: 15px;
}
#bottom_content {
	position: relative;
	width: 960px;
	min-height: 168px;
	margin: auto;
}
#footer {
	position: relative;
	width: 960px;
	min-height: 32px;
	margin: auto;
	text-align: center;
	color: #a2a2a2;
	font-size: 0.625em; 
	padding-top: 5px;
	line-height: 12px;
}

/* the content */

#site_intro {
	line-height: 20px;
}
#full_content {
	position: relative;
	top: 25px;
	width: 960px;
	float: left;
	min-height: 530px;
}
#left_content {
	position: relative;
	top: 25px;
	width: 685px;
	border-right: 2px solid #ccc;
	padding-right: 15px;
	float: left;
	min-height: 530px;
}
#right_content {
	position: relative;
	width: 243px;
	float: right;
	min-height: 550px; /* 750px */
	padding: 25px 0 0 15px;
}
#product_intro {
	position: relative;
	width: 675px;
	margin: 30px 0;
}
#product_intro p { 
	font-size: 0.875em; /* 14px / 16px */
	line-height: 16px;
}
.home_product {
	width: 292px;
	display: inline-block;
	border: 2px solid #ccc;
	padding: 12px 3px 12px 3px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
#plant_intro {}
#commercial_intro {
	float: right;
}
.product_img {
	float: left;
	margin: 0 6px 0 -3px;
}
.prod_title {
	font-size: 160%; 
	color: #1d9c00;
	line-height: 40px;
}
.prod_title_2 {
	font-size: 160%; 
	color: #e54d04;
	letter-spacing: -1px;
	line-height: 40px;
}
#plant_btn {
	display: inline-block;
	float: right;
	margin: 5px 3px 0 3px;
	width: 40px;
	height: 16px;
	padding: 2px 3px 2px 3px;
	font-size: 0.8571428em; /* 12px / 14px */
	/*font-weight: bold;*/
	background-color: #1d9c00;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#plant_btn:hover { background-color: #e54d04; }
#comm_btn {
	display: inline-block;
	float: right;
	margin: 5px 3px 0 3px;
	width: 40px;
	height: 16px;
	padding: 2px 3px 2px 3px;
	font-size: 0.8571428em; /* 12px / 14px */
	/*font-weight: bold;*/
	background-color: #e54d04;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#comm_btn:hover { background-color: #1d9c00; }
.prod_btn a, .prod_btn a:link, .prod_btn a:visited, .prod_btn a:focus, .prod_btn a:hover, .prod_btn a:visited {
	color: #fff;
}

/* Latest news side bar styles */

.sidebar_title {
	display: block;
	width: 240px;
	height: 29px;
	margin: 0 0 18px 0;
	line-height: 29px;
	background: #ccc;
	padding: 0 0 0 3px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
	-moz-box-shadow: 3px 3px 7px #656565;
    -webkit-box-shadow: 3px 3px 7px #656565;
    box-shadow: 3px 3px 7px #656565;
}
.sidebar_title img {
	vertical-align: middle;
	margin: -3px 3px 0;
}

.sidebar_news {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #ccc;
}
.sidebar_news:last-child {
	border-bottom: none;
}
.news_title {
	color: #e54d04;
	font-weight: bold;
	margin: 0 0 15px 0;
}
.sidebar_content {
	font-size: 0.875em; /* 14px / 16px */
	line-height: 16px;
}

/* Bottom Links Styles */

.bottom_box {
	float: left;
	width: 299px;
	min-height: 148px;
	border-right: 1px solid #ccc;
	margin: 10px 0 10px 0;
	padding: 0 10px 0 10px;
	color: #dbdbdb;
}
.bottom_box:last-child { border-right: none; }
#bottom_box_1 {

}
#bottom_box_2 {

}
#bottom_box_3 {
	float: right;
}
.bottom_title {
	display: block;
	margin: 0 0 12px 0;
	line-height: 23px;
}
.bottom_title img {
	vertical-align: middle;
	margin-right: 3px;
}
.sub_links {
	font-size: 0.6875em; /* 11px / 16px */
	line-height: 14px;
	display: block;
}
#subm_links a, #subm_links a:link, #subm_links a:visited, #subm_links a:active { color: #dbdbdb; }
#subm_links a:focus, #subm_links a:hover { color: #e54d04; }

#subp_links a, #subp_links a:link, #subp_links a:visited, #subp_links a:active { color: #1d9c00; }
#subp_links a:focus, #subp_links a:hover {color: #e54d04; }

.sn_icons {
	float: right;
	margin: -42px 0; 
}

/* Product Pages and search */

#product_left {
	position: relative;
	width: 180px;
	float: left;
	min-height: 550px; /* 750px */
	padding: 25px 15px 0;
}
#product_right {
	position: relative;
	top: 25px;
	width: 728px;
	padding-left: 15px;
	float: right;
	min-height: 530px;
	border-left: 2px solid #ccc;
}
.parent_cat {
	font-size: 1.25em; /* 20px / 16px */
}
ul.product_nav {
	margin: 15px 0 0 10px;
	font-size: 0.9375em; /* 15px / 16px */
	line-height: 16px;
	list-style-position: inside;
	list-style-image: url('http://www.pbplantsales.co.uk/images/topcat_dot.png');
}
ul.product_nav li div ul {
	margin: 5px 0 0 10px;
	font-size: 0.8125em; /* 13px / 16px */
	list-style-position: inside;
	list-style-image: url('http://www.pbplantsales.co.uk/images/subcat_dot.png');
}
.breadcrumb{
	font-size: 0.8125em; /* 13px / 16px */
}

/* Product Listing Styles */

.product_list {
	vertical-align: middle;
}
.plant_product_title, .commercial_product_title {
	height: 28px;
	font-weight: bold;
	padding-left: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
}
.plant_product_title a, .commercial_product_title a {
	color: #000;
}
.plant_product_title a:focus, .plant_product_title a:hover {
	color: #e54d04;
}
.commercial_product_title a:focus, .commercial_product_title a:hover {
	color: #1d9c00;
}
.plant_product_title {
	background-color: #d1ffcb;
}
.commercial_product_title {
	background-color: #ffd4c0;
}
.plant_product_content {
	border-left: 1px solid #d1ffcb;
}
.commercial_product_content {
	border-left: 1px solid #ffd4c0;
}
.plant_product_content table tr td.product_mini_img {
	width: 140px;
	min-width: 140px;
	max-width: 140px;
	border-right: 1px solid #d1ffcb;
	padding:0;
	margin:0;
}
.product_mini_img img {
	padding:0;
	margin:0;
	vertical-align: middle;
}
.commercial_product_content table tr td.product_mini_img {
	width: 140px;
	min-width: 140px;
	max-width: 140px;
	border-right: 1px solid #ffd4c0;
	padding:0;
	margin:0;
}
.plant_product_content table, .commercial_product_content table, .product_mini_descri, .product_mini_link {
	font-size: 0.875em; /* 14px / 16px */
}
.product_mini_list {
	padding: 3px 5px 3px 4px;
	font-weight: bold;
}
.plant_product_content table tr td.plant_product_mini {
	border-right: 1px solid #d1ffcb;
	padding-right: 5px;
}
.commercial_product_content table tr td.commercial_product_mini {
	border-right: 1px solid #ffd4c0;
	padding-right: 5px;
}
.plant_product_mini, .commercial_product_mini {
	width: 250px;
	min-width: 250px;
}
.product_mini_descri {
	width: 100%;
	vertical-align: top;
	padding: 3px 5px 4px 5px;
	line-height: 14px;
}
.plant_product_content table tr td.product_mini_descri {
	border-right: 1px solid #d1ffcb;
}
.commercial_product_content table tr td.product_mini_descri {
	border-right: 1px solid #ffd4c0;
}
.plant_product_mini_link, .commercial_product_mini_link { 
	font-size: 0.8571428em; /* 12px / 14px */
	height: 25px;
	padding-right: 4px;
}
.plant_product_mini_link a, .commercial_product_mini_link a {
	float: right;
}
.plant_product_mini_link {
	border: 1px solid #d1ffcb;
}
.commercial_product_mini_link {
	border: 1px solid #ffd4c0;
}

/* Product view styles */

.product_view {
	vertical-align: middle;
}
.product_view tr td.product_view_images table {
	margin: 5px 0;
}
.product_view tr td.product_view_images table tr td {
	padding-right: 5px;
}
.product_view tr td.product_view_images table tr td:last-child {
	padding-right: 0;
}
.product_view tr td.product_view_images table tr td {
	padding-top: 5px;
}
.product_view tr td.product_view_images table tr:first-child td {
	padding-top: 0;
}
#plant_product_view tr td.product_view_images img {
	vertical-align: middle;
	text-align: center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-background-origin: border;
	-webkit-background-origin: border-box;
	background-origin: border-box;
	-moz-background-clip: border; 
	-webkit-background-clip: border-box; 
	background-clip: border-box;
}
#plant_product_view tr td.product_view_images div {
	border: 1px solid #1d9c00;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-background-origin: border;
	-webkit-background-origin: border-box;
	background-origin: border-box;
	-moz-background-clip: border; 
	-webkit-background-clip: border-box; 
	background-clip: border-box;
}
#commercial_product_view tr td.product_view_images img {
	vertical-align: middle;
	text-align: center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-background-origin: border;
	-webkit-background-origin: border-box;
	background-origin: border-box;
	-moz-background-clip: border; 
	-webkit-background-clip: border-box; 
	background-clip: border-box;
}
#commercial_product_view tr td.product_view_images div {
	border: 1px solid #e54d04;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-background-origin: border;
	-webkit-background-origin: border-box;
	background-origin: border-box;
	-moz-background-clip: border; 
	-webkit-background-clip: border-box; 
	background-clip: border-box;
}
#product_image {
	display: block;
	min-height: 173px;
	min-width: 261px;
}
.product_view_images .main_image
{
	min-height: 173px;
	min-width: 261px;
	text-align: center;
	vertical-align: middle;
}
.product_view_info {
	vertical-align: top;
}
.product_view_info div {
	width: 460px;
	height: 261px;
	border: 1px solid #ccc;
	padding: 5px;
	margin-left: 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
}
.product_view_info div table {
	font-size: 0.875em; /* 14px / 16px */
}
#commercial_product_view .product_view_info div table tr td {
	border-bottom: 1px solid #ccc;
	padding: 3px 10px 5px 0;
}
#commercial_product_view .product_view_info div table tr td.last {
	border-bottom: none;
}
.product_view_info div table tr td {
	border-bottom: 1px solid #ccc;
	padding: 6px 0px 8px 0;
}
.product_view_info div table tr td.last {
	border-bottom: none;
}
.product_view_info div table tr td:first-child {
	font-weight: bold;
	padding-right: 10px;
}
.product_view_description {
	width: 732px;
}
.product_view_description div {
	width: 732px;
	min-height: 170px;
	border: 1px solid #ccc;
	padding: 5px;
	margin-top: 15px;
	font-size: 0.875em; /* 14px / 16px */
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
}
.back_link {
	vertical-align: middle;
	line-height: 13px;
}
.back_link img {
	vertical-align: middle;
}
.back_float {
	margin: -18px 0;
	float: right;
}
.under_float {
	float: right;
}

/* login Styles */

.login_container {
	position: relative;
	width: 900px;
	height: 700px;
	margin-top: -30px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-left: 2px solid #1d9c00;
	border-top: 2px solid #1d9c00;
	border-right: 2px solid #e54d04;
	border-bottom: 2px solid #e54d04;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
	-moz-box-shadow: 3px 3px 7px #656565;
    -webkit-box-shadow: 3px 3px 7px #656565;
    box-shadow: 3px 3px 7px #656565;
	z-index: 10;
}
.login_box {
	position: relative;
	width: 360px;
	background-color: #fff;
	padding: 5px;
	margin-top: 20%;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #1d9c00;
	border-top: 1px solid #1d9c00;
	border-right: 1px solid #e54d04;
	border-bottom: 1px solid #e54d04;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
	-moz-box-shadow: 3px 3px 7px #858585;
    -webkit-box-shadow: 3px 3px 7px #858585;
    box-shadow: 3px 3px 7px #858585;
}
.login_box  h1 {
	font-size: 1.25em; /* 20px / 16px */
	text-align: center;
	margin-bottom: 15px;
	color: #1d9c00;
}
.login_box span {
	display: block;
	width: 100%;
	text-align: center;
}
.login_box table {
	width: 100%;
	text-align: left;
}
.login_box table tr td span {
	display: inline;
	width: 100%;
}
.login_box table tr td input {
	width: 250px;
}
.login_box table tr td input.submit {
	margin-left: 38%;
	width: 80px;
}

/* news Page Styling */

.news_date {
	font-size: 1.125em; /* 18px / 16px */
	color: #e54d04;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background-color: #fefdf5;
}
.news_content{
	padding: 5px 0 5px 0;
	font-size: 0.875em; /* 14px / 16px */
}
.news_link {
	padding: 18px 0 5px 0;
	border-bottom: 1px solid #ccc;
	font-size: 0.75em; /* 12px / 16px */
	height: 24px;
	vertical-align: middle;
}
.news_link img {
	width: 24px;
	height: 24px;
	vertical-align: middle;
}
.news_spacer {
	height: 35px;
}

/* contact Form */

#form input {
	width: 380px;
	border: 1px solid #1d9c00;
	padding: 2px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
	-moz-box-shadow: 2px 2px 4px #656565;
    -webkit-box-shadow: 2px 2px 4px #656565;
    box-shadow: 2px 2px 4px #656565;
}
#form textarea {
	width: 378px;
	border: 1px solid #1d9c00;
	padding: 2px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
	-moz-box-shadow: 2px 2px 4px #656565;
    -webkit-box-shadow: 2px 2px 4px #656565;
    box-shadow: 2px 2px 4px #656565;
}
#form #submit {
	width: 110px;
	border: 1px solid #1d9c00;
	padding: 2px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
	-moz-box-shadow: 2px 2px 5px #656565;
    -webkit-box-shadow: 2px 2px 5px #656565;
    box-shadow: 2px 2px 5px #656565;
}
#form #submit {
	cursor: pointer;
}
#form #submit:hover, #form #submit:focus {
	border: 1px solid #e54d04;
	color: #e54d04;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* Compact Form Styles */

form div.form-element {
	position: relative;
	overflow: hidden;
	max-height: 20px;
}
label.compact-label {
	position: absolute;
	top: .15em;
	left: .5em;
	z-index: 1;
	color: #999;
	font-size: 0.75em; /* 12px / 16px */
	padding-top: 3px;
}
/* Visually hide the label without removing it semantically */
label.compact-label.hidden-label {
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/* Pager styling */

#pageNavPosition {
	font-size: 0.8571428em; /* 12px / 14px */
	color: #e54d04;
	margin: 15px 0 35px 0;
	padding: 5px 0 5px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#pageNavPosition .pg-normal:hover {
	color: #1d9c00;
	cursor: pointer;
}
#pageNavPosition .pg-selected {
	color: #1d9c00;
	font-weight: bold;
}

/* Over ride styles */

h1 {
	font-size: 1.375em; /* 22px / 16px */
}
.intro { font-size: 1.4545454em; /* 32px / 22px */ color: #1d9c00; }
.thin { letter-spacing: -2px; }
.clearfix:after {
    content: ".";
    display: block;
    height: 30px;
    clear: both;
    visibility: hidden;
}
.red { color: #cc0000; }
.green { color: #1d9c00; }
.orange { color: #e54d04; }
.sml { font-size: 90%; }
.vsml { font-size: 80%; }
.thin_orange_border { border: 1px solid #e54d04; }
.medium_orange_border { border: 2px solid #e54d04; }
.thick_orange_border { border: 3px solid #e54d04; }
.thin_green_border { border: 1px solid #1d9c00; }
.medium_green_border { border: 2px solid #1d9c00; }
.thick_green_border { border: 3px solid #1d9c00; }
