@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Michroma);
body {
    margin: 0 auto;
    min-width: 1000px;
	color: #000000;
	font-family: 'Lato', sans-serif;
    font-size: 14px;
	background-color: #000000;
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/eightysixrpm/Bkdg-BlkDiagStripes.jpg');
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

/*-------------------------FONT STYLING START----------------------*/

a {
	color: #ff9900;
	text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a img {
	border: 0;
}
p {
	color: #000000;
	font-family: 'Lato', sans-serif;
    font-size: 14px;
	margin: 0;
}
h1, h1 a {
	color: #000000;
	font-family: 'Michroma', sans-serif;
    font-size: 36px;
    font-weight: 400;
	margin: 0;
}
h2, h2 a {
	color: #000000;
	font-family: 'Michroma', sans-serif;
    font-size: 24px;
    font-weight: 400;
	margin: 0;
}
h3, h3 a {
	color: #000000;
	font-family: 'Lato', sans-serif;
    font-size: 36px;
    font-weight: 300;
	margin: 0;
}
h4, h4 a {
	color: #000000;
	font-family: 'Michroma', sans-serif;
    font-size: 18px;
    font-weight: 400;
	margin: 0;
}
h5, h5 a {
	color: #000000;
	font-family: 'Michroma', sans-serif;
    font-size: 13px;
    font-weight: 400;
	margin: 0;
}
h6, h6 a {
	color: #000000;
	font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
	margin: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}

/*-------------------------FONT STYLING END------------------------*/


/*-------------------------LE FORM STYLE START---------------------*/

.le_form {
	color: #000000;
	font-family: 'Lato', sans-serif;
    font-size: 14px;
	margin: 0;
}
.le_form_name {
	color: #000000;
	font-family: 'Michroma', sans-serif;
    font-size: 18px;
    font-weight: 400;
	margin: 0;
}
.wrapper input[type="submit"] {
	padding: 4px 15px 6px 15px;
	background-color: #ff9900;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	text-align: center;
	color: #ffffff;
	font-family: 'Michroma', sans-serif;
    font-size: 14px;
	margin: 0;
    line-height: 18px;
}
.wrapper input[type="submit"]:hover {
	color: #000000;
	cursor: pointer;
}
.wrapper input[type="text"], .wrapper input[type="password"], .wrapper textarea, #search_form_value {
	padding: 4px 5px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #000000;
	font-family: 'Lato', sans-serif;
    font-size: 14px;
	margin: 0;
	line-height: 18px;
}
.form-control {
    height: inherit !important;
    border-radius: 0 !important;
}
.form-group {
    margin-bottom: 10px !important;
}

/*-------------------------LE FORM STYLE END-----------------------*/


/*-------------------------SITE CLASSES START----------------------*/

hr {}
.bluebutton a, a.bluebutton {
	display: inline-block;
	padding: 6px 12px 8px 12px;
	background-color: #0099cc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	color: #ffffff;
	font-family: 'Michroma', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}
.bluebutton a:hover, a:hover.bluebutton {
	color: #000000;
    text-decoration: none;
}
.cta {
    margin-bottom: 20px;
    padding: 20px;
	background-color: #000000;
    text-align: center;
}
.cta p, cta a {
    color: #ffffff;
}
.cta h2 {
    color: #ff9900;
}
.i-will {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/eightysixrpm/img-iwillicon.png');
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
.orangebutton a, a.orangebutton {
	display: inline-block;
	padding: 10px 20px;
	background-color: #ff9900;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,.35);
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,.35);
	box-shadow: 5px 5px 10px rgba(0,0,0,.35);
	color: #ffffff;
	font-family: 'Michroma', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
}
.orangebutton a:hover, a:hover.orangebutton {
    color: #000000;
    text-decoration: none;
}
.orangebutton-full a, a.orangebutton-full {
    display: block;
    text-align: center;
}
.quotebox {
	position: relative;
    margin-bottom: 40px;
	padding: 30px;
	background-color: #ffcc99;
}
.quotebox:after {
	position: absolute;
	content: '';
	bottom: -20px;
	left: 100px;
	width: 0;
	height: 0;
	border-top: 20px solid #ffcc99;
	border-right: 40px solid transparent;
}
.shadow img {
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,.35);
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,.35);
	box-shadow: 5px 5px 10px rgba(0,0,0,.35);
}
.slider h3 {
    color: #ffffff;
}

.slidermax {
    max-height: 350px !important;
}
/*-------------------------SITE CLASSES END------------------------*/

.wrapper {
	width: 100%;
}

/*-------------------------HEADER START----------------------------*/

.header {
	margin: auto;
	width: 960px;
	padding: 40px 0;
}
.logo {
	float: left;
	width: 620px;
	padding: 0 10px;
}
.header1 {
	float: left;
	width: 300px;
	padding: 0 10px;
	text-align: right;
}

/*-------------------------HEADER END------------------------------*/


/*-------------------------MAIN MENU START-------------------------*/

.navigation {
	position: relative;
	margin: auto;
	width: 960px;
	padding: 0 32px;
	background-color: #0099cc;
    -webkit-box-shadow: 0 6px 10px rgba(0,0,0,.25);
    -moz-box-shadow: 0 6px 10px rgba(0,0,0,.25);
    box-shadow: 0 6px 10px rgba(0,0,0,.25);
}
.navigation:before {
	position: absolute;
	content: '';
	bottom: -10px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 10px solid #006699;
	border-left: 12px solid transparent;
}
.navigation:after {
	position: absolute;
	content: '';
	bottom: -10px;
	right: 0;
	width: 0;
	height: 0;
	border-top: 10px solid #006699;
	border-right: 12px solid transparent;
}
.MainMenu {
	padding: 0 10px;
	text-align: center;
}
.MainMenu ul {
	margin: 0;
	padding: 0;
}
.MainMenu li {
    list-style: none;
}
.MainMenu li.le_menuitem_level_0 {
	display: inline-block;
}
.MainMenu li.le_menuitem_level_0 a {
	display: block;
	padding: 10px 12px 13px 12px;
	color: #ffffff;
	font-family: 'Michroma', sans-serif;
    font-size: 16px;
	text-decoration: none;
}
.MainMenu li.le_menuitem_level_0 a:hover {
	color: #000000;
}

