/**
 * 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:#BBC6C8 url(../images/page_bg.jpg) 50% 0 repeat-x; color:#2f2f2f; font:12px/1.55em arial, helvetica, sans-serif; text-align:center; }

a { 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A0AFB0;
	text-decoration: none; }
a:hover { color:#DD281D; 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;}

/* 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; }
.top_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #7E7E7E;
	text-decoration: none;
}
.top_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	text-decoration: underline;
}
.top_number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 20px;
	color: #7E7E7E;
	text-decoration: none;
}

.top_linkCopy {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #7E7E7E;
	text-decoration: none;
}
.top_linkCopy1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
.free_shipping {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7E7E7E;
	text-decoration: none;
}
/*#header {
	width: 963px;
	background-position: top;
}*/
.featured_products {
	font-family: Tahoma;
	font-size: 18px;
	color: #050506;
	text-decoration: none;
	padding-top: 5px;
	height: 34px;
}
.top_buttom_border {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BDCACD;
	border-bottom-color: #BDCACD;
}


.border {
	border: 1px solid #D6D6D6;
}
.border_home {
	border: 2px solid #D6D6D6;
}
.arial_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #010101;
	text-decoration: none;
	
}
.arial_12:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	text-decoration: underline;
	
}
.doller_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}


.table_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #575757;
	text-decoration: none;
	text-align: justify;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-top: 8px;
}
.left_top_buttom_border {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
}
.right_top_buttom_border {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-right-color: #D6D6D6;
}
.add_to_favorites_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7E7E7E;
	text-decoration: none;
	line-height: 20px;
}
.add_to_favorites_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7E7E7E;
	text-decoration: underline;
	line-height: 20px;
}
.copyright {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #575050;
}
.buttom_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
}
.buttom_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7E7E7E;
	text-decoration: none;
	line-height: 25px;
}
.buttom_link:hover{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.buttom_linkCopy {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7E7E7E;
	text-decoration: none;
}
#menu {
	height: 39px;
	width: 963px;
}
#middle {
	width: 963px;
	background-color: #FFFFFF;
	text-align: center;
}
/*#footer {
	width: 963px;
	text-align: center;
}*/
#wrapper{
	width:1003px;
	background-color:#FFFFFF;
	text-align:left;/*for IE5.x*/
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#left_side_bg {
	background-repeat: no-repeat;
	width: 19px;
	margin: 0px;
	text-align: left;
	float:left;
	height: 1534px;
}
#top_bg {
	background-image: url(../images/top_bg.jpg);
	background-repeat: no-repeat;
	height: 16px;
	width: 1003px;
	margin: 0px;
}
#right_side_bg {
	background-repeat: repeat-x;
	width: 19px;
	margin: 0px;
	text-align: right;
	float: right;
}
#header {
	background-image: url(bg-footer.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#construct {
	width: 1003px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background-image: url(bg-footer.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.right_line_color {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BCCACD;
}
.top_sub_title {
	font-family:  Arial, Helvetica, sans-serif;
	color: #065899;
	line-height: 39px;
	text-align: left;
	padding-left: 5px;
font-size:30px;
font-weight:normal;
margin:0;
}.top_sub_title2{
	font-size: 24px;
	padding-top: 5px;
	color: #1d5892;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial;
	margin-bottom: 0px;
}
.sub_text_right_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	text-align: justify;
	padding-right: 5px;
	padding-left: 5px;
}
.right_sub_title {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #065899;
	line-height: 28px;
	text-transform: uppercase;
	text-align: left;
	padding-left: 15px;
	font-weight: bold;
}
.top_right_link1 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1763A0;
	text-decoration: none;
	padding-left: 3px;
}
.top_right_link1:hover {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-left: 3px;
}
.right_sub_title1 {

	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #065899;
	text-transform: uppercase;
	padding-left: 5px;
	font-weight: bold;
}
.regular_price_text {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.doller_text1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	text-decoration: line-through;
	font-weight: bold;
}
.right_sub_title2 {

	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #065899;
	font-weight: bold;
}
/* Breadcrumbs */
.breadcrumbs{  margin-bottom:13px; font-family:  Arial, Helvetica, sans-serif;

	font-size: 12px;
	font-weight: bold;
	color: #1763A0;
	text-decoration: none;
	padding-left: 5px;
	padding-right:5px; }
