/* CSS Document */

body{
	margin:0px;
	padding:0px;
	border:0 none;	
	background:url('../img/polaris-background-diagonal.gif') #f7f7f7 repeat top left!important;
	max-width: inherit;
}

#polaris-header-container{
	width:100%;
	background: url( '../img/polaris-top-navigation-background.gif' ) transparent repeat-x left top;	
	height:37px;
	display:block;
}

#polaris-header-content{
	background: url( '../img/polaris-top-navigation-background.gif' ) transparent repeat-x left top;	
	margin:0px auto;
	height:37px;
	max-width:974px;
}
	
#polaris-body-container{
	width:100%;
	background:url('../img/polaris-background-arrows.png') transparent no-repeat top center;
}

#polaris-body-shadow{
	background:url('../img/polaris-background-shadow.png')  transparent repeat-y top center;
	width:100%;
	display:block;
}
#polaris-body-content{
	max-width:980px;
	margin:0px auto;	
	background-color:white;
	border-left:1px #c2c2c2 solid;
	border-right:1px #c2c2c2 solid;
	display:block;
	overflow:hidden;
	padding-bottom: 20px;
}

#polaris-footer-container{
	width:100%;
	margin:0px auto;
	background:url('../img/polaris-background-shadow-footer.png') transparent no-repeat top center;
	min-height:67px;
	display:block;
	margin-bottom:30px;
	overflow:hidden;
}
.slick-slider {
max-width: 929px;
margin: auto;
}
#main-content {
background-color: #fff;
margin: auto;
max-width: 980px;
padding-bottom: 20px;
border-bottom: 1px solid #c2c2c2;
border-left:1px #c2c2c2 solid;
border-right:1px #c2c2c2 solid;
}