/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/one_page.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* common styling */
/* set up the overall width of the menu div, the font and the margins with a relative position*/

.menu2 {
	font-family: verdana, arial, sans-serif;
	width:860px;
	margin:0;
	position:relative;
	z-index:90;
	background: #000000;
	/*filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;*/
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu2 ul {
padding:0; 
margin:0;
list-style-type: none;
border:0;
}
/* float the list so that the items are in a line */
.menu2 ul li {
float:left; 
}
/* style the links to be 249px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu2 ul li a, .menu2 ul li a:visited {
	display:block;
	text-align:center;
	text-decoration:none;
	width:70px;
	height:28px;
	color:#FFFFFF;
	font: bold 14px/28px "Trebuchet MS", Arial, Verdana, sans-serif;
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
}
.menu2 ul li a.hide2, .menu2 ul li .hide2 a:visited { width:122px; 
}
.menu2 ul li a.hide3, .menu2 ul li .hide3 a:visited { width:140px; 
}

/* make the dropdown ul invisible */
.menu2 ul li ul {
display: none;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu2 ul li:hover a {
color:#fff; 
background:url(../images/bgrBody.gif) repeat left top;
filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
/* make the sub menu ul visible and position it beneath the first list item */
.menu2 ul li:hover ul {
text-align:left;
display:block; 
position:absolute; 
top:28px; 
left:0; 
text-align:left;
}
/* make the sub menu ul li the full width with padding and border. Add an auto scroll bar */
.menu2 ul li:hover ul li {
	background:#000000 url(../images/bgrBody.gif) repeat;
	color:#FFFFFF;
	padding:10px;
	width:590px;
	font: 12px Arial, Helvetica, sans-serif;
	/*filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;*/
/*border:20px solid #b3ab79;*/
}
/*float the image left with padding and no border */
.menu2 ul li:hover ul li img {
	float:left;
	padding:6px;
	margin-right: 7px;
	margin-bottom: 7px;
	background: #000000 url(../images/bgrBody.gif) repeat;
	position: relative;
/*border:0;*/

}
/* style the paragraph font height */
.menu2 ul li:hover ul li p {
font-size:0.9em;
}
/* style the background and foreground color of the submenu links */
.menu2 ul li:hover ul li a {
	display:inline;
	background:transparent;
	color:#FFFFFF;
	text-decoration:none;
	border:0;
	font: bold 11px Arial, Helvetica, sans-serif;
}
/* style the background and forground colors of the links on hover */
.menu2 ul li:hover ul li a:hover {
text-decoration:underline; 
color:#FFFFFF;
}
.clearNav {
	height: 28px;
}
.menu2 .hide span {
	font-size: 11px;
}
.menuIMG {
	margin-top: -5px;
	border: 1px solid #666666;
	background: #000000;
	position: relative;
	z-index: 99;
}
.menu2 h2 {
	font-size: 14px;
	margin-bottom: 7px;
}
.navTxt {
	margin-bottom: 5px;
}

.navList {
	background: #666666 url(../images/arrowWhiteDbl.gif) no-repeat 3px 6px;
	padding-left: 15px;
	float: left;
	width: 334px;
	display: block;
	margin-bottom: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.modelGallery {
	margin-top: 14px;
}
.modelGallery h2 {
	font-size: 15px;
	color: #FFFFFF;
	float: left;
	width: 300px;
}
.modelGallery h2 span {
	font-size: 13px;
}
.galTopR {
	float: left;
	width: 560px;
	text-align: right;
	margin-bottom: 14px;
}
.galTopR img {
	margin-left: 20px;
}
.gallImages {
	margin-bottom: 14px;
}
.gallImages img {
	float: left;
	margin-bottom: 14px;
}
.spacer15 {
	width: 15px;
	float: left;
	display: block;
}
.galSpacer {
	height: 34px;
	clear: both;
}
.news p {
	color: #FFFFFF;
	margin-bottom: 5px;
}
