body {
	font: 78%/1.5 arial, helvetica, serif;	
	background: #9ea06f;
	background-image:url('http://www.aspencountertops.com/images/mesh.png');
	background-repeat:repeat;
	/* background-attachment:fixed;*/   /* When it is FIXED the background doesn't move when the page scrolls down */
	text-align: center;
	padding: 0;
	behavior: url("styles/csshover.htc");
	table-layout:fixed;
}

TABLE.content
{
	width: 90%;
	margin: auto;
}

TABLE.content TD{
	font-family: arial;
	font-size: 1.1em;
	color: #000000;
	text-align: justify;
}

/*
#basis
{
	width: 990px;
	margin: auto;
}
*/

a:link {font: bold 1.0em arial; color: #004400; text-decoration: none;} 
a:active {font: bold 1.0em arial; color: #004400; text-decoration: none;}
a:visited {font: bold 1.0em arial; color: #004400; text-decoration: none;}
a:hover  { color: #666666; font: bold 1.0em arial; text-decoration: underline; }


#header{
	width: 990px; 
	background: #F5EED1;
	border: 1px solid #774;
	text-align: center;

}

#footer {
	width: 990px;
	background: transparent;
	border: solid #000;	
	border-width: 0 0 0 0;
	text-align: center;
	font-size: 1.0em;	
}

#footer a {
	font-family: arial;
	font-size: 1.0em;
}

#container {
	width: 990px; 
	background: #F5EED1;
	text-align: left;
	border: solid #774;
	border-width: 6px 1px 1px 1px;  /*even though the top is 6px, only 1px shows up on the screen...maybe its tucked under something?*/
margin: auto;
}


#content {
	background: transparent;
	padding: .2em 3em .2em 3em;
	font-family: arial;
	text-align: justify;
	font-size: 1.4em;
	color: #000000;
}


#content_center {
	background: transparent;
	padding: .2em 3em .2em 3em;
	font-family: arial;
	text-align: center;
	font-size: 1.4em;
	color: #000000;
}
/*
#content_center
{
	list-style: none;
}
*/
#content a:link {font-family: arial; font-size: 1.0em; color: #004400; text-decoration: none;} 
#content a:active {font-family: arial; font-size: 1.0em; color: #004400; text-decoration: none;}
#content a:visited {font-family: arial; font-size: 1.0em; color: #004400; text-decoration: none;}
#content a:hover  { color: #666666; font-size: 1.0em; font-family: arial; text-decoration: blink }


p#h1 {
	margin: 0em 0em 0em 0em;
	background: transparent;
	font-family: arial;
	text-align: center;
	font-weight: bold;
	font-size: 3em;
	color: #7C6240;
}

p#h2 {
	margin: 0em 1.5em 0em 1.5em;
	border: 1px solid #000;
	background: #9EA06F;
	font-family: arial;
	text-align: center;
	font-size: 2em;
	font-weight: bold;	
	color: #001100;
}
p#h3 {
	background: transparent;
	font-family: arial;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	color: #003300;
}
p#h4 {
	background: transparent;
	font-family: arial;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	color: #003300;
}
	
p#content {
	background: transparent;
	font-family: arial;
	text-align: justify;
	/*font-size: 1.1em;	*/
	font-size: 1.4em;
	font-weight: normal;
	color: #000000;
	padding: .2em 3em .2em 3em;
}

p#quote {
	background: transparent;
	font-family: arial;
	font-style: italic;
	text-align: left;
	font-size: 1.0em;
	font-weight: normal;
	color: #000000;
	padding: .2em 3em .2em 3em;
}

#content {
	clear: left;
}

#content a {
	color: #7C6240;
}
#content a:hover {
	text-decoration: underline;
}



/* -----START----------------------------------------------------------------------- */
/* -------------------------------NAVBAR MENU--------------------------------------- */
/* --------------------------------------------------------------------------------- */
/*** menu *************************************************************/
#menu
{
	border: 1px solid #777744;
	border-top: none;
	margin: 0px;
	padding: 0px;
	width: 990px;
	height: 15px; /* test*/
	/*background-color: #D8D4AE;*/
/*	background-color: #FF00FF;*/
}

UL#nav
{
	z-index: 1000;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
UL#nav LI
{
	float: left;
	position: relative;
/*	color: #DFE0DF;*/
	text-align: center;
	width: 110px;
}

UL#nav LI:hover /*This controls the color of the menu items when the mouse is over them*/
{
	background-color: #9EA06F;
}

UL#nav LI A  /* This controls the items on the main menu bar. */
{
	color: #003300;
	background-color: #D8D4AE;
	text-decoration: none;
	display: block;
	padding: 3px;
	height: 15px;
}

UL#nav LI A:hover  /*This controls the color of the menu items when the mouse is over them*/
{
	background-color: #9EA06F;
}

UL#nav LI UL    /* These are the submenus that pull down off the main menu-if that menu option has sub-options */
{
	list-style: none;
	display: none;
	position: absolute;
	top: 21px;
	left: 0px;
	background-color: #D8D4AE;
	filter: alpha(opacity=90);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: 0.90; opacity:0.90;
	width: 110px;
	border: 1px solid #777744;
	margin: 0px;
	padding: 0px;
}
UL#nav LI:hover UL 
{
	display: block; 
}

UL#nav LI UL LI
{
	float: none;
	margin: 0px;
	padding: 0px;
	/*width: 110px;  */
 
}
UL#menu LI UL LI:hover
{
}
UL#nav LI UL LI A
{
	color: #003300;
	text-decoration: none;
	display: block;
	padding: 3px;	
	/*width: 110px;*/
	
}
UL#nav LI:hover UL LI:hover A:hover
{
}

/* -----END------------------------------------------------------------------------- */
/* -------------------------------NAVBAR MENU--------------------------------------- */
/* --------------------------------------------------------------------------------- */

