@charset "utf-8";
/* CSS Document */
/*
Reset CSS
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

/*
Fonts CSS
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;font-size:small;font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;outline: none;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;font-size:108%;line-height:100%;}

a
{
  color: #524F46;
  outline: none;
}

body
{
  font: 12px "Arial", Verdana, sans-serif;
  background-color: #2b2b2b;
}

.clear{
	clear:both;
}

#page{
	width:911px;
	margin:0 auto;
}

/*HEADER*/
#header{

}

#logo-head{
	background-image:url(../images/logo-head.png);
	width:370px;
	height:48px;
	background-repeat:no-repeat;
	margin:17px 0;
}

/*MENU*/
#menu{
	background-image:url(../images/menu-bar.png);
	height:29px;
	background-repeat:no-repeat;
}
#menu ul{
	height:29px;
	margin-left:134px;
}
#menu ul li{
	float:left;
	margin-right:46px;
	padding-top:5px;
	font-weight:bold;
	font-style:italic;
	text-align:center;
}

#menu ul li.most{
	background-image:url(../images/menu-bar-head.png);
	height:24px;
	width:132px;
	color:#fff;
	background-repeat:no-repeat;
}

#menu ul li.separator{
	color:#616161;
}

#menu ul li a{
	color:#fff;
	text-decoration:none;
}

#menu ul li a:hover,#menu ul li.visited{
	color:#e8ff46;
}


/*CONTENT BLOCKS*/
.content{
	background-color:#fff;
}

.content .left,.content .center,.content .right{
	float:left;
}

#menu-left{
	width:145px;
	background-image:url(../images/search-grad.png);
	background-repeat:repeat-x;
}


/*MENU LEFT*/
#menu-bg ul li{
	padding-top:5px;
	text-decoration:none;
}

#menu-bg ul li a{
	text-decoration:none;
	margin: 0 auto;
	color:#000;
}

#menu-bg ul li.home{
	width:141px;
	height:21px;
	background-image:url(../images/menu-left-home.png);
	background-repeat:repeat-x;
	border:none;
	background-color:transparent;
	font-weight:bold;
	text-align:center;
	padding:0;
}

#menu-bg ul li.home a{
	color:#e2ff33;
}

#menu-bg{
	width:135px;
	background-color:#f7f7f7;
}

#menu-bg li.visited{
	background-color:#c2d346;
	color:#fff;
	font-weight:bold;
	height:23px;
	border-bottom:1px solid #DBE590;
	border-top:none;
}

#menu-bg li{
	background-color:#f7f7f7;
	color:#fff;
	height:27px;
	border-top:2px solid #fff;
	border-bottom:1px solid #fff;
	padding-left:21px;
}

#menu-bg li img{
	margin-right:6px;
}


