/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * 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.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     enterprise_default
 * @copyright   Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */

* { margin:0; padding:0; }

body          {
	background:#004ebd url(../images/bg.jpg) no-repeat center top;
	font: 75%/1.66 "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#2a2a2a;
	text-align:center;
	position: relative;
}

img           { border:0; vertical-align:top; }

a {
	color: #016A99;
	text-decoration: none;
}
a:hover, a:focus {}
:focus        { outline: 0; }
a img {vertical-align: middle;}
p {
	padding-bottom: 1em;
}
/* Headings */
h1 {
	font-size:1.67em;
	font-weight:normal;
	line-height:1.3;
	color: #016A99;
}
h2 {
	line-height:1.34;
	padding: 0 0 5px 20px;
	color: #015276;
	text-transform: uppercase;
	font-size:25px;
}
h3  {
	font-size:1.33em;
	font-weight:bold;
	line-height:1.375;
	color: #016A99;
}
h4 {
	font-size:1.17em;
	font-weight:bold;
	color: #016A99;
}
h5 {
	font-size:1em;
	font-weight:bold;
	color: #016A99;
}
h6  {
	font-size:.92em;
	font-weight:bold;
	color: #016A99;
}

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before, 
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
.c-left {
	clear: left;
}
.img_replace {
	position: relative;
	overflow: hidden;
}
.img_replace span {
	display:block;
	width: 100%;
	height: 100%;
	position: adsolute;
	top: 0px;
	left: 0px;
}

