body {
	color: #111111;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	/* background: #0cc6ef url('images/bg-main.png') repeat-x 0 0; */
	background: #BED730;
	}

/* links */

a:link, a:visited {
	color: #e33258;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
	
/* Top Line BG */
#top {
	background: #889800 url('images/bg-main.png') repeat-x 0px;
	} 
	

/* site logo */

 #header #site-logo {
	float: left;
	line-height: 0;
	margin-left:10px;
	margin-top:3px;
	width:203px;
	height:58px;
	background: #889800 url('images/logo-star.png') no-repeat 0 0;
	}
	
/* pages navigation */

#menu .pads {
	position: relative;
	background: #EC008C;
	z-index: 999;
	}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#menu ul ul {
	left: 0;
	top: 25px;
	width: 170px;
	display: none;
	position: absolute;
	background: #333;
	}
#menu ul ul ul {
	top: -1px;
	left: 170px;
	}

#menu li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	border-right: 1px solid #333;
	}
#menu li li {
	margin: 0;
	float: none;
	border: none;
	line-height: 0;
	border-bottom: 1px solid #222;
	}
#menu a {
	display: block;
	padding: 5px 5px;
	font-weight: bold;
	line-height: 1.2em;
	position: relative;
	}
#menu a:link,
#menu a:visited {
	color: #fff;
	}
#menu a:hover,
#menu .current-cat a {
	background: #333;
	text-decoration: none;
	}
#menu li:hover a,
#menu .current-cat li a,
#menu .current-cat-parent li a {
	background: #666;
	}
#menu li:hover a:hover,
#menu .current-cat li a:hover,
#menu .current-cat-parent li a:hover,
#menu .current-cat-parent {
	background: #333;
	}
#menu li li a {
	width: 150px;
	float: none;
	display: block;
	}

#menu .sub_list {
	padding-left: 10px;
	background: transparent url('images/arrow-down.png') no-repeat 5px 3px;
	}

#menu .sub_sub_list {
	width: 9px;
	height: 6px;
	padding-left: 15px;
	background: url('images/arrow-right.png') no-repeat 9px 5px;
	}

#menu #m-subscribe {
	top: 0;
	right: 0;
	float: none;
	position: absolute;
	border: none;
	}
#menu #m-subscribe a {
	padding: 5px 10px;
	}
#menu #m-subscribe a:hover {
	color: #000;
	background: none;
	}
	
/* Footer
----------------------------------------------------------------- */

#footer {
	width: 998px;
	margin: 0 auto;
	background: #889800 url('images/bg-main.png') repeat-x 0px;
	padding: 20px 0 10px;
	color: #333;
	text-align: center;
	}
#footer #menu-bottom {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	}
#footer #menu-bottom li {
	margin: 0;
	padding: 0;
	display: inline;
	}
#footer #menu-bottom a {
	padding: 0px;
	border-left: none;
	line-height: 1em;
	display: inline;
	}
#footer #menu-bottom a:link,
#footer #menu-bottom a:visited {
	color: #333;
	}
#footer #menu-bottom #mb-home a {
	border-left: none;
	}
