/*
* Skeleton V2.0
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/


/* Table of Content
==================================================
# Reset & Basics
# Basic Styles
# Site Styles
# Typography
# Links
# Lists
# Images
# Buttons
# Tabs
# Forms
# Misc */


/* # Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }
body {
  line-height: 1; }
ol, ul {
  list-style: none; }
blockquote, q {
  quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }
table {
  border-collapse: collapse;
  border-spacing: 0; }


/* # Basic Styles
================================================== */
body {
  font-family: "TitilliumText22LLtThin", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #000;
  color: #454545;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

p       { margin: 0 0 22px 0; }

strong  { font-family: "TitilliumText22LLtThin", Arial, Helvetica, sans-serif; color:#000; font-weight: bold; }


/* # Links
================================================== */
a,.green{
  text-decoration: none;
  color: #80a41c;
}


 @font-face{
	font-family: 'TitilliumText22LLtThin';
	src: url('../font/TitilliumText22L002-webfont.eot');
	src: url('../font/TitilliumText22L002-webfont.eot?#iefix') format('embedded-opentype'),
		url('../font/TitilliumText22L002-webfont.woff') format('woff'),
		url('../font/TitilliumText22L002-webfont.ttf') format('truetype'),
		url('./font/TitilliumText22L002-webfont.svg#TitilliumText22LLtThin') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'TitilliumText22LRegular';
    src: url('../font/TitilliumText22L003-webfont.eot');
    src: url('../font/TitilliumText22L003-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/TitilliumText22L003-webfont.woff') format('woff'),
         url('../font/TitilliumText22L003-webfont.ttf') format('truetype'),
         url('../font/TitilliumText22L003-webfont.svg#TitilliumText22LRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.container { position: relative; width: 850px; margin: 0 auto; padding: 0; }
/*
* Skeleton V2.0
* Copyright 2011, Dave Gamache (@dhg)
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Contents
==================================================
#Site Styles
#Page Styles
#Media Queries
#Font-Face */

/* #Site Styles
================================================== */

.nav{
	padding-right: 50px;
	height: 50px;
	text-align: right;
}
.nav a{
	display: inline-block;
	margin-left: 10px;
	line-height: 40px;
	font-size: 11px;
	color: #454545;
	text-transform: uppercase;
}
.logo{
	padding-top: 50px;
}
.content{
	padding: 24px 49px 20px 341px;
	margin-bottom: 20px;
	background: #fbfbfb;
	text-align: right;
}

.item-privacy{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	text-align: center;
	z-index: 999999999999999;
}
.item-privacy div{
	max-width: 900px;
	padding: 18px 20px 16px 20px;
	margin: 0 auto;
}
a.item-privacy-topage{
	text-decoration: underline;
}
.item-privacy,.item-privacy *,.item-privacy a:hover{
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}
a.item-privacy-accept{
	display: inline-block;
	width: 280px;
	height: 20px;
	margin: 14px 0;
	padding: 4px 0 2px 0;
	background: #fff;
	line-height: 18px;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 14px;
	border: 1px solid #fff;
	text-decoration: none;
}
a.item-privacy-accept:hover{
	color: #80a41c;
	font-size: 14px;
	line-height: 18px;
}

