

/* CSS Document */
body {
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:#000000;
}

#wrapper {
	position:relative;
	margin:0px auto;
	width:900px;
	background:#CDAE20;
	min-height:700px;
	_height:700px;
}

#header {
	width:900px;
	height:81px;
	background:url(images/header.jpg) no-repeat top;
}

#menuBG {
	float:left;
	width:900px;
	_height:38px;
	min-height:38px;
	text-align:center;
	background:url(images/menuBG1.jpg) no-repeat top;
}
#menu {
	float:left;
	width:900px;
	_height:38px;
	min-height:38px;
	text-align:center;
}

#header_image {
	width:900px;
	height:194px;
	background:url(images/header_image.jpg) 0 0 no-repeat;
}

#tlink {
	position:absolute; 
	top:25px; 
	left:785px; 
	width:95px;
	height:20px; 
	z-index:1000;
}


#shell {
	float:left;
	width:900px;
	background:url(images/shell_repeat.jpg) repeat-y top;
}
#shellBG {
	width:900px;
	min-height:430px;
	_height:430px;
	background:url(images/shellBG.jpg) no-repeat top;
}
#content_area {
	width:900px;
}
#title {
	width:800px;
	height:30px;
	text-align:left;
	color:#a58d3a;
	font-size:30px;
	padding-top:50px;
	padding-left:50px;
	padding-right:50px;
}
#content_text {
	width:800px;
	_height:250px;
	min-height:200px;
	text-align:left;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:50px;	
}
#content_text p{
	font:bold 11px Verdana,Arial,Sans-Serif;
	line-height:2;
	color:#000000;
}
#content_text h2{
	font:bold 11px Verdana,Arial,Sans-Serif;
	font-size:20px;
	color:#000000;
}
#content_text h3{
	font:bold 11px Verdana,Arial,Sans-Serif;
	color:#000000; font-size:18px;
}
#content_text h4{
	font:bold 11px Verdana,Arial,Sans-Serif;
	color:#000000; font-size:13px;
}
#content_text h5{
	font:bold 11px Verdana,Arial,Sans-Serif;
	color:#000000;
}
#content_text a{
	font:bold 11px Verdana,Arial,Sans-Serif;
	color:#8C7FB6;
}
#content_text ul{
	font:bold 11px Verdana,Arial,Sans-Serif;
	line-height:2;
	color:#000000;
	margin-left:-25px;
}
#content_text ol{
	font:bold 11px Verdana,Arial,Sans-Serif;
	line-height:1.5;
	color:#000000;
	margin-left:-18px;
}
#images_link {
	width:900px;
	height:114px;
	background:url(images/images_link.jpg) no-repeat top;
}
#images_link_text {
	width:900px;
	height:40px;
	background:url(images/images_link_text.jpg) no-repeat top;
}
#readmore_link {
	width:784px;
	height:22px;
	padding-left:57px;
	padding-right:59px;
}
#read1 {
	width:180px;
	height:22px;
	float: left;
	background:url(images/implants_readmore.jpg) no-repeat;  
}
#read2 {
	width:180px;
	height:22px;
	float: left;
	background:url(images/implants_readmore.jpg) no-repeat;
	margin-left: 21px;
}
#read3 {
	width:180px;
	height:22px;
	float: left;
	background:url(images/implants_readmore.jpg) no-repeat;
	margin-left: 21px;
}
#read4 {
	width:180px;
	height:22px;
	float: left;
	background:url(images/implants_readmore.jpg) no-repeat;
	margin-left: 21px;
}
#footer_contact {
	width:900px;
	height:27px;
	background:url(images/footer_contact.jpg) no-repeat top;	
}
#footer {
	width:900px;
	height:30px;
	text-align:center;
}
#footer_text {
	width:900px;
	height:20px;
	color:#ffffff;
	text-align:center;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	padding-top:10px;
	background:#000000;
}
#footer_text a{
	color:#ffffff;
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
#footer_text a:hover{
	text-decoration:underline;
}
#clear {clear:both;}
.clear {clear:both;}
.image_class {border:none;}

/*Menu implementation*/
#MainManu {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	width:900px;
}

#MainManu ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	/*height:20px;*/
	width:900px;
	z-index:997;
}

#MainManu ul li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	float:left;
	display:inline;
	height:20px;
	position:relative;
	z-index:998;
}

#MainManu ul li a {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#ffffff;
	font:14px Verdana,Arial,Sans-serif;
}

#MainManu ul li a:hover {
	text-decoration:none;
}

#MainManu ul li ul {
	position: absolute;
	height: auto;
	width: 115px;
	top:28px;
	background:#000000;
	display: none;
	z-index: 1000;
	margin-top:7px;
	padding-top:2px;
	padding-bottom:5px;
	left:20px;
	line-height:3px;	
}

#MainManu ul li ul li {
	float:none;
	padding:0;
	display: block;
	height:auto;
	border-right:none;
}

#MainManu ul li ul li a {
	color: #F8F2B8;
	display:block;
	padding:3px 0px 0px 10px;
	font:bold 10px Verdana;
	text-align:left;
}

#MainManu ul li ul li a:hover {
	text-decoration: none;
}

/*sIFR Implementation*/
.sIFR-flash {  
	visibility: visible !important;	
	margin: 0;	
	padding: 0;
}
.sIFR-replaced { 
	visibility: visible !important;
}
.sIFR-alternate {
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 0; 
	height: 0; 
	display: block; 
	overflow: hidden;
}
.sIFR-replaced > div { 
	display: none !important;
}
.sIFR-active #title .sIFR {
	visibility: hidden;
	font:28px/100% Arial, Helvetica, sans-serif;
	color:#A58D3A;
}