/* CSS Master Stylesheet, envireusablebags.com, incept: 12-15-2008 
	Author: Benjamin Liu, Designer: Robert Bethanis */

html, body, div, p, h1, h2, h3, h4, h5, ul, li, table, td, tr, form {
	margin: 0;
	padding: 0;
	border: 0;
}

a img, ul#nav_sub_bags li {
	border: 0;
	cursor: pointer;
}

h1 {
	color: #7e2517;
	margin-bottom: 10px;
	font: normal 2.4em Georgia, Times, "Times New Roman", serif;
}

h2 {
	color: #7e2517;
	margin-bottom: 10px;
	font: normal 1.7em Georgia, Times, "Times New Roman", serif;
}

h3 {
	margin-bottom: 10px;
}

p {
	margin-bottom: 8px;
}

html {
	background: url('../img/html_bg.gif') top left repeat;
	font-size: 80%;
}

body {
	background: url('../img/body_bg.gif') top left repeat-x;
	color: #231f20;
}

address {
	font-style: normal;
}

#mainarea {
	width: 880px;
	margin: 0 auto;
}

#header {
	width: 880px;
	height: 165px;
	background: url('../img/header_bg.png') bottom left no-repeat;
	position: relative;
}

img#header_logo {
	padding-top: 13px;
}

img#eco_logo {
	position: absolute;
	top: 33px;
	right: 16px;
	border: 0;
}

#nav_main {
	width: 600px;
	height: 100px;
	position: absolute;
	bottom: 28px;
	left: 133px;
	list-style: none;
}

#nav_main li {
	float: left;
	padding: 70px 10px 0 10px;
	font: 1em Georgia, Times, "Times New Roman", serif;
}

#nav_main li a {
	color: #7e2517;
	text-decoration: none;
}

#nav_main li a:hover {
	color: #78ac80;
}

body#home li#homelnk, body#bags li#bagslnk, body#stry li#strylnk, body#cust li#custlnk, 
body#pres li#preslnk, body#cont li#contlnk, body#inst li#instlnk {
	background: url('../img/li_active_bg.png') center 1.4em no-repeat;
}

body#home li#homelnk a, body#bags li#bagslnk a, body#stry li#strylnk a, 
body#cust li#custlnk a, body#pres li#preslnk a, body#cont li#contlnk a,
body#inst li#instlnk a {
	color: #78ac80;
}

#header_info {
	position: absolute;
	top: 10px;
	right: 20px;
	color: #3a2c00;
	font-size: .9em;
}

#nav_sub_bags {
	position: absolute;
	bottom: 0;
	height: 29px;
	left: 0;
	list-style: none;
}

#nav_sub_bags li {
	float: left;
	padding: 7px 10px 0 10px;
	/*width: 7em;*/
	text-align: center;
	color: #fff;
}

#nav_sub_bags li a {
	text-decoration: none;
	color: #fff;
}

.wings {
	visibility: hidden;
}

#main {
	width: 860px;
	background-color: #fff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}


#thumbsbar_container {
	/*width: 864px;*/
	width: 816px;
	/*height: 150px;*/
	height: 139px;
	position: relative;
	float: left;
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 2px dotted #78ac80;
}

#thumbsbar {
	position: absolute;
	height: 139px;
	top: 0;
	left: 0;
	display: none;
}

#thumbsbar img {
	float: left;
	cursor: pointer;
}

#left_page_arrow, #right_page_arrow {
	float: left;
	width: 18px;
	height: 18px;
	margin-top: 60px;
	cursor: pointer;
	
}

#left_page_arrow {
	background: url('../img/arrow_left.png') top left no-repeat;
	margin-left: 4px;
}

#right_page_arrow {
	background: url('../img/arrow_right.png') top left no-repeat;
}

#page_indicators {
	width:860px;
	text-align: center;
	clear: both;
	height: 12px;
	padding-top: 4px;
}

#page_indicators img {
	padding: 0 8px;
}

#col_left {
	width: 500px;
	float: left;
}

#col_right {
	width: 360px;
	float: left;
}

.clearingdiv {
	clear: both;
	line-height: 0;
}

div#inset_text {
	background: url('../img/inset_text_bg.png') top left no-repeat;
	padding: 30px;
}

div.inset_dec_cont {
	width: 444px;
	margin-left: -10px;
}

div.inset_dec_top {
	width: 444px;
	height: 46px;
	background: url('../img/inset_dec_top_bg.png') top left no-repeat;
}

div.inset_dec_mid {
	width: 304px;
	background: url('../img/inset_dec_mid_bg.png') top left repeat-y;
	color: #fff;
	padding: 0 40px 0 70px;
}

div.inset_dec_bot {
	width: 444px;
	height: 114px;
	background: url('../img/inset_dec_bot_bg.png') top left no-repeat;
	/*margin-top: -45px;*/
}

div#preview_frame {
	position: relative;
	cursor: pointer;
}

div#bag_info_box {
	width: 272px;
	padding: 10px;
	background-color: #000;
	color: #fff;
	position: absolute;
	display: none;
	top: 19px;
	left: 20px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	z-index: 100;
	text-align: center;
}

#footer {
	padding-top: 5px;
	color: #3a2c00;
	font-size: .8em;
	clear: both;
}

.facebooklinktext {
	font: 1.1em normal "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #2f528a;
}