﻿
/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: url(http://www.bornsustainable.com/images/logos/Jiffy-Logos.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Verdana,"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7E6A55;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: justify;
	line-height: 180%;
}

/** LINKS */

a {
	color: #2A8701; outline:none;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
	margin: 0px;
	letter-spacing: -2px;
	text-transform: lowercase;
	font-size: 26px;
	color: #534331;
}

.style2 {
	margin: 0px 0px 20px 0px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 14px;
	color: #9DA55C;
}

.style3 {
	margin-bottom: 20px;
	text-transform: lowercase;
	font-size: 21px;
	color: #F6FFCE;
}

.style4 {
	margin-bottom: 5px;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFF9DC;
}

/** LISTS */

.list1 {
	position: relative;
	margin: 0px;
	padding: 0px;
	color: #A68252;
}

.list1 dt {
	float: left;
	padding: 7px 0px 5px 21px;
	background: url(http://www.bornsustainable.com/images/homepage08.gif) repeat-x left top;
}

.list1 dd {
	padding: 7px 21px 5px 0px;
	text-align: right;
	background: url(http://www.bornsustainable.com/images/homepage08.gif) repeat-x left top;
}

.list1 .first {
	background: none;
}

.list1 a {
	color: #ACC999;
}

/** BACKGROUNDS */

.bg1 {
	margin: 15px -11px 0px -23px;
	padding: 15px 11px 0px 23px;
	background: url(http://www.bornsustainable.com/images/bg07.jpg) no-repeat left top;
}

.bg2 {
	margin: 0px -24px 0px -10px;
	padding: 15px 24px 0px 10px;
	background: url(http://www.bornsustainable.com/images/bg08.jpg) no-repeat left top;
}

/** MISC */

.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 20px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 20px;
}

img.border {
}

hr {
	display: none;
}

.hr1 {
	height: 1px;
}

.comments {
	padding-left: 20px;
	background: url(http://www.bornsustainable.com/images/homepage05.gif) no-repeat left center;
}

.permalink {
	padding-left: 16px;
	background: url(http://www.bornsustainable.com/images/homepage06.gif) no-repeat left center;
}

/** WRAPPER */

#wrapper {

 /*	background: url(http://www.bornsustainable.com/images/bg02.jpg) repeat-x left top; */
}

#wrapper2 {
	height: 229px;
	background: url(http://www.bornsustainable.com/images/mtnMoor-HDR-blank.jpg) no-repeat center top;
}

#wrapper3 {
	background: url(http://www.bornsustainable.com/images/sidebar-faded-cap.jpg) no-repeat center top;
}

#wrapper4 {
    
	background: url(http://www.bornsustainable.com/images/footerBROWN.jpg) no-repeat center bottom;
    height:610px;
}

#wrapper5 {
	background: url(http://www.bornsustainable.com/images/sidebar-faded-footerBROWN.jpg) no-repeat center top;
}

#clear {
/*	background: url(http://www.bornsustainable.com/images/sidebar-faded-lowerMid_BROWN.jpg) no-repeat center bottom;  */
}

.breadcrumb {background: url(http://www.bornsustainable.com/images/sidebar-faded-cap.jpg) no-repeat center top;
    margin-top:0px;
    margin-bottom: 0px;
}
/** HEADER */

#header {
	width: 976px;
	margin: 0px auto;
}
#logo {
	height: 165px;
}
/** MENU */

#menu {
	width: 976px;
	padding: 0px 53px 0px 80px;
	text-transform: uppercase;  
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal; text-align:center;
    height: 13px;
    width: 976px;
}

#menu li {
	float: left;
	height: 24px;
	padding: 25px 20px  0px 20px;
	font-weight: bold;
	color: #F6FFCE;
    width: 96px;
}

#menu li ul {
	position: absolute;
	display: none;
	width: 823px;
	top: 166px;
	left: 20px;
}

#menu li li {
	display: inline;
	height: auto;
	padding: 8px 20px 0px 20px;
	background: none;
}

#menu a {
	text-decoration: none;
	color: #F6FFCE;
}

#menu li.show {
	background: url(http://www.bornsustainable.com/images/language-MO-tile.jpg) repeat-x left bottom;
	color: #ce142c;
}

#menu li.show ul {
	display: block;
}

#menu li.show a {
	color: #ce142c;
}

#menu .active li a {
	height: auto;
	color: #897965;
}

#menu li li a:hover {
	background: none;
}

#active {
}

/** PAGE */

#page {
	width: 818px;
	margin: 0px auto;
	padding: 5px 5px 0px 10px;
}

#page2 {
	width: 928px;
	margin: 0px auto;
	padding: 25px 0px;
}

#single {
	width: 929px;
	padding: 0px 0px 0px 23px;
}

/** CONTENT */

#content {
	float: left;
	width: 558px;
    padding-left:8px;
}
.prodContent {
	width: 558px;
    padding-left:0px;
    background: #F5F1D6 url(http://www.bornsustainable.com/images/large_beige_middle.gif) no-repeat right top;  
	 
}

.highGreen { color: #7D9A24; }
.highBeige {color: #F5F1D6;}
/** BOX STYLE A */

.boxA {
	margin-bottom: 15px;
	padding-bottom: 25px;
	background: url(http://www.bornsustainable.com/images/large_beige_bottom.gif) no-repeat left bottom;
}

.boxA .title {
	height: 39px;
	padding: 7px 0px 0px 20px;
	background: url(http://www.bornsustainable.com/images/large_beige_top.gif) no-repeat left top;
	letter-spacing: 0px;
	/*text-transform: lowercase;*/
	font-size: 11px;

}

.boxA .content {
	background: #F5F1D6 url(http://www.bornsustainable.com/images/large_beige_middle.gif) no-repeat right top; 
	 
}

/** BOX STYLE B */

.boxB {
	margin-bottom: 15px;
	padding-bottom: 23px;
	background: url(http://www.bornsustainable.com/images/side_beige_bottom.gif) no-repeat left bottom;
}

.boxB .title {
	height: 29px;
	padding: 7px 0px 0px 20px;
	background: url(http://www.bornsustainable.com/images/side_brown_top.gif) no-repeat left top;
	letter-spacing: 0px;
	/*text-transform: lowercase;*/
	font-size: 11px;
/*	color: #F5F1D6;   */
    width: 197px;
}

.boxB .content {
	
	background: #F5F1D4 url(http://www.bornsustainable.com/images/side_beige_middle.gif) no-repeat right top;
    width: 217px; 
    text-align:center;
}
.boxB #wrap {text-align:left;}

/** SIDEBAR */


#sidebar {
	float: right;
	width: 218px;
	padding-right: 10px;
}

/** BOX1 */

#box1 {
	margin: 0px 0px 0px 0px;
}

/** BOX2 */

#box2 {
}


#footer {
}

#footer p {
	margin: 0px;
	padding: 30px 0px 30px 0px;
	text-align: center;
	color: #665134;
}

