﻿body
{
	font: 0.8em verdana, arial, helvetica, sans-serif;
	background: #ccc;
	margin: 0;
}


.accessaid
{
	position: absolute;
	height: 0;
	overflow: hidden;
}

#header 
{
	height: 182px;
}


#leftNavigation
{
	float:left;
	width:242px;
	background:#fff;
}

#leftChakra
{
	background: #fff url(/images/leftChakra.jpg) left top no-repeat;
	width:241px;
	height:130px;
}

#master_leftNavigation
{	
	padding-top: 5px;	
}

#master_leftNavigation li
{
	list-style-image:url(/images/swasticBullet.jpg);	
	border-bottom:solid 1px #ccc;
	padding:5px 0px;	
}
.leftNavContent li a, .leftNavContent li a:visited
{
	padding: 2px 5px;	
	color: #6D3A08;
	text-decoration: none;
}

.leftNavContent li a:hover
{
	color: #FF0000;
}

#cart
{
	float:right;
	margin:10px 10px 0 0;
	font-size:9pt;	
}

#content
{
	float:right;
	margin-top:10px;
	border-left: solid 1px #ccc;
	border-top: solid 1px #ccc;
	width: 525px;	
	background:#fff;
}

#mainContent
{
    position:relative;
    margin:10px auto;
    width:500px;    
    overflow:hidden;
    min-height:900px;   
    padding:5px;
    background-color:#EFF7E6;
}

#footer
{
	clear:both;
	width:780px;
	height:37px;
	background: #fff url(/images/gray1Pix.jpg) repeat-x;
	margin:auto;	
}

.footerText
{
	font-size:.85em;
}

.priceFormat
{
    font-size:1em;
    font-weight:bold;
    color:Maroon;
}

#container
{
	background:#fff;
	width: 780px; /* width + border for IE 5.x */	
	margin: auto;	
	overflow:hidden;
}

#homeTopContent
{
	font-size:0.85em;
}

#homeBottom
{
	position:relative;	
	width:100%;	
	background:#EFF7E6;
	font-size:0.85em;
}

#homeBottomContent
{
	top:0px;
	left:0px;
	padding:5px;	
}

#homeBottomLinks
{
	position:absolute;
	right:0px;
	top:5px;
	width:232px;
	height:197px;
	background:#EFF7E6;
}

.highlight
{
   background-color: #fefbd2;
   color: #000080;
}

A:link, A:visited, A:active {
	COLOR: #007DC3; TEXT-DECORATION: none
}

A:hover {
	COLOR: #f00; TEXT-DECORATION: none
}

A.boldText:link, A.boldText:visited, A.boldText:active
{
	color: #ff6600;
	text-decoration: none;
	font-weight: bold;
}

A.boldText:hover {
	COLOR: #f00; TEXT-DECORATION: none; font-weight:bold;
}


.heading
{
	font-family:Garamond;
	font-size:18pt;
	font-weight:normal;
	font-style:italic;
	color:#6D3A08;
}
h2
{
	padding: 0 0 0 30px;
	margin:7px 0 3px;
	font-size: 1.3em;
	background-position: 2px;
	background-image: url(/images/leftArrow.gif);
	color: #007DC3;
	background-repeat: no-repeat;
	font-style: italic;
}

h1
{
	padding: 0 0 0 27px;
	margin: 7px 0 0px;
	font-size: 1.2em;
	background-position: 2px;
	background-image: url(/images/swasticIcon.jpg);
	color: #FD9721;
	background-repeat: no-repeat;
	font-weight: bold;
}

p
{
	text-align:justify;
}

.fontGrey
{
	font-size: 0.9em;
	color: #808080;
}



.loginButton
{
	background: url(/images/bg_nav.gif) repeat left top;
	height: 25px;
	font-size: 8.em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-right: #000099 1px solid;
	border-top: #000099 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	padding: 0px 5px;
}

/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}