﻿html
{
    min-height:100%;
}
body
{
    font-family: 'Open Sans' , sans-serif;
    font-size: 10pt;
    background-color: #96938D;
    padding-bottom: 30px;
    margin: 0;
}

#MainWrapper
{
    width: 1200px;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    border: 1px solid #666666;
    background-color:#FFFFFF;



    -webkit-box-shadow: 10px 10px 6px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    10px 10px 6px rgba(50, 50, 50, 0.75);
    box-shadow:         10px 10px 6px rgba(50, 50, 50, 0.75);
}

#Footer
{
    border-top:1px solid #CCC;
    margin-left:5px;
    margin-right:5px;
    padding:5px;
}

#underWrapper
{
    width: 1200px;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    color:#FFFFFF;
    margin-bottom:50px;
    font-size:8pt;
}

#underWrapper a
{
    color:#FFFFFF;
    text-decoration: none;
}

#Header
{
    padding: 5px;
    position: relative;
    


}

#Logo
{
    float:left;
}

#SearchBox
{
    float:right;
    position:absolute;
    bottom:0px;
    right:5px;
    
    padding:10px;
}

#SearchBox input[type=text]
{
    
}
#SearchBox input[type=submit]
{
    
}

.button1 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:normal;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.button1:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.button1:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */


#MainContent
{
    min-height:600px;
    padding:5px;
    
    margin-left:75px;
    margin-right:75px;
    margin-top: 20px;
}

#MainContent p
{
    text-align: justify;

}

#red-topper
{
    height: 4px;
    background-color: #e31b23;
    margin-top: 2px;
    margin-bottom:2px;
}

div.red-bar
{
    height: 4px;
    background-color: #e31b23;
    margin-top: 2px;
    margin-bottom:2px;
}

#Navigation
{
    padding: 0;
    position: relative;
    /*background-color: #666666;*/
    background-color: #888888;
    /*
    border-top: 2px solid #CCCCCC;
    border-bottom: 2px solid #CCCCCC;*/
    color:#FFFFFF;
}



/*Home Page*/
#Home_Left
{
    overflow:hidden;
}

#Home_Right
{
    width:300px;
    float:right;
    margin-left:10px;
}


h1
{
    font-size: 20pt;
    color: #e31b23;
    font-weight: 700;
    margin-top:0;   


}

h2
{
    color:#000;
    font-weight:bold;
    font-size:13pt; 
}

h3
{
    color:#4d4d4f;
    font-weight:bold;
    font-size:13pt; 
}




/*TOOLBARS*/
div.QuanserTabs a {
            margin-right: 5px;
            color: #FFFFFF;
            background-color:#CCCCCC;
            font-weight: bold;
            font-size: 10pt;
            padding: 5px 15px 3px 15px;
            text-decoration: none;
        }

        div.QuanserTabs a.Selected {
            background-color:#DA1C1C;
        }

        div.QuanserTabs {
            margin-bottom: 10px;
            border-bottom: 3px solid #DA1C1C;
            padding-bottom: 3px;
        }

        div.QuanserToolbar select {
            font-size: 8pt;
            padding: 0;
            margin: 0;
        }
  
        div.QuanserToolbar {
            background-color: #ededed; padding: 6px; border: 1px solid #666666; color: #AA0000; font-weight: bold;font-size: 10pt; margin-bottom: 10px;
        }
            div.QuanserToolbar a {
                display:inline;float:left;
                text-decoration: none;
                margin-right: 15px;
                color:#DA1C1C;
                font-family:Verdana;
            }

            div.QuanserToolbar a img {
                float: left;
                margin-right: 5px;
            }

            div.QuanserToolbar input[type=text]
            {
                padding:0;margin:0;font-size:8pt;
                
            } 

    table.ReportTable
    {
        border-collapse: collapse;
        width: 100%;
        border: 1px solid #666666;
    }

    table.ReportTable tr.HeaderRow
    {
        background-color: #78797D;
        font-size: 11px;        
    }

    table.ReportTable tr.HeaderRow td
    {
        background-color: #78797D;
        color: #FFFFFF;
        font-weight: bold;
    }
    table.ReportTable td
    {
        padding: 4px;
    }
    table.ReportTable tr.AltRow
    {
        background-color: #efefef;
    }

    /*INPUT CONTROLS*/
input[type=text]
{
    padding: 5px;
    font-size: 11pt;
    color: #666666;
    border: 1px solid #CCCCCC;
    
}



div.filter_container
{
    border: 1px solid #000; width: 100%;
    margin-top: 10px;
    font-size:8pt;
}

div.filter_container_header
{
    color: #FFFFFF;
    background-color: #DA1C1C;
    padding: 5px;
    font-weight: bold;
    font-size: 9pt;
}

div.filter_container_content
{
    padding: 5px;
}


/*PRODUCT GRID*/
div.ProductGrid_Item
{
    clear: both;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid #78797C;
    padding-bottom: 5px;
}

div.ProductGrid_Item_Header
{
    background-color:  #78797C;
    padding: 5px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10pt;
    margin-bottom: 3px;
}



div.ProductGrid_Item_Image
{
    padding: 5px;
    float: left; width: 100px;
}

div.ProductGrid_Item_Details
{
    overflow:hidden;
}
/*END PRODUCT GRID*/

#Home_Banners
{
    width:1171px;
    margin-left:auto;
    margin-right: auto;
}

#Home_Banners div
{
    float: left;
    width: 385px;
    height: 120px;
    border: 1px solid #CCC;
    text-align: center;
    background-color: #666666;
    color: #FFFFFF;
}

#tabs h3
{
    font-size:10pt;
    margin-top:0;
    margin-bottom: 5px;
}

