img{
  max-width:100%;
}

#container{
  width: 100%;
  padding: 0;
}

#inner{
  border: none;
  min-height: 1px;
  padding: 0;
}



#mobilenavbutton{
  display: block;
  background-color: #00AEEF;
  color: #FFFFFF;
  text-align: center;
  padding: 5px;
}
#mobilenav.mobilegone{
  display:none;
}
#mobilenav.mobilehere{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  width: 94%;
  padding: 10px 2%;
  z-index: 9;
}
#mobilenav.mobilehere #nav{
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  overflow:hidden;
  background-color: #FFFFFF;
  margin: 15px;
}

#nav{
  height: auto;
}

#nav li{
  float: none;
}

#nav a{
  display: block;
  height: 32px;
  line-height: 32px;
  padding: 10px 40px;
  text-align: center;
  margin-right: 0;
  border-bottom: 1px solid #CCCCCC;
  background-position: 10px 10px;
}

#nav .current{
  color: #00AEEF;
  background-image: url(images/nav-current.png);
}

#header{
  clear: both;
  border-top: none;
  padding: 10px 2%;
  width: 96%;
  height: auto;
}

#header h1{
  display: block;
  margin-right: 0;
}
#header h1 img{
  max-width: 75%;
}

#header #fax{
  display: none;
}
#header #phone{
  position: static;
  border-bottom: none;
  font-size: 13px;
}

#header .label{
  font-size: 13px;
  font-weight: 300;
}

#content{
  padding: 20px 2% !important;
}


#bottomnav{
  display:none;

}



#copy{
  display:none;
}

#tag{
  padding-top: 15px;
}

#newssidebar{
  clear: both;
  width: 95%;
  float: none;
  border: 1px solid #CCCCCC;
  padding: 20px 2%;
  position: relative;
  margin-top: 50px;
}

#has_sidebar{
  float: none;
  width: 100%;
}


.form{
  width: 95%;
  padding: 20px 2%;
}

.input{
  width: 95%;
  border: 1px solid #CCCCCC;
  padding: 4px 2%;
}

.textarea{
  width: 95%;
  height: 80px;
  border: 1px solid #CCCCCC;
  padding: 4px 2%;
}


.button{
  border: 0;
  border-radius: 8px;
  background-color: #00AEEF;
  color: #FFFFFF;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  padding: 5px 15px 5px 15px;
  cursor: pointer;
}

#homeleft{
  width: 100%;
  float: none;
}
#homeright{
  width: 100%;
  margin-left: 0px;
  border:none;
  padding: 0px;
}

#homeask{
  margin-left: 0px;
}
#homeaskimg{
  display:none;
}

#newssidebar #paperclip{
  position: absolute;
  left: -16px;
  top: -8px;
  width: 40px;
}


.products .product{
  width: 48%;
  margin-right: 4%;
}
.products .product:nth-child(4n+4){
  margin-right:4%;
}
.products .product:nth-child(2n+2){
  margin-right:0;
}
.sidephoto{
  float: right;
  width: 20%;
  border: 2px solid #00ADEE;
  padding: 10px;
  margin: 0 0 10px 10px;
}
.sidephoto img{
  display:block;
  max-width:100%;
  max-height: 400px;
  margin: 0 auto;
}

.productdetails{
  margin-left: 0;
}

#content h2.bluetitle .back{
  float:none;
  display:block;
  margin-bottom:10px;
}

.mobilehide{
  display:none;
}
