html { 
		scrollbar-base-color:#670E20;
		scrollbar-arrow-color:#FFFFFF}

body { margin:0em;
		background-image:url(images/bg_body.jpg);
		background-position:center;
		background-repeat:repeat-y;
		background-color:#fff;
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height: 17px;
		color:#333
}
h1 {font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #660E24;
}

h2 {font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #877123}

h3 { padding:6px; font-size:12px; border-bottom:1px solid #CCC}
h4 { font-size:12px; padding:0px; margin:0px}
h3 a { color:#8F7327; text-decoration:none}
h3 a:hover { color:#6B081D; text-decoration:none}
.spacer { clear:both}
img { border:none}
.top {background-image:url(images/bg_top.jpg);
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		}
.left { float:left}
.right { float:right}
.menu { background-image:url(images/bg_btn.jpg);
		height:50px;
		font-family:"Century Gothic", arial;
		font-size:12px;
		color:#6E0A24;
		text-align:center;
		cursor:hand;
		font-weight:bold
		}
#content {float:left;width:500px}
#promo { float:left; width:200px; margin-left:15px;}
#promo .title{ background-color:#660E24; color:#FFF; text-align:center; font-weight:bold; padding:5px}
.menu1 { background-image:url(images/bg_btn-over.jpg);
		height:50px;
		font-family:"Century Gothic", arial;
		font-size:12px;
		color:#FFF;
		text-align:center;
		cursor:hand;
		font-weight:bold
		}

.left_news {background-color:#6E0A24;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		line-height:16px;
		color:#fff
		}

.welcome {margin:9px; border:solid 1px #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
	font-size:12px;
	color:#FFFFFF;
	line-height:16px 
	}
.follow { padding:22px; clear:both; float:right}

.body_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.indent {text-indent:-9999px;}

.footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333;
	text-align:right;
	height:18px;
	border-top:1px solid #ccc; 
	border-bottom:4px solid #ccc; 
}
.footersmall{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#666
	text-align:center;
	height:18px;
	border-top:3px solid #ccc; 
}
.footer a { color:#660E24; text-decoration:none}
.footer a:hover { color:#660E24; text-decoration:underline}
.footersmall a { color:#666; text-decoration:none}
.footersmall a:hover { color:#333; text-decoration:underline}

.white_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #fff;
}

.title1 {font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 16px;
	font-weight:bold;
	color: #660E24}
	
.bgTab { background:url(images/bg_tab.jpg) repeat-x bottom #FFFFFF}	
.style5 {color: #C9A722; font-size: 13px; font-weight: bold; }
.smallHeight { height:1px; font-size:1px}

div.cdz { position:absolute; height:100px; width:300px; visibility:hidden}
	
/*Home Promo css*/
#slider {

	/* You MUST specify the width and height */
	width:200px;
	height:270px;
	position:relative;	
	overflow:hidden;
}

#mask-gallery {
	
	overflow:hidden;	
}

#gallery {
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	z-index:0;
	/* width = total items multiply with #mask gallery width */
	width:600px;
	overflow:hidden;
}

	#gallery li {
		/* float left, so that the items are arrangged horizontally */
		float:left;
	}

#mask-excerpt {	
	/* Set the position */
	position:absolute;	
	top:0;
	left:0;
	z-index:500px;
	/* width should be lesser than #slider width */
	width:90px;
	overflow:hidden;	
}
	
#excerpt {
	/* Opacity setting for different browsers */
	filter:alpha(opacity=60);
	-moz-opacity:0.6;  
	-khtml-opacity: 0.6;
	opacity: 0.6;  
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	
	/* Set the style */
	width:90px;
	background-color:#000;
	overflow:hidden;
	font-size:12px;
	color:#fff;	
}

	#excerpt li {
		padding:5px;
	}
	

/* Thumbnail Viewr
**********************************/

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

#overlap { position:absolute; display:none }	
.white_text a:link { color:#fff; text-decoration:underline }
.white_text a:visited { color:#fff; text-decoration:underline }
.white_text a:hover { color:#C7A43C; text-decoration:none }
.white_text a:active { color:#fff; text-decoration:underline }

.body_text a:link { color:#6E0A24; text-decoration:none }
.body_text a:visited { color:#6E0A24; text-decoration:none }
.body_text a:hover { color:#333; text-decoration:underline }
.body_text a:active { color:#6E0A24; text-decoration:none }

.menu a:link { color:#6E0A24; text-decoration:none }
.menu a:visited { color:#6E0A24; text-decoration:none }
.menu a:hover { color:#6E0A24; text-decoration:none }
.menu a:active { color:#6E0A24; text-decoration:none }

.menu1 a:link { color:#fff; text-decoration:none }
.menu1 a:visited { color:#fff; text-decoration:none }
.menu1 a:hover { color:#fff; text-decoration:none }
.menu1 a:active { color:#fff; text-decoration:none }

.menus a:link { color:#D70609; text-decoration:none }
.menus a:visited { color:#D70609; text-decoration:none }
.menus a:hover { color:#000000; text-decoration:none }
.menus a:active { color:#D70609; text-decoration:none }


.heights {height:2px; font-size:2px}

input {font-family:Arial, Helvetica, sans-serif; font-size:12px;
		color:#333333; border:solid 1px #999999}