/*--------1ST LEVEL SUBMENU-------*/

.MainMenu ul.le_menu_level_1 {
	position: absolute;
	z-index: 10;
	display: none;
	margin: 0;
	padding: 5px 0;
	text-align: left;
	background-color: #0099cc;
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/eightysixrpm/graphic-shadow.png');
    background-repeat: repeat-x;
}
.MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
	display: block;
}
.MainMenu li.le_menuitem_level_1 a {
	display: block;
	padding: 5px 12px;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
    font-size: 17px;
	text-decoration: none;
    min-width: 140px;
}
.MainMenu li.le_menuitem_level_1 a:hover {
	color: #000000;
}

/*----------2ND LEVEL SUBMENU-----*/

.MainMenu .le_menu_level_2_container {
	float: right;
	margin-top: -35px;
	padding: 0;
}
.MainMenu ul.le_menu_level_2 {
	position: absolute;
	z-index: 10;
	display: none;
	margin: 0;
	padding: 5px 0;
	text-align: left;
	background-color: #0099cc;
}
.MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
	display: block;
}
.MainMenu li.le_menuitem_level_2 a {
	display: block;
	padding: 5px 12px;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
    font-size: 17px;
	text-decoration: none;
}
.MainMenu li.le_menuitem_level_2 a:hover {
	color: #000000;
}

/*-------------------------MAIN MENU END---------------------------*/


/*-------------------------CONTENT START---------------------------*/

.content {
	margin: auto;
	width: 960px;
	padding: 30px 20px;
	background-color: #ffffff;
}
.content1 {
	padding: 0 10px;
}
.content2 {
	float: left;
	width: 300px;
	padding: 0 10px;
}
.content3 {
	float: left;
	width: 300px;
	padding: 0 10px;
}
.content4 {
	float: left;
	width: 300px;
	padding: 0 10px;
}
.content5 {
	padding: 0 10px;
}
.content6 {
	float: left;
	width: 620px;
	padding: 0 10px;
}
.content7 {
	float: left;
	width: 300px;
	padding: 0 10px;
}
.content8 {
	padding: 0 10px;
}
.content9  {
    float: left;
    width: 460px;
    padding: 0 10px;
}
.content10  {
    float: left;
    width: 460px;
    padding: 0 10px;
}

/*-------------------------INSIDE CONTENT START--------------------*/

.subcontent {
	margin: auto;
	width: 960px;
	padding: 30px 20px;
	background-color: #ffffff;
}
.subcontent1 {
    padding: 0 10px;
}
.subcontent2 {
	float: left;
	width: 460px;
	padding: 0 10px;
}
.subcontent3 {
	float: left;
	width: 460px;
	padding: 0 10px;
}
.subcontentleft {
	float: left;
	width: 640px;
}
.subcontent4 {
	padding: 0 10px;
}
.subcontent5 {
    float: left;
	width: 300px;
	padding: 0 10px;
}
.subcontent6 {
	float: left;
	width: 300px;
	padding: 0 10px;
}
.subcontentright {
	float: left;
	width: 320px;
}
.subcontent7 {
    padding: 0 10px;
}
.subcontentleft2 {
    float: left;
	width: 320px;
}
.subcontent8 {
    padding: 0 10px;    
}
.subcontentright2 {
    float: left;
	width: 640px;
}
.subcontent9 {
    padding: 0 10px;
}
.subcontent10 {
	float: left;
	width: 300px;
	padding: 0 10px;
}
.subcontent11 {
	float: left;
	width: 300px;
	padding: 0 10px;
}
.subcontent12 {
	padding: 0 10px;
}

/*-------------------------PAGE WRAPPER START----------------------*/

.pwrapper {
	margin: auto;
	width: 960px;
	padding: 30px 20px;
	background-color: #ffffff;
}
.pwrapper1 {
    padding: 0 10px;
}

/*-------------------------CONTENT END-----------------------------*/


/*-------------------------FOOTER START----------------------------*/

.footer {
	margin: auto;
	width: 960px;
	padding: 20px;
	background-color: #0099cc;
}
.footer p {
	color: #ffffff;
	text-transform: uppercase;
}
.footer a {
    color: #ffffff;
}
.footer a:hover {
	color: #000000;
	text-decoration: none;
}
.footerleft {
	float: left;
	width: 640px;
}
.footer1 {
	padding: 0 10px;
}
.footerright {
	float: left;
	width: 320px;
	text-align: right;
}
.footer2 {
	padding: 0 10px;
}
.le_view_mobile {
    padding: 0 10px;
}
.le_view_mobile a {}
.le_view_mobile a:hover {
	color: #000000;
	text-decoration: none;
}

/*-------------------------FOOTER END------------------------------*/


/*-------------------------RESETS START----------------------------*/

table {
	border-spacing: 0 !important;
}
.anythingSlider-default {
	padding: 0 !important;
}
button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
}

/*-------------------------RESETS END------------------------------*/


/*-------------------------CLEAR START-----------------------------*/

/* Clear Floated Elements */
/* http://sonspring.com/journal/clearing-floats */
.clear {
    clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*-------------------------CLEAR END-------------------------------*/