* {
	margin:0px;
	padding:0px;
}

body {
	background:#fff url('../images/background.jpg') repeat-x;
	text-align:center;
	font:10px Tahoma;
	margin:0px;
	color:#333;
}

a {
	color:#222;
	text-decoration:none;
	outline:none;
}

a:hover {
	text-decoration:none;
}

a img { border:0px; }

#refresh {
	color: #FFF;
}

.item h2 {
	font:normal 21px "Trebuchet MS";
	margin-bottom:4px;
	margin-left:8px;
	color:#fff;
}

#main {
	width:100%;
	margin:auto auto;
	text-align:left;
	margin-top:45px;
}

#top {
	width:100%;
	height:287px;
	position:absolute;
	left:0;
	top:-238px;
	z-index:1;
	background:url('../images/top.jpg') repeat-x;
}

#top-parts {
	width:999px;
	height:232px;
	padding-top:10px;
	margin:auto auto;
	background:url('../images/top-parts.jpg') no-repeat;
}

#top-parts img {
	margin-bottom:12px;
}

#top-left {
	width:357px;
	height:232px;
	float:left;
	text-align:right;
	background:url('../images/top-line.jpg') no-repeat top right;
	padding-right:15px;
	color:#999;
}

#top-left li {
	vertical-align:top;
	list-style:none;
	margin-top: -1px;
}

#top-left span {
	color:#fff;
	font:bold 15px "Trebuchet MS";
	padding-right:6px;
}

#top-middle {
	width:230px;
	height:232px;
	float:left;
	text-align:left;
	background:url('../images/top-line.jpg') no-repeat top right;
	color:#999;
	padding-left:10px;
	padding-right:10px;
	line-height:10px;
}

#top-middle span {
	color:#fff;
}

#top-middle p {
	margin-top:6px;
}

#top-right {
	float:left;
	height:228px;
	text-align:left;
	padding-left:15px;
	padding-top:4px;
	color:#999;
	font-size:11px;
	width: 150px;
}

#top-right span {
	color:#fff;
}

#top-right label {
	width:  50px;
	display:  inline-block;
	vertical-align: top;
	clear: both;
}

#top-right input.text,
#top-right textarea {
	width:  130px;
	padding: 2px;
	margin-bottom:4px;
	background:url('../images/input.png') repeat;
	border:1px solid #505148;
	font:10px Tahoma;
	color:#fff;
}

#submit {
	background-color:transparent;
	border:0px;
	margin-left:80px;
}

#top-right textarea {
	height:  90px;
}

#top-right input.submit {
	display: block;
	margin-left: 230px;
	padding-top:2px;
}


#logo {
	width:195px;
	height:45px;
	margin:auto auto;
	display:block;
	cursor: pointer;
}

#content {
	width:799px;
	margin:auto auto;
	position:relative;
	margin-top:-45px;
	padding-top:120px;
	padding-left:200px;
	background:url('../images/content.jpg') no-repeat;
}

#items {
	color:#333;
	font-size:11px;
}

#items a {
	float:right;
	clear:both;
	width:75px;
	height:23px;
	background:url('../images/visit.png') no-repeat;
}

#items a.disabled, #items a.disabled:hover {
	background:url('../images/visit-disabled.png') no-repeat;
}

#items a:hover {
	background-position:bottom;
}

.item {
	width:248px;
	float:left;
	margin-right:90px;
	padding-right:6px;
	margin-bottom:25px;
}

.item img {
	background:url('../images/item.png') no-repeat;
	padding:6px 7px 6px 7px;
	margin-bottom:4px;
}

#container-top {
	width:599px;
	height:16px;
	background:url('../images/container-top.png') no-repeat;
	margin-top:20px;
}

#container {
	width:579px;
	background-color:#fff;
	padding:10px 10px;
	color:#999;
	line-height:100%;
}

#container-bottom {
	width:599px;
	height:16px;
	background:url('../images/container-bottom.png') no-repeat;
}

#container img {
	display:block;
	margin-bottom:14px;
}

#container span { color:#666; }

#icon {
	float:left;
	position:relative;
	margin-top:-50px;
	margin-left:-30px;
}

#left {
	width:200px;
	float:left;
	margin-left:40px;
}

#right {
	width:190px;
	float:right;
	margin-right:40px;
}

#footer {
	width:599px;
	text-align:center;
	color:#B1B1B1;
	margin-top:10px;
	margin-bottom:10px;
}

.clear { clear:both; }