/**********************************************************************************/
/***********>>             File Name: buymainewood.css                <<***********/
/***********>>Description: Main Style Sheet for Buy Maine Wood website<<***********/
/***********>>                Author: Gregory R. Lord                 <<***********/
/***********>>                    Date: 11/03/06                      <<***********/
/**********************************************************************************/

/**********************************************************************************/
/**********************>>            GLOBAL            <<**************************/
/**********************************************************************************/

body {
	background-image: url(../art/buymainewood_bkgrd.jpg);
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 420px;
	margin: 1px;
	padding: 0 1px 0 0;
	width: 800px;
	background-position: center;
}

/**********************************************************************************/
/**********************>>            HEADER            <<**************************/
/**********************************************************************************/

#header {
	background: transparent;
	background-image: url(../art/buymainewood_header_new_3.gif);
	background-repeat: no-repeat;	
	height: 100px;
}

/**********************************************************************************/
/**********************>>            FOOTER            <<**************************/
/**********************************************************************************/

#footer {
/*	background-image: url(../art/buymainewood_footer.jpg);
	background-repeat: no-repeat;	*/
	clear: both;
	font-size: x-small;
	height: 50px;	
	padding: 5px;
}

/**********************************************************************************/
/**********************>>        PAGE STRUCTURE        <<**************************/
/**********************************************************************************/

#intro {
	/*border: thin solid Olive;*/
/*	font-size: medium;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 10px;
	padding: 5px;
	line-height: 20px;*/
	float: left;
	font-size: medium;
	height: auto;
	left: 20px;
	/*margin-left: 10px;*/
	margin-right: 20px;
	padding: 5px;
	position: relative;
	min-width: 650px;
	max-width: 650px;
	top: auto;
	width: auto;
}

#buy_wood {
	border: thin solid Olive;
	float: left;
	height: auto;
	left: 20px;
	padding: 5px;
	position: relative;
	top: auto;
	width: 240px;
}

#certified_maine_products {
	border: thin solid Olive;
	float: left;
	height: auto;	
	left: 20px;
	padding: 5px;
	position: relative;
	top: auto;
	width: 240px;
}

#certified_products {
	border: thin solid Olive;
	float: left;
	height: auto;
	left: 20px;
	padding: 5px;
	position: relative;
	top: auto;
	width: 240px;	
}

#more_info {
	border: thin solid Olive;
	float: left;
	height: auto;
	left: 20px;
	padding: 5px;
	position: relative;
	top: auto;
	width: 745px;	
}

#media {
	border: thin solid Olive;
	float: left;
	height: auto;
	left: 20px;
	padding: 5px;
	position: relative;
	top: auto;
	width: 745px;	
}



.company {
	font-weight: bolder;
	line-height: 20px;
}

.video {
	height: 300px;
	text-align:center;
	padding-bottom: 10px;
	padding-top: 30px;
}

/**********************************************************************************/
/**********************>>           HEADINGS           <<**************************/
/**********************************************************************************/

.column_header {
	height: 60px;
	font-size: medium;
	/*font-weight: bolder;*/
}

/**********************************************************************************/
/**********************>>          TEXT STYLES         <<**************************/
/**********************************************************************************/

h1 {
	font-family: "Book Antiqua", Arial, Helvetica, sans-serif;
	padding: 25px;
}

h4 {
	text-align: center;
}

h6 {
	text-align: center;
}

#content {
	font-size: smaller;
}

/*h1 {
  padding: 0.5em;
  margin: 0 0 2em 0;
  color: #000000;
  background: #99ccff none;
  border-bottom: solid #6699cc 3px
}

head+body div:first-child>h1[id~="textshadtitle"] {
  font-size: 36px;
  line-height: 2em;
  margin: 0.5em 0;
  padding: 0;
  color: Black;
  background: transparent none;
  white-space: nowrap;
  border-bottom: none
}

head+body div:first-child>h1[id~="textshadtitle"]:before {
  content: "BUY MAINE WOOD";
  display: block;
  margin: 0 0 -2.07em 0.15em;
  padding: 0;
  color: #F5DEB3;
  background: transparent none
}*/

/**********************************************************************************/
/**********************>>           NAVIGATION         <<**************************/
/**********************************************************************************/

#skip_nav a, #skip_nav a:hover, #skip_nav a:visited    {
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#skip_nav a:active {
	position: static;
	width: auto;
	height: auto;
}

/**********************************************************************************/
/**********************>>             FORMS            <<**************************/
/**********************************************************************************/

/**********************************************************************************/
/**********************>>           COMMENTS           <<**************************/
/**********************************************************************************/

/**********************************************************************************/
/**********************>>            EXTRAS            <<**************************/
/**********************************************************************************/

