﻿@charset "utf-8";
/* CSS Document */

#slider
{
	width:755px;
	float:left;
	overflow:hidden;
	height:420px;
	background:#efefef;
}

#slider-right
{
	background:url(../imgs/slider-right.png) left top no-repeat;
	height:420px;
	margin-top:0;
	width:245px;
	float:right;
}

#slider-right ul
{
	list-style:none;
	margin:0; padding:0;
}

#slider-right ul li
{	font: 11px;
	height:105px;
	padding:35px 50px 0px 15px;
}

#slider-right ul li a {	
text-decoration: underline;
}


.green-panel
{
	background:url(../imgs/index-bottom.png) left top no-repeat;
	height:200px;
	margin-top:0;
	overflow:hidden;
}

.green-panel ul
{
	list-style:none;
}

.panel
{
	float:left;
	width:220px; 
	padding:40px 20px 20px 10px;
	overflow:hidden;
}

.panel ul
{
	padding:0; margin:0;
}

.panel ul li
{
	padding:0; margin:0 0 10px 0;font: 9px;
}

.panel ul li a,.panel ul li a:link
{
	color:#333;
	font: 12px;
	font-weight:bold;
}




#projects-thumb
{
	float:right;
	padding:40px 15px 10px 15px;
	width:700px;
}

#thumbs
{
	width:700px; 
	background:#b6bec1; 
	overflow:hidden; 
	height:145px; 
	position:relative;

	border-radius: 6px;
	-moz-border-radius:6px;
	-webkit-border: 6px;
}





