/**
 * 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.
 *
 * 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.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
/******************************************/
/***********[ Mage_CSS_A Reset ]***********/
/******************************************/

* { margin:0; padding:0; }

body { background: url(../images/main_bg.jpg) 50% 0; color:#000000; font:12px/1.55em arial, helvetica, sans-serif; text-align:center; }

a { color:#6699CC; text-decoration:none; }
a:hover { color:#FAA700; text-decoration:underline; }
a img { border:0;}
:focus { outline:0; }

/* Heading */
h1, h2, h3, h4, h5, h6, .head { margin-bottom:.4em; line-height:1.3em; color:#6699CC; }
h1 { font-size:2em; line-height:1.17; }
h2 { font-size:1.5em; }
h3 { font-size:1.35em; }
h4 { font-size:1.05em; }
h5 { font-size:1.05em; }
h6 { font-size:.95em; }

/* Table */
th { padding:0; text-align:left; vertical-align:top; }
td {padding:0;vertical-align:top;}

/* Paragraph */
p { margin-bottom:.8em; }
address { margin-bottom:.4em; }
address { font-style:normal; line-height:1.4em;}
cite { font-style:normal; font-size:10px;}
q:before, q:after{content:'';}

/* Form */
form { display:inline;}
fieldset { border:none; }
legend {display:none;}
label { color:#666; /*font-size:.95em;*/  font-weight:bold; }
input, select, button { vertical-align:middle; }

/* Lists */
dt { display:block; font-weight:bold; }
ul,ol { list-style:none; }

/* Size */
small { font-size:.92em; }
big { font-size:1.5em; }

hr { height:0; margin:8px 0; overflow:hidden; visibility:hidden; }
.nowrap { white-space:nowrap; }
.bold { font-weight:bold; }

.copyrightArea
{
	text-align:center;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
	color: #999999;
}

/* menu structure *//* begin Menu */
/* menu structure */

.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.art-menu, .art-menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.art-menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.art-menu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.art-menu li li
{
	float: none;
}

.art-menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.art-menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.art-menu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.art-menu:after, .art-menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.art-menu, .art-menu ul
{
	min-height: 0;
}

.art-menu ul
{
	background-image: url(../images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.art-menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}





/* menu structure */

.art-menu
{
	padding: 4px 2px 0px 2px;
}

.art-nav
{
	position: relative;
	height: 45px;
	z-index: 100;
}

.art-nav .l, .art-nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 45px;
	background-image: url('../images/nav.png');
}

.art-nav .l
{
	left: 0;
	right:0px;
}

.art-nav .r
{
	right: 0;
	width: 973px;
	clip: rect(auto, auto, auto, 973px);
}


/* end Menu */

/* begin MenuItem */
.art-menu ul li
{
	clear: both;
}

.art-menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 41px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}


.art-menu a .r, .art-menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 123px;
	background-image: url('../images/MenuItem.png');
}

.art-menu a .l
{
	left:0;
	right:17px;
}

.art-menu a .r
{
	width:434px;
	right:0;
	clip: rect(auto, auto, auto, 417px);
}

.art-menu a .t 
{
	font-family:"Script MT Bold",Arial, Helvetica, Sans-Serif;
	font-size: 24px;
	color: #FFFFFF;
	padding: 0 1px;
	margin: 0 17px;
	line-height: 41px;
	text-align: center;
}

.art-menu a:hover .l, .art-menu a:hover .r
{
	top:-41px;
}

.art-menu li:hover>a .l, .art-menu li:hover>a .r
{
	top:-41px;
}

.art-menu li:hover a .l, .art-menu li:hover a .r
{
	top:-41px;
}
.art-menu a:hover .t
{
	color: #FFFFFF;
}

.art-menu li:hover a .t
{
	color: #FFFFFF;
}

.art-menu li:hover>a .t
{
	color: #FFFFFF;
}


.art-menu a.active .l, .art-menu a.active .r
{
	top: -82px;
}

.art-menu a.active .t
{
	color: #FFFFFF;
}


/* end MenuItem */

/* begin MenuSubItem */
.art-menu ul a
{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 20px;
	width: 180px;
	overflow:hidden;
	line-height: 20px;
	margin-right: auto;


	background-image: url('../images/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 0px;
	border-style: solid;
}

.art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}

.art-menu ul a, .art-menu ul a:link, .art-menu ul a:visited, .art-menu ul a:hover, .art-menu ul a:active, .art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 20px;
	color: #473000;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.art-menu ul ul a
{
	margin-left: auto;
}

.art-menu ul li a:hover
{
	color: #000000;
	background-position: 0 -20px;
}

.art-menu ul li:hover>a
{
	color: #000000;
	background-position: 0 -20px;
}

.art-nav .art-menu ul li a:hover span, .art-nav .art-menu ul li a:hover span span
{
	color: #000000;
}

.art-nav .art-menu ul li:hover>a span, .art-nav .art-menu ul li:hover>a span span
{
	color: #000000;
}


/* end MenuSubItem */
.art-Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:19px;
	min-height:19px;
}

.art-Post-body
{
	position: relative;
	z-index:1;
	padding: 16px;
	padding-top:5px;
}

.art-Post-tr, .art-Post-tl, .art-Post-br, .art-Post-bl, .art-Post-tc, .art-Post-bc,.art-Post-cr, .art-Post-cl
{
	position:absolute;
	z-index:-1;
}

.art-Post-tr, .art-Post-tl, .art-Post-br, .art-Post-bl
{
	width: 18px;
	height: 18px;
	background-image: url('../images/Post-s.png');
}

.art-Post-tl
{
	top:0;
	left:0;
	clip: rect(auto, 9px, 9px, auto);
}

.art-Post-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 9px, 9px);
}

