body {
	margin: 0;
	padding: 0;
	background: #EEE url(debut_light.png) repeat;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	color: #414141;
	border-top:3px solid #060;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	letter-spacing: -2px;
	font-weight: 400;
	color: #262626;
}

h1 {
	font-size: 2em;
}

h2 {
	padding-bottom: 20px;
	font-size: 2.3em;
	text-align:center;
}

h3 {
	font-size: 2em;
	margin-bottom: 4px;
	padding-bottom: 0px;
}

h4 {
	text-align:center;
	font-size: 1em;
	color: #555;
	margin-bottom:15px;
	margin-top: 5px;
}

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
}

p, ol {
}

ul, ol {
}

li {
	margin-bottom: 10px;
	list-style-image: url('check.png');
}

.whiteout li {
	list-style-image: url('check-green.png');
}

a {
	color: blue;
}

a:hover {
}

hr {
	border:0;
	border-bottom:1px solid #9C9;
}

#header {
	background: #FFF;
}

#logospace {
	width: 960px;
	height: 100px;
	margin:0 auto;
}

#wrapper {

}

.container {
	width: 1000px;
	margin: 0px auto;
}

#logo {
	margin:20px 0 0 0;
}

#splash {
	width: 960px;
	margin: 10px auto;
}

#splash p {
	font-size: 50px;
	line-height: 1;
	letter-spacing: -2px;
	text-align: center;
	color: #006600;
	margin: 20px 0;
	text-shadow: -1px -1px 2px #FFF;
}

.punch {
	letter-spacing: -1px;
	text-align: center;
	color: #060;
}

.down {
	margin-bottom: 15px;
}

#splash i {
	font-family: Georgia, serif;
	font-size:0.9em;
}

.lgc-order {
	background: url('green-coffee-order.jpg') no-repeat;
	background-position: 0 -300px;
	width: 300px;
	height: 300px;
	cursor: hand; cursor: pointer;
}

.aside {
	font-size: 0.8em;
}

.lgc-order:hover {
	background-position: 0 0;
}


.center {
	text-align: center;
}

#overmenu {
	background: #333 url(debut_dark.png) repeat;
	border-top: 1px solid #808C42;
	border-bottom: 1px solid #808C42;
}

#menu {
	margin: 0 auto;
	width: 960px;
}

#menu a {
	margin: 0px;
	padding: 0px 10px;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	color: #FFF;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: underline;
}

#menu .current_page_item a {
}

#page {
	overflow: hidden;
	width: 1100px;
	margin: 0px auto;
	padding: 0px 0px 50px 0px;
}


#content {
	float: right;
	width: 700px;
	margin: 5px;
	background: #FFF;
	border: 1px solid #DDD;
	padding: 16px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

#sidebar {
	float: left;
	width: 310px;
	border: 1px solid #9C9;
	padding: 8px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-webkit-box-shadow: inset 0px 0px 1px 3px rgba(200, 225, 200, 1);
box-shadow: inset 0px 0px 1px 3px rgba(200, 225, 200, 1);
background: #FFF;
margin-top: 5px;
}

#poptrox {
	width: 969px;
	margin: 0px auto;
}

#gallery {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#gallery li {
	float: left;
	margin: 0px;
	padding: 10px;
}

#gallery img {
	border: 1px solid #D9D9D9;
	padding: 3px;
}

.poptrox_popup
{
	position: relative;
	padding: 1em 1em 3em 1em;
	background: #ffffff;
}

.poptrox_popup .loader
{
	display: block;
	margin: 55px 0 0 0;
	text-indent: -9999em;
	background: url('loader.gif') top center no-repeat;
}

.poptrox_popup .caption
{
	position: absolute;
	bottom: 1em;
	left: 1em;
}

.poptrox_popup .closer
{
	position: absolute;
	bottom: 1em;
	right: 1em;
}

#footer {
	overflow: hidden;
	background: #333 url(debut_dark.png) repeat-x top;
	border-top:1px solid #060;
	color: #FFF;
    margin-top: 0px;
}

#footer p {
	margin: 0px;
	/*padding: 40px 0px 0px 0px;*/
	padding: 14px 0px 0px 0px;
	
	font-size: 11px;
	color: #BBB;
	margin: 0 auto;
	width: 960px;
}

