body.mceContentBody { 
	background: #FFFFFF; 
}

/* RESET */
h1, h2, h3, h4, h5, h6, p  { margin-top: 1%; margin-bottom:0% }
ul, li { margin-top: 0%; margin-bottom:0px; line-height: 120%;}

/* NORMAL CLASS STYLES */

/* A */

/* B */
.box_green, .box_lgreen, .box_vlgreen, .box_white {
    width: 100%;
    padding: 5px 20px 10px 20px;
    clear: both;
    box-sizing: border-box !important;
    margin: 5px 0 5px 0;
}

.box_green {
    background-color: #5f9271;
}
.box_green h1, .box_green h2 {
    color: #FFFFFF !important;
}

.box_lgreen {
    background-color: #bfe4cc;
}

.box_lgreen h2 {
    color: #000000;
}

.box_vlgreen {
    background-color: #effff5;
}

.box_white {
    background-color: #FFFFFF;
    border: 1px #CCCCCC solid;
}


/* C */

.clear {
    clear:both;
}

#checkoutleft {
    width: 60%;
    float: left;
}
#checkoutright {
   width: 30%;
   float: left;
   padding-top: 100px;
}

.checkouttextbox {
   width: 95% !important;
}

.checkouttextblock {
   width: 95% !important;
   height: 50px;
}

.checkoutform input[type="submit"] {
  padding: 6px; 
  font-size: 18px;
  margin-bottom: 10px;
}

/* D */

/* E */

/* F */

/* G */

/* H */

h1, h2, h3, h4, h5 {
	font-family: "open-sans";
	font-weight: 400;
        margin: 10px 0 0 0;
}

h1 {
    font-size: 40px;
    line-height: 40px;
    color: #5f9271;
    clear: both;
}

h2 {
    font-size: 32px;
    line-height: 32px;
    color: #5f9271;
}

h3 {
    font-size: 24px;
    line-height: 24px;
    color: #5f9271;
}

h4 {
    font-size: 18px;
    line-height: 18px;
    color: #5f9271;
}

h5 {
    font-size: 16px;
    line-height: 16px;
    color: #5f9271;
}



/* I */

.image_to_left, .div_to_left {
    float: left;
    margin: 0 10px 10px 0;
}

.image_to_left_clear, .div_to_left_clear {
    float: left;
    margin: 0 10px 10px 0;
    clear: both;
}

.image_to_right, .div_to_right {
    float: right;
    margin: 0 0 10px 10px;
}


/* J */

/* K */

/* L */

/* M */

/* N */

/* O */

/* P */

.productDiv {
    width: 24%;
    height: 450px;
    box-sizing: border-box !important;
    border: 1px solid #234e32;
    text-align: center;
    padding: 10px;
    float: left;
    margin: 0px 5px 6px 6px;
}

.productlink {
}

.productimagediv {
    width: 100%;
    height: 280px;
    
}
.productimage {
    width: 100%;
    height: auto;
    max-height: 280px;
    width: auto;
    margin:auto;
    
}

.productitem {
    font-size: 18px;
    color:#234e32 
}

.productsprice {
    font-size: 16px;
    font-weight: bold;
    color:#FF9933 

}

.productbuybutton {
    font-size: 18px;
    margin-top: 10px;
    cursor: pointer;
}

.producthero {
    width: 100%;
    border-bottom: 1px solid #bfe4cc;
    margin: 0px 0px 10px 0px;
    box-sizing: border-box !important;
}

.productheroside {
    width: 49%;
    box-sizing: border-box !important;
    padding-right: 20px;
    text-align: center;
    float: left;
}

.productheroimage {
    width: 100%;
    height: auto;
    max-height: 700px;
    width: auto;
    margin: auto
}

.productherothumbnail {
   height: 80px;
   width: auto;
}

.productdetailside {
    width: 49%;
    float:left;
}

.productherosummary {
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    color: #234e32
}

.productherodescrip {
    font-size: 16px;
}

.productheroPrice {
    font-size: 16px;
    font-weight: bold;
    color:#FF9933 
}


/* Q */

/* R */

/* S */

/* T */

#table1 {
    font-size:13px;
    width:100%;
    border-collapse:collapse;
}
#table1 td, #table1 th {
       border:1px solid #FFFFFF;
       padding:3px 7px 2px 7px;
	   vertical-align:top;
}
#table1 th {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 4px;
	background-color: #234e32;
	color: #ffffff;
	font-weight: bold;
}
#table1 th A {
	color:#ffffff;
}
#table1 tr:nth-child(odd) {
	background-color:#effff5;
}
#table1 tr:nth-child(even) {
	background-color: #bfe4cc;
}
#table1 tr:hover {
	background-color: #5f9271;
}
.topRow {
	padding: 20px;
	height: 130px;
	background-image: url(images/World.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #000;
}



/* 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 */

#checkoutleft {
    width: 100%;
    float: none;
}
#checkoutright {
   width: 100%;
   float: none;
   padding-top: 5px;
}

.checkouttextbox {
   width: 100% !important;
}

.checkouttextblock {
   width: 100% !important;
   height: 50px;
}

.checkoutform input[type="submit"] {
  padding: 6px; 
  font-size: 18px;
  margin-bottom: 10px;
}



/* D MOBILE */

/* E MOBILE */

/* F MOBILE */

/* G MOBILE */

/* H MOBILE */

/* I MOBILE */

/* J MOBILE */

/* K MOBILE */

/* L MOBILE */

/* M MOBILE */

/* N MOBILE */

/* O MOBILE */

/* P MOBILE */

.productDiv {
    width: 100%;
    height: 450px;
    float: none;
    margin: 0px 0px 6px 0px;
}

.productlink {
}

.productimagediv {
    width: 100%;
    height: 280px;
    
}
.productimage {
    width: 100%;
    height: auto;
    max-height: 280px;
    width: auto;
    margin:auto;
    
}

.productitem {
    font-size: 18px;
    color:#234e32 
}

.productsprice {
    font-size: 16px;
    font-weight: bold;
    color:#FF9933 

}

.productbuybutton {
    font-size: 18px;
    margin-top: 10px;
    cursor: pointer;
}

.producthero {
    width: 100%;
    border-bottom: 1px solid #bfe4cc;
    margin: 0px 0px 10px 0px;
    box-sizing: border-box !important;
}

.productheroside {
    width: 100%;
    box-sizing: border-box !important;
    padding-right: 20px;
    text-align: center;
    float: none;
}

.productheroimage {
    width: 100%;
    height: auto;
    max-height: 700px;
    width: auto;
    margin: auto
}

.productherothumbnail {
   height: 80px;
   width: auto;
}

.productdetailside {
    width: 100%;
    float:none;
}

.productherosummary {
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    color: #234e32
}

.productherodescrip {
    font-size: 16px;
}

.productheroPrice {
    font-size: 16px;
    font-weight: bold;
    color:#FF9933 
}

/* 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 {
	width: 160px;
	border: 1px solid #333333;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	vertical-align: bottom;
	background-color: #FFFFFF;
}
.CalendarTable TD {
	padding: 1px;
	border: 1px solid #333333;
}
.SelectMonthRow {
	background-color: #999999;
}
.CalendarSelect {
	/* Month and Year selector */
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #000;
}
.MonthHeadingRow {
	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 ======================================================= */

.galleryThumbnail {
	height:30px;
	cursor: pointer;
}
#Gallery_Image {
	cursor: pointer;
	max-height:600px;
}
#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 ==================================================== */














































