/* LOGO YELLOW = #FBFF8D */
/* futura-pt  futura-pt-condensed */
/* stencil-std  */

body {
	font-family: Verdana, Arial, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	margin:0px;
	line-height: 100%;
	background-color: #000000;	
	box-sizing: border-box;
}
/* RESET */
h1, h2, h3, h4, h5, h6, p  { line-height: 110%; }
ul, li { margin-top: 0%; margin-bottom:0px; line-height: 130%;}

.wf-loading {
	/* to stop jump of un styled fonts */
	display: none;
}

/* CLASS STYLES */

/* A */

a:-webkit-any-link {
	COLOR: #FF3300; 
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: none !important;
}

a, a:link, a:visited {
	COLOR: #FF3300; 
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: none !important;
}
a:hover {
	COLOR: #333333; 
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: none
}

/* B */

/* C */

#content {
	width: 95%;
	max-width: 1200px;
	margin: 20px auto 100px auto;
	clear: both;
	box-sizing: border-box;
	}

/* D */


/* E */

/* F */

#footercontainer {
	position: relative;
	bottom: 0px;
	width:100%;
	background-color: #000000;
	box-sizing: border-box;
	text-align: center;
}

#footer {
	width: 95%;
	max-width: 1200px;
	font-size: 12px;
	color: #ffffff;
	padding: 10px;
	margin: 0px auto 0px auto;
}

#footer a, #footer a:link, #footer a:visited {
	color: #ffffff !important;
}

#footer p {
    font-size: 12px;
	color: #F9FF8E;
}
.FreezePaneOn {
	background:rgba(255,255,255,0.5);
	/* opacity values range 'a' from 0 (transparent) to 1 (opaque)*/
	}

/* G */

/* H */

#headercontainer {
	width:100%;
	position:relative;
	text-align: center;
	background-color: #000000;
	height:auto;
	margin: 0px;
	padding: 10px;
	box-sizing: border-box;
}

#header {
}

#headerlogo {
}

#headerimage {
    width:100%;
	height:auto;
	background-position: center;
	background-size: cover;
}
img { 
	border: 0; 
	max-width: 100%;
	height:auto;
} 

/* J */

/* K */

/* L */

#logo {
	float:left;
	margin-right: 50px;
	margin-top: 40px;
}

/* M */

#menusurround {
	width:100%;
	position:relative;
	text-align: center;
	height:auto;
	display: flex;
  	flex-direction: column;
	box-sizing:border-box;
}

#menumobile {
	display:none;
}

#menunavbar {
    margin: 0px auto 0px auto;
}

/* N */

/* O */

/* P */

.productDiv {
	background-color: #FC9;
	padding: 5px;
	float: left;
	height: 300px;
	width: 151px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 2px solid #900;
}

#productHero, fieldset {
	-moz-box-shadow: 3px 3px 3px 0px #ccc;
	-webkit-box-shadow: 3px 3px 3px 0px #ccc;
	box-shadow: 3px 3px 3px 0px #ccc;
	border: 1px #999999 solid;
	border-radius: 5px;
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 20px;	
}

.productdiv, .productDiv, .productCat {
	float: left;
	width: 252px;
	height:410px;
	margin-right: 15px;
	-moz-box-shadow: 3px 3px 3px 0px #ccc;
	-webkit-box-shadow: 3px 3px 3px 0px #ccc;
	box-shadow: 3px 3px 3px 0px #ccc;
	border: 1px #999999 solid;
	border-radius: 5px;
	background-color: #FFFFFF;
	padding: 10px;
	padding-top:0px;
	margin-bottom: 10px;	
}

.productCat {
        height:350px !Important;
}

.productCatHeading {
	font-family: futura-pt-condensed;
	font-size: xx-large;
	color: #006600;
        font-weight:bold;
       margin-top:0px;
	}

.productitem, .productItem {
	font-weight:bold;
	min-height:30px;
	margin-bottom:0px;	
}
.productprice, .productPrice {
	margin-top:0px;
}

.productThumbnail {
	max-width:230px;
	height: auto;
	max-height: 230px;
	width:auto;
	margin:0px;
}
.productThumbnailDiv {
	height:230px;
	margin:0px;
}
#productImage {
	float:right;
	max-width: 50%;
    height:auto;
}

