@charset "utf-8";

/* ======================================================== */
/*  GENERIC RESETS  */
/* ======================================================== */
body, div, a, img, span, iframe, audio, video, 
p, h1, h2, h3, h4, h5, h6, strong, small, ul, ol, li,
pre, code, blockquote, sub, sup, 
table, th, td, tr, tbody, tfoot, thead, 
form, fieldset, legend, label, input, textarea, 
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary  {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-decoration: none;
}

img {
	border: none;
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
	float: none;
}
nav ul {
    list-style:none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, nav, section, summary {
	display: block;
}
/* Corrects `inline-block` display not defined in older browsers */
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
/* Corrects issue for `hidden` attribute not present in older browsers */
[hidden] {
   display: none;
}

body {
	/* Prevents iOS text size issues after orientation change */
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: "Segoe UI";
}
/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { 
	overflow: hidden; 
}



/* ======================================================== */
/*   BASIC STYLES OF SITE - STANDARD STYLES FOR ALL SIZES */
/*   MOBILE FIRST STYLES - MARKED */
/* ======================================================== */

body {
	font-size: 100%;
	font-family: "Segoe UI";
	overflow-y: scroll;
}


header {
	width: 100%; /* mobile*/
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 3px 9px 0px rgba(179,179,179,1.00);
	box-shadow: 0px 3px 9px 0px rgba(179,179,179,1.00);
	border-bottom: 1px solid rgba(255,255,255,1.00);
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0.52%,rgba(158,158,158,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0.52%,rgba(158,158,158,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0.52%,rgba(158,158,158,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0.52%,rgba(158,158,158,1.00) 100%);
	
}

#headerLeft {
	font-size: 1.35em;
	float: none; /* mobile*/
	width: 100%; /* mobile*/
	text-align: center; /* mobile*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	color: #00283A;
	font-family: "Segoe UI";
}

#headerRight {
	font-size: 1.25em;
	float: none; /* mobile*/
	width: 100%; /* mobile*/
	text-align: center; /* mobile*/
	margin-left: auto;
	margin-right: auto;
	color: #000000;
}

nav {
	text-align: center;
	color: rgba(255,255,255,1.00);
	font-size: 1.125em;
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	
}
nav li {
	display: block;  /* mobile*/
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
nav li a:link, nav li a:visited  {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.50);
	border-radius: 4px;
	text-transform: uppercase;



	font-size: 1.em;
	background-image: -webkit-linear-gradient(270deg,rgba(0,164,229,1.00) 0%,rgba(0,56,124,1.00) 97.93%);
	background-image: -moz-linear-gradient(270deg,rgba(0,164,229,1.00) 0%,rgba(0,56,124,1.00) 97.93%);
	background-image: -o-linear-gradient(270deg,rgba(0,164,229,1.00) 0%,rgba(0,56,124,1.00) 97.93%);
	background-image: linear-gradient(180deg,rgba(0,164,229,1.00) 0%,rgba(0,56,124,1.00) 97.93%);
}

nav li a:hover {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: -webkit-linear-gradient(270deg,rgba(74,74,74,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(74,74,74,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(74,74,74,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(74,74,74,1.00) 0%,rgba(0,0,0,1.00) 100%);
}

#mainContent {
	padding-top: 10px;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 50px; /* mobile*/
	width: 96%;
}

footer {
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0.52%,rgba(158,158,158,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0.52%,rgba(158,158,158,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0.52%,rgba(158,158,158,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0.52%,rgba(158,158,158,1.00) 100%);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#footerLeft {
	font-size: 1.em;
	float: none; /* mobile*/
	width: 100%; /* mobile*/
	text-align: center; /* mobile*/
	margin-left: auto;
	margin-right: auto;
	color: #000000;
}

#footerRight {
	font-size: 1.25em;
	font-weight: 600;
	float: none; /* mobile*/
	width: 100%; /* mobile*/
	text-align: center; /* mobile*/
	margin-left: auto;
	margin-right: auto;
}

#copyright {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 0.9em;
	text-align: right;
}




/* ======================================================== */
/*  TEXT AND LINK SETTINGS   */
/* ======================================================== */


h1 {
	font-size: 1.5em;
	color: #000000;
	font-weight: 800;
	margin-top: 0px;
}
h2 {
	font-size: 1.25em;
	color: rgba(5,97,134,1.00);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h3 {
	font-size: 1.25em;
	margin-top: 0.2em;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: .4em;
	letter-spacing: 1px;
	color: rgba(0,0,0,1.00);
	padding-top: 2px;
	padding-bottom: 4px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 8px;
	background-image: -webkit-linear-gradient(270deg,rgba(223,223,223,1.00) 0%,rgba(135,135,135,1.00) 95.85%);
	background-image: -moz-linear-gradient(270deg,rgba(223,223,223,1.00) 0%,rgba(135,135,135,1.00) 95.85%);
	background-image: -o-linear-gradient(270deg,rgba(223,223,223,1.00) 0%,rgba(135,135,135,1.00) 95.85%);
	background-image: linear-gradient(180deg,rgba(223,223,223,1.00) 0%,rgba(135,135,135,1.00) 95.85%);
}
h4 {
	font-size: 1.125em;
	margin-top: 0.3em;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0.3em;
	font-weight: 800;
}
h5 {
	font-size: 1em;
	font-weight: 600;
	color: rgba(58,144,11,1.00);
}
h6 {
	font-size: 0.875em;
	font-weight: 600;
}

#mainContent a:link, #mainContent a:visited {
	color: rgba(0,0,0,1.00);
	text-decoration: none;
}
#mainContent a:hover {
	color: rgba(0,102,182,1.00);
}
 
 
.address a:link, .address a:visited{
	color: rgba(0,0,0,1.00);
	text-decoration: none;
}
.address a:hover{
	color: rgba(135,84,2,1.00);
}
 

#copyright a:link, #copyright a:visited  {
	text-decoration: none;
	color: #000000;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
#copyright a:hover {
		text-decoration: none;
		color: rgba(15,170,215,1.00);
}

.PhoneText {
	font-size: 1.875em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 14px;
	padding-bottom: 0px;
	color: #000000;
	text-shadow: 1px 2px 1px #004F71;
	font-weight: bold;
}

#mainContent ul li {
	margin-left: 30px;
	line-height: 1.3em;
}

#mainContent ol li {
	margin-left: 30px;
	line-height: 1.3em;
}


