html{height:100%;}
*{
	margin:0;padding:0;
}

body {
	height:100%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	/* background-color:#ffffff; */
background: url("../img/bluebg.png") repeat-x scroll 0 49px transparent;
}


img {
	border: none;
	border-style: none;
/*
	max-width: 100%;
	display: block;
*/
}

/*
logo.img {
	border: none;
	border-style: none;
	width: 223px;
	height: 48px;
}
*/ 
.slideshow {

	float: left;
}

.slideshow img {
	padding:0px;
	border:1px solid #eee;
	background-color:#eee
}



#container {
	height:100%;
	text-align: center;
}

/* header */
#header {
	height: 84px;
	position: relative;
	margin:0 auto;
	padding:0;
	/*background:url('../img/header.jpg') 0 0 no-repeat;	*/
	background:url('../img/smallheaderblock.jpg') 0 0 repeat-x;	
}
#header #logo {
	position: absolute;
	top: 13px;
	left: 167px;
}
#header #search {
	position: absolute;
	top: 15px;
	right: 0px;
	width: 298px;
	z-index: 15;
}
#header .button-search {
	position: absolute;
	left: 0px;
	background: url('button-search.png') center center no-repeat;
	width: 28px;
	height: 24px;
	border-right: 1px solid #CCCCCC;
	cursor: pointer;
}
#header #search input {
	background: #FFF;
	padding: 1px 1px 1px 33px;
	width: 262px;
	height: 21px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 2px 0px #F0F0F0;
	-moz-box-shadow: 0px 2px 0px #F0F0F0;
	box-shadow: 0px 2px 0px #F0F0F0;	
}

#header #corplogo {
	position: absolute;
	top: 20px;
	right: 40px;
}

#header #corplogo img {
	width:150px;
}

#bigmenu {
	margin:0 auto;
	width:960px;
}

#bigmenu ul {
    list-style: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#237D35',endColorstr='#004F05',GradientType=0);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#237D35),color-stop(100%,#004F05));
    background: -moz-linear-gradient(top,#237D35,#004F05);
    background-image: -o-linear-gradient(#237D35,#004F05);
    height: 45px;
    border: 1px solid #004F05;
    border-radius: 4px;
    position: relative;
}

#bigmenu ul li {
    float: left;
    border-left: 1px groove #2c5f88;
    border-right: 1px groove #2c5f88;
    padding: 0;
}

#bigmenu ul li a {
    display: block;
    color: #fff;
    line-height: 46px;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    position: relative;

    padding: 0 20px;
    text-decoration: none;
}

#bigmenu ul li:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004F05',endColorstr='#237D35',GradientType=0);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,##004F05),color-stop(100%,#237D35));
    background: -moz-linear-gradient(top,#004F05,#237D35);
    background-image: -o-linear-gradient(#004F05,#237D35);

}

#bigmenu ul li a:hover {
    text-decoration: none;
}



#content {
	margin:0 auto;
	margin-bottom: 5px;
	background:#fff;
	height:auto;
	width:960px;
}

#content2 {
	margin:0 auto;
	margin-bottom: 5px;
	background:#fff;
	height:auto;
	width:960px;
}

#unit {
	width:739px;
	height:330px;
	float:left;
	padding:0;
	margin:0;
text-align:left;
}

#box1 {
	float:left;
	width:221px;
	height:330px;
	padding:0;
	margin:0;
	background: url('../img/box1_bkg.jpg') 0 0 no-repeat;	
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#midtop {
	width:301px;
	height:330px;
	float:left;
	padding:0;
	margin:0;
}

#box1 h2 {
	font-size:22px;
	text-align:left;
	margin:5px 0 0 13px;
}


#box1 p {
	margin:10px 15px;
	text-align:left;
	font-weight:bold;
	font-size: 16px;
	line-height:26px;

}

#box2 {
	float:left;
	width:960px;
	height:190px;
	background:#fff;
	font-size:20px;
	text-align:center;

}

#box2 h3 {
	margin-top:12px;
	text-align:center;
	font-size:26px;
}

#box3 {
	float:left;
	width:202px;
	height:229px;
	margin:14px 10px 11px 10px;
	background: url('../img/box2-bkg.jpg') 0 0 no-repeat;
}

#box3 p {
	margin:20px 6px;
}

#box2 img{
	margin:0 2px;

}
#box4 {
	float:left;
	width:145px;
	height:229px;
	margin:14px 10px 11px 10px;

}

#box5 {
}

#footer {
	margin:0 auto;
	margin-bottom: 5px;
	background:#fff;
	height:auto;
	width:960px;
}

#prod {
	margin-top:42px;
	text-align:left;
	font-weight:none;
}