#footer a {
	text-decoration: none;
	color: #BBB;
}

.roll {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;

    -webkit-perspective: 300px;
       -moz-perspective: 300px;
        -ms-perspective: 300px;
            perspective: 300px;

    -webkit-perspective-origin: 50% 50%;
       -moz-perspective-origin: 50% 50%;
        -ms-perspective-origin: 50% 50%;
            perspective-origin: 50% 50%;
}
.roll:hover {
    background: none;
    text-shadow: none;
}
.roll span {
    display: block;
    position: relative;
    padding: 0 2px;
    pointer-events: none;

    -webkit-transition: all 300ms ease;
       -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
            transition: all 200ms ease;
    
    -webkit-transform-origin: 50% 0%;
       -moz-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.roll:hover span {
    background: #000;

    -webkit-transform: translate3d( 0px, 0px, -55px ) rotateX( 90deg );
       -moz-transform: translate3d( 0px, 0px, -55px ) rotateX( 90deg );
        -ms-transform: translate3d( 0px, 0px, -55px ) rotateX( 90deg );
            transform: translate3d( 0px, 0px, -55px ) rotateX( 90deg );
}
.roll span:after {
    content: attr(data-title);

    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 1px 2px;
    white-space: nowrap;

    color: white;
    background: #060; 

    -webkit-transform-origin: 50% 0%;
       -moz-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
            transform-origin: 50% 0%;

    -webkit-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
       -moz-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
        -ms-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
            transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
}

.quote {
	font-style: italic;
	font-family: Georgia, serif;
	font-size:0.8em;
	text-align: justify;
	margin:0 5px;
}

.it {
	font-style: italic;
	font-family: Georgia, serif;
	font-size: 1.4em;
}

.greenery {
	font-weight: bold;
	color: #060;
	text-align:center;
}

.goodblock {
	text-align: center;
	background: #f3fff3;
	padding: 6px;
}

.goodblock b {
	font-size:2em;
}

.goodblock p {
	margin: 20px 0;
	color: #ff6600;
	text-shadow: -1px -1px 0px #FFF;
}

.orange {
	color: #ff6600;
	font-size:1.6em;
}

.best-assets {
	font-size:0.8em;
	margin-left:10px;
}

.best-assets p {
	margin-bottom:4px;
	width: 340px;
	float: left;
}

#pipe ul {
 margin-left: 0;
 padding-left: 0;
 display: inline;
 }
 
 #pipe ul li {
 margin-left: 0;
 padding: 3px 15px;
 border-left: 1px solid #000;
 list-style: none;
 display: inline;
 width:25%
 }
 
  
#pipe ul li.first {
 margin-left: 0;
 border-left: none;
 list-style: none;
 display: inline;
 }
 
.boxed {
	border:2px solid #070;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: inset 0px 0px 4px 4px rgba(200, 225, 200, 0.5);
	box-shadow: inset 0px 0px 4px 4px rgba(200, 225, 200, 0.5);
	padding: 20px;
	background: #EFE;
}

.nifty {
	margin: 0 auto;
	width: 529px;
	padding: 0 30px;
	display: block;
	background: url('certificate-mid.png') repeat-y;
}

.whiteout {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
	background: #FFF;
	border:1px dotted #AAA;
	list-style-position: inside;
	-webkit-box-shadow: 0px 0px 4px 4px rgba(200, 225, 200, 0.5);
	box-shadow: 0px 0px 4px 4px rgba(200, 225, 200, 0.5);
}

.bold {
	font-weight: bold;
}

.clear {
	float: none;
	clear: both;
}

.answer {
	margin-left: 25px;
}

.mids  img{
	vertical-align:middle;
}

.equal {
	font-size:1em;
}

sup {
	font-size: 0.6em;
}

img a {
	border:0; outline:0;
}


/*edits*/
.video {
    margin: 0 auto;
    display: block;
    width: 640px;
    margin-bottom: 10px;
}
.best-assets .orange {
    line-height: 30px;
}

.best-assets img {
    vertical-align:bottom;
}
