/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-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/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/****************************************************/
/***********[ Custom Css ]***********/
/****************************************************/


/********************** Header */
.header-left{width:300px; float:left;}
.header-right{width:640px; float:right;}
.header-right ul{float:right;}
.right-header{ width:634px; float:left; padding-right:6px;}
.right-header a{ color:#666666;}

.header-right .top-links              { margin-top:0px; }
.header-right .top-links,
.header-right .top-links li           { display:inline; }
.header-right .top-links li           { padding:0 4px 0 1px; }
.header-right .top-links a:hover      { color:#666666; }
.header-right .top-links a            { padding:0 7px 0 0; background:url(../images/links_separator.gif) no-repeat 100% 50%; color:#666666; margin:0px; }
.header-right .top-links li.last      { padding:0px; }

.header-right .top-links li.last a      { padding:0; background:none; margin:0px;}

.clear{ clear:both;}

.number{ width:467px; text-align:right; float:left; margin-top:35px;}

.header-leftlinks{width:227px; float:left; padding: 0 0 0 16px; background:url(../images/ul-bg.gif) right top no-repeat; height:26px; margin:0px; }
.header-left li{ float:left; font-size:14px; display:inline; line-height:21px; }
.header-left li a{ color:#666666; background:url(../images/links_separator_br.gif) no-repeat 100% 52%; padding: 0 8px 0 0 ; margin:0 8px 0 0; }

.header-left  li.last { padding:0px;}
.header-left  li.last a{ color:#666666; background:none; padding: 0; margin:0; }

.welcome-right{width:293px; float:right; text-align:right; padding:5px 0 0 0; font-size:11px; font-family:jagwi;}
.phone-num{ float:left; text-align:right; font-size:11px; width:100%; padding:0;}
/********************** Header */



/********************** Footer */
.footer-link{ float:left; width:958px; padding-bottom:11px; background:#ebebeb; height:72px; border:none; border-bottom:1px solid #d6d6d6; border-top:#fff solid 3px; text-align:center; padding:15px 0 0; line-height:18px;}
.footer-link a{ color:#666;}

.footer-link span{ font-size:14px; color:#666666; padding: 0 5px;}


.footer-bottom {
    float: none;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 98%;
}

.footer-bottom-left{ float:left; width:221px; font-size:12px; padding:0 0 0 4px; line-height:30px; font-weight:bold;}
.footer-bottom-right {
    float: left;
    line-height: 30px;
    margin-left: 0;
    margin-right: 0;
    width: 400px !important;
	 margin-bottom: 10px;
}
.copyright{ float:left; width:60%; padding:0 0 0 30px; line-height:25px;display:none;}

.copyright li.last a { padding-right:0; margin-right:15px; background:none; }
.copyright ul a                    { background:url(../images/links_separator.gif) no-repeat 100% 51%; padding-right:5px; margin-right:3px; }
.copyright ul,
.copyright  li                      { display:inline;}

/********************** Footer */

/********************** Listing */

.padder-top{ padding-top:10px;}
.padder-top-sub{ padding-top:10px;}

/********************** Listing */



/********************** Dropdown Listing */
.dropdownListing{ border:1px solid #E3DECB; margin-top:5px; }

.dropdownListing li{ position:relative; line-height:20px !important; padding:0 0 0 10px; margin:0 !important}

.dropdownListing li:hover{ position:relative; z-index:1500}

.dropdownListing li:hover ul{ position:absolute; top:16px; left:0 ; display:block }

.dropdownListing li ul{top:20px; left:0 ;display:none ; overflow:hidden
; width:100%; border:1px solid #E3DECB; background:#fff; padding:0px; margin:0px; margin-left:-1px;}

.dropdownListing li ul li{ margin:0 !important; line-height:20px !important;  margin-top: -1px !important; height:22px; padding:0px !important;}

.dropdownListing li ul li a:hover{text-decoration:none !important; color:#333!important; background:#F5F5F5; border:1px solid #E3DECB; border-width:1px 0px;}

.dropdownListing li ul li a{display:block; text-decoration:none !important; padding:0 0 0 10px; border:1px solid #fff; border-width:1px 0px;}

ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 8em;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 8.2em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #EEE;
	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #33C;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #33C;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

/********************** Dropdown Listing */



/********************** Product View  */
.sidebar .content-new { padding:8px 10px; background:#fff; border:1px solid #e3decb; border-top:none;  border-bottom:none;}
.listing-ima{ float:left; margin-bottom:5px;}

.releated-bg {background:url(../images/related-pro-bg.gif) top left repeat-y; float:left; width:701px;;}


.base-mini .product-images      { float:left; width:52px; height:52px; }
.base-mini .product-images a img { border:1px solid #a9a9a9; vertical-align:top; }
.base-mini .product-checkbox    { float:left; width:10px; }
.base-mini .product-names       { margin-left:18px; }
.base-mini .product-details     { margin:0 0 0 60px; height:50px; }
.base-mini .product-details[class] { height:auto; min-height:50px; }
.base-mini .regular-price       { color:#2f2f2f; font-size:11px; }
.base-mini .special-price       { font-size:11px; }
.base-mini .minimal-price       { font-size:11px; }
.base-mini .price-box           { margin:1px 0; }

.category-h2 {
color:#618F12;
font-size:20px;
font-weight:normal;
padding:3px 0; line-height:1.2em; margin-bottom:0.4em;
}
.firstli {
background:transparent url(../images/nav_top_level_arrow.gif) no-repeat scroll 185px center;
}
.cms-page-view .layout-1column {
    color: #463c3c;
    font-size: 14px;
    padding: 0;
    width: 100%;
}

ul.page { margin:0px; padding:0px; list-style:none;}
ul.page li{ margin:0px; padding:0 0 0 11px; background:transparent url(../images/nav_parent_arrow1.gif) no-repeat scroll 0 50%; line-height:18px; float:left; width:100%;}

.table td {
border:1px solid #EEEEEE;
padding:2px 5px;
}
.table .bg{ background:#f7f7f7; font-weight:bold;}
.table img{ vertical-align:middle;}
.table h4{}
.contact-left{ float:left; width:25%; padding:0 16px 0 0; margin:0; border:none; border-right: 1px solid #ddd; min-height:400px; height:auto!important; height:400px;}


.contacts-index-index .middle{padding:0; }
.h4-title{ color:#884b00; padding:10px 0 0 4px;}
.retaildiv{ float:left; width:300px; padding:10px; background:#fefefe; border:1px  solid #ccc; margin:20px 20px 0px 0; 
height:170px; overflow:hidden;}
.productbox{ float:right;width:350px;}

.productbox .product-name {
color:#666666;
font-size:1.2em;
margin-bottom:0.3em;
}


.fromdiv{
float:left;
width:335px; padding:0 0 10px 0px;}

.fromdiv .inputwid{padding:2px;	width:325px; border:1px solid #B6B6B6;}

.selectdiv{float:left; width:342px; margin:0 0px 10px 0; padding:0px}
.selectdiv label{ float:left; width:280px; font-weight:normal;}

.select{width:50px !important; border:1px solid #B6B6B6; float:left;}
.h5-bg{ background:#f0f0f0; text-align:center!important; width:203px!important; height:auto!important; line-height:20px; padding:2px 0px!important;}

.retdiv{ width:340px; float:left;}
.retdiv select{ width:322px!important;}

.retaildiv b{ display:block !important; width:105px!important; float:left!important;}
.retaildiv span{ display:block !important; width:195px!important; float:right!important;}

.copy-mess {float:left; text-align:right; padding:0; width:928px; margin:-10px 0 0}
.copy-mess a{ color:#666666!important; text-decoration:none;}
.copy-mess a:hover{ text-decoration:none;}
.copyright a{ color:#666666!important; text-decoration:none;}
.copyright a:hover{ text-decoration:none;}



.our-factory{width:822px; margin:0; float:left; padding:0 68px;}
a.shop-img {width:822px; float:left; width:822px; height:179px; background:transparent url(../images/building-sketch-final.jpg) no-repeat left top;}
a.shop-img:hover {width:822px; float:left; width:822px; height:179px; background:transparent url(../images/building-sketch-color.jpg) no-repeat left top;}


a.center-img {width:822px; float:left; width:822px; height:96px; background:transparent url(../images/building-sketch-final.jpg) no-repeat left -179px;}
a.center-img:hover {width:822px; float:left; width:822px; height:96px; background:transparent url(../images/building-sketch-color.jpg) no-repeat left -179px;}


a.lobby-img {width:822px; float:left; width:822px; height:274px; background:transparent url(../images/building-sketch-final.jpg) no-repeat left -275px;}
a.lobby-img:hover {width:822px; float:left; width:822px; height:274px; background:transparent url(../images/building-sketch-color.jpg) no-repeat left -275px;}

a.ent-img {width:822px; float:left; width:822px; height:108px; background:transparent url(../images/building-sketch-final.jpg) no-repeat left -549px;}
a.ent-img:hover {width:822px; float:left; width:822px; height:108px; background:transparent url(../images/building-sketch-color.jpg) no-repeat left -549px;}

#apDiv1 {
	position:absolute;
	width:328px;
	height:444px;
	z-index:1; background:#fff;
}
#apDiv2 {
	position:absolute;
	width:328px;
	height:444px;
	z-index:1; background:#fff;
}
#apDiv3 {
	position:absolute;
	width:328px;
	height:444px;
	z-index:1; background:#fff;
}
#apDiv4 {
	position:absolute;
	width:328px;
	height:444px;
	z-index:1; background:#fff;
}
#apDiv5 {
	position:absolute;
	width:328px;
	height:444px;
	z-index:1; background:#fff;
}
#apDiv6 {
	position:absolute;
	width:328px;
	height:444px;
	z-index:1; background:#fff;
}

.press-list-outer {
    float: left;
    padding: 0 !important;
    width: 100%;
}



.press-list {
    border: 1px solid #cccccc;
    float: left;
    padding: 2%;
    width: 96%;
}

.press-list h4{ font-size:18px; color:#315031; font-weight:normal}

.page-heading h2{
color:#315031;
font-size:20px;
font-weight:normal;
padding:3px 50px;
}



.Box1 {   height:110px; width:162px; position:relative; overflow:hidden; background-image:url(../images/Box-1.png); font-family:jagwi; color:#273A62; margin-top:6px; cursor:pointer}
.Box2 {   height:110px; width:162px; position:relative; overflow:hidden; background-image:url(../images/Box-2.png);font-family:jagwi; color:#273A62; margin-top:6px;cursor:pointer}
.Box3 {   height:110px; width:162px; position:relative; overflow:hidden; background-image:url(../images/Box-3.png);font-family:jagwi; color:#273A62; margin-top:6px;cursor:pointer}
.Box4 {   height:110px; width:162px; position:relative; overflow:hidden; background-image:url(../images/Box-4.png);font-family:jagwi; color:#273A62; margin-top:6px;cursor:pointer}
.detail{ position:absolute; bottom:0; left:6px; height:22px; font-size:13px; text-align:left }
.detail .heading{ font-size:22px;}
.detail a{ color:#273A62}

.Box1 ul li a { background:none; }
.Box2 ul li a { background:none; }
.Box3 ul li a { background:none; }
.Box4 ul li a { background:none; }

.border ul{ float:left; padding:45px 0 0 0}
.border ul li { float:left; width:200px}
.tips { display:none}