/*-------------------------------------------------------------------------------------*/
/* Browser Reset
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}


/* global elements * ------------------------------------------------------------------------- */
#breadCrumb {
	color:#fff;
	font-size:0.85em;
	line-height:30px;
	padding-left:30px;
	float:left;
	background-color: #069;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
	width:95%;
    }
    
    #breadCrumb li {
    	display:inline;
        }
    
    #breadCrumb a { color:#fff; }
    
    #breadCrumb .linkHome {
    	background:url("../images/iconHome.jpg") 0 1px no-repeat;
        padding-left:15px;
        }

/* ----- type selectors ----- */ 
body {
	background:#3683ce;
	text-align:center;
	color:#464646;
	text-decoration: none;
	}
h1	{
	font-size:2.0em;
	color:#dc0026;
}
p {
	font-size: 13px;
	line-height: 1.8em;
	color: #333;
}
h2	{ font-size:1.08em; color:#003672; }
h3	{ font-size:1.0em; color:#0168b3; }

a:link,a:visited	{
	color:#0168b3;
	text-decoration:none;
	outline:none;
}
a:hover,a:active	{
	color:#DC0026;
	text-decoration:none;
	outline:none;
}

/* ----- classes ----- */

.modalBackground
{
background-color:#707070;
filter:alpha(opacity=70);
opacity:0.7;
z-index: 6000 !important;

}

.clear { 
	clear:both;
	}

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}
	
.bannerads{
	float:left;
	margin:0;
	padding:0 28px 0 0;	
}
    
	
	
.floatLeft {
	float:left;
    margin:0;
    }
    
.floatRight {
	float:right;
    margin:0;
    }
            
img.imgLeft { 
	float:left; 
	margin:0 30px 20px 0; 
	}
	
img.imgRight { 
	float:right; 
	margin:0 0 10px 30px; 
	}
    
img.imgCenter {
	display:block;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
    }    
    
img.imgThumb {
	border:1px solid #d8d8d8;
    padding:5px;
    background-color:#fff;
    }
#mainContent img.imgRight {
    border:1px solid #d8d8d8;
    padding:5px;
    background-color:#fff;
    float:right;
    margin:0 20px 10px 30px;
    }
#mainContent img.imgLeft {
    border:1px solid #d8d8d8;
    padding:5px;
    background-color:#fff;
    float:left;
    margin:0 30px 20px 0;
    }
	
.products{
	float:left;
	margin-right: 10px;
	margin-left: 10px;
}
.productstitle{
	font-size:0.9em;
	color:#0168b3;
	background-color:#FFF;
	text-decoration: none;
	line-height: 1.5em;
}

.proimg{
	margin: 1px;
	padding: 1px;
	border: medium solid #FFF;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	

/* framework
 * ------------------------------------------------------------------------- */

.container {
    width:920px;
    margin:0 auto;
    text-align:left;
    position:relative;
    }    
#homeLink a {
     	position:absolute;
        width:460px;
        height:115px;
        top:95px;
        left:0;
        }
        
#homeLink a span { display:none;}            
    
#wrapperMain {
	width:100%;
	background-color: #083f77;
	background-image: url(../images/wrapperMain.jpg);
	background-repeat: repeat-x;
	background-position: left top;
    }
    
#bgMain {
	margin:0 auto;
	background-image: url(../images/bgMain.jpg);
	background-repeat: repeat-y;
	background-position: center top;
    }
    
#main {
	margin:0 auto;
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    } 

#mainHome {
	margin:0 auto;
	background-image: url(../images/mainHome.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    } 
        
#mainNav {
	text-align:left;
	font-size:0.92em;
    }
    
    #mainNav li {
	float:left;
	text-align:center;
	line-height:0.92em;
	height:37px;
	background-image: url(../images/mainNavDiv.jpg);
	background-repeat: no-repeat;
	background-position: right;
        }
    #mainNav-02 { width:95px; }
    
    #mainNav a:link, #mainNav a:visited { color:#fff; text-decoration:none; }           
    #mainNav a:hover, #mainNav a:active { color:#ed1c24; text-decoration:none; }
    
.btnLocate {
    margin-top:-25px;
    position:relative;
    float:right;
    z-index:99;
    } 
                        
