
*{
margin:0;
padding:0;
}

.clear{
clear:both
}

.left{
float:left;
}

.right{
float:right;
}

.full_screen{
width:100%;
}

.over{
overflow:hidden;
}

.space-right-col{
margin-right:50px;
}

.space-left{
margin-left:25px;	
}

.space-right{
margin-right:25px;	
}

.space-down{
margin-bottom:25px;
}

.space-up{
margin-top:25px;
}

.content-space{
margin-bottom:25px;
}

.sub_promo_item{
padding:25px;
border:1px solid #d1d1d1;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

@media only screen and (max-width : 1200px) {

	.space-sides{
	padding-left:25px;
	padding-right:25px;
	}

}

@media only screen and (max-width : 640px) {

	.logo{
	text-align:center;	
	}

	.logo a img{
	margin:auto;
	}

}

.top_menu{
margin-left:25px;
}

.top_menu a{
display:block;
margin-left:15px;
float:right;
text-decoration:none;
margin-top:0px;
margin-bottom:15px;
}

.top_menu a:hover{
text-decoration:underline;
}

@media only screen and (max-width : 640px) {
	
	.top_menu{
	text-align:center;
	margin-bottom:25px;
	margin-left:0px;
	}
	
	.top_menu a{
	float:none;
	display:inline;	
	}
	
}

.main-nav{
margin-top:15px;	
}

.gall-img{
width:100%;
height:auto;
}

.gall-info{
margin-bottom:25px;
margin-right:25px;
}

.gall-info p{
margin-left:15px;	
}

.gall-caption{
padding:10px;
background-color:#f1f1f1;	
margin-top:15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

.gall-ul{
float:left;
list-style:none;
margin-left:0px;
padding-left:0px;
}

.gall-li{
margin-left:0px;
padding-left:0px;	
}

@media only screen and (max-width : 710px)  {

	.gall-ul{
	width:100%;
	}
}

.social{
text-align:right;

}

.social img{
display:block;
float:right;
max-width:25px;
min-width:16px;
height:auto;	
border:none;
margin-left:5px;
margin-top:0px;
margin-bottom:4px;
}

.altSub{
overflow:hidden;
}

.altSub ul, .altSub li{
margin-left:0px !important;
list-style:none !important;
}

.altSub li{
margin-left:0px;
padding-left:25px;
background-color:#f1f1f1;
border-bottom:1px solid #ffffff;
padding-top:5px;
padding-bottom:10px;
}

.altSub li a{
text-decoration:none;	
margin-left:0px;
padding-left:0px;
}

.altSub li a:hover{
text-decoration:none;	
color:#9c9c9c;
}


/* MENU MEDIA QUERIES & STYLES */

.navigation_bar_holder_mobile {
	display:none;
	position:relative;
	z-index:9998;
}

div.menuMobileContainer {
	background-color:#333;
	padding:10px;
	position:fixed;
	top:20px;
	right:0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

ul.menuMobile {
	display: inline-block;
    height: 22px;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 25px;
	list-style:none;
	cursor:pointer;
}

ul.menuMobile li {
	background: none repeat scroll 0 0 #ccc;
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    height: 3px;
    margin: 3px 0;
    width: 100%;
	list-style:none;

}

@media only screen and (max-width : 640px)  {
	.top_menu_container, .small_banner { /* let's get rid of this for anything tablet and under. */
		display:none;
	}
	
	.navigation_bar_holder_mobile {
		display:block;
	}
	
	.navigation_bar_holder {
		display:none;
	}
}

/* END MENU MEDIA QUERIES & STYLES */

.nav-bar li, .nav-bar ul{
margin:0px;
list-style:none;
}

.news-item{
margin-bottom:25px;
padding-top:25px;
}

.copyright p{
line-height:1.7;
}

@media only screen and (max-width: 640px) {

	.copyright p{
	text-align:center;	
	}
	
}

.copyright a{
text-decoration:underline;
line-height:1.7;
}

.copyright a:hover{
text-decoration:none;
}


.footer_menu a{
display:block;
float:right;
margin-left:15px;
text-decoration:underline;
line-height:1.7;
}

.footer_menu a:hover{
text-decoration:none;
}

@media only screen and (max-width: 640px) {
	
	.footer_menu a{
	display:inline;
	float:none;
	text-align:center;	
	}
	
	.footer_menu{
	text-align:center;
	margin-top:15px;	
	}
}

.address h1{
font-size:16px;
line-height:1.7;
text-transform:uppercase;
}

.address p{
line-height:1.6;
}

@media only screen and (max-width: 640px) {
	
	.address{
	text-align:center;	
	}
}

.quickmenu h1{
line-height:1.7;
text-transform:uppercase;
}

.quickmenu a{
text-decoration:underline;	
line-height:1.7;
}

.quickmenu a:hover{
text-decoration:none;
}

@media only screen and (max-width: 640px) {
	
	.quickmenu{
	text-align:center;
	}
}

@media only screen and (max-width: 640px) {

	.promo_item{
	margin-bottom:25px;
	overflow:hidden;
	}

}

.promo_item h3{
line-height:1.7;
text-transform:uppercase;
}

@media only screen and (max-width: 640px) {
	
	.promo_item h3{
	font-size:13px;	
	}
	
}

.promo_item p{
line-height:1.7;
}

@media only screen and (max-width: 640px) {
	
	.promo_item p{
	font-size:13px;	
	}
	
}

.promo_item a{
text-decoration:underline;
line-height:1.7;
}

.promo_item a:hover{
text-decoration:none;
}

@media only screen and (max-width: 640px) {
	
	.promo_item a{
	font-size:13px;	
	}
	
}

.promo_item img{
margin-top:15px;	
}

.content h1{
text-transform:uppercase;
line-height:1.3;
}

@media only screen and (max-width: 640px) {
	
	.content h1{
	font-size:20px;	
	}
	
}

@media only screen and (max-width: 980px) and (min-width: 640px) {
	
	.content h1{
	font-size:32px;
	}
	
}

.content h2{
text-transform:uppercase;
line-height:1.3;
}

@media only screen and (max-width: 640px){
	
	.content h2{
	font-size:15px;
	}
	
}

@media only screen and (max-width: 980px) and (min-width: 640px) {
	
	.content h2{
	font-size:16px;
	}
	
}

.content h3{
text-transform:uppercase;
line-height:1.3;
}

.content p, .content ul, .content li{
line-height:1.8;
}

@media only screen and (max-width: 640px) {
	
	.content p{
	font-size:13px;	
	}
	
}

.content b, .content strong{
}

.content a{
text-decoration:underline;	
line-height:1.8;
}

.content a:Hover{
text-decoration:none;
}

.content img{	
}

@media only screen and (max-width: 640px) {
	
	.content a{
	font-size:13px;	
	}
	
}

.content .content_highlight p{
font-size:20px;	
}

.content .banner-btn{
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;	
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.orbit-timer {	
	display:none !important;
}

/* Navigation Dropdown */

/* General menu styling */
nav.top-bar {
	position:relative;
	width:100%;
}
.navM {
	position: absolute;
	right:0;
	margin: 0;
	padding: 0;
	line-height: 22px;
	z-index:99999;
}
/* The main navigation link containers */
.navM>li {
	display: block;
	float: left; /* Displaying them on the same line */
	margin: 0;
	padding: 0;
	width:auto;
}


/* The links which contain dropdowns menu are wider, because they have a little arrow */
/*.navM>.dropdown>a {
	padding: 10px 30px 10px 20px !important;
}*/
/* The arrow indicating the dropdown */
.dropdown:not(.mainNavDropdown)>a::after {
	content: "";
	position: absolute;
	top: 17px;
	right: 10px;
	width: 7px;
	height: 7px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	border-bottom: 1px solid #9c9c9c;
	border-right: 1px solid #9c9c9c;
}
.dropdown.cart-menu >a::after {
	width: 0px;
	height: 0px;
	border:none !important;
}
/* Changing the color of the arrow on hover */ 
.dropdown>a:hover::after, .dropdown:hover>a::after {
	border-color: #000;
}
/* The submenus */
.navM ul {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	width:auto;
}
/* General layout settings for the link containers of the submenus */
.navM ul li {
	position: absolute;
	top: -9999px; /* Hiding them */
	height: 0px;
	display: block;
	margin: 0;
	padding: 0;
	width:auto;
}
/* Displays the submenu links, by expading their containers (with a transition, previously defined) and by repositioning them */
.dropdown:hover>ul>li {
	min-height: 30px;
	height:auto;
	position: relative;
	top: auto;
}

/* Making the level 2 (or higher) submenus to appear at the right of their parent */
.navM ul .dropdown:hover ul {
	left: 200px;
	top: 0px;
}
/* The submenu links have a different arrow which indicates another dropdown submenu */
.navM ul .dropdown a::after {
	width: 6px;
	height: 6px;
	border-bottom: 0;
	border-right: 1px solid #9c9c9c;
	border-top: 1px solid #9c9c9c;
	top: 12px;
}
/* Changing the color of the arrow on hover */
.navM ul .dropdown:hover>a::after, .navM ul .dropdown>a:hover::after {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}

input[type="text"], textarea, input[type="password"] {
border-top:1px solid #9c9c9c;
border-left:1px solid #9c9c9c;
border-bottom:1px solid #d1d1d1;
border-right:1px solid #d1d1d1;
background-color:#f1f1f1;
font-size:15px;
color: #555555;
padding:5px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
width:80%;
-webkit-border-radius:0px;
margin-top:10px;
}

/*
input[type="submit"],input[type="button"]{
-webkit-appearance: none;	
text-decoration:none;
display:block;
padding:10px;
color:#ffffff;
text-align:center;
font-size:15px;
font-weight:bold;
background-color:#555555;
border:none;
cursor:pointer;
text-transform:uppercase;
margin-bottom:20px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
*/

input[type="submit"]:hover{
background-color:#222222;
}

input[type="text"]:focus, textarea:focus, input[type="password"]:focus{
border:1px solid #555555;
}

.sub-nav ul, .sub-nav li, .sub-nav a{
list-style:none;
padding-left:0px;
margin-left:0px;
}

.sub-nav{
border-bottom:1px solid #d1d1d1;
padding:0px 15px 15px 15px;	
overflow:hidden;
}

.sub-nav a{
display:block;
float:left;
margin-right:25px;
text-decoration:none;	
}

.sub-nav a:hover{
color:#9c9c9c !important;	
}

.sub-nav-inline ul, .sub-nav li, .sub-nav a{
list-style:none;
padding-left:0px;
margin-left:0px;
}

.sub-nav-inline{
border-bottom:1px solid #d1d1d1;
padding:0px 15px 15px 15px;	
overflow:hidden;
}

.sub-nav-inline a{
display:block;
float:left;
margin-right:0px;
text-decoration:none;	
}

.sub-nav-inline a:hover{
color:#9c9c9c !important;	
}

table{
width:100%;	
}

.divider{
border-top:1px solid #d1d1d1;
border-bottom:1px solid #d1d1d1;
height:5px;
margin-top:25px;
margin-bottom:25px;
}

.captcha_txt p{
font-size:11px;
line-height:1.6;
color:#000000;
}

.captcha{
border-top:1px solid #9c9c9c;
border-left:1px solid #9c9c9c;
border-bottom:1px solid #d1d1d1;
border-right:1px solid #d1d1d1;
background-color:#f1f1f1;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
margin-right:25px;
margin-bottom:10px;
width:200px;
margin-top:25px;
}

textarea{
margin-top:10px;	
}

.tab_container{
width:100%;
background-repeat:repeat-x;
list-style-type:none;
border-bottom:1px solid #d1d1d1;
overflow:hidden;
margin-bottom:50px;
margin-left:0px;
padding-left:0px;
}

.tab_container li{
float:left;
padding: 10px 15px 10px 15px;
cursor:pointer;
list-style-type:none;
-webkit-border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
margin-right:1px;
color:#ffffff;
}

.tab_container li:hover{
background-color:#9c9c9c;
overflow:hidden;
}

.tab_container li:hover p{
color:#ffffff;
}

.tab_container li.tabSelected1{
background:#9c9c9c;
color:#ffffff;
}

.tab_container li.tabSelected1 p {
color:#ffffff;
}

.tab_container p{
color:#ffffff;
font-weight:bold;
}

.content .tab_container li, .content .tab_container ul{
margin-left:0px;
color:#ffffff;
}

.divider_two{
text-decoration:none;
display:block;
font-size:15px;
line-height:1.8;
color:#ffffff;
margin-top:25px;
padding: 15px 25px 15px 25px;
text-align:center;
width:200px;
margin-left:auto;
margin-right:auto;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
border:none;
}

.divider_three{
text-decoration:none;
display:block;
font-size:15px;
line-height:1.8;
color:#ffffff;
margin-top:25px;
padding: 15px 25px 15px 25px;
text-align:center;
width:200px;
margin-left:auto;
margin-right:auto;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
border:none;
}


.pad-1{
padding-top:30px;
}

.pad-2{
padding-top:60px;
}

.pad-3{
padding-top:90px;
}

.pad-4{
padding-top:120px;
}

.pad-5{
padding-top:150px;
}

.pad-6{
padding-top:180px;
}


.pad-7{
padding-top:210px;
}

.pad-8{
padding-top:240px;
}


.pad-9{
padding-top:270px;
}

/*
.btn{
display:block;
padding:50px;
background-color:#ff00ff;
color:#ffffff;
font-size:15px;	
text-align:center;
}
*/

.btn {
margin-left:auto;
margin-right:auto;	 
margin-top:15px;
margin-bottom:25px; 
padding:15px;
min-width:100px;
max-width:300px;
color:#ffffff;
text-align: center; 
-webkit-transition: 0.2s ease-in-out; 
-moz-transition: 0.2s ease-in-out; 
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
cursor:pointer;
}

.btn:hover { 
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}

.btn a{
color:#ffffff;
text-decoration:none;
}

.bar{
padding-top:50px;
padding-bottom:50px;	
}

.directory-alpha {
	display:block;
}
.directory-alpha-select {
	display:none;
	margin-bottom:10px;
}

@media only screen and (max-width: 860px) {
	.directory-alpha {
		display:none;
	}
	.directory-alpha-select {
		display:block;
	}

}

