@charset "UTF-8";
@media all {
/**
* Eric Meyer's Reset Stylesheet
* http://meyerweb.com/eric/tools/css/reset/
**/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}

/**
* Core Styles
**/
select,
input,
textarea {
font-size: 99%;
}
#head {
position: relative;
}
#main {
clear: both;
width: auto;
}
#foot {
clear: both;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: block;
}
#clear {
display: none;
}

/**
* Float controls
**/
.float {
overflow: hidden;
}
.left {
float: left;
}
.right {
float: right;
}

/**
* Sub columns
**/
.sub {
position: relative;
margin-bottom: 1.25em;
}
.sub.center {
float: left;
}
.sub.col100 {
width: 100%;
}	
.sub.col50 {
width: 50%;
}	
.sub.col25 {
width: 25%;
}
.sub.col75 {
width: 75%;
}
.sub.col33 {
width: 33.333%;
}
.sub.col66 {
width: 66.666%;
}
.sub.col38 {
width: 38.2%;
}
.sub.col62 {
width: 61.8%;
}
.sub.left {
margin-right: -1px;
}
.sub.right .margin {
margin-left: 8px;
}
/* 10px - total: 20px */
.sub.left .margin {
margin-right: 8px;
}
/* 10px - total: 20px */
.sub.center .margin {
padding: 0 10px;
}
}