html {
	background:url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position:left top;
	background-color:#252525;
	margin-left: 0px;
	} 

body {
      background:url(../images/shadow.gif);
      background-repeat:no-repeat;
      background-color: transparent;
      background-position:center top;
      margin-left: 0px;
      width: 100%;
      }

h1{
	color: #9a9a9a;
	font-family: Helvetica;
	font-size: 14px;
	padding: 9px;
	}
	
h2{
	color: #9a9a9a;
	font-family: Helvetica;
	font-size: 11px;
	padding: 9px;
	font-weight: normal;
	}
	
h3{
	color: #9a9a9a;
	font-family: Helvetica;
	font-size: 11px;
	padding: 3px;
	font-weight: normal;
	}

h4{
	color: #9a9a9a;
	font-family: Helvetica;
	font-size: 11px;
	padding: 0px;
	font-weight: normal;
	margin-top: 0pt;
	}

p{
	color: #9a9a9a;
	font-family: Helvetica;
	font-size: 11px;
	padding: 9px;
	font-weight: normal;
	}
	
#phone{
	color: #9a9a9a;
	font-family: Helvetica;
	font-size: 13px;
	padding: 0px;
	font-weight: normal;
	float: right;
	padding-right: 5px;
	}

#slogan{
	color: #9a9a9a;
	font-family: Helvetica;
	font-size: 11px;
	padding: 0px;
	font-weight: normal;
	text-align: center;
	padding-right: 5px;
	}
	
/*link background
ul.menu.red{
	background-color:#252525;
	}
ul.menu.red li a:hover, .menu.red li.current {
	background-color:#252525;
	}
*/

#menu1{
	list-style-type:none;
	float: left;
	width:auto;
	position:relative;
	display: block;
	height:27px;
	font-size:9px;
	background:url(../images/index_04.gif) no-repeat top left;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	border:0px solid #000;
	margin-top: 25px;
	margin-left: 0px;
	padding:0;
	}

#menu1 li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	}

#menu1 li a {
	float:left;
	color:#A79787;
	text-decoration:none;
	height:27px;
	padding:9px 13px 0;
	margin: 0px;
	}

#menu1 li a:hover,.current {
	color:#fff;
	background:url(images/bg.png) repeat-x top right;
	}

#menu1 .current a {
	color:#fff;
	font-weight:700;
	}


#menu2 { /*** for all IE. ***/
	margin: 0;
	padding: 0;
	position: absolute;
	top: 31px;
	height:27px;
	right: 1em;
	font: 9px Verdana,Helvetica,Arial,sans-serif;
	font-weight: normal;
	background:url(../images/index_05.gif) no-repeat top right;

} 

/*This comment hides following from IE5/mac, but Opera6/7 gets this. \*/
html>body #menu2 {
	left: 0;
	right: auto;
	padding-top: 9px;
	height: 27px;

}
/* end mac hide. IE/win also fails to see above code. */

html[xmlns] #menu2 { /*** For gecko only. ***/
	right: 0px;
	left: auto;
}

#menu2 li {
	display: inline;
	margin: 0;
	padding: 6px 0 3px;
}

#menu2 a {
	color: #A79787;
	padding: 5px; 
	text-decoration: none;
	margin: 0;
}

#menu2 a:hover, #menu2 a:focus {
	color: #fff;
	text-decoration: none;
}

#menu2 img {
	width: .5em; 
	height: .5em
	}

#menu2 .current a {
	color:#fff;
	font-weight:700;
	}
	
/*#menu2{
	list-style-type:none;
	width:auto;
	float: right;
	position: relative;
	display: inline;
	height:27px;
	font-size:9px;
	background:url(../images/index_05.gif) no-repeat top right;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	border:0px solid #000;
	margin-top: 25px;
	padding:0;
	}

#menu2 li {
	display:block;
	float:right;
	margin:0;
	padding:0;
	}

#menu2 li a {
	float:right;
	color:#A79787;
	text-decoration:none;
	height:27px;
	padding:9px 13px 0;
	margin: 0px;
	}

#menu2 li a:hover,.current {
	color:#fff;
	background:url(images/bg.png) repeat-x top right;
	}

#menu2 .current a {
	color:#fff;
	font-weight:700;
	}
*/


a.greenlink:link {color: #9a9a9a; text-decoration: none}
a.greenlink:visited {color: #9e9e9e; text-decoration: none}



#wrapper {
width : 100%;
margin : 0px;
margin-left: 0px;
margin-bottom: 0px;
}

#header {
height : 150px;
margin-bottom : 0px;
margin-left: 0px;
background: url(../images/index_02.gif) no-repeat top center;
}
