@charset "utf-8";
body {
	margin: 0px;
	background-color: #e7edf3;
}
#header {
	left:0px;
	top:0px;
	width:100%;
	height:600px;
	z-index:1;
}
#slideBackground{
	overflow:hidden;
	display:block;
	width:100%;
	height:380px;
	background: #0078C9 url(img/slides/bg.png) repeat-x bottom;
	position:absolute;
	top:0;
	left:0;
	z-index:-5001;
}
#slides{
	overflow:hidden;
	display:block;
	width:1024px;
	height:600px;
	margin:0 auto;
	background: #0078C9 url(img/slides/bg.png) repeat-x;
}
#slides img{
	display:block;
	width:1024;
	margin:0 auto;
}
#headerNav {
	position:absolute;
	left:0px;
	top:30px;
	width:100%;
	height:75px;
	z-index:1;
	margin: 0;
	border: solid thin rgba(0,0,0,0.1);
	box-shadow:0 2px 2px 0 rgba(0,0,0,0.1);
	background: rgba(255,255,255,0.9);
}
.nav{
	display:block;
	margin:0;
}
.nav li{
	padding:20px;
	padding-top:30px;
	display:block;
	width:75px;
	text-align:center;
	float:left;
	list-style:none;
	height:25px;
	top:0;
	border-left: solid thin rgba(0,0,0,0.05);
	transition: all .2s;
	-moz-transition: all .2s; /* Firefox 4 */
	-webkit-transition: all .2s; /* Safari and Chrome */
	-o-transition: all .2s; /* Opera */	
}
.nav li:hover{
	border-bottom: solid 6px #ff6700;
	background-color: #F9F9F9;
}
.nav li ul{
	opacity:0;
	transition: all .1s;
	-moz-transition: all .1s; /* Firefox 4 */
	-webkit-transition: all .1s; /* Safari and Chrome */
	-o-transition: all .1s; /* Opera */	
}
.nav li:hover ul{
	opacity:1;
}
.nav li ul li{
	background:#FFFFFF;
	position:relative;
	left:-61px;
	top:0px;
	font-size:14px;
	height:0px;
	display:block;
	width:150px;
	margin:0;
	padding:0 10px;	
	text-align:left;
	transition: all .2s;
	-moz-transition: all .2s; /* Firefox 4 */
	-webkit-transition: all .2s; /* Safari and Chrome */
	-o-transition: all .2s; /* Opera */	
}
.nav li:hover ul li{
	position:relative;
	top:20px;
	height:20px;
	display:block;
	width:150px;
	padding:10px;	
}
.nav li ul li:hover{
	border-bottom: solid 5px #ff6700;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #0078C9;
}
.wrapper{
	width:1000px;
	margin:0 auto;
}
.social{
	display:inline-block;
	right:0;
	top:20px;
}
#socialHub{
	text-align:right;
	display:inline-block;
	right:0px;
	width:250px;
	margin-top: 25px;
}
#socialHub img{
	padding-left:10px;
	opacity:0.8;
	transition: all .5s;
	-moz-transition: all .5s; /* Firefox 4 */
	-webkit-transition: all .5s; /* Safari and Chrome */
	-o-transition: all .5s; /* Opera */
}
#socialHub img:hover{
	opacity:1;
}
#highlights{
	height:auto;
	position:relative;
	display:block;
	top:-20px;
}
.highlightsPanel{
	display:block;
	width:300px;
	height:430px;
	box-shadow:0 2px 2px 0 rgba(0,0,0,0.1);
	background:#FFFFFF;
	margin:0 16px;
	float:left;
}
#products{
	display:inline-block;
	width:1000px;
	height:auto;
	box-shadow:0 2px 2px 0 rgba(0,0,0,0.1);
	background:#FFFFFF;
	margin-top:10px;
}
#share{
	display:inline-block;
	width:1000px;
	height:50px;
	box-shadow:0 2px 2px 0 rgba(0,0,0,0.1);
    background:#FFFFFF;
	margin-top:20px;
}
#share span{
	display:block;
	margin:18px;
	font-size:14px;
}
#footer {
	left:0px;
	top:0px;
	width:100%;
	height:200px;
	z-index:1;
	box-shadow:0 2px 2px 0 rgba(0,0,0,0.1) inset;
	background:#bfc9d6;
	margin-top:20px;
}
h2{
	margin:0;
	padding:15px;
	display:block;
	border-bottom:solid thin rgba(0,0,0,0.1);
	font-weight:100;
}
.panelcontent{
	border-bottom:solid thin rgba(0,0,0,0.1);
	text-align: center;	
}
.panelcontent img{
	margin:10px;
}
.panelcontent span{
	text-align:left;
	margin:10px;
	display:block;
	font-size:13px;
	padding:5px;
	color:#333333;
}
.panelcontent span h3{
	margin:0;
	font-weight:100;
	font-size:16px;
}
.panelFooter{
	margin:0;
	font-weight:100;
	font-size:12px;
	text-align:right;
	padding:8px;
	background:	#F0F4F4;
}
a:link {
	color: #0078C9;
}
a:visited {
	color: #0078C9;
}
a:hover {
	color: #0099FF;
}
a:active {
	color: #0078C9;
}
.productsItem{
	display:block;
	width:300px;
	height:300px;
	margin:0 12px;
	float:left;
}
#foottter{
	background-image:url(img/footerLogo.png);
	right: 0px;
	position: absolute;
}
.footerContent{
	float:left;
	width:200px;
	height:190px;
	display:block;
	border-left:solid thin rgba(0,0,0,0.1);
	padding:0 20px;
	padding-top:10px;
	font-size:12px;
	color:#333333;
}
.footerContent h4{
	
}
.footerContent ul{
	margin:0;
	margin-left:10px;
	padding:0;
}
.footerContent a:link, footerContent a:visited, footerContent a:active{
	color:#333333;
	text-decoration:none;
}
.footerContent a:hover{
	text-decoration:underline;
}
