/* RESET CSS */

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;
}
/* HTML5 display-role reset for older browsers */
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;
}

/* 1800PHONESEX DESKTOP STYLES */

body {
	font-family: 'Helvetica', sans-serif;
	text-align: center;
}
h1 {
	font-size: 2em;
	color: black;
	font-weight: bold;
}
p {
	margin: 0.5em;
}
a {
	color: #eb1c23;
	text-decoration: none;
}
a:hover {
	color: #ff494f;
}
#container {
/*	width: 100%; */
/*	width: 1000px; */
	margin: 1em;
/*	overflow: hidden; */
}
.subContainer {
/*	width: 68.750em; */
	width: 100%;
	padding: 0 auto;
	margin: 0 auto;
	text-align: center;
}
img {
	max-width: 100%;
}
.title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2em;
	color: #fff;
	background: #000;
	margin: 0.25em 0;
	padding: 0.09em 0.5em;
	text-align: left;
}
/* PAGES NAVIGATON */
.pages {
	display: block;
	clear: both;
	margin: 1em auto;
}
.pages ul li {
/*	display: inline; */
	display: inline-block;
}
.pages li {
	list-style-type: none;
/*	display: inline-block; */
	margin: 1em;
}
.pages ul li a {
/*	background: #ccc; */
	color: #eb1c23;
	text-decoration: none;
	padding: 1em 0 1em 0;
	margin: 0;
}
.pages ul li a:hover {
	color: #666;
}
/* ENTER BUTTON */
#nav ul {
	display: inline;
}
#nav li {
	list-style-type: none;
	display: inline-block;
	margin: 1em;	
}
#nav ul li a {
	background: #eb1c23;
	color: #fff;
	text-decoration: none;
	padding: 1em;
	margin: 0.25em;
	border-radius: 4px;
}
#nav ul li a:hover {
	text-decoration: none;
	background: #000;
}
footer {
  width: 100%;
  text-align: center;
  font-size: 1em;
  color: #999;
  padding-bottom: 0.5em;
  position: fixed;
  left: 0;
  bottom: 0;
}	
footer.clear {
	clear:both;
}
footer p {
	padding: 1em;
	margin: 1em;
}
