/**
 * 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) 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; }


a { color:#1e7ec8; 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; visibility:hidden; }
.nowrap { white-space:nowrap; }
.bold { font-weight:bold; }
/* =Styling all elements
--------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
a {
	outline: none;
	border: none;
	text-decoration: none;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
.floatleft {
	float: left !important;
}
.floatright {
	float: right !important;
}
acronym, abbr {
	cursor: help;
}
/*============================================ Body ===========================================================*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
/*============================================ Container =========================================================*/

/*============================================ Header ===========================================================*/
.logo {
	padding-top:40px;
	padding-right:10px;
}
.padd {
	padding-top:60px;
}
.padd1 {
	padding-right:4px;
	padding-left:4px;
}
/*============================================ Home Middle Section ==================================================*/
.main_bg {
	background-image:url(../images/home_bg.png);
	background-repeat:no-repeat;
	width:898px;
	height:370px;
}
.welcome_txt {
	color:#989898;
	padding-top:120px;
}
.welcome_txt p {
	color:#989898;
	padding-top:10px;
	padding-right:25px;
	padding-left:5px;
}
.home_product {
	padding-top:25px;
}
.home_product img {
	padding-left:30px;
}
.home_product h1 {
	color:#8d8d8d;
	font-size:24px;
	font-family:"Times New Roman", Times, serif;
	padding-bottom:20px;
	padding-left:35px;
}
.home_product p {
	color:#262626;
	padding-top:20px;
	padding-right:35px;
	padding-left:35px;
}
/*============================================ Left Section =========================================================*/
.left_section_bg {
	background-image:url(../images/left_gry_bg.png);
	background-repeat:repeat-y;
	width:227px;
	padding-left:10px;
}
.left_section_bg p {
	color:#878686;
	padding-top:5px;
}
.left_section_bg ul {
	list-style:none;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
}
.left_section_bg li {
	background-image:url(../images/arrow_img.jpg);
	background-repeat:no-repeat;
	background-position:left 12px;
	padding-left:15px;
	padding-top:8px;
	color:#000000;
}
.left_section_bg li a {
	color:#000000;
}
.left_section_bg li a:hover {
	color:#ca0016;
}
/*============================================ Right Section ===========================================================*/
.right_section_bg {
	/*background-image:url(../images/right_cont_bg.png);*/
	background-repeat:repeat-y;
	width:644px;
	padding-left:20px;
}
.right_section_bg h2 {
	font-size:12px;
	font-weight:bold;
	color:#ab0034;
	padding-left:30px;
	padding-top:12px;
}
.right_section_bg h3 {
	padding-top:10px;
	padding-left:30px;
}
.right_section_bg h4 {
	font-size:16px;
	font-weight:bold;
	color:#ab0034;
	padding-top:20px;
	padding-left:15px;
	padding-bottom:15px;
}
.right_section_bg p {
	padding-top:18px;
	padding-left:30px;
	padding-right:20px;
}
.red_link {
	color:#990000;
}
.pagination {
	color:#000000;
}
.dotted_line {
	border-bottom:1px #878686 dashed;
	text-align:center;
}
.dotted_line1 {
	border-top:1px #878686 dashed;
	text-align:left;
	height:2px;
	margin-right:50px;
}
.product_padd {
	padding:10px;
}
/*============================================ Footer Section ===========================================================*/
.footer {
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
}
.footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#878787;
	padding-top:10px;
	padding-bottom:5px;
}
.footer p a {
	color:#878787;
	padding-right:5px;
	padding-left:5px;
}
.footer p a:hover {
	text-decoration:underline;
}
