*{
	margin:0;
}
body{
color:#929292;
font-family:Verdana,Geneva,sans-serif;
font-size:16px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:2em;
width:100%;
}
								
#container{
left:50%;
margin-left:-475px;
position:relative;
width:950px;
}

	@media only screen and (max-width: 949px){
		#container{
			left:0%;
			position:relative;
			width:98%;
			margin:0 20px 0 10px;
			}
	}	
										
h1{
font-family:Georgia,serif;
font-size:23px;
font-style:normal;
font-variant:400;
font-weight:bold;
line-height:1.4em;
color:#999933;
text-align:center;
margin:20px 10px 10px 0;
}
		@media only screen and (max-width: 949px){
			h1{
				margin:50px 10px 20px 10px;
			}
		}

h2{
font-family:Georgia,serif;
font-size:20px;
font-style:italic;
font-variant:normal;
font-weight:normal;
text-align:center;
color:black;
}
	@media only screen and (max-width: 949px){
			h2{
				margin-bottom:40px;
			}
		}

h4{
	text-align:center;
	margin-top:15px;
}
	
h5{
	font-family:Arial, Helvetica, Sans-serif;
	font-size:10pt;
	font-weight:bold;
	margin-top:15px;
}

h6{
	margin-left:375px;
	}

.line{
text-align:center;
font-size:6pt;
}

	@media only screen and (max-width: 949px){
		.line{
			display:none;
		}
	}
																				
#header{
	margin-top:1em;
	padding-top:1em;
	width:100%;
	position:relative;
}
																																

	
a {
	text-decoration: none;
}

a:hover {
	color: #444;
}

img {
	width: 100%;
}

header {
	background: #fff;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}

#logo{
	margin: 20px;
	float: left;
	width: 100%;
	height: 40px;
	display: block;
}

	@media only screen and (max-width: 949px){
		#logo{
			width:auto;
			margin:10px 0 -5px 0;
		}
	}

#logo img{
	width:200px;
	margin-top:20px;
	float:left;
	}
	@media only screen and (max-width: 949px){
		#logo img{
			margin-top:0px;
			}
		}	

/*----------------------start nav---------------------------------------------------*/
/*-------------------------------------------------------------------------*/
.nav {
	

}
.menu {
    margin: 0 30px 0 0;
}
.menu a {
    clear: right;
    text-decoration: none;
    color: black;
    margin: 0;
	font-size:13px;
	letter-spacing:0.6px;
	padding:20px 10px;
}

.menu a:hover{
	background-color:#C8C8C3;

}

label {
    margin: 5px 80px 0 0;
    font-size: 20px;
    line-height: 40px;
    display: none;
    width: 22px;
    float: right;
	color:black;
}


#toggle {
	width:1px;
}


@media only screen and (max-width: 949px) {
    label {
        display: block;
        cursor: pointer;
    }
    .menu {
        text-align: center;
        width: 100%;
        display: none;
    }
    .menu a {
        display: block;
        border-bottom: 1px solid #EAEAEB;
        margin: 0;
     
    }
    #toggle:checked + .menu {
        display: block;
    }
}
	

/*---------------------End Nav----------------------------------------------------*/
/*-------------------------------------------------------------------------*/	

#content{
	position:relative;	
}

section{
	width:325px;
	float:left;
	margin-right:20px;
	text-align:center;
       }
	   
	   @media only screen and (max-width: 750px) {
		   section{
	width:98%;
	float:none;
	margin-right:0px;
	   }
	   }   
#footer{
	position: relative;
	width:100%;
	padding-top:30px;
}
#footer_nav{
	font-family: verdana, geneva, sans-serif;
	font-size:x-small;
	text-transform:uppercase;
	white-space:nowrap;
	list-style-type:none;
	text-align:center;
	margin:20px 0 0 0;
}

#footer_nav li {
	display:inline;
}

@media only screen and (max-width: 750px){
	#footer_nav li {
	display:block;
	text-decoration:none;
}
}


#footer_nav li a{
	padding:0.2em 1em;
	text-decoration:none;
}

#footer_nav li a:hover{
	color:black;
}

#customer-comments img{
	display:block;
	width: 75%;
	margin:20px;
	margin-left: auto;
	margin-right: auto;
}

	   @media only screen and (max-width: 949px){
			#customer-comments img{
				width:65%;
			}
	   }
	   
		@media only screen and (max-width: 700px){	
			#customer-comments img{
				width:98%;
			}
		}
		
.right_caption{
	margin-bottom:20px;
	margin-top:20px;
	width:100%;
		float:left;
}

.right_caption img{
	float:left;
	margin:0 15px 0 0;
	border:1px solid black;
	width:auto;
}

.right_caption p{
	margin-top:15px;
}
														
	@media screen and (max-width:750px){
	.right_caption img{
		width:100%;
			}
			}
				
#faq img{
		width:60%;
}

	@media screen and (max-width:750px){
		#faq img{
		width:98%;
	}
}

/*------------scroll to top button------------------*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #C8C8C3;
  color: black;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}




