/* ------------  CSS Reset  ------------ */
* {
    padding: 0;
    margin: 0;
    border: 0;
}
body, div, dl, dt, dd, li, pre, form, fieldset, input, textarea, p, blockquote, table, th, td { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { margin:0; padding:0; font-size:100%; font-weight: normal; }
address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }
ol, ul { list-style: none; margin: 0; padding: 0; }
caption, th { text-align: left; }
acronym, abbr, fieldset, img { border: 0;}

body {
	font-size:12px;
	color: #303030;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#wrapper{width:1024px; margin:0 auto; border:1px none #fff;}

#header-wrapper{
	height:106px;
	background:url(../images/header-bg.jpg) no-repeat left bottom;
	border:1px solid #a29087; border-top:none; border-bottom:none;
}

#logo{
	width:294px;
	height:106px;
	background:url(../images/yatachhen-logo.jpg) no-repeat left bottom;
	float:left; clear:both;
}

#content-wrapper{
	position:relative;
	
}

#nav{
	position:absolute;
	right:0px;
	top:0px;
	z-index:100000;
}

#nav li{
	float: left;
	background: #525151;
	filter:alpha(opacity=65);-moz-opacity:.65;opacity:.65;
	cursor:pointer;
	display: block;
	font: bold 11px Arial; 
	line-height: 15px; 
	xheight: 20px; 
	padding:4px  0px; 
	text-decoration: none;
	margin:0 0px 0px 0;
	
}
#nav li a{
	text-decoration:none;
	display:block;
	border-right:1px solid #a6a5a5; 
}

#nav li a span{
	display:block;
	padding: 0px 20px 1px 20px;
	color:#fff;
}

#nav li a:hover{
	filter:alpha(opacity=70);-moz-opacity:.7;opacity:.7
}
#nav li a:hover span{
	color:#FFFFFF;
}

#top-content-image{
	height:465px; width:100%; left:0px; top:0px;
	xborder-bottom:1px solid #a29087; border-top:none;
}

* html img,

* html .png{

    position:relative;

    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",

        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",

        this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),

        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",

        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)

    );

}

#top-left-content{
	position:absolute;
	top:0px;
	left:0px;
	width:264px;
	height:501px;
	z-index:100000;
	background:url(../images/top-left-img.png) no-repeat left bottom;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sProperties);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/top-left-img.png');
}

#top-left-content p{
	position:absolute;
	bottom:45px;
	left:12px;
	width:180px;
	color:#e3e0dd;
	font-size:.9em;
	line-height:1.15em;
}

#main-content{
	width:827px;
	float:right;
	padding:6px 0px;
	clear:both;
}

#main-content #tabs{
	border-top:2px none #624435;
	width:100%;
	clear:both;
}
#main-content #tabs ul{
	float:right;
	padding:1px 0 0 0;

}
#main-content #tabs li{
	float: left;
	background: #917c71;
	cursor:pointer;
	display: block;
	font: 11px verdana; /* Change 12px as desired */
	line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	xheight: 20px; /* Height of button background height */
	padding:2px  0px;  /* Width of left menu image */
	text-decoration: none;
	margin:0 0px 0px 0;
	font-size:0.9em;
}
#main-content #tabs li a{
	text-decoration:none;
	display:block;
	border-right:1px solid #a6a5a5; 
}

#main-content #tabs li a span{
	display:block;
	padding: 0px 10px 1px 10px;
	color:#ede9e6;
}

#main-content #tabs li a:hover{
	
}
#main-content #tabs li a:hover span{
	color:#FFFFFF;
}


#main-content #content-text{
	padding:10px 0px;
}

#main-content #content-text p{
	padding-bottom:10px;
	font-size:.9em;
	color:#747373;
}


#footer{
	color:#ab9c93; font-size:11px; padding:10px 0;
}
.clear{clear:both;}