@import url(_reset.css); 
@import url(_hacks.css);

/* @ Magic Begins Here
------------------------------*/

.sample {
background: url("/_images/bg_png.png") left repeat-y;
behavior: url("/iepngfix.htc") !important;
}

/* @group Global
----------------------------------------------------------------------------------- */
html	{ height: 100%; }
body	{ 
font: normal 100% 'Trebuchet MS', Arial, Helvetica, sans-serif;
text-align: center;
height: 100%;
background: #c4c5c6 url('../images/bg_beer.jpg') top repeat-x;
}
/* @end */

.logo { background: url('../images/logo.png') top left no-repeat; width: 640px; height: 839px; margin: 0 auto; }
.logo  span { display: none; }


.ftr  { background: #c4c5c6 url('../images/ftr_bg.jpg') top center no-repeat; height: 185px; color: #444; }
.ftr .inner { width: 600px; margin: 0 auto; padding-top: 20px; }

.ftr .inner a { color: #FF0000; }
.ftr .inner a:hover { color: #009999; }

.ftr .inner .sec1 { float: left; width: 350px; text-align: left; font-size: 0.8em; }


.ftr .inner .sec2 { float: left; width: 220px; text-align: left; background: url('../images/line_left.gif') top left no-repeat; height: 147px; padding-left: 30px; }
.ftr .inner .sec2 img { display: block; margin-bottom: 15px; }
.ftr .inner .sec2 span { display: block; font-size: 11px; }

.ftr .inner .sec2 .frmInput {
background: #a8a8a8 url('../images/bg_form.jpg') top repeat-x;
border: 1px solid #7f7f7f; width: 195px; padding: 5px; font-size: 11px; color:#000;
margin-bottom: 5px;
}
.send { width: 207px; text-align: right; }
.send input { background: url(../images/bg_btn.gif) top left no-repeat; width: 48px; height: 22px; border: 1px solid #7f7f7f; cursor: pointer; }
.send input:hover { border: 1px solid #0099CC; }

