/*header stuff */

body {
	background-image: url(includes/images/worldofgoodinc-bg.jpg);
	background-color: #ffffff;
	margin: 0px;
	font-family: arial, serif, times;
    font-size: 10pt;
}

.logo {
    float: left;
    width: 243px;
    height: 77px;
    position: relative;
    padding-left: 30px;
}

a {
    color: #6d7c06;
	font-family: arial, serif, times;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: none;
}
img.imgLeft {
    padding-right: 5px;
}
img.imgRight {
    padding-left: 5px;
}
br.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.textCenter{
    text-align: center;
}

.mainHeader {
    width: 880px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
}

.mainHeaderRight {
    float: right;
    width: 500px;
    height: 77px;
	padding-right:30px;
    vertical-align: top;
	text-align: right;
}

.yui-t1{
	height: 26px;
	width:510px;
	float: right;
}

.bumps {
	padding: 0px;
	margin: 0px;
	height:26px;
}

.menuBar{
    height: 26px;
    float: right;
	
}

.menuBarContent{
    float: left;
    font-family: arial, serif, times;
    font-size: 9pt;
    color: white;
    margin-top: 5px;
    vertical-align: middle;
    display: table-cell;
    height: 24px;
}

hr.gray{
    color: #808080;
    background-color: #808080;
    height: 1px;
    border: none;
}

.searchBox {
    font-family: verdana;
	font-size: 9pt;
	color: #999966;
	border: 1px solid #999966;
	width: 115px;
	height: 17px;
	background-color: #ffffff;
	text-align: center;
	vertical-align: top;
}

.mainHeaderTab {
    width: 570px;
    height: 24px;
    padding-top: 2px;
    margin-left: 60px;
    margin-right: auto;
	margin-bottom: 19px;
    text-align: center;
    background: #434D0E;
}


.mainHeaderTabContent{
    font-family: arial, serif, times;
    font-size: 8pt;
    color: #BABB86;
    text-transform: uppercase;
    text-decoration: none;
    float: left;
	margin-left: 25px;
}

.mainHeaderTabContentWOG{
    font-family: arial, serif, times;
    font-size: 8pt;
    color: #BBD251;
    text-transform: uppercase;
    text-decoration: none;
    float: left;
	margin-left: 25px;
}



.mainHeaderTabContent:hover, .mainHeaderTabContentWOG:hover {
    text-decoration: none;
	color: white;
}

.mainHeaderContent {
    width: 100%;
    height: 77px;
	background-color: #F4F4E7;
}

/* body stuff */
.mainContent {
    width: 880px;
	background-color: #F4F4E7;
    margin-left: auto;
    margin-right: auto;
	padding-bottom:30px;
}

.mainText{
    float: left;
    width: 350px;
    font-family: arial, serif, times;
    font-size: 10pt;
    color: #4a4a4a;
    padding-left: 5px;
}

.mainImage {
    float: right;
}

//Homepage Tabs

div.mainButtonTabs {
	width:880px;
}

.wholesaleButton {
	margin-left: auto;
    margin-right: auto;
	width:30%;
}

.marketplaceButton {
	margin-left: auto;
    margin-right: auto;
	width:30%;
}

.shoppingButton {
	margin-left: auto;
    margin-right: auto;
	width:30%;
}



/* non-index pages stuff */
.sidebar {
    float: left;
    padding-top: 20px;
	margin-left:15px;
    width: 223px;
	height: 400px;
	background-image: url(includes/sidebars/images/pastedGraphic.png); 
}

.sidebarHeader {
	font-family: arial, serif, times;
    font-size: 12pt;
	font-weight: bolder;
	color: #404a0e;	
	padding-left: 30px;
	padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.sidebarContent {
    font-family: arial, serif, times;
    font-size: 11pt;
    padding-left: 30px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    display: block;
	color: #404a0e;
}

.sidebarContent:hover {
    color: #6a7f06;
}

a.sidebarLink {
    color: #404a0e;
}

a.sidebarLink:hover {
    color: #6a7f06;
}



.spiral {
    float: left;
    width: 20px;
    height: 20px;
    background: transparent url(includes/images/spiral.gif) no-repeat;
}

.no-spiral {
    float: left;
    width: 20px;
    background: transparent;
}

.subPageMainArea {
	margin-top:-20px;
    padding-bottom: 0px;
	margin-right:40px;
	float: right;
    width: 560px;
    font-family: arial, serif, times;
    font-size: 10pt;
    color: #4a4a4a;
}

.h1, h1 {
	text-align:right;
    color: #666666;
    font-size: 25pt;
    font-family: arial;
    font-weight: 400;
	
}

.h2, h2 {
    color: #5b6c01;
    font-size: 13pt;
    font-family: arial, times;
    font-weight: bold;
}

.h3, h3 {
    color: #5b6c01;
    font-size: 12pt;
    font-family: arial, times;
    font-weight: bold;
}

.header2 {
    display: block;
    color: #4a4a4a;
    font-size: 12pt;
    font-family: arial;
    font-weight: bold;
}

/* footer stuff */
.footer {
    width: 880px;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
	margin-top: -20px;
	vertical-align: bottom;
    font-size: 8pt;
    font-family: arial, serif, times;
    color: #808080;
    text-transform: uppercase;
	background-color: #F4F4E7;
}

.footerText {
	font-family: arial, serif;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

.footerLink {
    color: #808080;
    text-decoration: none;
}

.footerCopyright {
    float: right;
    text-align: right;
}

/* New Home Page */

.homeMain {
	padding-top:10px;
	background-image: url(includes/images/mainHome.jpg);
	background-repeat: no-repeat;
	width: 834px;
	height:	302px;
	margin-left: auto;
    margin-right: auto;
	background-color: #F4F4E7;
}

.newsButton {
	float:right;
	margin-right:40px;
	margin-top:200px;
}

.bottomButtons {
	margin-left: auto; 
	margin-right: auto; 
	margin-top:-20px;
}

/* Recent News Popup */

.recentNewsTitle {
	font-size: 14pt;
    font-family: arial, serif, times;
	color: black;
}

.recentNewsDate {
	font-size: 8pt;
    font-family: arial, serif, times;
	color: black;
}

.recentNewsHeadline {
	margin-left:15px;
	font-size: 8pt;
    font-family: arial, serif, times;
	color: #8A8D36;
}

.recentNewsNav {
	float:right;
	margin-left:15px;
}

/* red alert box for homepage */
.rtop, .rbottom {
	display: block;
	background: transparent;
	font-size: 1px;
}
.rb1, .rb2, .rb3, .rb4 {
	display: block;
	overflow: hidden;
}
.rb1, .rb2, .rb3 {
	height: 1px;
}
.rb2, .rb3, .rb4 {
	background: #660000;
	border-left: 1px solid #660000;
	border-right: 1px solid #660000;
}
.rb1 {
	margin: 0 5px;
	background: #660000;
}
.rb2 {
	margin: 0 3px;
	border-width: 0 2px;
}
.rb3 {
	margin: 0 2px;
}
.rb4 {
	height: 2px;
	margin: 0 1px;
}
.rboxcontent {
	display: block;
	background: #660000;
  border: 0 solid #660000;
	border-width: 0 1px;
	padding: 2px;
	color: #FFFFFF;
	line-height: 20px;
}
/* end red alert box */