/**
 * 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)
 */
/******************************************/
/***********[ Mage_CSS_A Reset ]***********/
/******************************************/

* { margin:0; padding:0; }

body { background:#EEEEEE; color:#2f2f2f; font:12px/1.55em arial, helvetica, sans-serif; text-align:center; }

a { color:#000; text-decoration:underline; }
a:hover { color:#1e7ec8; 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:#0A263C; }
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.1em; }

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

@charset "utf-8";
/* CSS Document */


/* new CSS*/
.main_bg {
	background:#D5F0E2;
}

.innertable_bg {
	background:#FFF;
}

.toptext_bg {
	background-image:url(../images/toptext_bg.jpg);
	background-repeat:no-repeat;
}

.top_text {
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	color:#0E9F9F;
}

.text_bold {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
}

.text {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
}

.info_text {
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	color:#000;
}


.email {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000;
}
.email:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:underline;
}

.email_big {
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	text-decoration:none;
	color:#000;
}
.email_big:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	color:#000;
	text-decoration:underline;
}


.welcome_text {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-decoration:none;
	
	color:#999999;
}
.welcome_text:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;

}
.nav_text {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	text-decoration:none;
	color:#009999;
}
.nav_text:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#004747;
	text-decoration:none;
}
.nav_text:active {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#004747;
	text-decoration:none;
}
.nav_bg {
	background-image:url(../images/nav_bg.jpg);
	background-repeat:no-repeat;
}

.btm_table {
	border:1px;
	border-style:solid;
	border-color:#BAE7D0;
}

.refined_text {
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#000;
}
.page_heading {
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#009999;
}
.breadcrum_txt {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	text-decoration:none;
	color:#009999;
}

.productinfo_bg {
	background-color:#EFFAF4;
}

.content_txt {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#333333;
}

.product_txt {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#333333;
}

.page_num {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#333333;
}
.page_num:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-decoration:underline;
	color:#333333;
}
.page_num:active {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-decoration:underline;
	color:#333333;
}
.search_heading {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#333333;
}

.search_by {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#000;
}

