
/* Richard Jeffs - MACHINA LTD  */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	background : #FFFFFF; 
	color: #73574C;
	 text-align: left;
   
   	SCROLLBAR-FACE-COLOR: #C0A69D;
	SCROLLBAR-HIGHLIGHT-COLOR: #F3F3F3;
	SCROLLBAR-SHADOW-COLOR: #FEF5DE;
	SCROLLBAR-3DLIGHT-COLOR: #FFFEFF;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #EBE7E4;
	SCROLLBAR-DARKSHADOW-COLOR: #916664;
   }
   
A:HOVER {
   color: #916664;
   text-decoration: underline;
}
A:HOVER.selected{
   color: #000000;
   text-decoration: none;
}

A {
   color: #916664;
   text-decoration: none;
}
b, strong{
	   color: #000000;
}

h1, h2, h3 {font-size : 20px; font-weight: normal; text-transform: uppercase;}
h4 {font-size : 18px;}


#title{
	margin: 10px 0px 10px 0px;
	font-family : "Times New Roman", Times, serif;
	font-size : 22px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 2px;
	color: #000000;
}

.nav{
	margin:0px 0px 0px 5px;
	padding : 0px;
	font-size : 10px;
	font-weight: bold;
	text-align: left;
	color: #000000;
}
.nav a{padding-bottom: 10px; padding-right: 5px; }


#header{
	/*position:absolute; 
	left: 20px; 
	top:0px; */
	margin-left: 20px;
	width:730px; 
	height:85px; 
	/*z-index:1;*/
}

#content{
	/*position:absolute; 
	left: 25px; 
	top:100px; */
	margin:10px 0 0 25px;
	padding-bottom: 20px;
	width:730px; 
	min-height:490px; 
	/*z-index:4;*/
	overflow: auto; 
	border-style: solid; 
	border-width: 1px;
}
#footer{
	/*position:absolute; 
	left: 25px; 
	top:620px; */
	margin: 30px 0 0 25px;
	width:730px; 
	height:60px; 
	/*z-index:1;*/
	font-size : 10px;
	font-weight: bold;
	text-align: center;
	color: #73574C;
}

.selected{
	/*text-decoration : underline;*/
	color: #000000;
}

.displayText{
	font-size : 13px;
	text-align: left;
	color: #916664;
	line-height : 21px;
	vertical-align : top;
	margin-left : 20px;
	margin-right : 20px;
	margin-top : 20px;
}


.displayTextSML{
	font-size : 10px;
	font-weight : bold;
	text-align: center;
	color: #916664;
	margin-left : 20px;
	margin-right : 20px;

}

.baimText{
	font-size : 11px;
	text-align: left;
	color: #916664;
	line-height : 18px;
	vertical-align : top;
	margin-left : 4px;
	margin-right : 4px;
	margin-top : 4px;
}

caption {
	font-size : 20px;
	text-align: left;
	text-transform: uppercase;
	padding: 20px 0 20px 0; 
}

.displayImage{
	font-size : 11px;
	text-align: center;
	color: #916664;
	line-height : 21px;
	vertical-align : top;
	margin-left : 20px;
	margin-right : 20px;
	margin-top : 20px;
}
.BAIMstill p{
	padding : 335px 0px 0px 0px;
	font-weight : bold;
	font-size : 11px;
	color: #FFFFFF;
}
.BAIMstillLarge p{
	padding : 450px 0px 0px 0px;
	font-weight : bold;
	font-size : 14px;
	color: #FFFFFF;
}

.thumbnail{
	margin:3px;
	padding:3px;
	width: 150px;
	height:178px;
	border : dotted 1px  #E8DFDF;
	float : left;
	text-align : center;
}
.thumbnail a{
	margin-top: 5px;
}


.hdmenu  { margin: 15px 0 20px 20px; overflow: auto}
.hdmenu ul { padding: 0; margin: 0; list-style: none;  }
.hdmenu li {
	float: left; display: inline-block;
	margin: 2px 2px 2px 0;
	font-size: 10px;
}

.hdmenu li a { display: inline-block; padding: 5px; border: 1px solid #999;}
.hdmenu li a:hover,
.hdmenu li.on a { border: 1px solid #333; text-decoration: none; color: #000; }
/*.hdmenu li.last { border: none; }*/

