img {
	border:0;	
}

.works-banner {
	width:auto;
	height:auto;
	padding:10px;
	background-color:#f6f3ee;
	
	-moz-box-shadow: 3px 3px 4px #888;
	-webkit-box-shadow: 3px 3px 4px #888;
	box-shadow: 3px 3px 4px #888;
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');
/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
	zoom:1;
	
	border:1px solid #CCC;
	position:relative;
}

.works-banner span{
	color:#014568;
	font-weight:bold;
}
.works-banner p{
	width:220px;
	padding:5px 10px;
	float:right;
	margin:auto;
	margin-top:0;
}

.works-banner #image_body{
	position:relative;
	left:325px;
	width:5000px;
}
.works-banner #imgz{
	width:320px;
	height:120px;
	display:block;
	border:1px solid #AAA;
	background-color:#FFF;
	overflow:hidden;
	margin:5px;
	margin-left:2px;
	position:relative;
	margin-top:5px;
}

.works-banner #imgz img{
	height:120px !important;
	margin-bottom:5px;
	float:left;
	margin-right:5px;
}
.works-banner h2{
	background-image:url(images/sliderBackground.png);
	background-repeat:no-repeat;
	padding:10px 15px;
	width:360px;
	color:#000;
	margin-left:-9px;
	position:absolute;
	bottom:5px;
}

.works-banner h3{
	background-repeat:repeat-x;
	padding:3px 7px;
	width:306px;
	color:#FFF;
	text-align:right;
	margin-left:8px;
	background-image:url(images/flavor-bg.png);
	position:absolute;
	bottom:35px;
}

.works-banner .picker{	
	position:absolute;
	bottom:10px;
	right:10px;
	clear: left;
	float:right;
}

.picker div {
	background-image:url(images/pignation-12.png);
	width:15px;
	height:15px;
	background-repeat:no-repeat;
	background-position:center;
	float:left;
}

.picker div:hover {
	background-image:url(images/pignation-14.png);
	cursor:pointer;
}

.picker .thisOne {
	background-image:url(images/pignation-13.png);
}
.picker .thisOne:hover {
	background-image:url(images/pignation-15.png);
}

#contact_banner {
	width:180px;
	float:right;
	margin-left:15px;
	border:1px solid #CCC;
	background-color:#f6f3ee;
	padding:10px;
-moz-box-shadow: 3px 3px 4px #888;
	-webkit-box-shadow: 3px 3px 4px #888;
	box-shadow: 3px 3px 4px #888;
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');
/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
	zoom:1;
}

#contact_banner #title{
	color:orange;
	background-color:#333;
	padding:5px;
	font-weight:bold;
	width:190px;
	margin:0;
	margin-left:-10px;
}

#contact_banner img{
	padding:5px;
	background-color:white;
	border:1px solid #CCC;
	width:170px;
}

#contact_banner ul {
	margin:10px 0;	
	padding-left:20px;
}


#works-projects {
	border-bottom:1px dashed #AAA;
	width:350px;
	margin-bottom:10px;
}

#works-projects ol {
	margin-left:120px!important;
}

#works-projects img  {
	border:1px solid black;
	float:left;
	margin-right:10px;
	width:125px;
}

fieldset {
	border:0;
	border-top:7px solid #9fcf67;
	width:100%;
	padding:0;
	margin:0;
	margin-top:15px!important;
}
legend strong {
	margin-right:5px!important;	
	padding-bottom:2px;
	color:#000!important;
}

#new-works-projects div{
	width:350px;
	padding:5px;
	background-color:#fff;
	border:1px solid #CCC;
	float:left;
	margin-right:5px;
	margin-bottom:15px;
}

#new-works-projects div:hover {
	background-color:#f6f3ee;	
	cursor:pointer;
}

#new-works-projects p{
	float:right;
	width:210px;
	margin:0;
	margin-top:5px;
	color:#000;
	text-decoration:none!important;
}

#new-works-projects img {
	 width:120px;border:1px solid #666; margin:5px; height:80px;
}

#new-works-projects {
	text-decoration:none!important;	
}

#new-works-projects span{
	color:#0000dd!important;
	text-decoration:underline;
}

#new-works-projects div:hover span{
	color:#0000dd!important;
}