﻿html{
	height:100%;
}

body{
	height: 100%;
	font-family: Arial, Verdana, Sans Serif;
	background: #000000 url(images/sky.jpg) no-repeat fixed center top;
}

.wrapper{
	min-height: 100%;
	width: 960px;
	margin: 0 auto;
}

.main{
	padding-bottom: 40px;
	overflow: auto;
	margin: 0 auto;
	
}
a{
	border:0px;
}
p{
	color: white;
	font-size: 12pt;
	line-height: 16pt;
	margin-top: 20px;
	margin-bottom: 20px;
	text-decoration: none;
	border: 0px; 
}
h1{
	color: #32a1d0;
	font-size: 18pt;
	font-weight: bold;
	text-transform: uppercase;
}
h2{
	color: white;
	font-size: 14pt;
	font-weight: bold;
	float: left;
	margin-left: 15px;
}

.logo{
	width: 273px;
	height: 94px;
	background: url(images/logo.png) no-repeat;
	z-index: 2;
	top: 40px;
	left: 80px;
	margin: 0 auto;
}
.logo a{
	display: block;
	cursor: pointer;
	height: 100%;
	width: 100%;
}
.menu{
	top: 65px;
	width: 420px;
	left: 630px;
	margin: 0 auto;
}
.menu ul{
	list-style: none;
	background: url(images/menu-bg.jpg) repeat-x;
	height: 33px;
}
.menu li{
	float: left;
	border-right: 1px solid #bdbdbd;
	height: 32px;
}
.menu li.last{
	border-right: none;
}
.menu li:hover{
	background: url(images/menu-selected.jpg) repeat-x;
	height: 33px;
}
.menu li a{
	padding-top: 8px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 8px;
	display: block;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	
}
.menu li a:hover{
	color: #fff;
}


.homepage-black-box{
	position: absolute;
	z-index: 2;
	top: 195px;
	background: url(images/black-box-bg.png) repeat;
	width: 930px;
	min-height: 300px;
	padding: 15px;
	
}

.prod-black-box{
	text-align: center;
	position: absolute;
	z-index: 2;
	top: 195px;
	background: url(images/black-box-bg.png) repeat;
	width: 940px;
	min-height: 300px;
	padding: 10px;
	
}

.page-black-box{
	position: absolute;
	z-index: 2;
	top: 195px;
	background: url(images/black-box-bg.png) repeat;
	width: 930px;
	min-height: 300px;
	padding: 15px;
	
}

.page-black-box ul{
	list-style: none;
}
.news-cat{
	text-align: center;	
	margin-top: 5px;
	list-style: none;

}
.news-cat li{
	height: 100px;
}
.news-cat p{
	float: left;
	width: 350px;
	margin-left: 15px;

}
.news-cat a{
	color: white;
	font-size: 14pt;
	font-weight: bold;
	margin-left: 15px;

}
.product-categories{
	margin-top: 15px;
	list-style: none;
}
.product-categories li{
	height: 230px;
	
}
.product-categories li.last{
	height: 45px;
	text-align: center;
	width:auto;
}
.product-categories img{
	border-width: 0px;
	float: left;
}
.product-categories img.last{
	border-width:0px;
	text-align: center;
}
.product-categories p{
	float: left;
	width: 350px;
	margin-left: 15px;
}
.footer{
	width: 960px;
	height: 40px;
	background: url(images/black-box-bg.png) repeat;
	clear: both;
}

.footer p{
	color: white;
	margin: 0;
	font-size: 8pt;
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
}
#leaves{

	/*background: url(images/leaves.png) no-repeat;*/
	width: 960px;
	height: 387px;
}
#bar{
	background: #3b3b3b;
	width: 960px;
	height: 40px;
}

.textbox{
	width: 250px;
	height: 20px;
}
#contact p{
	margin-bottom: 4px;
}
