﻿/* Reset stuff */
@charset "UTF-8";

* {
	padding: 0px;
	margin: 0px;
}

img {
	/*vertical-align: middle;
	margin-left: 30px;*/
	border: 0px;
}

body 
{
	background-color: #fff;
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 1.0em;
	color: #222222;
	line-height: 120%;
	text-align: center;
}

h2 {	
	font-size: 1.2em;
	font-weight: bold;
}

a
	{	
	color: #286A00;
	}



.clear {
    clear: both;
    display: block;
}

input[type=submit]:hover
{
	cursor: pointer;
	}

/* CSS */

ul
{
	display: block;
	height: 200px;
	margin: 20px auto;
	width: 920px;
	}
	
	ul li
	{
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
		float: left;
		height: 160px;
		list-style: none;
		margin-right: 10px;
		padding: 0;
		position: relative;
		width: 174px;
		}
	
	ul .last
	{
		margin:0px;
		}
		
	ul li a
	{
				background: none repeat scroll 0 0 rgba(68, 183, 0, 0.75);
				background-color: #44B700;
				bottom: 0;
				color: #F8F8F8;
				font-size: 14px;
				left: 0;
				outline: medium none;
				padding: 10px;
				position: absolute;
				right: 0;
				text-align: center;
				text-decoration: none;
				text-shadow: 2px 2px 2px #454545;
				text-transform: uppercase;
				transition: all 0.5s ease 0s;
				width: 174px\9; /* IE8 and below */  
				opacity:0.75;
				filter:alpha(opacity=75);
		}
		
	ul li a:hover
	{
				background: none repeat scroll 0 0 rgba(68, 183, 0 ,0.4);
				background-color: #44B700;
				color: #000;
				outline: medium none;
				transition: all 0.5s ease 0s;
				
		}
		
	ul li:hover
	{
		filter:alpha(opacity=40)\9; /* IE8 and below */  
		}
		
	body ul .li1
	{
		background: url("/Content/site/hbbutor/button04.jpg") no-repeat scroll center top transparent;
		}
		
	body ul .li2
	{
		background: url("/Content/site/hbbutor/button04.jpg") no-repeat scroll center top transparent;
		}
	
	body ul .li3
	{
		background: url("/Content/site/hbbutor/button04.jpg") no-repeat scroll center top transparent;
		}
		
	body ul .li4
	{
		background: url("/Content/site/hbbutor/button04.jpg") no-repeat scroll center top transparent;
		}
		
	body ul .last
	{
		background: url("/Content/site/hbbutor/button04.jpg") no-repeat scroll center top transparent;
		}