/*style sheet for High Country Beverage*/

body
{
background-color: #ccc;
background-image:   url(../images/bg_striped.jpg);} 


h1 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14pt; 
	color: #006; 
	font-weight: bold;
	font-style: italic; 
	text-align: center;
	line-height: 2em
}

h1.white
{
color: #fff
}

h2 
{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	font-weight: bold; 	 	
	color: #fff;
	line-height: 2em;
}


h2.green
{  
	color: #5B795D;  
}

.emphasis
{
	font-size: 14pt;
	}

.nomargin 
{ 
	margin-bottom: 0; 
	padding-bottom: 0; 
} 

p, td
{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #006;  
	line-height: 1.6em; 
}

.white
{
color: #fff;
}

form {
	margin:0px 0px 0px 0px;
}

.small-copy
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
	color: #999;
	font-style: normal;
	padding-left: 15px;}

.cell-gr {
background-color: #5B795D;
padding: 15px;}

.cell-wh {
background-color: #fff;
}

.cell-gray {
background-color: #ccc;
padding: 15px;}

.cell-blue {
background-color: #006;
}





/*these are links in the top navbar*/

A.navlink
{  
	color: #fff;
	font-size: 8pt;
	font-weight: bold;
}

A.navlink:link
{  
	color: #fff;
	text-decoration: none;
}

A.navlink:visited
{
	color: #fff;
	text-decoration: none; 
}

A.navlink:active
{
	color: #fff;
	text-decoration: none; 
}

A.navlink:hover
{
	color: #fff; 
	text-decoration: none;
	background-color: #fedba5; /*logo color*/
	padding: 3px; 
	}

/*these are links in a page footer*/

A.footlink:link
{ 
	color: #5B795D;
	font-size: 8pt;
	text-decoration: none;
}

A.footlink:visited
{
	color: #5B795D;
	font-size: 8pt;
	text-decoration: none; 
}

A.footlink:active
{
	color: #5B795D;
	font-size: 8pt;
	text-decoration: none; 
}

A.footlink:hover
{
	color: #006;
	font-size: 8pt; 
	text-decoration: none;
} 

/*top of page links*/

A.top-links 
{
	font-size: 7pt;
	color: #5b795d;  /*green*/
	font-weight: bold; 
	text-decoration: none;
}

A.top-links:link
{
	color: #5b795d;
	text-decoration: none;
}

A.top-links:visited
{
	color: #5b795d;
	text-decoration: none;
}


A.top-links:active
{
	color: #5b795d;
	text-decoration: none;
}

A.top-links:hover
{
	color: #006;
	font-weight: bold;
}


/*main body links*/

A:link 
{
	color: #5b795d;
	text-decoration: none;
}

A:visited
{ 
	color: #5b795d; 
	text-decoration: none;
}

A:hover 
{
	color: #5b795d; 
	font-weight: bold;
	text-decoration: none;
}