.breadcrumbs li { display:inline; }
.top_bottom_line {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BDCBCE;
	border-bottom-color: #BDCBCE;
}
.ariel_platinum {
	font-family: Arial, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.ariel9 {
	font-family: Arial, sans-serif;
	font-size: 9px;
	line-height: 22px;
	font-weight: bold;
	color: #748083;
	text-decoration: none;
	text-transform: uppercase;
}
/*------------*/


/* menu */

.headermenu {

	font-family: "Trebuchet MS";

	font-size: 12px;

	font-weight: normal;

	color: #000000;

}

.headermenu:hover {

	font-family: "Trebuchet MS";

	font-size: 12px;

	font-weight: normal;

	color: #479DB0;

	text-decoration: underline;

}



.topmenu {

	font-family: "Myriad";

	font-size: 15px;

	font-weight: normal;

	color: #ffffff;

}

.topmenu:hover {

	font-family: "Myriad";

	font-size: 15px;

	font-weight: normal;

	color: #0390FC;

}









/* more */

.more {

	font-family: "Trebuchet MS";

	font-size: 12px;

	font-weight: normal;

	color: #479DB0;

}


/* bottom */

.bottomlink {

	font-family: "Arial";

	font-size: 12px;

	font-weight: normal;

	color: #ffffff;

}

.bottomlink:hover {

	font-family: Arial;

	font-size: 12px;

	font-weight: normal;

	color: #0099FF;

}



.normal {

	font-family: "Arial";

	font-size: 12px;

	font-weight: normal;

	color: #333333;

}

.normal:hover {

	font-family: "Arial";

	font-size: 12px;

	font-weight: normal;

	color: #000000;

}

.text {

	font-family: "Trebuchet MS";

	font-size: 14px;

	font-weight: normal;

	color: #000000;

}


.texthead {

	font-family: "Trebuchet MS";

	font-size: 14px;

	font-weight: bold;

	color: #479DB0;

}

.texthead:hover {

	font-family: "Trebuchet MS";

	font-size: 14px;

	font-weight: normal;

	color: #035E97;

	text-decoration: underline;

}



.probox {

	font-family: "Trebuchet MS";

	font-size: 14px;

	font-weight: bold;

	color: #333333;

	letter-spacing: normal;

	text-align: center;

	vertical-align: top;

	word-spacing: normal;

	white-space: normal;

	display: block;

	clear: none;

	float: none;

	height: 300px;

	width: 224px;

	border: 1px dashed #CCCCCC;

	position: fixed;

	left: auto;

	top: auto;

}

.textprice {

	font-family: "arial";

	font-size: 11px;

	font-weight: bold;

	color: #840202;

}

.textprice:hover {

	font-family: "arial";

	font-size: 11px;

	font-weight: bold;

	color: #035E97;

	text-decoration: underline;

}



.greytext {

	font-family: "arial";

	font-size: 11px;

	font-weight: bold;

	color: #333333;

}





.greytextnormal {

	font-family: "arial";

	font-size: 11px;

	font-weight: normal;

	color: #333333;

}

.reytextnormal:hover {

	font-family: "arial";

	font-size: 11px;

	font-weight: bold;

	color: #840202;

	text-decoration: underline;

}





.bathbox {

	font-family: "Trebuchet MS";

	font-size: 14px;

	font-weight: bold;

	color: #333333;

	letter-spacing: normal;

	text-align: center;

	vertical-align: top;

	word-spacing: normal;

	white-space: normal;

	display: block;

	clear: none;

	float: none;

	height: auto;

	width: auto;

	border: 1px dashed #CCCCCC;

	position: fixed;

	left: auto;

	top: auto;}

	

	



.textbig {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 24px;

	font-weight: normal;

	color: #3269AC;

}



.textmiddle {

	font-family:  Georgia, "Times New Roman", Times, serif;

	font-size: 15px;

	font-weight: bold;

	color: #3269AC;

}


.textprice {

	font-family: "Trebuchet MS";

	font-size: 12px;

	font-weight: bold;

	color: #000000;

	font-style: none;

	line-height: normal;

	font-variant: normal;

	text-decoration: line-through;

}

.textprice:hover {

	font-family: "Trebuchet MS";

	font-size: 20px;

	font-weight: normal;

	color: #035E97;

	text-decoration: underline;

}

.textpricenormal {

	font-family: "Trebuchet MS";

	font-size: 12px;

	font-weight: bold;

	color: #FF0A0A;

	font-style: none;

	line-height: normal;

	font-variant: normal;

	text-decoration: none;

}

.textpricenormal:hover {

	font-family: "Trebuchet MS";

	font-size: 20px;

	font-weight: normal;

	color: #035E97;

	text-decoration: underline;

}

.text-small {

	font-family: "Trebuchet MS";

	font-size: 12px;

	font-weight: normal;

	color: #000000;

}

.text-small:hover {

	font-family: "Trebuchet MS";

	font-size: 12px;

	font-weight: normal;

	color: #035E97;

	text-decoration: underline;

}



.bgprobox {

	font-family: "Trebuchet MS";

	font-size: 14px;

	font-weight: bold;

	color: #333333;

	letter-spacing: normal;

	text-align: center;

	vertical-align: top;

	word-spacing: normal;

	white-space: normal;

	display: block;

	clear: none;

	float: none;

	height: 300px;

	width: 224px;

	border: 1px dashed #CCCCCC;

	position: fixed;

	left: auto;

	top: auto;

	background-attachment: fixed;

	background-image: url(images/bg.gif);

	background-repeat: repeat-x;

	background-position: center top;

	

}



.textdiva {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 11px;

	font-weight: normal;

	color: #333333;

}


.textspace{

	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px}

	

	

	

	.bgprobox02 {

	font-family: "Trebuchet MS";

	font-size: 14px;

	font-weight: bold;

	color: #333333;

	letter-spacing: normal;

	text-align: center;

	vertical-align: top;

	word-spacing: normal;

	white-space: normal;

	display: block;

	clear: none;

	float: none;

	height: 300px;

	width: 224px;

	border: 1px dashed #CCCCCC;

	position: fixed;

	left: auto;

	top: auto;

	background-attachment: fixed;

	background-image: url(images/bg02.gif);

	background-repeat: repeat-x;

	background-position: center top;

	

}

	.bgprobox03 {

	font-family: "Trebuchet MS";

	font-size: 14px;

	font-weight: bold;

	color: #333333;

	letter-spacing: normal;

	text-align: center;

	vertical-align: top;

	word-spacing: normal;

	white-space: normal;

	display: block;

	clear: none;

	float: none;

	height: 300px;

	width: 224px;

	border: 1px dashed #CCCCCC;

	position: fixed;

	left: auto;

	top: auto;

	background-attachment: fixed;

	background-image: url(images/bg03.gif);

	background-repeat: repeat-x;

	background-position: center top;

	

}



	.bgprobox04 {

	font-family: "Trebuchet MS";

	font-size: 14px;

	font-weight: bold;

	color: #333333;

	letter-spacing: normal;

	text-align: center;

	vertical-align: top;

	word-spacing: normal;

	white-space: normal;

	display: block;

	clear: none;

	float: none;

	height: 300px;

	width: 224px;

	border: 1px dashed #CCCCCC;

	position: fixed;

	left: auto;

	top: auto;

	background-attachment: fixed;

	background-image: url(images/bg04.gif);

	background-repeat: repeat-x;

	background-position: center top;

	

}

	.bgprobox05 {

	font-family: "Trebuchet MS";

	font-size: 14px;

	font-weight: bold;

	color: #333333;

	letter-spacing: normal;

	text-align: center;

	vertical-align: top;

	word-spacing: normal;

	white-space: normal;

	display: block;

	clear: none;

	float: none;

	height: 300px;

	width: 224px;

	border: 1px dashed #CCCCCC;

	position: fixed;

	left: auto;

	top: auto;

	background-attachment: fixed;

	background-image: url(images/bg05.gif);

background-repeat: repeat-x;

	background-position: center top;

	

}

	.bgprobox06 {

	font-family: "Trebuchet MS";

	font-size: 14px;

	font-weight: bold;

	color: #333333;

	letter-spacing: normal;

	text-align: center;

	vertical-align: top;

	word-spacing: normal;

	white-space: normal;

	display: block;

	clear: none;

	float: none;

	height: 300px;

	width: 224px;

	border: 1px dashed #CCCCCC;

	position: fixed;

	left: auto;

	top: auto;

	background-attachment: fixed;

	background-image: url(images/bg06.gif);

	background-repeat: repeat-x;

	background-position: center top;

	

}

	.bgprobox07 {

	font-family: "Trebuchet MS";

	font-size: 14px;

	font-weight: bold;

	color: #333333;

	letter-spacing: normal;

	text-align: center;

	vertical-align: top;

	word-spacing: normal;

	white-space: normal;

	display: block;

	clear: none;

	float: none;

	height: 300px;

	width: 224px;

	border: 1px dashed #CCCCCC;

	background-attachment: fixed;

	background-image: url(images/bgbath.gif);

	background-repeat: no-repeat;

	background-position: center top;

	

}

.textpricebig {

	font-family:  Georgia, "Times New Roman", Times, serif;

	font-size: 16px;

	font-weight: bold;

	color: #000000;

	font-style: none;

	line-height: normal;

	font-variant: normal;

	text-decoration: line-through;

}

.textpricebig:hover {

	font-family:  Georgia, "Times New Roman", Times, serif;

	font-size: 16px;

	font-weight: normal;

	color: #035E97;

	text-decoration: underline;

}





.textpricebigred {

	font-family:  Georgia, "Times New Roman", Times, serif;

	font-size: 16px;

	font-weight: bold;

	color: #ff0000;

	font-style: none;

	line-height: normal;

	font-variant: normal;

	text-decoration: none;

}

.textpricebigred:hover {

	font-family:  Georgia, "Times New Roman", Times, serif;

	font-size: 16px;

	font-weight: normal;

	color: #035E97;

	text-decoration: underline;

}





.textfaq {

	font-family: Georgia;

	font-size: 12px;

	font-weight: normal;

	color: #0475BB;

}

.textfaq:hover {

	font-family:  Georgia;

	font-size: 12px;

	font-weight: normal;

	color: #C13F45;

	text-decoration: underline;

}

	

.bannerbg {

	font-family: "Trebuchet MS";

	font-size: 14px;

	font-weight: bold;

	color: #333333;

	letter-spacing: normal;

	text-align: center;

	vertical-align: top;

	word-spacing: normal;

	white-space: normal;

	display: block;

	clear: none;

	float: none;

	height: 350px;

	width: 1004px;

	border: 1px none #CCCCCC;

	background-attachment: fixed;

	background-image: url(banners/bannerbg.gif);

	background-repeat: no-repeat;

	background-position: center top;

	

}

.curve{

	font-family: Arial;

	font-size: 11px;

	font-style: normal;

	font-weight: normal;

	color: #ffffff;

	background-image: url(images/curve.gif);

	height: 77px;

	width: 1004px;

	background-repeat: no-repeat;	

}



.footer {

	font-family: "arial";

	font-size: 11px;

	font-weight: normal;

	color: #cccccc;

}

.footer:hover {

	font-family: "arial";

	font-size: 11px;

	font-weight: normal;

	color: #0390FC;

	text-decoration:underline;

}