.art-Post-bl
{
	bottom: 0;
	left: 0;
	clip: rect(9px, 9px, auto, auto);
}

.art-Post-br
{
	bottom: 0;
	right: 0;
	clip: rect(9px, auto, auto, 9px);
}

.art-Post-tc, .art-Post-bc
{
	left: 9px;
	right: 9px;
	height: 18px;
	background-image: url('../images/Post-h.png');
}

.art-Post-tc
{
	top: 0;
	clip: rect(auto, auto, 9px, auto);
}

.art-Post-bc
{
	bottom: 0;
	clip: rect(9px, auto, auto, auto);
}

.art-Post-cr, .art-Post-cl
{
	top: 9px;
	bottom: 9px;
	width: 18px;
	background-image: url('../images/Post-v.png');
}

.art-Post-cr
{
	right:0;
	clip: rect(auto, auto, auto, 9px);
}

.art-Post-cl
{
	left:0;
	clip: rect(auto, 9px, auto, auto);
}

.art-Post-cc
{
	position:absolute;
	z-index:-1;
	top: 9px;
	left: 9px;
	right: 9px;
	bottom: 9px;
	/*background-color: #FFCF70;*/
}

/*Start custom orange box*/
.ecbb-ColorBox
{
	position:relative;
	display: inline;
	z-index:0;
	margin:0 auto;
	min-width:19px;
	min-height:19px;
}

.ecbb-ColorBox-body
{
	position: relative;
	z-index:1;
	padding: 16px;
	padding-top:5px;
}

.ecbb-ColorBox-tr, .ecbb-ColorBox-tl, .ecbb-ColorBox-br, .ecbb-ColorBox-bl, .ecbb-ColorBox-tc, .ecbb-ColorBox-bc,.ecbb-ColorBox-cr, .ecbb-ColorBox-cl
{
	position:absolute;
	z-index:-1;
}

.ecbb-ColorBox-tr, .ecbb-ColorBox-tl, .ecbb-ColorBox-br, .ecbb-ColorBox-bl
{
	width: 18px;
	height: 18px;
	background-image: url('../images/Post-s.png');
}

.ecbb-ColorBox-tl
{
	top:0;
	left:0;
	clip: rect(auto, 9px, 9px, auto);
}

.ecbb-ColorBox-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 9px, 9px);
}

.ecbb-ColorBox-bl
{
	bottom: 0;
	left: 0;
	clip: rect(9px, 9px, auto, auto);
}

.ecbb-ColorBox-br
{
	bottom: 0;
	right: 0;
	clip: rect(9px, auto, auto, 9px);
}

.ecbb-ColorBox-tc, .ecbb-ColorBox-bc
{
	left: 9px;
	right: 9px;
	height: 18px;
	background-image: url('../images/Post-h.png');
}

.ecbb-ColorBox-tc
{
	top: 0;
	clip: rect(auto, auto, 9px, auto);
}

.ecbb-ColorBox-bc
{
	bottom: 0;
	clip: rect(9px, auto, auto, auto);
}

.ecbb-ColorBox-cr, .ecbb-ColorBox-cl
{
	top: 9px;
	bottom: 9px;
	width: 18px;
	background-image: url('../images/Post-v.png');
}

.ecbb-ColorBox-cr
{
	right:0;
	clip: rect(auto, auto, auto, 9px);
}

.ecbb-ColorBox-cl
{
	left:0;
	clip: rect(auto, 9px, auto, auto);
}

