﻿@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #666;
	font-size:11px;
	color:#BFDB3C;
}
h1, h2 { font-size: 22px; display: block; clear:both; margin: 0 10px; font-weight: normal; line-height: 22px; }
h2 { font-size: 15px; font-weight: bold; }
p, form { margin: 15px 10px; }
ul.partner{list-style-type:none;}
#header {
	background-image: url(../body/header_bg.jpg);
	height: 146px;
	width: 780px;
	margin: auto;
	position: relative;
}
#header #logo {
	position: absolute;
	bottom: -11px;
	left: 30px;
}
#wrap {
	width: 780px;
	margin: auto;
	background-color: #000;
	background-image: url(../body/content_bg.gif);
	background-repeat: repeat-x;
}
#header #navigation, #header #navigation2 {
	position: absolute;
	bottom: -2px;
	left: 230px;
	list-style-type:none;
}
#header #navigation2 {
	bottom:-36px;
}
#header #navigation li, #header #navigation2 li {
	float: left;
	margin-right: 1px;
}
#bottomimg {
	margin: auto;
	display: block;
	clear: both;
}
#footer {
	display: block;
	clear: both;
	padding: 20px;
	margin-top: 20px;
	font-size:11px;
	text-align:center;
	border-top: 1px solid #fff;
	position: relative;
	padding-bottom: 40px;
}
#content, #techcontent {
	width: 495px;
	background-image: url(../body/c_bg.gif);
	float: right;
	margin-right: 20px;
	line-height: 15px;
	margin-top: 50px;
	position:relative;
	margin-bottom: 20px;
}
#techcontent {
	background-image: url(../other/tech_bg.gif);
	width: 511px;
	margin-top: 66px;
}
#news h2 {
	font-weight: normal;
	margin-bottom:10px;
}
#news p {
	margin:0 10px;
	height:40px;
}
#news {
	width: 495px;
	float: right;
	margin-right: 20px;
	margin-top: 40px;
	color:#fff;
}
#cb, #cbtech {
	background-image: url(../body/c_b.gif);
	font-size: 0px;
	height: 15px;
	margin:0;
}
#cbtech {
	background-image: url(../other/tech_b.gif);
	height: 19px;
}

a {
	color: #FFF;
	text-decoration: none;
}

#lmlogo { right:0; bottom:0;position:absolute; }

input, textarea {
	color: #BFDB3C;
	background-color: #333333;
	border: 1px solid #666666;
	font-size: 11px;
	padding: 4px;
}
