/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	background:url(../images/bg_top.png) repeat-x 50% 76px, url(../images/bg_body2.jpg) repeat-x;
	background-color:#fff;
	color: #222;
	font-family:arialNarrow;
	font-size: 16px;
	line-height:18px;
	padding: 0px 0 0px;
	margin:0px;
}

/*header*/
ul.news, ul.news li,
#header ol, #header ul, #header li,
#topnav ol, #topnav ul, #topnav li,
#footer ol, #footer ul, #footer li,
#topbanner ol, #topbanner ul, #topbanner li,
#centerbanner ol, #centerbanner ul, #centerbanner li,
#rightbanner ol, #rightbanner ul, #rightbanner li,
#leftbanner ol, #leftbanner ul, #leftbanner li,
#bottombanner ol, #bottombanner ul, #bottombanner li, .nobullet {
	margin:0px;
	padding:0px;
	list-style:none;
} 



/* anchors
----------------------------------------------- */
a {
	color: #fff;
	text-decoration: none;
	border:none;
	
}
a:hover {
	text-decoration:nonr;
}

.login_depan .login{
	background-color:#333;
	border:1px solid #666;
	color:#CCC;
	padding:3px;
}

img, img a {
border:none;
text-decoration:nonr;
}

.body {
width:1000px;
margin:0 auto;
}

h1.centerheading {
margin:0; padding:0;
margin-bottom:20px;
font-family:arialNarrowBold;
color:#fff;
height:45px;
font-size:21px;
font-weight:normal;
background:url(../images/centerheading.png) no-repeat center;
text-transform:uppercase;
line-height:36px;
text-align:center;
}


/* =Clear Floated Elements
--------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}