/* ======================================================== */
/*   MISCELLANEOUS STANDARD STYLES  */
/* ======================================================== */

/* Width wrapper for full size screen elements to limit width */
.wrap {
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}

/* Media player on homepage */
#player {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	text-align: center;
	margin-top: 10px;
	width: 90%;
	clear: both;
}

/* submenu on index page */
.subMenu {
	width: 46%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 8px;
	margin-top: 5px;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 10px;
	float: left;
	height: 40px;
	vertical-align: middle;
	display: table;
	background-image: -webkit-linear-gradient(270deg,rgba(38,38,38,1.00) 0%,rgba(158,158,158,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(38,38,38,1.00) 0%,rgba(158,158,158,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(38,38,38,1.00) 0%,rgba(158,158,158,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(38,38,38,1.00) 0%,rgba(158,158,158,1.00) 100%);
	position: relative;
	overflow-y: hidden;
	overflow-x: hidden;
	text-align: center;
}

	

.subMenu:before {
	content: "";
	position: absolute;
	border-radius: 8px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.55) 0%,rgba(255,255,255,0.18) 9.84%,rgba(255,255,255,0.10) 64.25%,rgba(255,255,255,0.02) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.55) 0%,rgba(255,255,255,0.18) 9.84%,rgba(255,255,255,0.10) 64.25%,rgba(255,255,255,0.02) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.55) 0%,rgba(255,255,255,0.18) 9.84%,rgba(255,255,255,0.10) 64.25%,rgba(255,255,255,0.02) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.55) 0%,rgba(255,255,255,0.18) 9.84%,rgba(255,255,255,0.10) 64.25%,rgba(255,255,255,0.02) 100%);
	z-index: 40;
	display: block;
	top: 1px;
	width: 94%;
	height: 28px;
	/* [disabled]background-color: rgba(255,255,255,0.50); */
	left: 3%;
} 

