body {
	background-color: #000000;
	background-repeat: repeat-y;
	background-position:center
}
.style1 {color: #ffffff;}
body,td,th {
	color: #ffffff;
}
.subhead {
	color: #edf144;
	font-weight: bold;
	text-align:center;
	font-size: 24px;
	margin:15px;
}
.parent { position:relative; }
.overlay { position:absolute; top:0px; left:130px;background-color:#CCCCCC;opacity: 0.85; color:#ea3525;font-weight:bold;border: 2px solid #d1b253}
.overlayb { text-align:center;background-color:#CCCCCC;opacity: 0.85; color:#ea3525;font-weight:bold;border: 2px solid #d1b253}

			a.havechild-mainlevel-trans:link{ text-decoration: none; color: #470807;}
			a.havechild-mainlevel-trans:visited{ text-decoration: none; color: #470807;}
			a.havechild-mainlevel-trans:active{ text-decoration: none;color: #470807;}
			a.havechild-mainlevel-trans:hover{text-decoration: underline; color: #ffffff;}
			a.menu:link{ text-decoration: none; color: #470807;}
			a.menu:visited{ text-decoration: none; color: #470807;}
			a.menu:active{ text-decoration: none;color: #470807;}
			a.menu:hover{text-decoration: underline; color: #ffffff;}
.footer			{ margin:10px 0; line-height:12px;font-size:12px; }
a:hover {
	color: #000000;
}

			a:link{ text-decoration: none; color: #d1b253;}
			a:visited{ text-decoration: none; color: #d1b253;}
			a:active{ text-decoration: none;color: #d1b253;}
			a:hover{text-decoration: underline; color: #ffffff;}

h1 {
	font-size: 3em;
	color: #FFCC00;
}
#ja-topnav {
	border-top: 1px solid #470807;
	border-bottom: 1px solid #470807;
	font-size: 10px;
	text-transform: UPPERCASE;
	color: #470807;
	background: #d1b253;
	font-weight: bold;
	width:100%; 
	
}

#ja-topnav a {
	color: #470807;
	font-weight: bold;
}
.transMenu {
	position: absolute;
	overflow: hidden;
	left: -1000px;
	top: -1000px;
	
}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position: absolute;

}

/* each TR.item is one menu item */
.transMenu .item {
    color:#336;
    font-size:10px;
    font-family:sans-serif;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	
}

.transMenu.top .items {
}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	opacity: 0.85;
}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	width: 1px;
	position: absolute;
	z-index: 3;
	top: 1px;
}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position: absolute;
	z-index: 1;
	left: 3px;
	height: 1px;
}

/* each TR.item is one menu item */
.transMenu .item {
	color: #FFFFFF;
   text-decoration: none;
	text-transform: none;
	
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border: none;
	cursor: pointer;
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
	
	
}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	color: #470807;
	background: #d1b253;
}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left: 10px;
}

/* ----------------------------------------------------------------
- Added classes by Khanh - 050629
- Style and mark-up improved by Hieu Nguyen & Ha Le Viet - 060718
-------------------------------------------------------------------*/
.transMenu .item#active {
	background: #333333;
	color: #FFFFFF!important;
	font-weight: bold;
	/* -moz-opacity: .6;
	filter: alpha(opacity=60); */
}

.transMenu .item#active:hover {
	color: #FFFFFF;
	background: #d1b253;
}

/* For first level menu.*/
#ja-transmenu {
	margin: 0;
	padding: 0;
	height: 20px;
	line-height: 20px;
}

#ja-transmenu li {
	margin: 0;
	padding: 0;
	background: none;
	display: inline;
	width:15%; 
}

#ja-transmenu li a { /* common styles for 1st level menu */
	padding: 0 25px;
	float: left;
	text-decoration: none;
	display: inline;
	text-align: center;
	border-right: 1px solid #d1b253;
	
}

#ja-transmenu li a:hover { /* common styles for 1st level menu */
	color: #FFFFFF;
	text-decoration: none;
}

a.havechild-mainlevel-trans {
	background: url(../arrow-off.gif) 95% 45% no-repeat;
	border-right: 1px solid #d1b253!important;
	width:200px; 
}

a.mainlevel-trans:active {
	color: #FFFFFF;
	background: url(havechild-on-bg.gif) no-repeat bottom right #d1b253;
}

a.havechild-mainlevel-active-trans,
a.havechild-mainlevel-active-trans:active {
	color: #FFFFFF!important;
	background: url(../arrow-off.gif) no-repeat 90% 45% #d1b253;
}

a.jahover {
	color: #FFFFFF;
	background: url(../havechild-on-bg.gif) no-repeat bottom right #d1b253;
}

a.jahover-active {
	color: #FFFFFF!important;
	background: url(../arrow-on.gif) no-repeat 90% 45% #4D84A7;
}

a.mainlevel-trans {
}

a.mainlevel-trans:hover,
a.mainlevel-trans:active {
	color: #4D84A7;
	background: url(../topnav-on-bg.gif) no-repeat bottom right #d1b253;
}

a.mainlevel-active-trans {
	color: #4D84A7!important;
	
}

a.mainlevel-active-trans:hover,
a.mainlevel-active-trans:active {
		color: #4D84A7;
}

#container { 
	width: 50%;
	margin: 0 auto;
	text-align: left;
}

.footer {
	background-color: #000;
	padding: 0.5em;
}

#lightbox{
	background-color:#333333;
	padding: 10px;
		}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }
#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-color: #333333;
	opacity: 0.85;
	}
span#e3             { /* ./images/db002001.gif */
	background      : transparent url(./images/db002001.gif) no-repeat top left;
	position        : absolute;
	left            : 434.25pt;
	top             : 197.25pt;
	width           : 236.25pt;
	height          : 166.50pt;
	}
div#e2              { /* Why Choose a Desert Bred... */
	position        : absolute;
	left            : 213.75pt;
	top             : 237.75pt;
	width           : 201.00pt;
	height          : 147.00pt;
	}
div#e1              { /* Desert Bred Arabians are... */
	position        : absolute;
	left            : 211.50pt;
	top             : 393.75pt;
	width           : 463.50pt;
	height          : 369.00pt;
	}
