body {
	font-family: Arial,Helvetica,sans-serif;
	color:#333333;
	font-size: 14px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}

p {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}

p.pad {
	padding: 0px 10px 0px 10px;
}

p.pad2 {
	padding: 10px 0px 10px 0px;
}

p.pad3 {
	padding: 0px 0px 0px 30px;
}

p.copyright {
	color: #006600;
	font-size: 12px;
	padding: 0px 20px 0px 20px;
}

.times {
	font-family: times;
}

.bold {
	font-weight: bold;
}


.italic {
        font-style: italic;
}

.bluetext {
	color: #276daf;
}

.greentext {
	color: #06763d;
}

.dkgreentext {
	color: #003d00;
}

.navytext {
	color: #192a82;
}

.fushiaa {
	color: #e6005c;
}

.redtext {
	color: #fc1614;
}

.blacktext {
	color: #000000;
}

.whitetext {
	color: #ffffff;
}

.graytext {
	color: #555555;
}

.shadow{
  text-shadow: 2px 2px 2px rgba(0,0,0,.6);
}

.shadowlite{
  text-shadow: 2px 2px 2px rgba(0,0,0,.3);
}

.boxshadow {
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.5);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.5);
	box-shadow: 0 2px 4px rgba(0,0,0,.5);
}

hr {
	opacity:0.2;
	filter:alpha(opacity=20); /* For IE8 and earlier */
}

h1 {
	font-size: 72px;
	line-height: 38px;
	font-weight: normal;
}

h2 {
	font-size: 54px;
	line-height: 10px;
	font-weight: normal;
	background-color: none;
}

p.title1 {
	font-size: 24px;
	line-height: 22px;
	font-style: normal;
	background-color: none;
}

p.title2 {
	font-size: 44px;
	line-height: 42px;
	font-style: normal;
	background-color: none;
}

p.title3 {
	font-size: 18px;
	line-height: 18px;
	font-style: normal;
	background-color: none;
}


p.title4 {
	font-size: 32px;
	line-height: 22px;
	font-style: normal;
	background-color: none;
}

p.title4b {
	font-size: 26px;
	line-height: 22px;
	font-style: normal;
	background-color: none;
}

p.title5 {
	font-size: 24px;
	line-height: 22px;
	font-style: normal;
	background-color: none;
}


.titleb {
	font-size: 28px;
	line-height: 22px;
	font-style: normal;
	background-color: none;
}

.titlec {
	font-size: 60px;
	line-height: 50px;
	font-style: normal;
	background-color: none;
}

.titled {
	font-size: 14px;
	line-height: 14px;
	font-style: normal;
	background-color: none;
}

a.lincs:link {
	color: #bdbdbd;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	padding: 0px 5px 2px 5px;
}

a.lincs:hover {
	color: #0b3b0b;
	background-color: none;
}

a img {
    border: 0;
}

img {
	max-width: 100%;
}

.texspace1 {
	letter-spacing: -1px;
}

.texspace2 {
	letter-spacing: -2px;
}

.texspace3 {
	letter-spacing: -3px;
}

.centre {
	text-align: center;
}





















/*----------- ADDITIONAL -------------*/
li {
	list-style-type:none;
}

ul.forlists {
	list-style-type:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

.bookinfo {
	float: left; 
	margin-top: -240px;
	width: 300px;
	margin-left: 380px;
	position:relative;
	z-index:10;
}

.paybutton {
	margin: -150px 0px 0px 430px;
}

.paybutton2 {
	margin: -180px 0px 0px 480px;
}

.splain {
	background-color: none;
	width: 754px;
	height: 260px;
	margin-top: -40px;
}

.pricer {
	background-color: none;
	width: 754px;
	height: 260px;
}

.pricepush {
	margin-right: 300px;
	text-align: right;
}

.dollary {
	font-size: 30px;
	vertical-align: text-top;
}

.saying {
	font-size: 18px;
	line-height: 18px;
	padding: 20px 35px 0px 35px;
	text-align: center;
}































/*----------- PHOTOS -------------*/

.floaterimage {
	float: left;
	margin: -118px 0px 0px 650px;
	width: 150px;
	height: 120px; 
	background-color: pink;
	position: relative;
	z-index=6;
}

.imagebordr {
	border-style: solid;
	border-width: 1px;
	padding: 6px;
	background-color: #ffffff;
	border-color: #D8E7DB;
}











































/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}


/* color styles ---------------------------------------------- */


/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}


/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}
