* {
	font-family:Tahoma;
	border:0;
	padding:0;
	margin:0;
	outline:0;
}

p.center {
	text-align:center;
}

a, strong, b, i, u {
	font-size:inherit;
	color:inherit;
}

.clear {
	clear:both;
}

body {
	background:url("../imgs/body.png");
}

#main {
	width:942px;
	background:url("../imgs/shade.png");
	margin:0 auto;
}

#header {
	width:918px;
	height:155px;
	background:url("../imgs/header.png");
	margin:0 auto;
}

#teaser {
	width:908px;
	height:110px;
	background:url("../imgs/teaser.png");
	margin:0 auto;
	padding:0 5px;
	padding-top:35px;
}

#menu {
	height:35px;
	width:918px;
	background:url("../imgs/menu.png");
	margin-left:12px;
	list-style-type:none;
	z-index:99;
	position:absolute;
}

#menu li {
	float:left;
	width:110px;
	height:35px;
}

#menu li a, #menu li span {
	color:#929292;
	font-size:11px;
	vertical-align:middle;
	line-height:30px;
	text-decoration:none;
	text-align:center;
	width:112px;
	height:35px;
	display:block;
	font-weight:bold;
	background:url("../imgs/button.png") 0px 0px;
	cursor:pointer;
}

#menu li a:hover, #menu li span:hover, #menu li span.hover {
	background:url("../imgs/button.png") 0px -35px;
	color:#009ff3;
}

#menu li:hover ul, #menu li.hover ul {
	display:block;
}

#menu li ul {
	display:none;
	margin-top:-4px;
	width:110px;
	list-style-type:none;
	height:35px;
}

#menu li ul li {
	float:none;
	margin-top:0;
	margin-left:0;
	width:110px;
}

#menu li ul li a, #menu li ul li a:hover {
	width:110px;
	background:url("../imgs/submenu.png");
}

#teaser a {
	display:block;
	float:left;
}

#teaser div {
	float:left;
	width:124px;
	padding:10px;
}

#teaser .field {
	width:121px;
	height:16px;
	background:url("../imgs/search.png");
	color:white;
	padding-left:3px;
	padding-top:3px;
}

#teaser input {
	background:none;
	color:#505050;
	font-size:11px;
}

#line {
	width:908px;
	height:15px;
	background:url("../imgs/line.png");
	margin:0 auto;
	padding:5px 5px;
	padding-top:10px;
}

#content {
	width:908px;
	background:#151515 url("../imgs/note.png") no-repeat bottom left;
	margin:0 auto;
	padding:0px 5px;
	font-size:12px;
	padding-bottom:33px;
}

#left {
	float:left;
	width:690px;
	border:2px solid #fff;
	background:#e5e5e5;
	padding:5px;
}

#footer {
	width:940px;
	height:12px;
	margin:0 auto;
	background:url("../imgs/footer.png");
}

.preview {
	float:left;
	margin:10px;
	height:160px;
	width:150px;
	text-align:center;
}

#right {
	float:right;
	width:200px;
}

.yelbox, .blubox {
	width:192px;
	border:2px solid #eeeeee;
	border-bottom:1px solid #e3e3e3;
	background:#f0f0f0 url("../imgs/sidebox.png") repeat-x bottom left;
	padding:0 3px;
	padding-top:5px;
	padding-bottom:10px;
	margin-bottom:5px;
}

.yelbox h6, .blubox h6 {
	color:#009af2;
	padding-bottom:4px;
	background:url("../imgs/h6.png") repeat-x bottom left;
	margin-bottom:4px;
}

.yelbox a {
	background:url("../imgs/yela.png");
	width:167px;
	height:17px;
	text-decoration:none;
	display:block;
	margin-top:3px;
	margin-left:4px;
	color:#ffdb9b;
	font-weight:bold;
	line-height:16px;
	padding-left:16px;
}

.blubox a {
	background:url("../imgs/blua.png");
	width:167px;
	height:17px;
	text-decoration:none;
	display:block;
	margin-top:3px;
	margin-left:4px;
	color:#c1e8ff;
	font-weight:bold;
	line-height:16px;
	padding-left:16px;
}

#content input {
	background:#ededed;
	border:1px inset #fafafa;
	width:180px;
	margin-bottom:5px;
}

.yelbox input {
	margin-left:4px;
}

input.smlbutton {
	width:54px !important;
	height:17px !important;
	border:none !important;
}