@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(i/bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #afafaf;
}
a {
	color:#8dc63f;
	text-decoration:none;
}
a:hover {
	color:#FF6600;
	text-decoration:underline;
}
#header {
	text-align:center;
	padding:0;
	position: absolute;
	width: 100%;
	top: 0;
	background-image: url(i/bg-top.jpg);
	background-repeat: repeat-x;
	background-position: top;

}
#container {
	padding:0;
	margin-left: -500px;
	position: relative;
	width: 1000px;
	left: 50%;
}

#bg-bottom {
	position:relative;
	width:100%;
	margin: 0px;
	padding: 0px;
	background-image: url(i/bg-bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	bottom: 0px;
	top: 220px;
}
#footer {
	width:1000px;
	background-image: url(i/contacts.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	margin-top: 30px;
	padding: 10px 10px 10px 10px;
}
.up_lines {
	width:250px;
}
.conceptart {
	text-align:center;
	background:url(i/left2rigth-shadow.png) no-repeat left top;
	width:420px;
}
.conceptart img {
	padding-top:30px;
}


.page {
	width:700px;
	left:0px;	
}
.box {
	vertical-align:top;
	padding: 10px;	
}
.box div {
	padding:10px 20px 10px 30px;	
}
.box .download img{
	padding-right:7px;
}
.box .content {
	width:100%;
	margin: 0px;
	padding:5px 10px;
}
.box .content h3 {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
}
.box .content p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.inputfield {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#333333;	
	width:300px;
}
#menu-bottom {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	padding:0;
	margin: 0;
	text-align:center;
	top: 70px;
	position: relative;
}
#menu-bottom a {
	color:#8dc63f;
	text-decoration:none;
}
#menu-bottom a:hover {
	color:#FF6600;
	text-decoration:none;
}
.portfolio {
	width:600px;
	overflow:auto;
	padding:20px;
	margin:0;
}
.portfolio ul {
	padding:0;
	margin:0;
	list-style:none;
}
.portfolio li {
	padding:0 3px;
	margin:0;
	display:inline;
}
.portfolio a img{
	border:1px solid #777777;
}
.portfolio a:hover img{
	border:1px solid #FF9900;
}
