* {
	padding: 0;
	margin: 0;
}

/*html *,*/
body
{
	font: normal 12px/1.6 "Tahoma CE",Tahoma,"Arial CE",arial,sans-serif;
	background-color: #CECECE;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

/* Web containers {{{ */
#webAll {
    width: 1021px;
    margin: 0 auto;
}

#webAll #mainContent {
	background: transparent url('/images/bg.jpg?serial=') repeat 0 0;
	height: 1027px;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

#webAll #mainContent img.metal{
	padding: 10px 0;
}

#webAll #header {
	height: 285px;
	width: 100%;
}

#webAll #header #logo {
	width: 100%;
	height: 235px;
	line-height: 235px;
	background-color: #343436;
}

#webAll #header #logo a {
	background: transparent url('/images/logo.jpg?serial=') no-repeat 0 0;
    display: block;
    width: 853px;
    height: 170px;
    line-height: 170px;
    position: relative;
    top: 30px;
    margin: 0 auto;
}

/* END: Web containers }}} */

/* Menu {{{ */
ul.menu li {
	list-style: none;
    list-style-type: none;
    list-style-position: inside;
}

ul.menu li a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}

/* Upper {{{ */
ul#upper.menu {
	height: 50px;
	background-color: #808080;
	display: block;
	padding: 0 10px;
	clear: both;
}

ul#upper.menu li {
	float: left;
	display: inline;
}

ul#upper.menu li.first {
	border: none;
}

ul#upper.menu li a {
	float: left;
	color: #040404;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
}

ul#upper.menu li.set a,
ul#upper.menu li a:hover
{
	color: #BDBDBD;
	background-color: #343436;
}
/* END: Upper }}} */

/* END: Menu }}} */