* {
    margin: 0;
    padding: 0;
}
img {
border:0;
}
body,td  {
  background-color: #222222;
  color: #b8b8b8;
  font-size:11px;
  font-family: Tahoma, Verdana, Arial, Sans-Serif;
}
select {
	font-family: verdana;
	font-size: 11;
}

input {
	font-family: verdana;
	font-size: 11;
}

A:link {
	color: #ffa222;
}

A:active {
	color: #ffa222;
}
A:visited {
	color: #ffa222;
}
A:hover {
	color: #b8b8b8;
}
#csfooter {
    background-color: black;
    clear: both;
    padding-bottom: 3px;
    border-bottom: 2px solid #F74807;
}
#csfooter div {
    background-image: url(http://www.cstrike.ro/images/bg_top.gif);
    background-repeat: repeat-x;
    height: 31px;
    border-top: 1px solid #353434;
    border-bottom: 1px solid #353434;
}
#logostrip
{
	height: 68px;
	width:100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: black;
	border-top: 1px solid #f74807;
}
.bevelmenu{
	font: bold 12px arial;
	padding: 0px;
	margin: 7px 0 0 0;
	width: 950px;
	text-align: left;
}
.bevelmenu li{
	list-style: none;
	display: inline;
	padding: 0 5px;
}

.bevelmenu li a{
	text-decoration: none;
	color: #878787;
	padding: 0px;
	margin: 0px;
}

.bevelmenu li a:hover{
	color: white;
	text-decoration: none;
	padding: 0;
}
/** bof navigation **/
#navigation_menu {
    background-image: url(http://www.cstrike.ro/images/bg_top.gif);
    background-repeat: repeat-x;
    position: relative;
    left: 0px;
    height: 30px;
    width: 100%;
    border-top: 1px solid #353434;
    border-bottom: 1px solid #353434;
}

/** eof navigation **/

#top_menu #header_band {
    /* aici totul este structurat in asa fel incat display-ul sa fie inline.. modificarile au fost faculte prin float-uri */
    background-color: #121111;
    border-top: 1px solid #353434;
    padding: 3px;
    text-align: center;
    position: relative;
}
#top_menu #header_band span.header_band_title {
    color: #B8B8B8;
    font-size:13px;
    padding: 2px;
    width: 200px;
}

#top_menu #header_band div.header_band_right {
    position: absolute;
    right: 0px;
    width: 130px;
}
#top_menu #header_band div.header_band_right div.languages {
    padding-top: 3px;
    float: left;
}
#top_menu #header_band div.header_band_right div.clock {
    float: right;
}

#menutabs{
float:left;
text-align: left;
width:1000px;
font-size:100%;
line-height:normal;
border-bottom: 1px solid #353434; /*Add border strip to bottom of menu*/
}

#menutabs ul{
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;
height: 20px;
margin-top: -18px;
position: absolute;
}

#menutabs li{
display:inline;
margin:0;
padding:0;
}

#menutabs a{
float:left;
background:url(http://www.cstrike.ro/images/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
height: 22px;
}

#menutabs a span{
float:left;
display:block;
background:url(http://www.cstrike.ro/images/glowtab.gif) no-repeat right top;
padding: 4px 12px 5px 3px;
font-weight:bold;
color:#b8b8b8;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menutabs a span {float:none;}
/* End IE5-Mac hack */

#menutabs a:hover span {
color: #ffa222;
}

#menutabs #current a{ /*Selected Tab style*/
background-position:0 -28px; /*Shift background image up to start of 2nd tab image*/
}

#menutabs #current a span{ /*Selected Tab style*/
background-position:100% -28px; /*Shift background image up to start of 2nd tab image*/
color: #ffa222;
}

#menutabs a:hover{ /*onMouseover style*/
background-position:0% -28px; /*Shift background image up to start of 2nd tab image*/
}

#menutabs a:hover span{ /*onMouseover style*/
background-position:100% -28px; /*Shift background image up to start of 2nd tab image*/
}

<!--[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
</style>
<![endif]-->

#header_content {
    margin-top: 0px;
    clear: both;
    position: absolute;
    left: 0px;
    width: 100%;
    color: white;
    background-color: black;
    height: 180px;
}
#header_content div.header_content_wrapper {
    margin: 0 auto;
    width: 1000px;
    position: relative;
}
#header_content div.header_content_wrapper #header_content_left {
    width: 258px;
    float: left;
}

#header_content .header_content_wrapper #header_content_left div.logo {
    background-image: url(http://www.cstrike.ro/images/logo.gif);
    background-repeat: no-repeat;
    width: 121px;
    height: 40px;
    margin: 7px 0px 7px 0px;
    padding: 0px;
    float: left;
}

#header_content div.header_content_wrapper div#banners {
    float:left;
    margin-left: 30px;
}
