@import url(https://fonts.googleapis.com/css?family=Lato:100,400);

*{
padding : 0;
margin : 0;
border : 0;
}
body{
	font-family: 'Lato', sans-serif;
	font-weight: 550;
	font-size: 20px;
	background: url(../images/background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.logo{
	background-color : rgba(0, 0, 0, 0.75);
	max-height : 80px;
}

.menu{
	padding: 12px;
	background-color : rgba(0, 0, 0, 0.65);
	min-height : 20px;
}

.blended_grid{
	display : block;
	width : 1100px;
	max-width: 100%;
	overflow : hidden;
	margin : 30px auto 0 auto;
}

.pageContent{
	padding: 15px;	
	background-color : rgba(255, 255, 255, 0.9);
	float : left;
	clear : none;
	min-height : 200px;
	max-width: 100%;
	width : 1100px;
}


.pageEnd{
	background-color : rgba(0, 0, 0, 0.55);
	min-height : 25px;
	position: fixed;
	bottom: 0;
	width: 100%;
	font-size: 14px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.menu li {
    float: left;
}
.pageEnd li {
    float: right;
}

li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 0px 16px;
    text-decoration: none;
}

li a:hover {
    color: #FFD700;
}

.faq-header{
  font-size: 2em;
  border-bottom: 1px dotted #ccc;
  padding: 1em 0;
}

.faq-c {
  border-bottom: 1px dotted #ccc;
  padding: 1em 0;
}

.faq-t {
  line-height: 1em;
  color: #aaa; 
  font-family: sans-serif; 
  float:left; 
  font-weight: 700; 
  padding-right: 0.3em; 
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}

.faq-o {
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
  -ms-transform: rotate(-45deg);
  -ms-transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}

.faq-q {
  cursor: pointer;
  font-size: 1.5em;
  font-weight: 100;
}

.faq-a {
  clear: both;
  color: #666;
  display: none;
  padding-left: 1.5em;
}

a{
	text-decoration:none;
	color: #333;	
}

.active{
  color:#FFD700;

}

.faq-a  a:hover{
	text-decoration:underline;
}


.tabletitle{
	background-color:#DCDCDC;
}

.explorer-link a{
 color:#FFA500;
}

input[type="text"] {
  font-size: 14px;
  padding: 5px;
  border: none;
  border-bottom: solid 2px #c9c9c9;
  transition: border 0.3s;
}

input[type="submit"] {
  font-size: 14px;
  padding: 5px;
  border: none;
  border-bottom: solid 2px #c9c9c9;
  transition: border 0.3s;
}

input[type="text"]:focus,
input[type="text"].focus {
  border-bottom: solid 2px #969696;
}

#price-box{
width:210px; height:30px; position:absolute; right:0px; top: 0; padding: 10px; 
}


#codebox {
  padding: 15px;
  font-family: Courier, sans-serif;
  font-size: 13px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-border-radius: 0px 0px 6px 6px;
  -moz-border-radius: 0px 0px 6px 6px;
  border-radius: 0px 0px 6px 6px;
  margin-bottom: 10px;
}
.codeheader {
  padding: 5px 5px 5px 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #fff;
  -webkit-border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
}

#codeheader_html {
  background-color: rgba(0, 0, 0, 0.55);
}
