/* Reset */
p, form, fieldset, img {
	border:none;
	margin:0;
	padding:0;
}

body { margin:0; padding:0; background:#F8F8F8 url(../graphics/bg.jpg) no-repeat center center; font:.625em/1 'Raleway', sans-serif, Helvetica; -webkit-background-size: cover !important; -moz-background-size: cover !important; -o-background-size: cover !important; background-size: cover !important;  -webkit-font-smoothing:antialiased; font-smoothing:antialiased; }

* { -webkit-text-size-adjust:none; }
input:focus, textarea:focus { outline:none; }

a { color:#FFF; text-decoration:none; }
a:hover { text-decoration:underline; }
p { margin:0 0 20px; font-size:1.4em; line-height:20px; color:#fff; }
h1 { font:normal 3.2em/42px 'Raleway', sans-serif, Helvetica; color:#FFF; margin:0 0 15px;  }

/* Basic */
.full { width:100%; margin:0 auto; text-align:center; }
.full > .sleeve { width:1280px; margin:0 auto; padding:0 20px; min-height:1px; -moz-box-sizing:border-box; box-sizing:border-box; }
.full > .sleeve:after { content:"."; display:block; clear:both; visibility:hidden; height:0; }

.the-content ul { margin:0; padding:0; }
.the-content ul li p { font-size:1.8em; }
.the-content ul li { display:inline-block; }
.the-content ul li.tel { margin-right:30px; background:url(../graphics/tel.png) no-repeat left 12px; background-size:20px 32px; padding:12px 0 0 30px; }
.the-content ul li.email { background:url(../graphics/email.png) no-repeat left 17px; background-size:22px 20px; padding:12px 0 0 35px; }


#logo img { width:400px; height:auto; margin:0 auto 50px; }
.the-content p { margin:0 0 20px; font-size:1.8em; line-height:28px; }
.the-content p.main { max-width:600px; margin:0 auto 80px; font-size:2.0em; line-height:30px;  }
.the-content .address { background:url(../graphics/pin.png) no-repeat center top; background-size:28px 41px; padding-top:50px;  }

.the-content { margin-top:100px; text-align:center; }

#footer { position:absolute; bottom:0; background:#fff; padding:20px 0; }
#footer p { font-size:1.2em; line-height:25px; color:#222; margin:0; }
