@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

*{
    margin:0px;
}

html{
    background: url(images/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-color:#2D2D2F;
    height:auto%;
    width:auto%;
    font-family: Arial,Helvetica,sans-serif;
    
}

a img{
    border:none;
    text-decoration:none;
}

a {
    text-decoration:none;
    outline:0;
		font-size:12px;
		color:#D5DF3E;
}


.icon{
    display:inline-block;
    text-align:center;
    width:130px;
    padding-top:12px;
    zoom:1;
    *display:inline;
    float:left;
    height:69px;
    
}

#texture{
    background-repeat:repeat;
    background-image:url(images/X.png);
    position:fixed;
    width:100%;
    height:100%;
    
}

#container{
    height: auto;
    left: 127px;
    position: absolute;
    top: 97px;
    width: 600px;
}

#content{
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 30px;
    padding-top: 25px;
    text-align: right;
    width: 434px;
	background-color:#2D2D2F;
	margin-bottom:150px;
	padding-bottom:20px;
}

#content p{
    color: #FFFFFF;
}

#disc{
    color: #D5DF3E;
    font-size: 11px;
    font-weight: normal;
    padding-left: 113px;
    text-align: right;
    text-transform: none;
	margin-top:-50px;
}
#errors {
  color: #D5DF3E;
  font-size: 11px;
  font-weight: normal;
  text-transform: none;
}

#title{
    font-size:20px;
    color:#d5df3e;
	text-transform:uppercase;
	font-weight:700;

}

#input{
    color:#7d7e6d;
    font-size:13px;
    line-height:40px;
	text-transform:uppercase;
	font-weight:700;
	margin-top:13px;

}

#question{
	color:#7d7e6d;
    font-size:12px;
    line-height:15px;
	text-transform:none;
	text-align:left;
	margin-top:20px;
	font-weight:400;
}

#question input{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:20px;

}

#question span{
	font-size:14px;
	text-transform:uppercase;
	color:#D5DF3E;
	font-weight:bold;
}

#question textarea{
	margin-bottom:50px;
	margin-top:10px;
	margin-left:23px;
}

#submit{
  background-color: #D5DF3E;
    border: 0 none;
    color: #2D2D2F;
    font-size: 12px;
    font-weight: bold;
    height: 21px;
    left: 480px;
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 85px;
}   


#submit a{
    color: #2D2D2F;
    font-size: 13px;
    text-decoration:none;
	text-transform:uppercase;
}

#branding{
    position:fixed;
    bottom:15px;
    right:30px;
    border:0;
}

#header{
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    color:#fff;
    text-align:left;
    padding-left:25px;
}

#header span{
    padding-top:8px;
    display:inline-block;

}

#header img{
    float:left;
    padding-right:25px;
    display:inline-block;
}

#downbtn{  
    left: 26px;
    position: absolute;
    top: 23px;
}


#tools {
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    padding-left: 30px;
    padding-top: 40px;
    text-align: left;
    font-weight:700;
}
#tlinks{
    margin-left:22px;
    padding-top:4px;
}

#tlinks a{
    color: #777662;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    left: 110px;
    line-height: 2.5em;
    text-decoration: none;
    text-transform: uppercase;
    top: 245px;
}

#facebook{
}

#youtube{
}

#yelp{
}


#twitter{
}

#foursquare{
}

#tripadvisor{
}