div.Home_ProductsTab_Grid_Column
{
    float:left; 
    margin-right:25px;
    margin-bottom: 15px;
    margin-top:10px;
}

div.Home_ProductsTab_Grid_Column h2
{
    float:left; 
    margin-right:25px;
    margin-bottom: 15px;
    margin-top:10px;
}

/*UI OVERRIDES*/
.ui-tabs{
padding:0;
}

.ui-widget-content{
border: 1px solid #CCCCCC;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
border:1px solid #CCCCCC;
}

.ui-widget-header{
/*background: #eee url(Libraries/ui/css/blitzer/images/ui-bg_highlight-hard_100_eeeeee_1x100.png) 50% 50% repeat-x;
border: 1px solid #cdd5da;*/
}



/*ADMIN*/
div.AdminTopper
{
    padding:7px 7px 10px 15px;
    background-color:#333333;
    color:#FFFFFF;
    margin-left:0;
    margin-right:0;


  -webkit-box-shadow: 0px 5px 6px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 5px 6px rgba(50, 50, 50, 0.75);
box-shadow:         0px 5px 6px rgba(50, 50, 50, 0.75);

}
    div.AdminTopper h1
    {
        margin:0;
        padding:0;
        background-color:transparent;
        display:inline;
        font-size: 12pt;
        color: #FFFFFF;
        font-weight: normal;

    }

    div.AdminTopper ul
    {
        padding: 0;
        margin: 0;
    }

    div.AdminTopper ul li
    {
        list-style:none;
        display:inline;
        margin-right:15px;
    }

    div.AdminTopper ul li a
    {
        color:#FFFFFF;
    }


div.ProductGrid div.Item
{
    float: left;
    margin: 0 6px 15px 6px;
    font-size:8pt;
    height: 130px;
    width: 150px;
    border: 1px solid #CCCCCC;
    padding: 5px;
    text-align:center;
    position:relative;
}

div.ProductGrid
{
    /*width: 1045px;*/
    margin-right:auto;
    margin-left:auto;
    margin-top:10px;
}
    div.ProductGrid div.Item div.Description_Wrapper
    {
        
    }

        div.ProductGrid div.Item div.Description_Wrapper div.Description
        {
            text-align:center;
        }

div.ProductGrid div.Item img
{
  
}

div.Product_Group
{
    margin-bottom:15px;
    padding-bottom:15px;
   
}

div.Product_Group_Image
{
    width: 200px;
    float: left;
    margin-right: 15px;
}

div.Product_Group_Content
{
    overflow: hidden;
}

div.Product_Group_Content h2
{
    font-size: 12pt;
    margin-top:0;
    margin-bottom:5px;
}

div.Product_Group_Content p
{
    text-align:justify;
    margin:0;
}

#SocialMedia
{
    float:right;
    position:absolute;
    top:0px;
    right:5px;
    
    padding:10px;
}

    #SocialMedia div
    {
        float: left;
        margin-left: 5px;
    }


    #SocialMedia div img
    {
        width: 30px;
        border:0;
    }




#dynamic_content 
{
    
}

#dynamic_content p
{
    text-align: justify;
}



div.BodyContent a
{
    color: #336699;
    text-decoration:none;
}

div.BodyContent a:visited
{
    color: #003366;
    text-decoration:none;
}

div.BodyContent a:hover
    {
        color: #003366;
        text-decoration:underline;
    }

div.LikeProducts div
{
    float:left; margin-right:5px;
    border: 1px solid #CCC;
    padding:5px;
    text-align:center;
    width:145px;
    height:135px;
    margin-bottom:5px;
}

div.LikeProducts h3
{
    font-size:10pt;
    color:#000;
}

    div.LikeProducts div span
    {
        display:block;
        font-size:8pt;
    }


a img
{
    border: 0;
}

div.ProductDetail_Link
{
    margin-bottom:15px;
    display:inline;
    margin-right:10px;
}

div.ProductResult h2
{
    margin-top: 0;
}

div.ProductResult
{
    margin-bottom: 15px;
    padding-bottom:15px;
    border-bottom: 1px solid #CCCCCC;
}

div.Home_BlogPost
{
    padding-bottom:10px;
    margin-bottom: 10px;
    border-bottom:1px solid #CCC;
}

    div.Home_BlogPost a
    {
        text-decoration:none;
    }

/*CUSTOM CLASSES*/
table.ProductOptions
{
}

    table.ProductOptions td
    {
        margin-left:3px;
        margin-right:3px;
        padding:5px;
        border: 1px solid #CCC;
    }


a img
{
    border-color: #000;
    border-width: 1px;
}

div.Clear
{
    clear:both;
    visibility: hidden;
    height: 0;
    
}

div.Home_Event 
{
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #CCCCCC;
}

div.Home_Event p
{
    margin:0;

}

div.Home_News p
{
    margin-top:0;
}

div.Home_News a
{
    text-decoration: none;
}

div.Home_Event a
{
    text-decoration:none;
}

div.FeaturedItems
{
    margin-bottom: 15px;
    margin-top:10px
}

div.FeaturedItems h1
{
    color: #FFFFFF;
    background-color: #DA1C1C;
    padding: 5px;
    font-weight: bold;
    font-size: 9pt;
}

div.SearchResults
{
    margin-bottom: 15px;
}

div.SearchResults h1
{
    color: #FFFFFF;
    background-color: #DA1C1C;
    padding: 5px;
    font-weight: bold;
    font-size: 9pt;
}

#left_menu
{
    float: left;
    width: 290;
    padding-right: 10px;
    margin-right: 10px;
 
}
#admin_content
{
    overflow: hidden;
    font-size: 12px;
	color: #527B92; 
}
