@charset "utf-8";
/* CSS Document */

.boxShadow{
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06), 0 4px 10px rgba(0, 0, 0, 0.06);
}

body{
	width:960px;
	margin:auto;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400px;
	background: url(../images/background.jpg) no-repeat center center fixed black;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

h1{margin:0;font-weight:700; color:#275aa2}

h3{margin:0;font-weight:100; color:rgba(82,166,255,1.00);}

h2{margin:0; font-weight:100; color:rgba(82,166,255,1.00);}

p{margin:0}

strong{font-family: 'Roboto Condensed', sans-serif; font-weight:700}

a, a:visited, a:hover, a:active {
	color: inherit;
	text-decoration:none
}

.fontThin{font-weight:100}

header{
	height:91px;
	background:rgba(255,255,255,1.00);
}

#headerLogo{
	margin-left:20px;
	float:left;
	width:360px;
}

#headerSocailSearch{
	float:left;
	margin-left:17px;
}

#headerSocial{
	margin-top:14px;
}

#headerSocial img{
	width:20px
}

#headerSearch{
	margin-top:5px;
}

#headerNav{
	float:right;
	font-size:20px;
	margin-top:30px;
	margin-right:35px;
	color:rgba(0,0,0,1.00)
}

.headerNavText{
	margin-left:35px;
	padding-bottom:10px;
	font-size:12px;

}

.headerNavText:hover{
	color:rgba(82,166,255,1.00);
	border-bottom: 1px rgba(82,166,255,1.00) solid;
}

footer{
	padding-top:5px;
	clear:both;
}

#footerContainter{
	min-height:240px;
	width:960px;
	background:#FFFFFF;
	float:left;
}

.footerBox-1{
	width:380px;
	padding:25px;
	float:left
}

.footerBox{
	width:190px;
	padding:25px;
	float:left
}

.footerBox h3{
	margin-bottom:15px;
	font-size:20px
}

.footerBorderBottom{
	border-bottom:1px rgba(211,211,211,1.00) solid;
	padding-top:10px;
	padding-bottom:10px;
	color:rgba(82,166,255,1.00);
}

#footerNav{
	float:left;
	width:960px;
	padding-top:5px;
	min-height:45px;
	background:#FFFFFF
}

#footerNavLinks{
	float:left;
	margin-left:20px;
	line-height:42px
}

#footerNavSocial{
	float:right;
	margin-right:10px;
	margin-top:3px
}

.indexSecBox{
	padding:25px;
	float:left;
	width:190px;
	height:360px;
	font-family: 'roboto', sans-serif;
	font-weight:500
}

.indexSecBox-FP{
	padding:25px;
	float:left;
	width:190px;
	height:250px;
	font-family: 'roboto', sans-serif;
	font-weight:500
}

#contentContainer{
	height:inherit
}

#leftCol{
	width:650px;
	margin-top:25px;
	margin-right:25px;
	float:left;
}

.leftColBox{
	background:rgba(255,255,255,1.00);
	width:650px;
	padding:25px;
}

#rightCol{
	width:235px;
	background:rgba(255,255,255,1.00);
	margin-top:25px;
	height:300px;
	float:right;
}

.tabFeatBox{
	height:61px;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom: rgba(217,217,217,1.00) solid 1px;
	font-size:15px;
	color:rgba(82,166,255,1.00);
}

#productLink{
	padding:5px 0px 15px;
	text-align:center
}

#productLink a{
	color:#275aa2;
	font-weight:600
}