html {
	min-height:100%;
}
body {
	margin: 20px 0px;
	padding: 0px;
	background:linear-gradient(white,#99C7EB);
	min-height:100%;
}

#container {
	width: 960px;
	margin: 20px auto;
	padding: 0px;
	font-family: Calibri, sans-serif;
	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.50);
	border-radius: 10px 10px 10px 10px;
	height:100%;
}
#identity {
	min-width: 960px;
	height: 100px;
	background-color:#245EAC;
	margin: 0px auto;
	padding: 0px;
	border-radius: 5px 5px 0 0;
	text-shadow:0px 3px 3px rgba(0,0,0,0.55);
}
#nav {
	width: 100%;
	height: 60px;
	background-color:rgba(225,225,225,1.00);
	margin: 0px auto;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	list-style-type: none;
	display: block;
	margin: 11px 10px 11px 0px;
	float: right;
	width: 100px;
	height: 25px;
	line-height: 35px;
	color: #FFFFFF;
	font-size:15px;
	text-align: center;
	/*text-shadow:0px 1px 3px rgba(0,0,0,0.50);*/
}
#nav a {
	text-decoration:none;
	color:#245EAC;
	display:block;
	border: solid #245EAC 1px;
	border-radius: 5px 5px 5px 5px;
}
#nav a:hover {
	background-color:#245EAC;
	color:rgba(255,255,255,1.00);
	border-radius: 5px 5px 5px 5px;
}
#nav a:focus {
	background-color:rgba(23,56,95,1.00);
	color:white;
	border-radius: 5px 5px 5px 5px;
}
/*#photos {
	max-width:960px;
	min-width:500px;
	height:432px;
	margin:0px auto;
}*/
.slider {
	background-position:center center;
	background-size:cover;
	display:block;
	min-width:500px;
	max-width:960px;
	height:432px;
}
#about {
	text-align:center;
	background-color:rgba(225,225,225,1.00);
	width:960px;
	height:auto;
	margin: 0px auto;
	overflow:auto;
	border-radius: 0 0 10px 10px;
	display:none;
}
#products {
	text-align:center;
	background-color:rgba(225,225,225,1.00);
	width:960px;
	height:auto;
	border-radius: 0 0 10px 10px;
	margin: 0px auto;
	overflow:auto;
	display:none;
}
#contact {
	text-align:center;
	background-color:rgba(225,225,225,1.00);
	width:960px;
	height:auto;
	margin: 0px auto;
	border-radius: 0 0 10px 10px;
	overflow:auto;
	display:none;
}
#footer {
	width: 960px;
	margin: 0px auto 10px;
	text-align:center;
	font-size:11px;
	font-family: Calibri, sans-serif;
}
.text {
	text-align:center;
	font-size:14px;
	color:rgba(0,0,0,1.00);
	line-height:20px;
	margin: 15px auto 20px;
	width: 400px;
}
#contact ul {
	margin: 0px 120px;
	padding: 0px;
}
#contact li {
	list-style-type:none;
	display: block;
	float:left;
	width: 180px;
	height: 80px;
	margin: 0px auto 20px;
}
.phone {
	background:url(../img/icons/telephone46.png);
	background-size:30px;
	background-repeat:no-repeat;
	background-position:center 10%;
	display:block;
	margin-top: 10px;
	padding: 0;
}
.fax {
	background:url(../img/icons/telephone124.png);
	background-size:35px;
	background-repeat:no-repeat;
	background-position:center 10%;
	display:block;
	margin: 10px auto;
}
.email {
	background:url(../img/icons/dark4.png);
	background-size: 35px;
	background-repeat:no-repeat;
	background-position:center 20%;
	display:block;
	margin: 10px auto;
}
.website {
	background:url(../img/icons/world86.png);
	background-size:30px;
	background-repeat:no-repeat;
	background-position:center 20%;
	display:block;
}
.title {
	font-family: Calibri, sans-serif;
	color:rgba(255,255,255,1.00);
	margin:20px auto 0px;
	padding: 5px;
	text-align:center;
	vertical-align:central;
	width:150px;
	font-size:18px;
	font-weight:normal;
	background-color:#245EAC;
	border-radius: 30px;
	box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.50);
}