html, body 
	{
	width:100%; 
	padding:0; 
	margin:0;
/* 	overflow-x: hidden; */
	}
	
body 	{
	background-color: #E2E2E2;
	font: 1.0rem Arial, Helvetica, sans-serif;
	color: #000;
	background:white;
	background-image: url('../img/cbg.png');
	}

a	{
	text-decoration:none;
	color:#0a347a;
	}

a:link, a:visited, a:active{
		text-decoration:none;
	}

a:hover{
/*      	color: #79ACCD; */
	color:#0a347a;
	text-decoration: underline;
	}

.weatherA:hover{
		text-decoration:none;
}


article {
    padding: 2px; 
}

article a {
	text-decoration:none;
	color: #0757a2;
	font-weight: bold;
	}

article a:hover{
	text-decoration: underline;
	color: #0757a2;
	}

img { 
    border: none ; 
    max-width: 95vw;
    height: auto;
}

time{
    font-size: 0.8rem;
    color: #666;
    margin: 0px;
}

textarea { 
    max-width: 95%; 
    width: 95%;
} 

header {
	width: 100%;
	background-image: url('../img/hbg.gif'); 
	border-bottom: 7px solid #5E5E5E;
	padding-top: 0px; 
}

nav {
	max-width: 95vw;
	width: 1200px;
	margin:auto;
}

footer{
    max-width: 100%;
    background-image: url('../img/hbg.gif'); 
    margin-top: 8px;
    border-top: 7px solid #5E5E5E;
    border-bottom: 7px solid #5E5E5E;
    padding-top: 0px; 
}

li{
    margin: 0px; 
    padding: 0px; 
    padding: 0px 10px;
    background: url('../img/arrow.png') 0px 7px no-repeat;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.logo{
    width: 100%; 
    min-height: 70px;
    margin: auto;
    padding-top: 4px;
    display: table;
}

.logoimg{
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width:300px; 
    max-width: 300px;
}

.logoimg img{
    max-width: 100%;
    height: auto;
}

.mode{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width:	50px; 
    max-width: 50px;
}

.logosearch{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0px 6px;
    max-width: 70%;
}

.logomenu{
    display: none;
    width: 80px;
    position: relative;
    top: 0px;
    left: 0px;
}

 .menu_button {
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 18px;
    width: 40px;
    height: 40px; 
    cursor: pointer;
 }
 
 .menu_button::after{
    content: "";
    clear: both;
    display: block;
 }

.menu_button > span, .menu_button > span::before, .menu_button > span::after {
  display: block;
  position: relative;
  top: 18px;
  left: 3px;
  width: 34px;
  height: 3px;
  background-color: #666;
}

.menu_button > span::before {
  content: '';
  top: -8px;
  left: 0px;
}
.menu_button > span::after {
  content: '';
  top: 6px;
  left: 0px;
}

#menu_toggle {
  opacity: 0; 
}
 
#menu_toggle:checked~ .menu_top {
    display: block; 
}

#menu_toggle:checked~ .menu_button > span{
    transform: rotate(45deg);
}

#menu_toggle:checked~ .menu_button > span::before{
    top: 0px;
    transform: rotate(0);
}

#menu_toggle:checked~ .menu_button > span::after{
    top: 0px;
    transform: rotate(90deg);
}


.menu_top{
    position: absolute;
    top: 60px; 
    right: 12px; 
    display: none;;
    list-style: none inside;
    margin: 0px;
    padding: 0px;
    background-color: #eee;
    border: solid 1px #999;
    width: 300px;
    text-align: left;
    z-index:    1000;
    }

     
.menu_top p { 
    padding: 4px 4px; 
    margin: 2px;
}

.menu_top a {
    font-weight: normal;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.25s linear;
    padding: 5px;
    color: #1a4353;
}

.menu_top a:hover{
	 color: #79ACCD; 
}

.hiddenSearch{
    display: none;
}


.main{
    width: 1200px;
    display: table;
    max-width: 95vw;
    margin: auto;
    vertical-align: top;
    background: none #eee;
}

.sales {
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    color: #336bbd;
}

.sales:hover {
    text-decoration: underline;
}


.salesDiv{
	width: 90%;
	max-width: 95vw;
	margin-left: auto;
	margin-right: auto;
}

.salesDiv table {
	width: 90%;
	max-width: 90vw;
	margin-top: 10px;
}

.salesDiv textarea {
	max-width: 95%;
	max-width: 95vw;
	margin-top: 10px;
	height: 250px;
	background-color: #fff;
}


.inputFile{
	width: 70%;
	text-align: left;
}

.inputPreview{
	width: 25%;
	text-align: right;
}

.delPreview{
	width: 5%;
	text-align: right;	
}

.inputPreview img{
	max-width: 150px;
	height: auto;
	max-height: 150px;
}


.salesPhoto{
    text-align: center;
}

.salesPhoto img:first-child{
    max-width: 640px;
    max-width: 90vw;
    height: auto;
    max-height: 480px;
    border: none;
    margin: 0px;
    padding:0px;
}