.subMenu:hover {
}


.subMenu a {
	color: rgba(255,255,255,1.00) !important;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	font-variant: small-caps;
	font-size: 1.25em;
}

.subMenu a:hover {
	color: rgba(252,176,52,1.00)!important;
	text-decoration: none;
	}


/* Social media buttons in footer */
#social {
	margin-top: 5px;
}
/*Can style the icons here*/
#social a:link img, #social a:visited img {
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.50);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.50);
	border-radius: 4px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
#social a:hover img {
	-webkit-box-shadow: -1px -1px 4px rgba(255,255,255,0.50);
	box-shadow: -1px -1px 4px rgba(255,255,255,0.50);
	border-radius: 4px;
}

/* BBB rating etc... in footer */
#rating {
	margin-top: 5px;
}
#rating a:link img , #rating a:visited {
	border-radius: 8px;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.50);
	box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.50);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
#rating a:hover img {
	-webkit-box-shadow: -1px -1px 4px rgba(255,255,255,0.50);
	box-shadow: -1px -1px 4px rgba(255,255,255,0.50);
}


/* Standard column styles*/
.columnLeft35 {
	background-color: rgba(255,255,255,0.48);
	width: 96%; /* mobile*/
	float: none; /* mobile*/
	padding: 10px 2%; /* mobile*/
	margin-right: auto;
	margin-left: auto;
}
.columnLeft50 {
	width: 96%; /* mobile*/
	float: none; /* mobile*/
	padding: 10px 2%; /* mobile*/
	margin-left: auto;
	margin-right: auto;
}
.columnLeft65 {
	background-color: rgba(255,255,255,0.50);
	width: 96%; /* mobile*/
	float: none; /* mobile*/
	padding: 10px 2%; /* mobile*/
	margin-right: auto;
	margin-left: auto;
}
.columnRight35 {
	background-color: rgba(255,255,255,0.48);
	width: 96%; /* mobile*/
	float: none; /* mobile*/
	padding: 10px 2%; /* mobile*/
	margin-right: auto;
	margin-left: auto;
}
.columnRight50 {
	width: 96%; /* mobile*/
	float: none; /* mobile*/
	padding: 10px 2%; /* mobile*/
	margin-right: auto;
	margin-left: auto;
}
.columnRight65 {
	background-color: rgba(255,255,255,0.50);
	width: 96%; /* mobile*/
	float: none; /* mobile*/
	padding: 10px 2%; /* mobile*/
	margin-right: auto;
	margin-left: auto;
}
.column100 {
	width: 96%;
	margin-right: auto;
	clear: both;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(254,254,254,1.00) 0%,rgba(187,187,187,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(254,254,254,1.00) 0%,rgba(187,187,187,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(254,254,254,1.00) 0%,rgba(187,187,187,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(254,254,254,1.00) 0%,rgba(187,187,187,1.00) 100%);
	border-top-color: #000000;
	border-radius: 8px / r;
	text-align: right;
	margin-left: 15px;
	-webkit-box-shadow: 0px 4px 9px -4px #000000;
	box-shadow: 0px 4px 9px -4px #000000;
	margin-top: 25px;
	float: left;
}
.column25 {
	/* 4 columns - 25%  - floating */
	width: 96%; /* mobile*/
	margin: 10px auto;
	padding: 10px 1%; /* mobile*/
	float: none;
	text-align: left;
}
.column33 {
	/* 3 columns - 33% - floating */
	width: 96%; /* mobile*/
	margin: 10px auto;
	padding: 10px 1%; /* mobile*/
	float: none;
}
.column20 {
	/* 5 columns - 20% - floating */
	width: 96%; /* mobile*/
	margin: 10px auto;
	padding: 10px 1%; /* mobile*/
	float: none;
	text-align: center;
}

/* Other standard layout and floating styles */
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.floatLeft {
	float: left;
	margin-right: 2%;
	margin-bottom: 10px;
}

.floatRight {
	float: right;
	margin-left: 2%;
	margin-bottom: 10px;
}

/* Float to center styles will be centered and cleared in phone layout*/
.floatLeft2Center, .floatRight2Center {
	text-align: center;
	margin: 5px auto;
	float: none;
	display: block;
}

.clearfix {
	clear: both;
	margin-left: auto;
	margin-right: auto;
}


/* ======================================================== */
/*   MISCELLANEOUS STYLES  */
/* ======================================================== */

.shadow {
	-webkit-box-shadow: 4px 4px 8px rgba(0,0,0,0.50);
	box-shadow: 4px 4px 8px rgba(0,0,0,0.50);
}

.hidden {
	display: none;
}


.paperEdges {
	-moz-box-shadow: 1px 1px   0 rgba(0,   0,   0,   0.100), 
        3px 3px   0 rgba(255, 255, 255, 1.0), 
        4px 4px   0 rgba(0,   0,   0,   0.125), 
        6px 6px   0 rgba(255, 255, 255, 1.0),  
        7px 7px   0 rgba(0,   0,   0,   0.150), 
        9px 9px   0 rgba(255, 255, 255, 1.0),  
        10px 10px 0 rgba(0,   0,   0,   0.175);
	box-shadow: 1px 1px   0 rgba(0,   0,   0,   0.100), 
        3px 3px   0 rgba(255, 255, 255, 1.0), 
        4px 4px   0 rgba(0,   0,   0,   0.125), 
        6px 6px   0 rgba(255, 255, 255, 1.0),  
        7px 7px   0 rgba(0,   0,   0,   0.150), 
        9px 9px   0 rgba(255, 255, 255, 1.0),  
        10px 10px 0 rgba(0,   0,   0,   0.175);
	background-color: rgba(255,255,255,1.00);
	border-radius: 8px;
	border: thin solid rgba(58,144,11,1.00);
	
	
}
.greenBG {
	background-color: rgba(211,240,112,0.75);
	background-image: url(url), -webkit-linear-gradient(270deg,rgba(234,246,207,1.00) 0%,rgba(255,255,255,1.00) 28.50%,rgba(255,255,255,1.00) 68.39%,rgba(234,246,207,1.00) 100%);
	background-image: url(url), -moz-linear-gradient(270deg,rgba(234,246,207,1.00) 0%,rgba(255,255,255,1.00) 28.50%,rgba(255,255,255,1.00) 68.39%,rgba(234,246,207,1.00) 100%);
	background-image: url(url), -o-linear-gradient(270deg,rgba(234,246,207,1.00) 0%,rgba(255,255,255,1.00) 28.50%,rgba(255,255,255,1.00) 68.39%,rgba(234,246,207,1.00) 100%);
	background-image: url(url), linear-gradient(180deg,rgba(234,246,207,1.00) 0%,rgba(255,255,255,1.00) 28.50%,rgba(255,255,255,1.00) 68.39%,rgba(234,246,207,1.00) 100%);
}

.border {
	border-radius: 8px;
	border: 1px solid rgba(5,97,134,1.00);
	background-color: rgba(255,255,255,1.00);
	-webkit-box-shadow: 0 4px 8px -4px rgba(0,0,0,0.50);
	box-shadow: 0 4px 8px -4px rgba(0,0,0,0.50);
}
.featuredBox {
	border-radius: 8px;
	border-left: 1px solid rgba(5,97,134,1.00);
	border-right: 1px solid rgba(5,97,134,1.00);
	border-bottom: 1px solid rgba(5,97,134,1.00);
	border-top: 1px inset rgba(2,46,63,1.00);
	-webkit-box-shadow: 0 4px 8px -4px rgba(0,0,0,0.50);
	box-shadow: 0 4px 8px -4px rgba(0,0,0,0.50); /* mobile*/
	min-height: 415px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 1.55%,rgba(187,187,187,1.00) 96.89%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 1.55%,rgba(187,187,187,1.00) 96.89%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 1.55%,rgba(187,187,187,1.00) 96.89%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 1.55%,rgba(187,187,187,1.00) 96.89%);
	
	
}
.blue {
	color: rgba(252,176,52,1.00);
}
.discountbuttonright {
	float: right;
	padding-right: 10px;
	padding-left: 25px;
}
.leftpadding {
	padding-left: 20px;
}
.wrapmainmenubuttons {
	padding-left: 90px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.column33.featuredBox a h3:link {
	color: #000000;
	text-decoration: none;
}
.column33.featuredBox a h3:visited {
	color: #000000;
	text-decoration: none;
}
.column33.featuredBox a h3:hover {
	color: #D4EDF7;
	text-decoration: none;
}
.center a .center {

}
.column100 img {
	float: left;
}
#mainContent .wrap table {
	text-align: center;
	font-size: 1.2em;
	color: #000000;
	line-height: 1.3em;
	padding-left: 25%;
}
tr td a:link {
	color: #000000;
	text-decoration: underline;
}
tr td a:visited {
	color: #000000;
	text-decoration: underline;
}
tr td a:hover {
	color: #FCB034;
	text-decoration: underline;
}
tr td a:link {
	text-decoration: underline;
}

















/* ======================================================== */
/*   MEDIA QUERIES  */
/* ======================================================== */


@media screen and (min-width:550px){

/* This is where we split to 2 columns */
/* site is still full width of screen */
#headerLeft {
	width: 30%;
	text-align: center;
	float: left;
}

#headerRight {
	width: 50%;
	text-align: right;
	float: right;
}