.slide_bg {
	background-image:url(../images/h_slide.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.more_infotext {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#000;
}

.more_infocolor {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#009999;
}

.old_price {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#009999;
}

.main_price {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#009999;
}
.main_price_rs {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#009999;
}

.v_line {
	background-image:url(../images/v_line.jpg);
	width:1px;
	background-repeat:repeat-y;	
}
.search_bg {
	background-image:url(../images/search.jpg);
	background-repeat:no-repeat;
	
	}

.text_box {
	width:120;
	height:13;
	border:none;
	font-size:10px;
	vertical-align:bottom;
	
}





/************************** content extra box style *****************************/
.extra .sub_box { display:block; background:url(../images/home_second_strip.png) top right no-repeat #EFEFEF; margin:0px 0px 14px 0px; float:left; font-family:Arial, Helvetica, sans-serif;	-webkit-border-radius: 5px;	-moz-border-radius: 5px; border-radius: 5px;}
.extra .sub_box .left { display:block; float:left; width:219px; height:54px; background:url(../images/extra_div.png) right center no-repeat}
.extra .sub_box .right {  background: url(../images/extra_div.png) no-repeat scroll left center transparent; display: block; float: right; height: 44px; padding-left: 20px; padding-right:20px; width: 335px; }
.extra .sub_box .mid { display: block; float: left; height: 64px; padding-left: 12px; width: 353px; }
.extra .sub_box .left { font-size:13px; color:#000; padding:5px 10px;}
.extra .sub_box .left h2 { color:#9C0356; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:normal; padding-bottom:3px; text-align:left; margin:0px;}
.extra .sub_box .left p{ text-align:left; }
.extra .sub_box .mid { margin:0 auto;}
.extra .sub_box .mid h2 { font-size:27px; color:#9C0356; font-weight:normal; float:left; line-height: 67px;}
.extra .sub_box .mid h3 {  float: left; font-size: 15px; line-height: 70px; margin-left: 5px; text-decoration: underline; font-weight:normal; white-space:nowrap; }
.extra .sub_box .right {  padding-top: 20px; white-space:nowrap; word-spacing:normal;}
.extra .sub_box .right input[type="button"], .extra .sub_box .right button, .extra .sub_box .right input[type="submit"] { display:block; background:#CCCCCC; border:none; font-size:13px; color:#FFF; padding:3px 8px; width:80px;}
.extra .sub_box .right input[type="text"] { border:1px solid #D2D2D0; background:#FFF; width:155px; height:20px;  margin:0 auto; margin-left:5px;}


/************************** content bottom_nav box style *****************************/
.bottom_nav { width:100%; border-bottom:1px dashed #d2d2d2; background:#fff; border-top:1px dashed #d2d2d2; padding:10px 0; padding-bottom:0px; }
.bottom_nav .payment_option { float:right; width:200px; height:110px;}
.bottom_nav ul.nav_lists { width: 171px; height:110px; float:left; }
.bottom_nav ul.nav_lists { display:block; margin:0px; padding:0px; color:#464646; padding-left:10px;}
.bottom_nav ul.nav_lists li { display:block; float:none;}
.bottom_nav ul.nav_lists li { font-family:Arial, Helvetica, sans-serif; color:#464646; line-height:20px; text-align:left;}
.bottom_nav h1 { color:#000; font-size:12px; font-weight:normal; text-transform:uppercase;}

.payment_option ul { display:block; float:none; list-style:none;}
.payment_option ul li { border: 1px solid #DFDFDF; float: left; height: 20px; margin-bottom: 8px; margin-right: 8px; width: 32px;}
.payment_option h1 { color:#000; font-size:12px; font-weight:normal; text-transform:uppercase; padding-bottom:5px;}



/************************** footer style *****************************/
#footer { display:block; font-size:11px; padding:15px 15px; padding-bottom:50px; background:#fff;}
#footer .designby { float:right;}
#footer .designby img { margin-top:5px;}
#footer .copy { float:left;}


/************************** main navagation style *****************************/
.navagation { display:block; background:#000; color:#FFF; height:44px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; float:left; width:991px; }
.navagation ul.menus { display:block; float:left;}
.navagation ul.menus li { display:block; float:left; line-height:44px; position:relative; z-index:999;}
.navagation ul.menus li a { text-decoration:none; color:inherit; color:#FFF; display:block; padding:0 37px; height:44px; }

/************************************ drop down menu ***********************************/

ul.menus li:hover { background:#333; -webkit-border-radius:5px 5px 5px 5px;-moz-border-radius:5px 5px 5px 5px; border-radius:5px 5px 5px 5px;} 

.navagation ul.menus ul { display:none; float:left; position:absolute; z-index:99; background:#333; border-top:5px solid #000; margin-top:8px;}
.navagation ul.menus ul li { display:block; float:left; line-height:44px; position:relative; }
.navagation ul.menus ul li a { text-decoration:none; color:inherit; color:#FFF; display:block; padding:0 5px; height:auto; }


.navagation ul.menus li li { width:123px;}
.navagation ul.menus li li a { line-height:normal; padding:5px;}
.navagation ul.menus li li a:hover { background:#FFF; color:#333; display:block;}
.navagation ul.menus li:hover ul { display:block; top:32px;}
.navagation ul.menus li:hover li:hover ul { display:block; top:0; left:124px; width:120px; margin-top:-5px;}
.navagation ul.menus li:hover ul ul { display:none; }
.navagation .search { display:block; float:left; width:204px; float:right; margin-top:10px; background:url(../images/search_bg.png) top left no-repeat; margin-right:35px; height:23px;}
.navagation .search input[type="text"] { display:block; border:none; background:none; color:#FFF; width:175px; margin-left:2px; margin-top:2px;}

