/* Clearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* Styles ---------------------------------------- *
 ------------------------------------------------- */
body {
	background-color: #ffffff;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #404040;
}

/* Typography ---------------------------------------- *
 ------------------------------------------------- */
p {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

h1,h2,h3 {
	margin: 0 0 10px 0;
}

h1 { margin-bottom: 18px; font-size: 30px; line-height: 36px; }
h2 { font-size: 24px; line-height: 36px; }
h3 { font-size: 18px; line-height: 36px; }
h4 { font-size: 16px; line-height: 36px; }
h5 { font-size: 14px; line-height: 36px; }
h6 { font-size: 13px; text-transform: uppercase; }

ul, ol {
	margin: 0 0 18px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  line-height: 18px;
}

ul.unstyled {
  list-style: none;
  margin-left: 0;
}

dl {
  margin-bottom: 18px;
}

dl dt, dl dd {
  line-height: 18px;
}

dl dt {
  font-weight: bold;
}

dl dd {
  margin-left: 9px;
}

hr {
  margin: 20px 0 19px;
  border: 0;
  border-bottom: 1px solid #eee;
}

strong {
  font-style: inherit;
  font-weight: bold;
}

em {
  font-style: italic;
  font-weight: inherit;
  line-height: inherit;
}

a, a:visited {
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

/* A 960px Grid */

.container {
padding-left: 20px;
padding-right: 20px;
}

.row {
width: 960px;
margin: 0 auto;
overflow: hidden;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
margin-right: 10px;
margin-left: 10px;
float: left;
min-height: 1px;
}

.row .onecol {
width: 60px;
}

.row .twocol {
width: 140px;
}

.row .threecol {
width: 220px;
}

.row .fourcol {
width: 300px;
}

.row .fivecol {
width: 380px;
}

.row .sixcol {
width: 460px;
}

.row .sevencol {
width: 540px;
}

.row .eightcol {
width: 620px;
}

.row .ninecol {
width: 700px;
}

.row .tencol {
width: 780px;
}

.row .elevencol {
width: 860px;
}

.row .twelvecol {
width: 940px;
}

.last {

}