nav li {
	width: auto;
	display: inline-block;
}
nav li a:link, nav li a:visited  {
	margin-left: 5px;
	margin-right: 5px;
}


#footerLeft {
	width: 48%;
	text-align: left;
	float: left;
}
#footerRight {
	width: 48%;
	float: right;
	text-align: right;
}

.columnLeft35 {
	width: 30%;
	float: left;
}

.columnLeft50 {
	width: 45%;
	float: left;
}

.columnLeft65 {
	width: 60%;
	float: left;
}

.columnRight35 {
	width: 30%;
	float: right;
}

.columnRight50 {
	width: 45%;
	float: right;
}
.columnRight65 {
	width: 60%;
	float: right;
}

.column25, .column33, .column20 {
	width: 45%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
}


.floatLeft2Center {
	float: left;
	margin-right: 2%;
}

.floatRight2Center {
	float: right;
	margin-left: 2%;
}
}


@media screen and (min-width:999px){
/* site width limited to 1000px */
/* vertical padding increased */

.wrap {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
}

.columnLeft35, 
.columnLeft50, .columnLeft65, .columnRight35,
.columnRight50, .columnRight65, .column100 {
	padding: 10px 2%;
}
nav {
	margin-top: 0px;
	width: 60%;
	float: right;
	clear: right;
	text-align: right;
}

.subMenu {
	width: 21%;
}

.column25 {
	width: 20%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
}
.column33 {
	width: 29%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	text-align: center;
}

.column20 {
	width: 16%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
}

.hidden{
	display: inline;
}
#player {
	width: 1000px;
}


}
