@charset "UTF-8";

/*

Title:      PageTurn CSS Master styles v1.0
Author:     Shane Phillips, shane.phillips@splinter.co.uk
Copyright:  2010 © Splinter Design Communications.  All rights resevered.

*/


/*   Structure   */


body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1.5em;
	color: #262A2A;
	background: #4D4D4D;
	}

#header, #examples, #footer {
	float: left;
	width: 100%;
	color: #fff;
}
#header {
	margin: 0;
	padding: 0;
	padding-top: 30px;
	padding-bottom: 20px;
}
#content, #examples {
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 40px;
	padding-bottom: 50px;
	width: 100%;
	background: #fff;
}
#examples {
	padding-bottom: 0px;
	background: #808080;
}

#footer {
	margin: 0;
	padding: 10px 0;
}

.wrap {
	margin: 0 auto;
	padding: 0 15px;
	width: 937px;
	/*background: #0F0;*/
}
	
h1#logo {
	float: left;
	margin: 0;
	padding: 0;
	width: 81px;
	height: 62px;
	text-indent: -1979px;
	overflow: hidden;	
	background: url(../IMG/logo_pageturn.jpg) top left no-repeat;
	}
	
h1#logo a {
	float: left;
	margin: 0;
	padding: 0;
	width: 81px;
	height: 62px;
	}


/*   Typography   */


h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #00BFBF;
}

h1 {
	font-size: 2.8em;
}

h2 {
	font-size: 2.4em;
}

h2#intro {
	float: left;
	margin: 0;
	margin-left: 30px;
	padding: 0;
	width: 774px;
	height: 62px;
	text-indent: -1979px;
	overflow: hidden;	
	background: url(../IMG/intro_header.jpg) top left no-repeat;
	}

h3 {
	font-size: 2.2em;
}

h3 {
	font-size: 2.2em;
}

#examples h3 {
	color: #fff;
}

h4 {
	font-size: 1.8em;
}

h5, h6 {
	font-size: 1.6em;
}

p {
	font-size: 1.6em;
	line-height: 1.5em;
	margin-bottom: 1em;
}

a {
	color: #262A2A;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.email_link {
	float: left;
	padding-left : 45px;
	background: url(../IMG/icon_email.jpg) .3em .25em no-repeat;
}

.splinter_link {
	float: right;
	margin: 0;
	padding: 0;
	width: 179px;
	height: 24px;
	text-indent: -1979px;
	overflow: hidden;	
	background: url(../IMG/logo_splinter.jpg) top left no-repeat;
}


/*   Lists   */


ul {
	float: left;
	font-size: 1.6em;
	line-height: 2em;
	margin-bottom: 3em;
	list-style: none;
}

ul#benefits li {
	padding-left : 40px;
	background: url(../IMG/icon_tick.jpg) .5em .25em no-repeat;
}

ul#pageturns li {
	margin-bottom: 0;
}

ul#pageturns li {
	float: left;
	display: inline;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 0;
	background: url(../IMG/icon_tick.jpg) .5em .25em no-repeat;
}

ul#pageturns li a {
	float: left;
	display: block;
	height:126px;
	width:92px;
}


/*   General   */

#content img {
	float: left;
	margin: 0;
	margin-right: 40px;
	margin-bottom: 40px;
}

.left {
	float: left;
}

.right {
	float: right;
}


/*   Qtip   */


.qtip .qtip-content{
   padding: 10px;
   font-size: 1.6em;
   overflow: hidden;
}

.qtip .qtip-content .qtip-title,
.qtip-pageturn .qtip-content .qtip-title{
  background-color: #808080;
}