@import url("modify.css");
@import url("mobile.css");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
   margin: 0;
   padding: 0;
   border: 0;
   font-weight: inherit;
   font-style: inherit;
   font-size: 100%;
   font-family: inherit;
   vertical-align: baseline;
}
li {
    margin-left: 20px;
}
body{
	padding:0px;
	margin:0px;
	color:#FFF;
}
em {
   font-style:italic;
}
strong {
   font-weight:bold;
}

a{
   color: #d4a000;
   text-decoration: none;
}
a:hover{
   color: #a47b00;
   text-decoration: none;
}
p{
   margin-bottom: 1em;
}
ha{
   font-weight: normal;
   font-size: 20px;
   line-height: 25px;
   color:#FFF;
   font-weight:bold;
}
h1{
    font-size: 35px;
    font-weight: 200;
    line-height: 1em;
	text-align:center;
}
h1a{
    font-size: 39px;
    font-weight: 200;
    line-height: 1em;
}
h2{
    font-size: 25px;
    font-weight: 200;
    line-height: 1em;
	text-align:center;
}
h2 a{
   color: #fff;
   text-decoration: none;
}
h2 a:hover{
   color: #fff;
   text-decoration: none;
}
h3{
    font-size: 20px;
    font-weight: 200;
    line-height: 1em;
    text-align: center;
}
h4{
   font-weight: normal;
   font-size: 18px;
	text-align: center;
}
h5{
   margin-left: 10px;
}
h6{
   text-align:center;
   font-weight: normal;
   font-size: 25px;
   line-height: 35px;
   color:#FFF;
   font-weight:bold;
   width: 100%;
}
#header, #wrapper, #footer{
	margin:0 auto;
	position:relative;
	display:block;
}
#header img.logo, .manchester_badges, .manchester_badges_new, .blocklot, .distillery_district, .header{
	height:auto;
	display:block;
	margin:0px auto;
}
a#makebig {display:inline;}
.drawing {
	padding:35px 0;
}
#wrapper{
    padding:5px 20px 15px;
}
#wrapper img {
	text-align:center;
	margin:0 auto;
	width:100%;
}
#text_wrapper{
	width:670px;
	margin:0 auto;
}
.centered {
        position:relative;
		padding-top:32px;
}
.manchester_map{width:600px !important;display:block;}

form, textarea, input{
	font-family: Arial,Tahoma,helvetica,sans-serif;
}
form, tr, td {
	vertical-align:top !important;
}
form tr {
	padding-bottom:12px;
	display:block;
}
form table input, form table textarea {
    padding: 5px;
    font-size: 16px;
    border-width: 0px;
}
tr > td:first-of-type {
	width:140px;
}
tr > td:last-of-type {
	width:460px;
}
form table input, form table textarea {
    width: 90%;
}
.send_button a {
	color: #fff;
	text-decoration: none;
	width: 100%;
	display: block;
}
.send_button, .send_button:visited {
    font-size:20px;
    font-weight: bold;
    padding: 20px 30px;
    cursor:pointer;  
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
   
    text-align: center;
    text-shadow: 0 -1px 1px #64799e;
   
    /* Background gradient */
    background: #515151;
    background: -moz-linear-gradient(top, #515151 0%, #2e2e2e 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#656565), to(#2e2e2e));
   
    /* Border style */
	border: 1px solid #1e1e1e; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
 
    /* Box shadow */
    -moz-box-shadow: inset 0 1px 0 0 #aec3e5;
    -webkit-box-shadow: inset 0 1px 0 0 #aec3e5;
    box-shadow: inset 0 1px 0 0 #aec3e5;
	
	-webkit-appearance: none;
}
.send_button:hover {
    background: #6b6b6b;
    cursor: pointer;
	color: #e9e9e9;
}

#footer{
    position:relative;
	padding:15px;
    width:670px;
}