.ecbb-ColorBox-cc
{
	position:absolute;
	z-index:-1;
	top: 9px;
	left: 9px;
	right: 9px;
	bottom: 9px;
	background-color: #FFCF70;
}

/*Start custom blue gradient box*/
.ecbb-BlueBox
{
	position:relative;
	display: inline;
	z-index:0;
	margin:0 auto;
	min-width:19px;
	min-height:19px;
	background-image:  url('../images/bg-blue_gradient_1.gif');
}

.ecbb-BlueBox-body
{
	position: relative;
	z-index:1;
	padding: 16px;
	padding-top:5px;
}

.ecbb-BlueBox-tr, .ecbb-BlueBox-tl, .ecbb-BlueBox-tc, .ecbb-BlueBox-cr, .ecbb-BlueBox-cl
{
	position:absolute;
	z-index:-1;
}

.ecbb-BlueBox-tr, .ecbb-BlueBox-tl
{
	width: 150px;
	height: 30px;
}

.ecbb-BlueBox-tl
{
	left:60px;
	top:20px;
	font-size: 1.8em;
}

.ecbb-BlueBox-tr
{
	left: 500px;
	top: 20px;
	font-size: 1.8em;
}

.ecbb-BlueBox-tc
{
	left: 275px;
	width: 150px;
	height: 30px;
	top: 20px;
	font-size: 1.8em;
}

.ecbb-BlueBox-cr, .ecbb-BlueBox-cl
{
	top: 60px;
	bottom: 5px;
	width: 170px;
}

.ecbb-BlueBox-cr
{
	left:440px;
}

.ecbb-BlueBox-cl
{
	left:15px;
}

.ecbb-BlueBox-cc
{
	position:absolute;
	z-index:-1;
	top: 60px;
	left: 225px;
	width: 180px;
	bottom: 5px;
}

/*Start custom gray box*/
.ecbb-GrayBox
{
	position:relative;
	display: inline;
	z-index:0;
	margin:0 auto;
	min-width:19px;
	min-height:19px;
	background-color: #CCCCCC;
}

.ecbb-GrayBox-body
{
	position: relative;
	z-index:1;
	padding: 16px;
	padding-top:60px;
}

.ecbb-GrayBox-tr, .ecbb-GrayBox-tl, .ecbb-GrayBox-br, .ecbb-GrayBox-bl, .ecbb-GrayBox-tc, .ecbb-GrayBox-bc,.ecbb-GrayBox-cr, .ecbb-GrayBox-cl
{
	position:absolute;
	z-index:-1;
}

.ecbb-GrayBox-tr, .ecbb-GrayBox-tl, .ecbb-GrayBox-br, .ecbb-GrayBox-bl
{
	width: 18px;
	height: 18px;
	background-image: url('../images/circle-gray.gif');
}

.ecbb-GrayBox-tl
{
	top:0;
	left:0;
	clip: rect(auto, 9px, 9px, auto);
}

.ecbb-GrayBox-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 9px, 9px);
}

.ecbb-GrayBox-bl
{
	bottom: 0;
	left: 0;
	clip: rect(9px, 9px, auto, auto);
}

.ecbb-GrayBox-br
{
	bottom: 0;
	right: 0;
	clip: rect(9px, auto, auto, 9px);
}

.ecbb-GrayBox-tc, .ecbb-GrayBox-bc
{
	left: 9px;
	right: 9px;
	height: 18px;
	font-size: 1.8em;
}

.ecbb-GrayBox-tc
{
	top: 0;
	clip: rect(auto, auto, 9px, auto);
}

.ecbb-GrayBox-bc
{
	bottom: 0;
	clip: rect(9px, auto, auto, auto);
}

.ecbb-GrayBox-cr, .ecbb-GrayBox-cl
{
	top: 9px;
	bottom: 9px;
	width: 18px;
	background-color: #CCCCCC;
}

.ecbb-GrayBox-cr
{
	right:0;
	clip: rect(auto, auto, auto, 9px);
}

.ecbb-GrayBox-cl
{
	left:0;
	clip: rect(auto, 9px, auto, auto);
}

.ecbb-GrayBox-cc
{
	position:absolute;
	z-index:-1;
	top: 60px;
	left: 9px;
	right: 9px;
	bottom: 9px;
	background-color: #FFFFFF;
}

.ecbb-GrayBox-titleBox
{
	position:absolute;
	z-index:-1;
	top: 20px;
	height: 40px;
	left: 9px;
	right: 9px;
	background-color: #CCCCCC;
	font-size: 1.8em;
}