#columnLeft {
	float:left;
	width:700px;
    }
    
    #mainContent {
	width:95%;
	padding-top: 20px;
	padding-left: 20px;
        }
        
        #mainContent img { margin-bottom:20px; }
        
    .homepage #mainContent {
    	padding-top:0;
        }
        
        #mainContent .imgRight {
        	margin-right:20px;
            }

	#mainContent h1 {
	margin-bottom:10px;
        }
		
    #mainContent h1 a:link, #mainContent h1 a:visited {
	margin-bottom:10px;
	text-decoration: none;
        }
   #mainContent h1 a:hover,  #mainContent h1 a:active {
	margin-bottom:10px;
	color: #DC0026;
	text-decoration: none;
        }
		
    #mainContent p {
    	margin-right:20px;
        }
		
                
    #mainContent ul {
    /*	zoom: 1;  hasLayout for IE<= 6 */
		overflow: auto; /* shrink the list to sit beside floats in compliant browsers */
		margin:0; padding: 0; /* zero the defaults so only one or other is used per you margin request below */
        }
            
        #mainContent ul li {
            list-style-type:disc;  
            margin-left:30px;      	
            }

    #mainContent p, #mainContent ol, #mainContent ul {
    	margin-bottom:25px;
        }
        
    #mainContentLeft {
	font-size:14px;
	line-height:1.54em;
	width:218px;
	float:left;
	font-weight: bold;

        }
            
#mainContentLeft p, #mainContentLeft ul, #mainContentLeft li {
	padding-left:20px;
	margin-bottom:23px;
            }
#mainContentLeft ul li a, #mainContentLeft ul li a:link{
	text-decoration: none;
		list-style-image: url(../images/but_next.gif);
				}
 #mainContentLeft ul li a:hover, #mainContentLeft a:active{
	color:#dc0026;
	text-decoration:none;
	border-bottom-style: double;
	list-style-image: url(../images/but_next.gif);
	border-bottom-width: thin;
	border-bottom-color: #DC0026;
	 }
        #mainContentLeft h2 {
        	background:url("../images/subheadNarrow.jpg") no-repeat;
            height:30px;
            color:#fff;
            text-transform:uppercase;
            padding-left:10px;
            }

            
     #mainContentRight {
	width:460px;
	float:left;
	font-size:12px;
	line-height:1.54em;
        }
        
        #mainContentRight h1 {
        	color:#fff;
            text-transform:uppercase;
            background:url("../images/subheadWide1.jpg") no-repeat;
            height:40px;
            padding-left:23px;
            padding-bottom:5px;
            margin-bottom:5px;
            }
            
            #mainContentRight dl {
	width:400px;
	float:left;
	padding-left:20px;
	margin-bottom:20px;
                }
                
                #mainContentRight dt {
                	font-weight:bold;
                    font-size:1.15em;
                    }
                    
                    #mainContentRight dd {
                        background:url("../images/bullet.jpg") 0 7px no-repeat;
                        padding-left:10px;
                        }
                        
        #mainContentRight a:link, #mainContentRight a:visited  {
        	color:#2d95f7;
            text-decoration:none;
            }
            
         #mainContentRight a:hover, #mainContentRight a:active  {
        	color:#dc0026;
            text-decoration:none;
            }
       #mainContentRight dt a:link, #mainContentRight dt a:visited  {
		   	color:#464646;
	   		}
        
#columnRight {
	float:left;
    width:200px;
    font-size:0.85em;
    }

    #columnRight h2 {
        background:url("../images/subheadNarrow.jpg") no-repeat;
        height:30px;
        margin-bottom:0;
        color:#fff;
        padding-left:10px;
        }
    
#columnRight ul {
	margin:0 0 20px 0;
    }
    
    #columnRight ul li.noBorder {
    	background:none;
        }
    
    #columnRight ul li {
    	background:url("../images/borderListWht.jpg") bottom no-repeat;
        padding:7px 0 10px 30px;
        }
        
#containerGray {
	background:url("../images/containerGray.jpg") repeat-y;
    width:180px;
    font-size:1.08em;
    padding:0 20px 5px 20px;
    margin-bottom:20px;
    }
    
#containerGray h2 {
	margin-bottom:5px;
    height:0.92em;
    }
            
.homepage #containerGray {
	background:url("../images/containerGray.jpg") repeat-y;
    width:180px;
    font-size:1.00em;
    line-height:1.54em;
    padding:0 20px 5px 20px;
    margin-bottom:20px;
    }
    
    .homepage #containerGray p {
    	margin-bottom:15px;
        }
    