.salesPhoto img{
    max-width: 200px;
    height: auto;
    max-height: 200px;
    border: solid 1px #999;
    margin: 2px 10px;
}

.salesH1{
    font-size: 1.1rem;
    text-align: center;
    width: 100%;
    max-width: 95vw;
    display: block;
    text-align: center;
}

.contact{
   text-align: left;
   display: none;
   font-size: 0.9rem;
   font-style: italic;
}

.contactButton{
	font-size: 0.9rem;
	margin-left: 6px;
	background-color: #538db2;
	color: #ccc;
	font-weight: bold;
	text-shadow: none;
	margin: 10px;
}

.contactButton:hover {
	color:#fff;
	} 


.permanentLink{
	color: #00f;
}

.permanentLink:hover{
	text-decoration: underline;
}

.article{
    display: table-cell;
    width: 70%;
    max-width: 70%;
    vertical-align: top;
    text-align: left;
}

.article h1{
    text-align: center;
    font-size: 1.4rem;
}

.article h2{
    text-align: left;
    font-size: 1.2rem;
    margin: 0px;
    float: left;
    max-width: 90%;
}

article img{
    max-width: 90%;
    height: auto;
}


article table { 
	text-align: left; 
	border: solid 1px #999; 
	border-collapse: collapse; 
	max-width: 95%; 
	max-width: 90vw; 
	width: 95%;
	font-size: 0.9rem;
	color: #000;
	margin-left: auto;
	margin-right: auto;
	}

article tr
	{
	border: solid 1px #999; 
	}
	
article td
	{ 
	border: solid 1px #999; 
	padding: 2px 10px; 
	text-align: left;
	}
	
article tr:nth-child(2n+1) 
	{
	background-color: #aacfe8;
	}
	
article tr:nth-child(1)
	{ 
	background-color: #666; 
	color: #fff; 
	border: solid 1px #999;
	}
	
article tr:nth-child(1) td 
	{
	border: solid 1px #fff;
	}

article li{
        background: none;
        padding-left: 0px;
        }      

article form{
         margin: 20px 0px;
         max-width: 95vw;
        }        


.contactForm{
    max-width: 100%;
    height: 50px;
    display: block
}

