/*********************************************************************************************************************
* BASIC LAYOUT & PAGE DEFAULTS
**********************************************************************************************************************/

body {
	background: #030000 url(/en-row/img/hygiene_page_bg.jpg) 50% 0 no-repeat;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #999696;
	text-align: center;
}

#page {
	font-size: x-small;
	line-height: 1.0;
}

body>#page {
	font-size: 10px;
}

h1,
h2,
h3,
h4,
p {
	padding: 0 0 1em;
	margin: 0;
}

a {
	color: #999696;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

a:active {
	color: #dbb34d;
}

a img {
	border: 0;
}

.clear {
	clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/*********************************************************************************************************************
* CONTENT
**********************************************************************************************************************/

#content {
	width: 750px;
	padding-top: 160px;
	margin: 0 auto;
	font-size: 120%;
	line-height: 1.2;
	text-align: left;
}

#content h1 {
	height: 13px;
	padding: 19px 0 0;
	margin: 0 auto;
	font-size: 1.6em;
	text-align: center;
	text-transform: uppercase;
}

#content h1.accessibility {
	background: url(/img/hygiene_accessibility.gif) 50% 20px no-repeat;
}

#content h1.exit {
	background: url(/img/hygiene_sorry.gif) 50% 20px no-repeat;
	padding-bottom: 20px;
}

#content h1.js {
	background: url(/img/hygiene_javascript.gif) 50% 20px no-repeat;
	padding-bottom: 20px;
}

#content h1.privacy {
	background: url(/img/hygiene_privacy_policy.gif) 50% 20px no-repeat;
}

#content h1.terms {
	background: url(/img/hygiene_tandc.gif) 50% 20px no-repeat;
}

#content h1.why {
	background: url(/img/hygiene_why_we_ask.gif) 50% 20px no-repeat;
}

#content h1.responsible {
	background: url(/img/hygiene_responsible_drinking.gif) 50% 20px no-repeat;
}

#content h1 span {
	display: none;
}

#content p.exit {
	text-align: center;
}

#content p.back a {
	background: url(/img/gateway_hygiene_back.gif) 0 0 no-repeat;
	width: 53px;
	height: 30px;
	display: block;
	margin: 20px auto;
}

#content p.back a:hover {
	background-position: 0 -30px;
}

#content p.back a:active {
	background-position: 0 -60px;
}

#content p.back a span {
	display: none;
}

#content h2,
#content h3 {
	font-size: 1em;
	color: #fff;
}


#content h3 {
	font-weight: normal;
}

#content ul {
	padding-top: 0;
	padding-bottom: 1em;
	margin-top: 0;
	margin-bottom: 0;
}

#content ol ul,
#content ul ul {
	padding-bottom: 0;
}

#content a {
	font-weight: bold;
}

#content ul.faq,
#content ul.faq li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#content ol.js {
	padding: 0 0 1em;
	margin: 0;
	list-style: none;
}

#content ol.js li {
	padding: 0;
	margin: 0;
}

#content ul li h2 {
	background: url(/en-row/img/hygiene_faq_expand.gif) 0 0 no-repeat;
	padding-left: 25px;
	cursor: pointer;
}

#content ul li h2.open {
	background: url(/en-row/img/hygiene_faq_collapse.gif) 0 0 no-repeat;
	padding-left: 25px;
}

#content ul li p {
	padding-left: 55px;
	display: none;
}

p.intro {
	width: 500px;
	margin: 0 auto;
}

/*********************************************************************************************************************
* FOOTER
**********************************************************************************************************************/

#footer {
	width: 750px;
	margin: 70px auto 0;
	font-size: 110%;
	line-height: 1.2;
	text-align: center;
	color: #393737;
}

#footer ul {
	padding: 0 0 1em;
	margin: 0;
	list-style: none;
}

#footer ul li {
	padding: 0 10px;
	display: inline;
}

#footer ul li.current a:link {
	color: #dbb34d;
}