.homepage #containerGray .btn , #containerGray .btn {
	margin:5px 0 15px 0;
    }
    
    .homepage #containerGray .divider, #containerGray .divider {
    	background:url("../images/borderList.jpg") no-repeat;
        width:100%;
        height:2px;
        display:block;
        margin:-10px 0 17px 0;
        }
        
     #containerGray a:link, #containerGray a:visited { 
     	color:#2e96f8; 
        text-decoration:none; 
        } 
        
     #containerGray a:hover, #containerGray a:active { 
     	color:#dc0026; 
        text-decoration:none; 
        }   
    
    #containerGray ul {
    	margin:0;
        padding:0;
        line-height:1.23em;
        }
        
        #containerGray ul li {
        	background:url("../images/borderList.jpg") top no-repeat;
            width:100%;
            display:block;            
            padding:10px 0;
            }
        
        #containerGray ul li a {
        	background:url("../images/bulletArrow.jpg") no-repeat;
            padding-left:20px;
            text-decoration:none;
            display:block;
            }
            
	#containerGray h2 {
    	background:none;
        color:#003672;
        margin-bottom:0;
        padding-left:0;
        }
    
#wrapperFooter {
	background:#46adde url("../images/wrapperFooter.jpg") repeat-x;
    width:100%;
    color:#fff;
    margin-top:-50px;
    }                

#footer {
	width:100%;
	padding-top:140px;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat;
	background-position: center top;
    }
        
    #footerContent {
    	padding:0 40px 0 40px;
        font-size:0.85em;
        line-height:1.54em;
        color:#fff;
        }
        
        #footerContent a:link, #footerContent a:visited { text-decoration:none; }
        #footerContent a:hover, #footerContent a:active { text-decoration:underline; }
        
        #footerContent ul {
        	float:left;
            padding-right:30px;
            width:100px;
            margin-bottom:40px;
            }
            
            #footerContent ul li ul {
            	float:none;
                padding:0;
                margin-bottom:0;
                }
                
            #footerContent ul.lastList {
            	padding-right:0;
                }
        
        #footerContent a, #footerContent ul li a {
        	color:#fff;
            font-weight:bold;
            }
            
            #footerContent ul li ul li a {
            	color:#9ab6d6;
                font-weight:normal;
                }
                
                #footerContent ul li ul li {
                	margin-left:10px;
                    }
                
#copyright {
    width:100%;
    padding-top:9px;
    padding-bottom:255px;
    } 
    
    #copyright a { font-weight:normal; }               


/* -----------  -------------- */

#mainContentRight h1 {
	color:#fff;
    text-transform:uppercase;
    font-size:1.17em;
    line-height:43px;
    font-weight:bold;
    }
    
#columnRight h2 {
	line-height:30px;
    margin-bottom:5px;
    }    
 
#columnRight h2 a:link, #columnRight h2 a:visited {
	color:#fff;
    text-transform:uppercase;
    }
    
    
#columnRight h2 a:hover, #columnRight h2 a:active {
	color:#DC0026;
    text-transform:uppercase;
    }
    
#mainNav {
    font-weight:bold;
    }
    
    #mainNav li {
    	line-height:1.17em;
        padding-top:7px;
        height:33px;
        }
        
    li#mainNav-02, li#mainNav-03 {
    	padding-top:15px;
        height:25px;
        }    
        
#columnRight #containerGray h2 {
	color:#003672;
    font-size:1.17em;
    margin-bottom:17px;
    text-transform:uppercase;
    }
    
    #columnRight #containerGray h2 a:link, #columnRight #containerGray h2 a:visited {
    	color:#003672;
        }        
    #columnRight #containerGray h2 a:hover, #columnRight #containerGray h2 a:active {
    	color:#DC0026;
        }
        
#mainContent h1 {
	font-size:2.46em;
    margin-bottom:20px;
    font-family:Arial, Helvetica, sans-serif;
    }
    
#mainHome #mainContent h1 {font-size:1.4em;margin-bottom:0;}	
#mainContentLeft h2 {
	line-height:30px;
    margin-bottom:10px;
    }
.swiper-wrapper li{list-style:none !important;margin:0 !important;padding:0 !important;}
.swiper-wrapper3 li img{height:172.5px;}