/* 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;
	background: #b1b1b1;
	font-size: 1.2em;
}
#logo {
	text-align: center;
	margin: 0 auto;
}
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;
	float: left;
}
img {
	max-width: 100%;
}
/* PAGES NAVIGATON */
.pages {
	display: block;
	clear: both;
	margin: 1.5em auto;
}
.pages ul li {
	display: inline;
}
.pages li {
	list-style-type: none;
	display: inline-block;
	margin: 1em;	
}
.pages ul li a {
/*	background: #ccc; */
	color: #eb1c23;
	text-decoration: none;
	padding: 0;
	margin: 0.5em;
}
.pages ul li a:hover {
	color: #666;
}
/* PHONE NUMBER BUTTON */
.nav ul {
	/*display: inline; */
	width: 100%;
}
.nav li {
	list-style-type: none;
	display: block;
	margin: 2em;	
}
.nav ul li a {
	background: #eb1c23;
	color: #fff;
	text-decoration: none;
	padding: 1em;
	margin: 1em;
	border-radius: 8px;
}
.nav ul li a:hover {
	text-decoration: none;
	background: #1c1e50;
}
footer {
	/* clear: both; */
	font-family: 'Helvetica', sans-serif;
	font-weight: 300;
	text-align: center;
/*	width: 100%; */
	margin: 2em 1em;
	padding: 1em;
	color: #999;
/*	background: #000; */
	position: relative;
	bottom: 0;
	line-height: 1.5em;
}	
footer.clear {
	clear:both;
}
footer p {
	padding: 1em;
	margin: 1em;
}
