/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* 1800SEXTALK CSS */
body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   	font-weight: 300;
	background: #000;
	color: #fff;
	margin: 0 auto;
	padding: 0 auto;
}
header {
	background: #fff;
	overflow: hidden;
	/* float: left; */
	margin: 0;
	text-align: center;
}
h1, h2, h3 {
	font-size: 1.5em;
	text-align: center;
}
p {
	text-align: center;
	color: #999999;
}
#logo {
	margin: 1em;
}
#container {
/*	width: 1800px; */
	width: 100%;
	margin: 0;
	padding: 0;
/*	overflow: hidden; */
}
img {
	max-width: 100%;
}
.subContainer {
	width: 100%;	
	padding: 0;
	margin: 0 auto;
}
.pricingSubContainer {
	width: 90%;	
	padding: 1em 4em;
	margin: 3em auto;
}
.pricingSubContainer h3 {
	padding: 0;
	margin: 1em auto;
}
/*	PHOTO SLIDES */
/* wraps around slider1 & slides */
#slide-wrapper {
    width: 320px;
    height: 450px;
/*    float: left; */
    margin: 0 auto;
    padding: 0 auto;
/*    margin: 0 0 1.2em 0; */
/*    height: 632px; */
}
#slider1_container {
	position: relative;
    margin: 0 auto;
    width: 320px;
    height: 420px;
/*    background: #fff;
    border-radius: 12px; */
}
.slides {
	cursor: move;
/*	position: absolute; left: 12px; top: 13px; */
    width: 310px;
    height: 417px;
	overflow: hidden;
	border: 10px solid #fff;
	border-radius: 8px;
}
a {
/*	color: #b61827; */
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #d80e5f;
}
.phoneNumber {
/*	font-size: 3em;
	font-style: normal;
	font-variant: normal;
	font-weight: 100;
	text-transform: uppercase; */
	color: #fff;
/*	background: #000;
	padding: 0.15em 0 0.15em 0.5em;		
/*	line-height: 85% */
	text-align: center;
	display: block;
	clear: both;
	margin: 1em auto;
}
.phoneNumber p {
	margin: 0.5em 0;
}
.phoneNumber img {
	max-width: 95%;
	text-align: center;
}
/* main nav bar  */
#nav {
	text-transform: lowercase;
	text-align: center;
	color: #fff;
/*	float: left; */
	display: block;
	clear: both;
	font-size: 2em;
	font-weight: 100;
	padding: 0.25em 0;
}
#nav ul li {
	display: block;
	margin: 0;
	padding: 0 0 1em 0;
	width: 100%;
}
#nav ul li a {
	background: #333;
	color: #fff;
	text-decoration: none;
	padding: 0.25em 0.5em;
	border-radius: 4px;
}
#nav ul li a:hover {
	text-decoration: none;
	background: #ff0030;
}
footer {
	/* clear: both; */
	font-weight: 300;
	text-align: center;
	width: 100%;
	margin: 1em auto 0 auto;
	padding: 0.5em 1em;
	color: #999;
/*	background: #000; */
}	
footer.clear {
	clear:both;
}
#about-us {
	width: 95%;
	padding: 0;
	font-size: 1.5em;
	margin: 1em auto;
	display: block;
	clear: both;
}
#about-us p {
	margin: 1em 1.5em;
}
.color {
	color: #ff0f6f;
}
.tagline {
	width: 100%;
/*	float: left; */
	display: block;
	clear: both;
	padding: 0;
	margin: 1em 0;
	text-align: center;
}
.tagline p {
	font-size: 2em;
	font-weight: bold;
/*	background: #fff; */
	text-align: center;
	font-weight: 100;
	color: #fff;
	margin: 0 auto;
	padding: 0;
}