/*
 * Move the main content and footer up to fill the space of the menu
 */
#foxboro_content, #foxboro_footer
{
    position: relative;
    top: -90px;
}

#foxboro_container
{
    position: relative;
    top: -15px;
}

/*
 *  Boxes in pages?
 */
.block, .pad
{
    background: none !important;
}


/*
 *  The about and resources links at the top
 */
#dnn__ctl0_ContentPane
{
    padding-top: 0px;
}

#foxboro_courtesy_links
{
    background: none !important;
    position: relative;
    top: 18px;
    left: -10px;
    color: white;
}

#foxboro_courtesy_links div > a
{
    color: white;
}

#foxboro_courtesy_links div > a:hover
{
    color: #bbbbbb !important;
}

#foxboro_courtesy_links div > a:visited
{
    color: white;
}


/*
 *  The header
 */
#foxboro_header table
{
    padding-top: 10px;
    height: 160px;
    background: url('/Portals/97259/images/backgroundimage_1.jpg');
    z-index: 10;
}

/*
 * The contact us text within the header
 */
.logotext a
{
    position: relative;
    top: -4px;
    margin-right: 20px;
    margin-top: 0px;
    width: 250px;
    color: #007faa;
    text-decoration: none;
    font-size: 8pt;
}

/*
 *  The Liberty packaging image and number on right side of the header
 */
.logoright img
{
    margin-right: 10px;
    margin-top: 10px;
}

.logoright p
{
    margin-right: 10px;
    margin-top: 5px;
    color: white;
    text-align: center;
    font-weight: bold;
    font-family: Arial;
}

/*
 *  The facebook and twitter etc. follows
 */
.hs_followme a
{
    float: left;
}

h1
{
    color: #ff0000;
}

.link
{
    color: white;
}


/*
 *  The main menu
 */
#foxboro_menu
{
    text-align: center;
}

#dnn_INGENIMENU1__ctl0
{
    float: left;
    position: relative;
    top: -90px;
    left: 160px;
    margin: 0 auto;
    text-align: center !important;
    border-top: 3px solid #a74411;
}

#dnn_INGENIMENU1__ctl0 li, #dnn_INGENIMENU1__ctl0 ul
{
    text-align: center !important;
}

#dnn_INGENIMENU1__ctl0 > ul > li > div > ul > li > a
{
    background-image: url('/Portals/97259/images/backgroundimage_2_1.png');
    height: 40px;
    width: 180px;
    margin: 0px 1px;
    font-family: Arial;
    font-size: 11pt;
    border: 1px solid #003388;
    text-align: center !important;
}

#dnn_INGENIMENU1__ctl0 > ul > li > a
{
    background-image: url('/Portals/97259/images/backgroundimage_2_1.png');
    height: 60px;
    margin: 0px 1px;
    padding: 3px 10px !important;
    font-family: Arial;
    font-size: 14pt;
}

#dnn_INGENIMENU1__ctl0 > ul > li > a > span
{
    text-align: center !important;
}

#dnn_INGENIMENU1__ctl0 span
{
    text-align: center !important;
}

.logotext
{
  margin-left: 20px;
}

.aboutus
{
    margin-top: 32px;
    margin-right: 30px;
}

.aboutus a 
{
    text-decoration: none;
    color: white;
    text-shadow: 2px 2px #000000;
}

.logoright img
{
    margin-right: 14px;
}

.logoright .number
{
    text-shadow: 2px 2px #000000;
}


/*
 *    The main content
 */
#dnn__ctl1__ctl1_ContentPanel, #foxboro_content, #foxboro_two-column, #foxboro_one-column, #foxboro_top, #dnn__ctl1_ContentPane
{
    background: #ffffff !important;
}

#dnn__ctl1__ctl1_ContentPanel div
{
    margin: 10px;
}

/*
 * homepage tables
 */
.ISContent table
{
    text-align: center;
}

/*
 *    Table containing the outset stuff on the main page
 */
.hometable
{
    position: relative;
    top: -40px;
    left: 2%;
}

.hometable td > div
{
    width: 275px;
    padding: 1px;
    background: #a74411;
    text-align: center;
    border-radius: 10px;
    box-shadow: 10px 10px 10px #777777;
}

.hometable img, .hometable iframe
{
    width: 100%;
}

/*
 *    Stuff within the outsets
 */
div.red
{
     width: 275px;
    padding: 1px;
    background: #a74411;
    text-align: center;
    border-radius: 10px;
    box-shadow: 10px 10px 10px #777777;
}

div.red > h5 > a
{
    margin-top: 5px;
    padding-top: 5px;
    text-decoration: none;
    font-size: 14pt;
    color: #ffffff !important;
}

div.red > h5 > a:hover
{
    text-decoration: underline;
    color: white;
}

div.red > h5 > a:visited
{
    text-decoration: none;
    color: white;
}

.redcontent
{
    margin: 3px auto;
    padding: 0px;
    background: #ffffff;
    height: 300px;
    border: 3px solid #a74411;
    font-size: 9pt;
    text-align: justify;
    vertical-align: middle;
    color: #000000;
    overflow: hidden;
}

.redcontent div
{
    margin-top: 5px;
    padding: 0 5px;
    text-align: center;
    color: #000000;
    vertical-align: middle;
    border-radius: 8px;
}

.redcontent ul
{
    margin-top: 20px;
    list-style-image: url('/Portals/97259/background/bullet3.png');
    text-align: left;
    vertical-align: middle;
    line-height: 20px;
    font-size: 9pt;
    font-weight: 600;
    color: #000000;
}

#hometechnews
{
        margin: 0 auto;
        padding-left: 30px;
	position: relative;
}

.hometecharticle {
	display: inline;
	float: left;
	width: 180px;
	height: 250px;
        text-align: left !important;
	position: absolute;
        left: 0;
        top: -14px;
}

.hometecharticletallimg
{
    margin-left: 55px;
    width: 6px;
}

.hometecharticlewideimg
{
   margin-left: 0px;
   width: 200px;
}

/*
 *    Stuff near the bottom of the home page
 */
#foxboro_content h2
{
    color: black;
    font-weight: 200;
    line-height: 100%;
    font-size: 14pt;
    font-family: Arial;
}

#foxboro_content td
{
    color: black;
}

/*
 * Intercept Value Page
 */
#foxboro_one-column td div
{
    padding: 10px;
    margin: 5px;
    background-size: 100% 100%;
}

#foxboro_one-column td img
{
    box-shadow: 5px 5px 5px #777777;
}

#foxboro_one-column td h6
{
    font-size: 12pt;
}

.tinyText h6
{
    font-size: 12pt;
}

/*
 *  Intercept Sealing Page
 */
#foxboro_top .ISContent p > img
{
    margin-left: 170px;
}

/*
 *   Shrink Tools Page
 */
#shrinktools img {
}

#shrinktools .img-box {
  border: 2px solid black;
  box-shadow: 5px 5px 5px #000;
  border-radius: 5px 5px;
  margin: 8px 3px;
  padding: 7px 5px;
}

#shrinktools table {
  margin: 10px;
  margin-top: 15px;
}

#shrinktools table caption {
   font-size: 14pt;
   font-weight: bold;
}

/*
   Mobile
*/
@media screen and (max-device-width: 400px) {
    
}