.productHeading {
	font-family: futura-pt-condensed;
	font-size: 26px;
	line-height: 24px;
	font-weight:bold;
	color: #006600;
	font-style: normal;
	margin: 0px;
	margin-top: 10px;
}
.productDetail, .productPriceTbl {
	font-family: futura-pt-condensed;
	font-size: 22px;
	line-height:22px;
	font-style: normal;
	font-weight: normal;
	color: #666;
}

.productPriceTbl {
        margin-top: 5px;
        border: 1px #CCCCCC solid;
	border-collapse: collapse;

}

/* Q */

/* R */

/* S */

/* T */

.table1small {
     font-size: 14px !important;
	 padding:2px !important;
	 text-align: center !important;
	 line-height: 14px !important;
	 background-color: #999999 !important;
}

/* U */

/* V */

/* W */

/* X */

/* Y */

/* Z */


/* DEVICES SMALLER THAN 600px ================================================== */
/* rules that only apply for canvases narrower than 600px ie mobiles*/

@media only screen and (max-width: 600px) { 

/* A MOBILE */

/* B MOBILE */

/* C MOBILE */

#content {
	}

/* D MOBILE */

/* E MOBILE */

/* F MOBILE */

#footercontainer {
	position: relative;
}
/* G MOBILE */

/* H MOBILE */

/* I MOBILE */

/* J MOBILE */

/* K MOBILE */

/* L MOBILE */

#logo {
	float:none;
	margin-right: 0px;
	margin-top: 10px;
}

/* M MOBILE */

#menumobile {
	display:block;
	text-align: center;
	font-size:24px;
	padding:10px;
	color: #FFFFFF;
}

#menunavbar {
    display: none;
}
/* N MOBILE */

/* O MOBILE */

/* P MOBILE */

/* Q MOBILE */

/* R MOBILE */

/* S MOBILE */

/* T MOBILE */

/* U MOBILE */

/* V MOBILE */

/* W MOBILE */

/* X MOBILE */

/* Y MOBILE */

/* Z MOBILE */

}



/* PRINT ONLY STYLES */

@media print 
{
	
body  { background-color: #ffffff;}
.button	{ display:none; }
.noprint { display:none; }
#table1 th, #table1 td {
	border: 1px solid #cccccc;
	font-size:9pt;
}
}

/* CLASS ITEMS USED in FUNCTIONS.ASP ======================================================== */

.submenusonpage {
	margin-top:20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.directorylisting {
	margin-top:20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* CLASS ITEMS USED in POPUP CALENDAR ======================================================= */

.CalendarTable {
	border: 1px solid #333333;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	vertical-align: bottom;
	background-color: #FFFFFF;
}
.CalendarTable TD {
	padding: 1px;
	border: 1px solid #333333;
}
.calendarSelectTD {
	background-color: #999999;
}
.CalendarSelect {
	/* Month and Year selector */
	background-color: #999999;
	border: 1px solid #000;
	color: #FFFFFF;
}
.CalendarMonth {
	background-color: #666666;
	font-weight: bold;
	color: #FFFFFF;
}
.SMTWTFS {
	color: #CCCCCC;
	background-color: #666666;
	font-size: 10px;
}
.CalendarNormalDays, .CalendarNormalDays A {
	color: #996600;
	background-color: #FFCC33;
	font-weight: bold;
}
.CalendarToday, .CalendarToday A {
	color: #FF0000;
	background-color: #ffffff;
}
.CalendarOtherDays {
	color: #000000;
	background-color: #CCCCCC;
}
.CalendarWeekend, .CalendarWeekend A {
	color: #669900;
	background-color: #CCCC33;
	font-weight: normal;
}
.CalendarTable A {
	TEXT-DECORATION: none
}
.CalendarTable A:hover {
	color: #000000;
}

/* CLASS ITEMS USED in GALLERY ======================================================= */

#Gallery_surround {
	width:100%;
	text-align: center;
}

#Gallery_div { 
	position: relative;
}

#Gallery_Image_surround {
	
}

#Gallery_Image {
	cursor: pointer;
	max-height:600px;
}

#Gallery_Caption {
    color: #FFFFFF;
	padding:5px;
    position: relative;
	width:100%;
    text-align: center;	
}
.galleryThumbnail {
	height:100px;
	cursor: pointer;
}
#goBackCell {
	cursor: pointer;
	width: 20px;
	background-image: url(admin/images/_arrow_back_dBlue.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}
#goForwardCell {
	cursor: pointer;
	width: 20px;
	background-image: url(admin/images/_arrow_next_dBlue.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}

/* END ==================================================== */

