@import url(http://fonts.googleapis.com/css?family=Oleo+Script:700,400);
body
{
	background: #DDDDDD;
	margin: 0px auto;
	font-family: 'Oleo Script', sans-serif;
	/*font-family: 'Racing Sans One', cursive;
	font-family: "Allan", "helvetica", "arial", sans-serif;
	font-family: "Helvetica Neue", Helvetica;*/
	font-weight: normal;
	font-style: normal;
	overflow-x: hidden;
	font-size: 62.5%;
	padding-top:10px;
	color: #ccc;
}

#main
{
	max-width: 1080px;
	background: #DDDDDD url('img/bkg.png') left top repeat;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	margin: 0 auto !important;
	float: none !important;
	overflow-x:hidden;
}

div
{
	font-weight: normal;
}

img
{
	border: none;
}

.clear
{
	clear: both;
	height: 0;
	line-height: 0;
}

.flexslider 
{
	margin-top: -38px;
}

/* TEXT */
a
{
	font-size: 2em;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

a:hover
{
	cursor: pointer;
	color: #777e8c;
}

a:visited
{
	text-decoration: none;
	border: none;
}

.blue
{
	color: #66ccff;
}

.red
{
	color: #ff6680;
}

ul
{
	font-size: 2em;
}

/* HEADINGS */
h1, h2, h3
{
	padding: 0;
	margin: 0;
	font-size: 3em;
	font-weight: normal;
	line-height: 1em;
	letter-spacing: 0;
}

h1
{
	font-size: 6em;
}

h2
{
	font-size: 3em;
	line-height: 1.2em;
}

h3
{
	font-size: 6em;
	line-height: 1em;
	letter-spacing: .1em;
	color: #BBD9D9;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

/* CONTAINERS */
#header
{
	height:225px;
	border-bottom: 3px solid #f00;
	padding:14px 10px 14px 60px;
	background: rgba(10, 10, 10, 0.75) url('img/m_l.png') 10px no-repeat;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

#wrapper
{
	position: relative;
	width: 640px;
	margin: 0px auto;
	text-align: center;
}

.content, #spacer
{
	position: relative;
	margin: 0px auto;
	text-align: center;
}

p
{
	font-size: 2em;
}

#logotype
{
	position: relative;
	width: 100%;
	margin: 70px auto 0 23%;
	text-align: left;
	text-shadow: 5px 5px #000;
}

#tagline
{
	position: relative;
	margin: 20px auto 0 auto;
	width: 640px;
	text-align: center;
	background: transparent;
}

#tagrule
{
	position: relative;
	clear: both;
	width: 100%;
	overflow: visible;
	background: transparent;
}

#phone
{
	position: fixed; 
	top: 30px; 
	left: 50%; 
	margin: 970px 0 0 -200px;
	width: 429px;
	height: 817px;
	background: transparent url('img/phone_s.png') no-repeat;
	/*-webkit-animation: phoneanimation .5s steps(2) infinite;*/
	/*-webkit-animation-play-state: running;*/
	z-index: 1;
}

#phone:hover
{
	background: transparent url('img/phone_s.png') no-repeat;
}

@-webkit-keyframes phoneanimation
{
	from	{background-position: 200px 0px}

	to	{background-position: 1200px 0px}

}

#phonecnt {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	background-image: none;
	background-origin: padding-box;
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: auto;
	height: 506px;
	margin-left: 34px;
	margin-top: 139px;
	width: 337px;
}

#quotewrap
{
	position: relative;
	margin: 0 auto;
	max-width: 960px;
}

#quotebox
{
	position: absolute;
	top: 1400px;
	width: 98%;
	padding: 1%;
	max-width: 960px;
	margin: 0 auto;
}

.quote
{
	position: relative;
	float: right;
	text-align: left;
	clear: both;
	color:#888;
	width: 135px;
	width: 20%;
	max-width: 300px;
	margin-top: 150px;
	padding: 20px;
	font-size: 3em;
	line-height: 1em;
	font-weight: normal;
	z-index: 300;
	background: #FAFAFA;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.quotecite
{
	font-size: 0.5em;
	line-height: 1em;
	margin-top: 5px;
	color: #BBD9D9;
}

#pocket
{
	position: relative;
	height: 460px;
	margin: 0 auto;
	padding: 40px 100px 40px 100px;
	background: transparent url('img/jpock.png') no-repeat center top;
	z-index: 1;
}

#footer, #footerspace
{
	position: relative;
	width: 100%;
	height: 50px;
	margin: 0 0 0 0;
	padding: 16px 0 0 0;
	font-weight: normal;
	background-color: #F00;
	z-index: 300;
}

#footerspace
{
	background-color: #DDD;
	height: 10px;
}
