/**** Body ****/

* {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin:0; padding:0;
}



/**** Paragraph ****/
p {
    margin:0px;
    padding:1px 0px;
}

p a{
    color: rgb(0, 40, 85);
}

p a:hover{
    color: #dd6832;
}

/**** Links ****/
a, a:visited {
    font-weight: bold;
    text-decoration: underline;
    color: grey;
    border: 0px none;
}

a:hover {
    /*color: #dd6832;*/
    text-decoration:underline;
}

.page h1 {
    margin: 25px 0px 15px;
}

h1{
    font-size:12px;
    margin:0px 0px 15px;
    color:#356000;
    font-weight:bold;
    font-family:Helvetica,Arial,sans-serif;
    border-bottom:1px dashed #708e4a
}

.menu-vertical .menu_name {
    font-weight: bold;
    text-transform: uppercase;
    color: #5b5762;
}


h2 {
    color: blue;
    font-size: 15px;
    font-family:Helvetica,Arial,sans-serif;
    font-weight: normal;
}

h4 {
    font-size:21px;
    color:#222;
    font-family:Helvetica,Arial,sans-serif;
    font-weight:bold;
    padding:0px;
    margin:0px 0px 4px;
}


h5 {
    font-size:19px;
    color:#666;
    font-family:Helvetica,Arial,sans-serif;
    font-weight:bold;
    padding:0px;
    margin:0px 0px 3px;
}

h6 {
    font-size:16px;
    color:#908d94;
    font-family:Helvetica,Arial,sans-serif;
    font-weight:bold;
    padding:0px;
    margin:0px 0px 2px;
}

img{
    border:0;
    outline:0;
    font-size:100%;
    background:transparent;
}

body{
    font-size:0.75em;
    font-family:Arial,Helvetica,sans-serif
}

.content p{
    font-family:Helvetica,Arial,sans-serif;
    line-height: 19px;
    margin: 0px 0px 10px;
    padding-right: 5px;
}

pre{
    font-family:Arial,Helvetica,sans-serif;
    white-space:pre-wrap;
}

b,strong,.bold{
    font-weight:bold
}

.inline {
	display: inline-block;
}

.inline input {
	margin-left: 50px;
	margin-top: 5px;
}


/**** logo ****/

.logo-campbell {
    padding-top: 10px;
    float: left;
}

/**** Body ****/
#body {
    background: #fff;
}

/**** Container ****/
#container {
    width: 960px;
    margin: 0px auto;
}

/**** Header ****/
#header {
    height: 92px;
    padding: 0;
    margin: 0;
    background: #fff;
	position:relative;
}

/* Top menu - Cart, account, help */
#menu-top {
	float: right;
    padding: 12px;
	width: 380px;
}

#menu-top a, #menu-footer a {
	padding: 0px 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #3e670b;
}
#menu-top a:hover {
	color: #dd6832;
	text-decoration: none;
}

#cart {
	display: block;
	float: left;
}
#cart:hover {
	text-decoration: none;
}
#cart .cart-amount {
	color: #b00000;
}

.header-border {
	width: 770px;
	height: 41px;
	padding: 0;
	margin: 0;
	border: 1px dashed #708e4a;
	border-left: none;
	float: right;
}

/**** Menu ****/
/* Clear */

.menu{
	line-height: 19px;
}

.menu:after{
	content:".";
	display:block;
	line-height:1px;
	font-size:1px;
	clear:both;
	visibility:hidden;
}

/* Horizontal - structure */

.menu-horizontal > ul, .menu-horizontal > ul li, .menu-horizontal > ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu-horizontal > ul {
	position: relative;
	z-index: 197;
	float: left;
}
.menu-horizontal > ul li {
	float: left;
	line-height: 1.3em;
	vertical-align: middle;
}
.menu-horizontal > ul li.hover,#header .menu-horizontal > ul li:hover {position: relative;z-index: 199;cursor: default;}
.menu-horizontal > ul ul {visibility: hidden;position: absolute;top: 100%;left: 0;z-index: 198;width: 100%;}
.menu-horizontal > ul ul li {float: none;}
.menu-horizontal > ul ul ul {top: 1px;left: 99%;}
.menu-horizontal > ul li:hover > ul {visibility: visible;display:block;}

