/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * @copyright  Copyright (c) 2004-2007 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */



/****************** LAYOUT ELEMENTS ********************/

body {
	background: url(../images/header_top_container_bg.jpg) repeat-y 50% 0 #333333;
}

body {
	background: #ffffff none;
}

/*
.middle-container {
	background: #ffffff none;
}

.middle {
	background: #ffffff none;
}
*/

.middle {
	padding-bottom:20px;
}

.footer-container {
	border-top-color: #999999;
	border-top-width: 1px;
}

.footer {
	background: url(../images/footer_bg.jpg) no-repeat 50% 0;
	background: #ffffff none;
}


/****************** STYLE ELEMENTS *********************/

h2#logo {
	float: left;
	margin: 3px 0pt 10px 12px;
	width: 202px;
	padding: 0px;
	font:12px/1.55em arial, helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
.page-popup h2#logo { display:none; }

#nav a:hover {
	color:#cc3333;
}

.base-mini .head h4 {
	color: #993333;
}

.shop-access a:hover {
	color: #d96708;
	color: #e26703;
}

.shop-access a:hover {
	color: #a7c6dd;
}

.footer .informational li {
	color: #000000;
}

.footer .informational a, .footer .informational a:hover {
	color: #2f2f2f;
}


.page-head h1, .page-head-alt h1 {
    margin:0;
    font-size:1.7em !important;
    font-weight:normal !important;
    text-transform:none  !important;
    text-align:left;
    }



/* NAVIGATION */

.bev-nav * {
	text-align:left;
	width: 700px;
	height: 0px;
}

ul.bev-nav-top {
	position: relative;
	top: 51px;
	margin-top: -3px;
	margin-left: -8px;
	font-size: 20px;
}

ul.bev-nav-top li {
	display:inline;
	padding: 0px 5px 0px 5px;
	color:#999999;
}

ul.bev-nav-top li a {
	color: #ffffff;
	color: #cccccc;
	text-decoration: none;
}

ul.bev-nav-top a:hover {
	color: red;
}








