body
{
	margin:0px;
	padding:0px;
	background: #000000 url(../images/bg.png) no-repeat left top;
	font-family:"Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif;
	color:white;
}
#title
{
	color:#ccc;
	font-weight:bold;
}
.uppercase
{
	text-transform: uppercase;
}
.width100
{
	width:100%;
}
.inline
{
	display:inline;
}
.block
{
	display:block;
}
.fleft
{
	float:left;	
}
.fright
{
	float:right;	
}
.clear
{
	clear:both;
}
#website_layout
{
	width:1050px;
	margin: 0 auto;
	display:block;

}
#shaddow
{
	opacity:0.3;filter:alpha(opacity=30);
	background:black;
	margin-top:-20px;
	margin-left:01px;
	height:23px;
}
#logo
{
	cursor:pointer;
	width:360px;
}
#top_menu
{
	background:url(../images/top_menu_bg.png) no-repeat top center;
}
#top_menu ul
{
	width:100%;	
	padding:0px;
	padding-left:24px;
}
#top_menu ul li
{
	display:inline;
	float:left;
	width:12%;
	text-align:center;
	background:url(../images/top_menu_splitter.png) no-repeat 0px -16px;
}
#top_menu ul li a
{
	display:block;
	font-size:13px;
	line-height:23px;
	color:#B1AFAF;
	padding-bottom:10px;
	text-decoration: none;
}
#top_menu ul li a:hover
{
	color:#4DACC7;
	background:url(../images/pyl.png) no-repeat 14px 6px;
}
#top_menu ul li.current a
{
	color:#4DACC7;
	background:url(../images/pyl.png) no-repeat 14px 6px;
}

#content_bg
{
	background:url(../images/content_bg.png) repeat-y top center;
}
#headerContent h3
{
	padding:0px;
	margin:0px;
}
#headerContent 
{
	padding-top:0px;
	padding-left:26px;
}
#header
{
	height:170px;
	background:url(../images/head.png) no-repeat top center;
}
#content_layout
{
	min-height:600px;
	
}
#left_menu
{
	width:214px;
	background: url(../images/side_menu_bg.png) repeat-y top right;
}
#content
{
	width:772px;
	text-align:justify;
	min-height:400px;
	padding:20px;
	padding-top:10px;
	background:#000 url(../images/content_cbg.png) repeat-x top center;
}
#left_menu ul li 
{
	line-height:35px;
	list-style: none;
}
#left_menu ul li#current a
{
	background:url(../images/pyl_sub.png) no-repeat 0px 2px;
	color:#10B896;
}
#left_menu ul li#link a
{
        background:none;
        color:#B1AFAF;
}

#left_menu ul li a:hover
{
	background:url(../images/pyl_sub.png) no-repeat 0px 2px;
	color:#10B896;
}

#left_menu ul li a
{
	padding-left:14px;
	text-decoration:none;
	color:#B1AFAF;
	font-size:13px;
}
#content .breadcrumbs 
{
        font-size:10px;
        font-weight:bold;
	float:right;
	margin-top:-20px;
}

