@charset "utf-8";
/* CSS Document */

/*  */
    /* General styles */
    body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:600px;    /* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	background-color: #fff;
	background-image: url(images/Background%20tile%2005.jpg);
	background-repeat: repeat;
    }
	a {
    	color:#369;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
    h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
	font-family: "Myriad Pro";
    }
    p {
		margin:.4em 0 .8em 0;
		padding:0;
		font-family: "Myriad Pro";
		font-size: larger;
    }
	img {
		margin:0px 0 0px 0;
		padding:0;
	}
	/* Header styles */
    #header {
		height:200px;
		clear:both;
		float:left;
		width:100%;
    }
	#header {
		/*border-bottom:1px solid #000;*/
	}
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	#header ul {
	    clear:left;
	    float:left;
	    width:100%;
	    list-style:none;
	    margin:0px 0 0 0;
	    padding:0;
	}
	#header ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#header ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 1px;
	    padding:3px 10px;
	    text-align:center;
	    background:#eee;
	    color:#000;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
	    background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	#header ul li a span {
	    display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:0px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* center wrap */
	#wrap {
		font-size: 80%;
		margin: 0 auto;
		padding: 0;
		position: relative;
		text-align: left;
		width: 950px;
	}
	/* toolbar for the site selections */
	.toolbar{
		background-image:url(images/beforebuttons.jpg);		
		/*background-color: darkred;
		border-color: darkred;
		margin-left: 15px;*/
		position: relative;
		/*left: -35px;*/
		/*width: 985px;*/
		width: 950px;
		height: 50px;
		display: inline-block;
		margin: 0px;
		padding: 0px;
		/*height: 50px;*/
	}
	.toolbar #beforelinks {
		background-image:url(images/beforebuttons.jpg);
		display:inline-block;
		position:relative;		
		text-decoration:none;
		width:70px;
	}
	#afterlinks {
		position:absolute;
		text-decoration:none;
		width:312px;
		top: 200px;
		right: 200px;
	}
	p.technique-eight {
		margin: 0px;
		padding: 0px;
		top: 0px;
		left: 170px;
		width: 312px; height: 50px;
		position: relative;
		display: inline-block;
		}
		p.technique-eight span {
			background: url("images/afterbuttons.jpg");
			position: absolute;
			width: 100%;
			height: 100%;
		}
	.toolbar a{
		height: 50px;
		padding: 0px;
		margin: 0px;
		left:65px;
		position: relative;
		display: inherit;
		top: 0px;
	}	
	.toolbar a#button01 {
		background-image:url(images/button01.jpg);
		display:inline-block;
		position:relative;		
		text-decoration:none;
		width:82px;
	}
	.toolbar a#button01:hover {  
		background-position: 0px 50px;  
	}
	.toolbar a#button02 {
		background-image:url(images/button02.jpg);
		display:inline-block;
		text-decoration:none;
		width:80px;
	}
	.toolbar a#button02:hover {  
		background-position: 0px 50px;  
	}
	.toolbar a#button03 {
		background-image:url(images/button03.jpg);
		display:inline-block;
		text-decoration:none;
		width:100px;
	}
	.toolbar a#button03:hover {  
		background-position: 0px 50px;  
	}	
	.toolbar a#button04 {
		background-image:url(images/button04.jpg);
		display:inline-block;
		text-decoration:none;
		width:80px;
	}
	.toolbar a#button04:hover {  
		background-position: 0px 50px;  
	}
	.toolbar a#button05 {
		background-image:url(images/button05.jpg);
		display:inline-block;
		text-decoration:none;
		width:118px;
	}
	.toolbar a#button05:hover {  
		background-position: 0px 50px;  
	}
	.toolbar a#button06 {
		background-image:url(images/button06.jpg);
		display:inline-block;
		text-decoration:none;
		width:108px;
	}
	.toolbar a#button06:hover {  
		background-position: 0px 50px;  
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 2 column right menu settings */
	.rightmenu {
	    background:#fff;
		background-image:url(images/column-right.jpg);
	}
	.indexpage .rightmenu .colleft {
		float:left;
		width:200%;
		margin-left:-200px;
		position:relative;
		right:100%;
		background-image: url(images/main-background.jpg);
		background-color: #fff;
		background-position: -350px 0px;
		background-repeat: repeat-x;
    }
	.rightmenu .colleft {
		float:left;
		width:200%;
		margin-left:-200px;
		position:relative;
		right:100%;
		background-color: #fff;
		background-image: url(images/main-background.jpg);
		background-color: #fff;
		background-position: -350px 0px;
		background-repeat: repeat-x;		
    }	
    .rightmenu .col1wrap {
	    float:left;
	    width:50%;
	    position:relative;
	    left:50%;
	    padding-bottom:1em;
	}
	.rightmenu .col1 {
		margin:0 15px 0 215px;
		overflow:hidden;
	}
	.welcomeimage {
		padding: 15px;
	}
	.welcomeparagraph {
		padding-top: 20px;
	}
	.wrapper {
		background-color: clear;
	}
	/* testimonials */
	.book {
		width: 346px;
		height: 250px;
		background-image:url(images/testimonialhighlight.png);
	}
	.nexttobook {
		padding-top: 225px;
		padding-left: 50px;
		width: 250px;
	}
	.testimonial {
		padding-left:110px;
		padding-top:155px;
		padding-bottom:15px;
		width:200px;
	}
	.testimonialimage {
		padding-bottom:15px;
		margin-right:65px;
	}	
    .rightmenu .col2 {
        float:right;
        width:170px;
        position:relative;
        left:185px;
    }
	.rightmenu .col2 p.technique-eight {
		margin: 0px;
		padding: 0px;
		top: 0px;
		left: -15px;
		width: 200px; height: 146px;
		position: relative;
		}
		.rightmenu .col2 p.technique-eight span {
			background: url("images/blogheader.jpg");
			position: absolute;
			width: 100%;
			height: 100%;
		}
	/* ADD THIS TO CSS */
	div#preloaded-images {
	   position: absolute;
	   overflow: hidden;
	   left: -9999px; 
	   top: -9999px;
	   height: 1px;
	   width: 1px;
	}
	#whats-new {
		padding: 15px;
		font-family: "Myriad Pro";
		font-size: larger;		
	}
	.display_box {margin:20px 10px; float:left;  width:275px; height:375px;}
	.center {margin-left:50px;}
	#imflashmovie {
	width: 100%;
	top: 15px;
	}
	.col1 #indexbodyheader {
		padding-top: 60px;
	}
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		background-image:url(images/beforebuttons.jpg);
		/*border-top:1px solid #000;*/
    }
    #footer p {
        padding:10px;
        margin:0;
    }
    /*  */
    </style>
    [if lt IE 7]>
    <style media="screen" type="text/css">
    .col1 {
	    width:100%;
	}
    </style>
    <![endif]
	