/* Horizontal - basic styling */
.menu-horizontal li a {
	line-height: 19px;
	display:block;
	padding:0px 10px;
	text-decoration:none;
}

/* Vertical - structure */

.menu-vertical{
	padding-top: 4px;
}
.menu-vertical span {
	color: rgb(91, 87, 98);
	padding-left: 20px;
	line-height: 2em;
	font-weight: bold;
}

.menu-vertical a {
	font-weight: bold;
	text-decoration: none;
}

.menu-vertical ul {
	list-style-type: none;
}

.menu-vertical li {
	padding-left: 13px;
	margin-left: -8px;
	margin-top: 3px;
	/*background: url("../images/menu-selected.gif") no-repeat scroll left center transparent;*/
}


.menu-vertical a:hover {
	color: #dd6832;
	text-decoration: none;
}

/**** item selected in menu ****/
.menu-vertical .menu-selected {
	background: url('../images/menu-selected.gif') no-repeat scroll left center transparent;
}

.menu-vertical .menu-selected a.menu-link{
	color: black;
}

/* Main navigation */
#menu-main {
    position: absolute;
	overflow:hidden;
    padding: 10px 10px;
    border: 1px dashed #708e4a;
    border-left: none;
	right: 0; bottom: 17px;
    width: 770px; height: 40px;
}

#menu-main > ul {
    position: relative;
    float:left;
    line-height: 1.2em;
}

#menu-main > ul li a {
    padding-left: 5px;
    padding-right: 5px;
    margin: 0px 8px;
    display: block;
    color: #4c721d;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
#menu-main a:hover {
    color: #dd6832;
}


#menu-main a.important{
    background-color: rgb(221, 229, 208);
    border: 1px dashed rgb(112, 142, 74);
}




/*Login/Logout*/

#logout{
    position: absolute;
    right: 90px;
    white-space: nowrap;
}

a#sign-out{
    position: absolute;
    right: 10px;
    bottom: 11px;
    text-decoration: underline;
    font-weight: bold;
    color: rgb(97, 98, 102);
}

a#sign-out:hover{
    text-decoration: none;
    color: rgb(97, 98, 102);
}

/*Login*/
#login{
    position: relative;
	float:right;
	width:325px; height:100%;
    color: rgb(54, 51, 51);
    white-space: nowrap;
}

#top-login-form{
    position: relative;
	float:right;
	width:270px; height:100%;
}
#top-login-form .login-container,
#top-login-form .login-container .login-form-container,
#top-login-form .login-container .login-form-container form {
	position:relative;
	padding:0;margin:0;
	width:100%;height:100%;
}

#top-login-form .form-row{
	position:relative;
	float:left;
    width: 90px;
	margin-left:10px;
	height:100%;
}
#top-login-form .form-row div {
	position:relative;
	width:100%; height:100%;
}
#top-login-form .form-row input {
	width:100%;
	padding:2px;margin:0;
}
#top-login-form .form-row-submit {
	width:40px;
	position:absolute;
	right:5px;top:-2px;
}
#login input[type="submit"] {
	position: relative;
	top: -20px;
	width: 47px; height: 26px;
	background: url("../images/button_go.gif") no-repeat scroll 0% 0% transparent;
	border: medium none;
}

#top-login-form

/* MASTER LAYOUT */
#masterDiv {
	position:relative;
	border: 1px dashed #708e4a;
	border-top: none;
}
#sidebar {
	position:relative;
	float: left;
	width: 18.5%;
	padding-right: 13px;
	padding-top: 20px;
}
.content {
	position:relative;
	float:left;
	width: 81.5%;
	min-height: 400px;
	background: #fff;
}
.content .content-left {
	position:relative;
	float: left;
	width: 50%;
	border-right: 1px dashed #708e4a;
	padding:25px 0;
}

