﻿
textarea, select, input
{
	font-family: Airal, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

a
{
	text-decoration: none;
}


#myGallery {width: 725px !important;height: 211px !important; margin:5px 0 0 0; font-size:15px; line-height:1em; letter-spacing:.05em;}
#myGallery h2,#myGallery h3{font-size:14px; color:#fff;}
#myGallery p{font-size:18px; font-weight: bold; color:#fff;}


/* Update Progress meter */
.updateProgress
{
	position: absolute;
	background-color: #fff;
	filter: alpha(opacity=70);
	MozOpacity: 0.7;
	opacity: 0.7;
	padding: 0px;
	margin: 0px;
}
.updateProgress div
{
	background-color: #cccccc;
	padding: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	border: solid 1px #000000;
}

h3, h4
{
	color: #480507;
	margin: 0px 0px 5px 0px;
}
a h4
{
	color: #480507;
	text-decoration: none;
}


/* Chrome Menu tabs */
.chromestyle
{
	margin: 0px;
	padding: 0px;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	height: 38px;	
	clear: both;	
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.chromestyle ul
{
	display: block;
	height: 38px;
	margin: 0;
	padding: 0;
	margin-left:0;
	padding-left:0;	
}
.chromestyle ul li{
	float: left;
	list-style: none;
 	margin: 0px;
	padding: 0px;
	height: 38px;
	margin-left:0;
	padding-left:0;		
}
.chromestyle ul li img
{
	height: 38px;
	margin: 0px;
	padding: 0px;
}
.chromestyle ul li a{
	color: #494949;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
	position:absolute;
	margin: 0;
	padding: 0;
	top: 0;
	border: solid 1px #000000;
	/*border-bottom-width: 0;*/
	font:normal 11px Arial;
	line-height:18px;
	z-index:100;
	background-color: #EADE90;/*#FCDEBE;*/
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv a
{
	width: auto;
	display: block;
	text-indent: 3px;
	
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #480507;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #860E0F;
color: #ffffff;
}