/*----------------------------------------------------------------------------------------*/
/*---------------------------  CENTER STAGE - THE SPOTLIGHT  -----------------------------*/
/*----------------------------------------------------------------------------------------*/
.divider      {width:50%;height:5px;margin:auto;margin-top:10px;background:#442211;}
.thindivider  {width:100%;height:1px;margin:auto;margin-top:10px;background:#442211;}
.clearAll    { clear:both; }
.linkstyle01 { text-decoration:none;color:#442211; }


#shoppingsquirrel { width:78px;height:40px;float:left; }

#fato01title      { margin-left:20px;float:left; font-size:30px;font-family:Cambria;
                  }

.spotlink      	{ color:#442211;text-decoration:none; }
.reglink        { color:#442211; }

/*----------------------------------------------------------------------------------------*/
/*--------------------  COPYRIGHT AND DEFAULT PAGE FONT SETTINGS  ------------------------*/
/*----------------------------------------------------------------------------------------*/
.copystamp	{ font-family:Cambria;font-size:16px;color:#442211;margin:auto;text-align:center;clear:both; }
.ftrlinks	{ font-family:Cambria;font-size:14px;color:#442211;margin:auto;text-align:center;clear:both; }

html { font-family: Cambria, sans-serif;font-weight:normal;color:#442211;font-size:20px; }













/*----------------------------------------------------------------------------------------*/
/*--------------------         NEW PRODUCTS SPOTLIGHT AREA        ------------------------*/
/*----------------------------------------------------------------------------------------*/
.col         { float:left;width:30%;min-height:270px;min-width:189px;background:none;
               margin-left:2.5%;margin-bottom:20px;
             }
.thincol     { clear:both;width:30%;min-height:270px;min-width:189px;background:none;margin:auto;margin-bottom:20px;}
.prodpic     { border:1px black solid;width:159px;height:200px;background:white;margin:auto; }
.prodname    { margin-top:5px;font-size:16px;font-family:calibri, sans serif;text-align:center;color:#442211; }
.prodprice   { margin-top:5px;font-size:16px;font-family:calibri, sans serif;text-align:center;color:red; }
.prodbutton  { margin:auto;margin-top:5px;width:70%;padding:5px; 
               border:2px #442211 solid;border-radius:5px;
               font-size:20px;font-family:Calibri;text-align:center; 
             }
.deptbanner  { background:#996633;width:100%;text-align:center;color:white;padding-top:20px;padding-bottom:20px;
               border-radius:3px;margin-bottom:15px; }
#largespot   { width:auto;height:450px;overflow-y:auto;background:none;margin-top:20px;display:none;
               text-align:center;border-bottom:1px #442211 solid; 
             }

#medspot     { width:auto;height:450px;overflow-y:auto;background:none;margin-top:20px;display:none;
               text-align:center;border-bottom:1px #442211 solid; 
             }
#thinspot    { width:auto;min-height:120px;background:none;margin-top:20px;display:block;} 



















/*----------------------------------------------------------------------------------------*/
/*-------------------- SCREENS WITH A MINIMUM WIDTH OF 320 PIXELS ------------------------*/
/*----------------------------------------------------------------------------------------*/
@media only screen and (min-width:320px) {
/*for tablets*/

#largespot      { display:none; }
#medspot	{ display:none; }
#thinspot       { display:block;} 

}

/*----------------------------------------------------------------------------------------*/
/*-------------------- SCREENS WITH A MAXIMUM WIDTH OF 480 PIXELS ------------------------*/
/*----------------------------------------------------------------------------------------*/
@media only screen and (max-width:480px) {
/*for tablets*/

html 		{ font-size:14pt; }
}


/*----------------------------------------------------------------------------------------*/
/*-------------------- SCREENS WITH A MINIMUM WIDTH OF 497 PIXELS ------------------------*/
/*----------------------------------------------------------------------------------------*/
@media only screen and (min-width:517px) {
/*for tablets*/

#largespot      { display:none; }
#medspot        { display:block;  } 
#thinspot       { display:none;  } 

}

/*----------------------------------------------------------------------------------------*/
/*-------------------- SCREENS WITH A MINIMUM WIDTH OF 640 PIXELS ------------------------*/
/*----------------------------------------------------------------------------------------*/
@media only screen and (min-width:660px) {

}

/*----------------------------------------------------------------------------------------*/
/*-------------------- SCREENS WITH A MINIMUM WIDTH OF 695 PIXELS ------------------------*/
/*----------------------------------------------------------------------------------------*/
@media only screen and (min-width:715px) {
/*for tablets*/

#largespot      { display:block; }
#medspot        { display:none;  } 
#thinspot       { display:none;  } 

}

/*----------------------------------------------------------------------------------------*/
/*-------------------- SCREENS WITH A MINIMUM WIDTH OF 925 PIXELS ------------------------*/
/*----------------------------------------------------------------------------------------*/
@media only screen and (min-width:905px) {
/*for tablets*/

#largespot      { display:none; }
#medspot        { display:block;  } 
#thinspot       { display:none;  } 

}

/*----------------------------------------------------------------------------------------*/
/*-------------------- SCREENS WITH A MINIMUM WIDTH OF 1025 PIXELS ------------------------*/
/*----------------------------------------------------------------------------------------*/
@media only screen and (min-width:1045px) {
/*for tablets*/

#largespot      { display:block; }
#medspot        { display:none;  } 
#thinspot       { display:none;  } 

}

/*----------------------------------------------------------------------------------------*/
/*------------------- SCREENS WITH A MINIMUM WIDTH OF 1041 PIXELS ------------------------*/
/*----------------------------------------------------------------------------------------*/
@media only screen and (min-width:1021px) {
/*for desktop*/

#largespot      { display:none; }
#medspot	{ display:block; }
#thinspot       { display:none;  } 

}

/*----------------------------------------------------------------------------------------*/
/*------------------- SCREENS WITH A MINIMUM WIDTH OF 1171 PIXELS ------------------------*/
/*----------------------------------------------------------------------------------------*/
@media only screen and (min-width:1191px) {
/*for desktop*/

#largespot      { display:block; }
#medspot	{ display:none; }
#thinspot       { display:none;  } 

}

/*----------------------------------------------------------------------------------------*/
/*------------------- SCREENS WITH A MINIMUM WIDTH OF 1320 PIXELS ------------------------*/
/*----------------------------------------------------------------------------------------*/
@media only screen and (min-width:1340px) {
/*for desktop*/

#largespot      { display:block; }
#medspot	{ display:none; }
#thinspot       { display:none;  } 

}