.weather form {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.weather img {
    max-width: 100%;
    height: auto;
}

.weather table { 
	text-align: left; 
	border: solid 1px #cccccc; 
	width: 500px; 
	font-size: 1.1rem;
	color: #000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.weather tr, .weather td { border: none; } 

.weather td
	{ 
	padding: 2px 10px; 
	text-align: left;
	vertical-align: top;
	background-color: #eeeeee;
	color: #000000;
	}

.weather tr:nth-child(1)
	{ 
	border: none;
	}
	
.weather tr:nth-child(1) td 
	{
	border: none;
	}
	
.weather span
	{ 
	    color: #666666;
	    font-size: 1.1rem;
	}

.weather p
	{ 
	    font-size: 3.5rem;
	    padding: 0px;
	    margin: 0px;
	}

        
.art{
        padding: 0px 4px; 
        padding-bottom: 10px;
        margin-top: 50px;
        border-bottom: solid 1px #999;
        max-width: 100%;
        }

.art:after{
	content: ""; 
	float: none; 
	display: block; 
	clear:both;
}


.artarchive{
        padding: 0px 4px; 
        padding-bottom: 10px;
        margin-top: 50px;
        border-bottom: solid 1px #999;
        max-width: 100%;
	opacity: 0.5;
        }
        
.artarchive:hover{
	opacity: 0.9;
        }

.artarchive:after{
	content: ""; 
	float: none; 
	display: block; 
	clear:both;
}

.bubble a{
	font-size: 1.1rem;
	line-height: 2rem;
	text-align: center;
	min-width: 2rem;
	height: 2rem;
	float: right;
	background-color: #666;
	border-radius: 20px;
	color: white;
	position: relative;
	top: 0rem;
	right: 0.5rem;
        padding: 0px 4px;
	}

.bubble a:hover {
	background-color: #79ACCD;
}

.bubble:after 
	{ 
	content: ""; 
	float: none; 
	display: block; 
	clear:both;
	}        

.allTop{
        width :30%;
        padding: 20px 0px;
        margin: 0px;
        display: block;
        float: left;
        }
        
.allTop:after{
	content: ""; 
	float: none; 
	display: block; 
	clear:both;
        }        
        
.allTop ul{
        list-style: none outside;
        margin: 0px;
        padding: 0px;
        width: 100%;
}
        
.allTop li{
        margin: 0px; 
        padding: 0px 20px;
        text-align: left;
        background: url('../img/arrow.png') 0px 2px no-repeat;
}

.allTop h4{
    font-size: 1.1rem;
    color: #000;
    margin: 0px;
    padding: 0px;
    text-align: left;
    padding-left: 20px;
}  

.allFasten{
    width: 100%;
    margin: auto;
    max-width: 95vw;
}

.allFasten ul{
        list-style: none outside;
        margin: 0px;
        padding: 0px;
        width: 100%;
}
        
.allFasten li{
        margin: 0px; 
        padding: 4px 20px;
        text-align: left;
        background: url('../img/arrow.png') 0px 6px no-repeat;
}


.view{
        margin: 0px;
        margin-bottom: 10px;
        font-size: 0.8rem;
        color: #666;
      }
        
.right{
    display: table-cell;
    text-align: center;
    width: 310px;
    vertical-align: top;
    padding-top: 6px;
}

.formore{
	display: block;
	width: 100%;
	margin-top: 6px;
	}

 .formore:after 
	{ 
	content: ""; 
	clear: both; 
	display: block; 
	} 

.more 	{
	max-width: 48%;
	float: right;
	box-shadow: 0 0 2px  #333;
	font-size: 0.8rem;
	margin: 2px;
	margin-right: 26px;
	}

.more a{
	display: block;
	background-color: #538db2;
	color: #ccc;
	font-weight: bold;
	padding: 4px;
	text-shadow: none;
	}

 .more a:hover {
	color:#fff;
	} 

.lfr { 
	width: 100%;
	font-size: 1.0rem;
	text-align: center;
        padding: 20px 0px;
	}

.lfr p { 
	margin: 0px; 
	display: inline;
	padding: 0px; 
	text-align: center;
	
	}

.lfr a 
	{ 
	color: #333;
	display: inline-block;
	width: 30px;
	}
.lfr a:hover 
	{ 
	color: #fff ;
	background: none #538db2;
	}
     
.boss h3{
        font-size: 1.1rem;
        }        

.boss ul{
    list-style: none outside;
    text-align: left;
    font-size: 0.9rem;
    max-width: 90%;
}

.boss li{
    margin: 0px; 
    padding: 0px; 
    padding: 0px 18px;
    background: url('../img/arrow.png') 0px 2px no-repeat;
}           

.fotterDiv{
    max-width: 95vw;
    width: 1200px;
    margin: auto;
}

.fotterDiv:after{
    content: "";
    float: none;
    clear: both;
    display: block;
} 

.copyrights { 
	max-width: 95vw;
	width: 1000px;
	margin-left:auto;
	margin-right: auto;
	padding: 8px 0px;
    text-align: left;
	}

.copyrights a{ 
   	color: #666;
	}

.copyrights .row 
	{ 
	float: left ; 
	width: 49%; 
	text-align: left;
	}
	
.copyrights .top 
	{ 
	float: right ; 
	width: 49%; 
	text-align: right;
	}

.copyrights:after
	{ 
	content: "" ; 
	display: block; 
	float: none; 
	clear:both;
	}

 .comment{
        color: #333;
        font-size: 0.9rem;
 }        
 .comment div{
     padding-left: 20px;
     margin-bottom: 20px;
 }
 
.topBan{
    width: 769px;
    max-width: 95vw;
    height: auto;
    margin: auto;
    margin-top: 4px;
    margin-bottom: 4px;
    background-color: #eee;
    text-align: center;
}
.topBan img { max-width: 95%; height: auto;}

.share{
    width: 100%;
    text-align: left;
    padding-left: 44px;
}

.share img {
    width: 30px;
    height: 30px;
}


.code {
    width: 180px;
    height: 40px;
    position: relative;
    top: 16px;
}

.rightBan{
    margin: 10px 0px; 
    width: 300px;
    margin-left:auto;
    margin-left: auto;
}

 @media (max-width:1200px)
{
    .main{
        display:block;
        width: 95%;
    }
    
    .article{
        display: block;
        max-width: 95vw;
        width: 95%;
    }

    .article table{
	width: 95vw;
	font-size: 0.8rem;
    }
    .right{
        display: block;
        width: 95%;
    }
    
    .allTop{
        width: 95%;
	display: block;
    }

    .allTop ul{
	max-width: 95vw;
    }

    .logomenu{
    display: table-cell;
    }

}

 @media (max-width:640px)
{
    .hiddenSearch{
        display: block;
        min-height: 40px;
        margin: 2px 6px;
    }
    .logosearch{
        display: none;
    }

    .article table{
	font-size: 0.5rem;
    }

    article td { 
	padding: 2px 4px;
	}

    .logoimg{
	width: 250px;
    }

    .logoimg img{
	width: 250px;
	height: auto;
    }

    .weather table{
	max-width: 90vw;
	font-size: 1.1rem;
    }

} 


 @media (max-width:500px)
{
    .hiddenSearch{
        display: block;
        min-height: 40px;
    }
    
    .logosearch{
        display: none;
    }

    .article table{
	font-size: 0.4rem;
    }
    
    article td { 
	padding: 1px 2px;
	}    


    .logoimg{
	width: 220px;
    }

    .logoimg img{
	width: 220px;
	height: auto;
    }

    .weather table{
	max-width: 90vw;
	font-size: 1.1rem;
    }
} 
