body
{
	margin: 0px;
	background: url("img/bg.gif"/*tpa=http://www.bevinco.com/img/bg.gif*/) repeat-x #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
A:link	{ color: #81B23F; text-decoration: none; font-weight: bold;}
A:visited { color: #81B23F; text-decoration: none; font-weight: bold;}
A:active { color: #81B23F; text-decoration: none; font-weight: bold;}
A:hover	{ color: #003853; text-decoration: underline; font-weight: bold;}


.bluelink A:link	{ color: #003853; text-decoration: none; }
.bluelink A:visited { color: #003853; text-decoration: none; }
.bluelink A:active { color: #003853; text-decoration: none;  }
.bluelink A:hover	{ color: #003853; text-decoration: underline;  }


table#sidenav 
{ 
} 
table#sidenav tr td 
{
	border-bottom: 1px solid #878787;
	border-right: 1px solid #878787;
} 

table#sidenav tr td a 
{
	display: block; 
	text-decoration: none; 
	margin: 0; 
	padding: 0; 
} 

table#sidenav tr td a:link, table#sidenav tr td a:visited 
{ 
	color: #333333; 
	font-weight: bold;
	padding: 8px 10px;
} 

table#sidenav tr td a:hover 
{ 
	color: #ffffff; 
	font-weight: bold;
	background-color: #9AC55F; 
	padding: 8px 10px;
} 

table#sidenav tr td a:active
{
	color: navy;
} 

.imagecontainer
{
	  float:left;
	  clear:left;
	  background: url("img/shadowAlpha.png"/*tpa=http://www.bevinco.com/img/shadowAlpha.png*/) no-repeat bottom right !important;
	  background: url("img/shadow.gif"/*tpa=http://www.bevinco.com/img/shadow.gif*/) no-repeat bottom right;
	  margin: 10px 0 10px 10px !important;
	  margin: 10px 0 10px 5px;
}
.imagecontainer img
{
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}
ul.martini
{
	list-style-image: url("img/martini-bullet.gif"/*tpa=http://www.bevinco.com/img/martini-bullet.gif*/); 
	margin: 25px 8px 0px 25px; 
	padding: 4px 0 4px 0px;
}

ul.martini li 
{
	padding: 4px 0 4px 0px;
}

ul.check
{
	list-style-image: url("img/check.jpg"/*tpa=http://www.bevinco.com/img/check.jpg*/); 
	margin: 0px 8px 0px 25px; 
	padding: 2px 0 2px 0px;
}

ul.check li 
{
	padding: 2px 0 2px 0px;
}


hr
{
	color: #003853;
background-color: #003853;
height: 1px;

}

hr.greenbar
{
	color: #81B23F;
background-color: #81B23F;
height: 3px;

}



#header
{
	background: url("img/main-bg-top.jpg"/*tpa=http://www.bevinco.com/img/main-bg-top.jpg*/) no-repeat top center;
}
#interior
{
	background: url("img/interior-bg-top.jpg"/*tpa=http://www.bevinco.com/img/interior-bg-top.jpg*/) no-repeat top center;
}
.greentitle
{
	color: #81B23F;
	font-size: 18px;
}
.bluetitle
{
	color: #003853;
	font-size: 22px;
	padding-bottom: 10px;
	border-bottom: 3px solid #81B23F;
	margin-bottom: 10px;
}
.blueheading
{
	color: #003853;
	font-size: 16px;
	font-weight: bold;
}
.greentext
{
	color: #81B23F;
}
.bluetext
{
	color: #003853;
}
.whitetext
{
	color: #ffffff;
}
.graytext
{
	color: #656565;
}
.footer
{
	color: #003853;
	font-size: 11px;
}
.footer A:link	{ color: #003853; text-decoration: none;  font-size: 11px;}
.footer A:visited { color: #003853; text-decoration: none;  font-size: 11px;}
.footer A:active { color: #003853; text-decoration: none;  font-size: 11px;}
.footer A:hover	{ color: #003853; text-decoration: underline;  font-size: 11px;}

.number
{
	color: #003853;
	font-size: 14px;
}
.size10
{
	font-size: 10px;
}
.size11
{
	font-size: 11px;
}
.size14
{
	font-size: 14px;
}
.size16
{
	font-size: 16px;
}
.size18
{
	font-size: 18px;
}

.menu {
	width: 180px;/* VERY IMPORTANT! Set this to appropriate value, either here on down in the design section */
}

.menu, .menu ul {	/* remove all list stylings */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	left: 100%;	/* and move them to the right of the item */
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url("empty.gif"/*tpa=http://www.bevinco.com/empty.gif*/);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}


/* - - - ADxMenu: DESIGN styles - - - */

.menu, .menu ul li {
	color: #333333;
	background-color: #ffffff;
}

.menu {
	width: 180px;
}

.menu ul {
	width: 180pxm;
}

.menu a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	padding: .4em 1em;
	display: block;
}

.menu a:hover, .menu li:hover>a {
	color: #ffffff;
	font-weight: bold;
	background-color: #9AC55F;
}

.menu li {	/* create borders around each item */
	border-bottom: 1px solid #878787;
	border-right: 1px solid #878787;
}
.menu>li + li, .menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li:hover>ul {	/* inset submenus, to show off overlapping */
	top: 5px;
	left: 100%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #567;
}

