@charset "utf-8";
/* CSS Document */

*
{
	margin:0px;
	padding:0px;
	
}
body
{ background-image:url(../images/Daves-raves-grains.jpg);
background-repeat:no-repeat;
background-size:cover;
background-attachment:fixed;

	}
#container
{
	
	width:1024px;
	height:auto;
	margin:auto;
	margin-top: 20px;
	border-radius: 5px 5px 0 0;
	border: 1px solid #e0e0e0;
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 10px;
	background-image:url(../images/Capture.JPG);
	opacity:0.9;
}

#header
{
	width:1024px;
	height:200px;
	background-color:#000;
	background-image:url(../images/header_back.JPG);
	border-radius:10px 10px 0px 0px;
	
	
}


#section
{
	width:1024px;
	height:auto;
	text-align:center;

	
}

#footer
{
	width:100%;
	height:auto;
	background-color:#000;
		text-align:center;
	font-style:italic;
	color:#fff;
	padding-top:20px;
	opacity:0.8;
	clear:both;
	word-spacing:2px;
}

a:visited
{color:#FFF;
text-decoration:none;
}

 h1
 {
	 font-family:Tahoma, Geneva, sans-serif;
	 color:#A87037;
	 text-align:center;

 }
 
 .c2{
float:right;
padding-top:80px;
padding-right:30px;
}


/* Basic Grey */
.basic-grey {
    margin-left:auto;
    margin-right:auto;
    max-width: 500px;
    padding: 25px 15px 25px 10px;
    font: 12px Georgia, "Times New Roman", Times, serif;
    color: #A87037;
    text-shadow: 1px 1px 1px #FFF;
    border:2px solid #960;
}
.basic-grey h1 {
    font-size: 25px;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom:1px solid #E4E4E4;
    margin: -10px -15px 30px -10px;;
    color: #A87037;
}
.basic-grey h1>span {
    display: block;
    font-size: 11px;
}
.basic-grey label {
    display: block;
    margin: 0px;
}
.basic-grey label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #000;
}
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
    border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 70%;
    font-size: 12px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.basic-grey textarea{
    padding: 5px 3px 3px 5px;
}
.basic-grey select {
    background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right);
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height: 25px;
}
.basic-grey textarea{
    height:100px;
}
.basic-grey .button {
    background: #A87037;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #000;
    box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #9E3F3F;
    cursor: pointer;
}
.basic-grey .button:hover {
    background:#630;
}#box
{
	width:200px;
	height:250px;
	float:left;
	margin-top:20px;
	text-align:center;
	margin-left:20px;
	padding: 15px
	}
	
	.btn {
display: inline-block;
padding: 4px 10px;
margin-bottom: 0;
font-size: 13px;
line-height: 20px;
text-align: center;
vertical-align: middle;
cursor: pointer;
color: #fff;
text-shadow: 0 1px 1px rgba(218, 154, 3, 0.75);
background-color: #f0ae11;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border: 1px solid #da9a03;
border-bottom-color: #da9a03;
}
.btn:hover
{
	background-color:#febc20;
	
text-shadow: 0 1px 1px rgba(218, 154, 3, 0.75);
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border: 1px solid #da9a03;
border-bottom-color: #da9a03;
}