.content .content-right {
	position:relative;
	float:left;
	width: 50%;
	text-align: center;
}


/*** CONTENT ***/
.content a {
	color: rgb(0, 40, 85);
}

.content a.breadcrumb {
	color:#356000;
	font-weight:bold;
	text-decoration: none;
}

.content a.breadcrumb:hover {
	color:#356000;
}

.content a:hover {
	color: #dd6832;
}


#home-1 {
	padding-right: 20px;
}

#home-2 {
	padding: 10px 20px 0px 0px;
	border-top: 1px dashed #708e4a;
}

.contact-page input.form-input-text,  .contact-page input.form-input-email {
	width: 238px;
}

/*** SIDE BAR ****/

#menu-products {
    padding: 3px 0px;
    /*temporary, until products menu is populated*/
}

#search {
    padding-top: 12px;
    padding-left: 20px;
    font-size:12px;
    font-weight:bold;
    text-align:left;
    color:#5B5762
}

#search span {
    font-weight:bold
}

#search input[type='text'] {
    width:133px;
    border:1px solid black
}

#search input[type='submit'] {
    position: relative;
    left: 118px;
    top: -20px;
    background:url(../images/green_aero.gif) center center no-repeat;
    border:none;
    width: 24px;
}

/**** Footer ****/
#footer {
    color: #618a43;
    font-size: 11px;
    text-align: center;
    background: #fff;
    padding: 0;
}

.copyright {
    float: left;
    padding-right: 30px;
}


#menu-footer {
	width: 600px;
	margin: 0 auto;
	margin-left: 0;
    padding-bottom: 10px;
	font-size: 8pt;
}

#menu-footer a {
    padding-left: 10px;
    padding-right: 10px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #3e670b;
	font-size: 7pt;
}
#menu-footer a:hover {
    color: #dd6832;
    text-decoration: none;
}

.login-form-lost {
	width: 250px;
}


/***** Site Map *****/

.sitemap-container {
	padding-bottom: 20px;
}

.sitemap-container ul {
	list-style: none;
}

.sitemap-container ul ul {
	margin-left: 10px;
}

.sitemap-container .menu-li-id-4, .sitemap-container .menu-li-id-12 {
	display: none;
}

/**** Receipt ****/
.orders-receipt .remove-item {
	display:none;	
}

/**** Go Green ****/
#body.body-gogreen {
	background:rgb(221, 229, 208);
	padding:40px 0px 80px;
}
.body-gogreen #container {
	width:740px;
	margin:0px auto;
}
#gogreen {
	border:1px dashed rgb(112, 142, 74);
	background:#fff;
	padding:40px;
	-webkit-box-shadow: 4px 4px 20px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    4px 4px 20px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         4px 4px 20px 0px rgba(50, 50, 50, 0.3);
	position:relative;
}
#gogreen p {
	font-size:22px;
	font-weight:bold;
	color:#74717a;
}
#gogreen form {
	margin:30px 30px 0px;
	width:402px;
}
#gogreen .form-row {
	margin-bottom:10px;	
}
#gogreen .form-label {
	float:left;
	padding:2px 10px 0px 0px;
	width:140px;
	text-transform:uppercase;
	color:#4b711d;
	font-weight:bold;
	font-size:14px;
}
#gogreen input {
	border:1px solid #c5d2b4;
	width:250px;
	padding:2px 5px;
}
#gogreen input.form-input-submit {
	border:1px dashed rgb(112, 142, 74);
	background:#98ae79;
	padding:5px 10px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	line-height:14px;
	width:auto;
	float:right;
}
.body-gogreen #footer {
	background:none;
	padding-top:10px;
}
#gogreen-logo {
	position:absolute;
	right:40px;
	bottom:40px;
	width:172px;
	height:82px;
	background:url(../images/campbell_logo.gif) no-repeat left top;
}
#gogreen-thanks {
	padding:120px 0px 150px;
	text-align:center;
}
#gogreen-thanks a {
	color:#4b711d;
	display:inline-block;
	margin:10px 0px;
	font-size:14px;
}