@charset "UTF-8";
/* CSS Document */

body {
	background: url(../images/bg.jpg);
	font-family: 'Open Sans',Verdana, Geneva, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	color: #999999;
}

a {
	color: #999999;
	text-decoration: none;
}

a:hover,
.active {
	color: #cc0000;
}

/* Lang */
.lang {
	width: 56px;
	height: 16px;
	padding:  13px 20px 10px 20px;
	text-align: center;
	background-color: #ffffff;
	border: 0px ;
	border-top: none;
	letter-spacing: normal;
	position: absolute;
	left: 840px;
}

.lang li {
	display: inline;
}

.lang li a {
	color: #999999;
}

.lang li a:hover,
.lang li .active {
	color: #cc0000;
}

.content {
	float: left;
	width: 860px;
	background: url(../images/bg_logo.jpg) no-repeat;
	padding: 70px 50px;
}

/* Header */
.header {
	width: 860px;
}

.header,
.logo,
.left {
	float: left;
}

/* Menu */
.menu {
	float: left;
	margin: 40px 0 0 35px;
	font-size: 16px;
}

.menu li {
	display: inline;
	padding: 0 25px 0 15px;
	background: url(../images/bg_menu.gif) right 5px no-repeat;
}

.menu .last {
	background: none;
}

.slogan {
	position: absolute;
	top: 530px;
	left: 50px;
}

/* Canvas */
canvas {
	margin-top: 95px;
	margin-bottom: 70px;
}

canvas:focus {
	outline: 0;
}

/* Main */
.main {
	clear: both;
	float: left;
	width: 620px;
	padding-left: 240px;
	padding-top: 95px;
}

.main img {
	border: 1px solid #333333;
}

.main .note {
	width: 200px;
	position: absolute;
	padding-left: 20px;
	padding-top: 260px;
}

.main span strong{
	font-weight: normal;
	color: #999999;
}

h1 {
	font-size: 48px;
	font-weight: normal;
	color: #999999;
	padding-bottom: 20px;
}

.main h1 img {
	border: none;
}

p {
	margin-top: 35px;
	line-height: 180%;
}

/*Contact*/
.contact_form,
.contact_form2 {
	margin-top: 40px;
	padding-bottom: 132px;
	width: 290px;
	float: left;
}

.contact_form2 {
	padding-bottom: 296px;
}

.contact_form label,
.contact_form input,
.contact_form textarea {
	float: left;
	width: 198px;
	height: 22px;
	margin-bottom: 25px;
	border: 1px #333333 solid;
}

.contact_form label {
	width: 70px;
	clear: left;
	margin-right: 10px;
	border: none;
}

.contact_form input,
.contact_form textarea {
	background-color: #999999;
}

.contact_form textarea {
	height: 135px;
}

.contact_form .btn {
	clear: left;
	float: left;
	margin-left: 225px;
	width: 60px;
	height: 25px;
	color: #ffffff;
	background-color: #cc0000;
	border: none;
}

.contact_form .btn:hover {
	background-color: #999999;
}

.contact {
	float: left;
	width: 260px;
	margin: 35px 0 20px 70px;
}

h2 {
	color: #999999;
	font-size: 18px;
	font-weight: normal;
	line-height: 140%;
}

address {
	margin-top: 10px;
	line-height: 180%;
	font-size: 12px;
	font-style: normal;
}

/*Showcase*/
#filter {
	float: left;
	width: 586px;
	background: url(../images/icon_tag.jpg) no-repeat;
	padding-left: 34px;
}

#filter li {
	float: left;
	margin-right: 1px;
	margin-bottom: 5px;
	
}

#filter li a {
	display: block;
	color: #666666;
	padding: 6px 15px;
	background: #ffffff;
	border: 0px ;
}

#filter li a:hover,
#filter .now a {
	color: #cc0000;
	background: #ffffff;
}

.post,
.post2 {
	float: top;
	clear: left;
	width: 620px;
	margin-top: 40px;
	padding-bottom: 80px;
	background: url(../images/line.jpg) bottom no-repeat;
}

.example {
	margin-top: 20px;
	line-height: 180%;
	list-style: disc;
	padding-left: 40px;
}

.post2 img {
	float: left;
	border: none;
}