html
	{
	border: 1px solid #000000;
	height: 100%;
	}

body img, body form, body input, body select
	{
	background-image: none;
	background-color: none;
	background: none;
	display: none;
	}

body
	{
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	line-height: inherit;
	}
/* HEADER STYLES */
h1
	{
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #65246c;
	font-size: 1.25em;
	line-height: 1.25em;
	}

h2
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #eb008c;
	font-size: 1.125em;	
	font-weight: normal;
	width: 98%;
	padding: 10px 0px 0px 0px;
	margin: 0;
	}

h3
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #65246c;
	font-size: 1em;
	line-height: 1em;
	font-weight: normal;
	margin: 5px 0px 0px 5px;	
	}

h4
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #65246c;
	margin: 0px 0px 0px 4px;
	padding: 0px 0px 0px 0px;
	}

h5
	{
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight:bold;
	}
	

p
	{
	font-size: 0.75em;
	line-height: 1.188em;
	}
	
/* /HEADER STYLES */

/* GENERIC STYLES */

a, span
	{
	text-decoration: none;
	color: #eb008c;
	}

:focus, :active
	{
	outline:none;
	}		

.linebreak
	{
	border-top: 1px dotted #eb008c;
	color: #fff;
	width: 98%;
	text-align: left;
	margin: 5px 0px 7px 6px;
	padding: 0px 0px 0px 0px;
	}

p.buttonLink
	{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}	

p.buttonLink a, .buttonLink a
	{
	background-image: url(/images/link-arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #eb008c;
	font-size: 0.9em;
	color: white;
	font-weight: bold;	
	padding: 1px 15px 1px 2px;
	}

p.buttonLink a:hover, .buttonLink a:hover
	{
	background-image: url(/images/link-arrow-hover.gif);
	background-position:right center;
	background-repeat: no-repeat;
	background-color: #65246c;
	color: white;
	padding: 1px 15px 1px 2px;
	}

blockquote p
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #65246c;
	font-size: 0.65em;
	}		

input, textarea
	{
	font-size: 0.75em;
	background-color:#f0f0f0;
	}
	
/* /GENERIC STYLES */

/* MAIN LAYOUT STYLES */	
#header
	{
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	}
#wrap
	{
	background-color: #ffffff;
	float: left;
	width: 900px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	}
#wrapper
	{
	clear:both;
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	}

#logo
	{
	}
/* /MAIN LAYOUT STYLES */	

/* TOP LEVEL NAV */
#nav
	{
	float: right;
	font-size: 0.75em;
	line-height: 1.188em;
	padding: 0px 0px 10px 0px;
	margin: 0;
	height: auto;
	width: 630px;
	}

#nav a
	{
	color: #ffffff;
	display: block;
	}	

#nav a:hover, 
#nav a:focus, 
#nav a:active,
#nav a.active
	{
	background-color: #ffffff;
	color: #65246c;
	}		

#nav ul
	{
	color: #fff;
	margin: 0;
	padding: 0px 0px 0px 10px;
	float: left;
	width: 200px;
	height: auto;
	}

#nav ul a
	{
	padding: 0px 0px 0px 2px;
	}	
	

#nav ul li
	{
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	width: 200px;
	}			

#nav ul li ul
	{
	margin: 0;
	padding: 2px 0px 0px 0px;
	width: 200px;
	border-top: 1px solid white;
	display: block;
	font-weight: normal;
	}

#nav ul li ul li
	{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 0.9em;
	width: 200px;
	}

#nav ul li ul li a
	{
	margin-top: 1px;
	width: 99%;
	}	

/* /TOP LEVEL NAV */	

/* HOMEPAGE BANNER LAYOUT*/
#bannerHome
	{
	clear: left;
	background-image: url(/images/homepage-banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 880px;
	height: 302px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 20px 0px 0px 0px;
	}

/*HOME PAGE BUTTONJ MOVING DOWN BECAUSE OF THE BELOW PNG LAYER*/			
#homepageIntro
	{
	background-image:url(/images/trans_layer.png);
	background-repeat: repeat;
	background-position: center center;
	width: 368px;
	height: auto;
	float: left;
	margin: 15px 0px 0px 94px;
	padding: 0px 0px 0px 0px;
	}

#homepageIntro h1
	{
	padding: 5px 2px 10px 5px;
	margin: 7px 8px 2px 7px;
	border-bottom: 1px dotted #eb008c;
	}

#homepageIntro p
	{
	float: left;
	width: auto;
	padding: 10px 5px 7px 5px;
	margin: 0px 0px 0px 7px;
	}

#homepageIntro p.buttonLink
	{
	padding-bottom: 20px;
	}

#homepageIntro p.buttonLink a
	{
	padding: 1px 15px 1px 2px;
	display:block;
	}

/* /HOMEPAGE BANNER LAYOUT */
	
/* HOMEPAGE SNIPPETS */
#snippetContainer
	{
	clear: left;
	height: 310px;
	width: 900px;
	}

#homeWorkWithYou
	{
	background-image: url(/images/home-work-with-you.jpg);
	background-repeat: no-repeat;
	background-position:bottom center;
	float: left;
	border-right: 1px dotted #eb008c;
	margin: 0px 0px 0px 0px;
	width: 299px !important;
	width: 289px;
	height: 310px;
	}		

#homeOurServices
	{
	background-image: url(/images/home-our-services.jpg);
	background-repeat: no-repeat;
	background-position:bottom center;
	float: left;
	margin: 0px 0px 0px 0px;
	width: 300px !important;
	width: 290px;
	height: 310px;
	}		

#homeContactUs
	{
	background-image: url(/images/home-contact.jpg);
	background-repeat: no-repeat;
	background-position:bottom center;
	float: left;
	border-left: 1px dotted #eb008c;
	margin: 0px 0px 0px 0px;
	width: 299px !important;
	width: 289px;
	height: 310px;
	}		

#homeWorkWithYou h2, #homeOurServices h2, #homeContactUs h2
	{
	float: left;
	width: 284px;
	color: #65246c;
	font-size: 1.25em;
	padding: 1px 0px 0px 0px;
	margin: 0px 0px 0px 14px !important;
	margin: 0px 0px 0px 7px;
	}

#homeWorkWithYou p, #homeOurServices p, #homeContactUs p
	{
	padding: 3px 20px 10px 15px;
	margin: 0px 0px 0px 0px;
	}

#homeWorkWithYou blockquote
	{
	padding: 0px 0px 0px 0px;
	margin: 16px 0px 0px 146px;
	}

#homeOurServices blockquote, #homeContactUs blockquote
	{
	margin: 16px 0px 0px 45px;	
	padding: 0px 85px 0px 0px;
	}
/* /HOMEPAGE SNIPPETS */

/* INNER CONTENT LAYOUT */

#innerBannerMain
	{
	clear: left;
	float: left;
	width: 590px;
	height: 222px;
	margin: 10px 0px 10px 10px;
	padding: 0;
    position: relative;
	}

#innerBannerSub
	{
	float: left;
	width: 280px;
	height: 222px;
	margin: 10px 10px 0px 10px;
	padding: 0px 0px 0px 0px;	
	}	

#innerBannerMain .quote
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #65246c;
	font-size: 1.25em;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 144px;
	left: 5px;
	width: 330px;
	}	

#innerContent
	{
	border-right: 1px dotted #eb008c;
	clear: left;
	float: left;
	width: 590px;
	min-height: 222px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	}

#innerContent h1
	{
	padding: 0px 10px 0px 5px;
	margin: 0;
	}

#innerContent h2
	{
	margin-left: 5px;
	}	

#innerContent p
	{
	padding: 2px 10px 5px 5px;
	margin: 0;
	}

/* INNER CONTENT LIST STYLES */
#innerContent ul
	{
	padding: 5px 20px 10px 30px;
	margin: 0;
	list-style-image: url(/images/bullet.gif);
	}

#innerContent ul li
	{
	font-size: 0.75em;	
	}

#innerContent ul li a:hover
	{
	color: #65246C;
	}	

/* /INNER CONTENT LIST STYLE */

#innerQuote
	{
	background-image: url(/images/inner-quote.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	width: 360px;
	height: 150px;
	padding: 10px 10px 0px 0px;
	margin: 0;
	}

#innerQuote blockquote
	{
	margin: 5px 0px 0px 40px;
	width: 140px;
	}
	
#innerQuote blockquote p
	{
	padding: 0px 0px 0px 0px;
	margin: 0;
	font-weight: normal;
	}

#innerQuoteLrg
	{
	text-align: left; 
	float: left;
	width: 550px;
	height: 70px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 20px;
	}			

#innerQuoteLrgCrunch
	{
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	width: 420px;
	padding: 0px 10px 0px 0px;
	margin: 10px 0px 0px 20px;
	}			

#innerQuoteLrgCrunch
	{
	background-image: url(/images/inner-quote-lrg-crunch.jpg);
	}	

#innerQuoteLrg blockquote, #innerQuoteLrgCrunch blockquote
	{
	margin: 5px 0px 0px 50px;
	width: 200px;
	}

#innerQuoteLrg blockquote h3, #innerQuoteLrgCrunch blockquote h3
	{
	font-size: 0.875em; /*here*/
	padding: 0px 0px 0px 0px;
	margin: 0;
	font-weight: normal;
	}
/* /INNER CONTENT LAYOUT */

/* INNER NAV */

#innerNav
	{
	float: left;
	font-size: 1.0em;
	min-height: 150px;
	width: 200px;
	padding: 10px 0px 0px 0px;
	}

#innerNav ul
	{
	list-style: none;
	list-style-image: none;
	min-height: inherit;
	width: inherit;
	list-style: none;
	padding: 0px 0px 0px 0px;	
	margin: 0;
	}

#innerNav ul li
	{
	padding: 1px 0px 0px 5px;
	width: inherit;
	height: 15px;
	}
	
#innerNav ul li a
	{
	font-weight: bold;
	width: 100%;
	height:inherit;
	display: block;
	padding: 0px 0px 0px 2px;
	}	

#innerNav ul li a:hover
	{
	background-image: url(/images/inner-nav-arrow.gif);
	background-repeat:no-repeat;
	background-position: center right;
	background-color: #eb008c;
	height: inherit;
	color: #ffffff;
	}
/* /INNER NAV */

/* INNER CONTACT LAYOUT */

#innerContact
	{
	float: left;
	width: 270px;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 10px;
	}

#innerContact h2
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #65246c;
	font-size: 1.25em;
	padding: 0px 0px 0px 5px;
	margin: 0;
	}
	
#innerContact p
	{
	padding: 0px 0px 15px 5px;
	margin: 0px 0px 0px 0px;
	}

#innerContact label
	{
	float: left;
	width: 70px;
	display: block;
	clear: left;
	font-size: 0.75em;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
	}

#innerContact input, #innerContact textarea
	{
	width: 190px;
	}

#innerContact .buttonLink
	{
	clear: right;
	float: right;
	width: 90px;
	padding: 10px 3px 0px 0px;
	}			

/* /INNER CONTACT LAYOUT */

/* Google map*/
.google-map
	{
	background-image:url(/images/loadinfo.net.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 570px;
	height: 350px;
	margin: 5px 0px 5px 5px;
	}



/* FORM ERRORS */

#errorName, #errorEmail, #errorEnquiry
	{
	background-image:url(/images/error-background.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 0.75em;
	color: #65246c;
	height: 30px;
	width: 261px;
	padding: 10px 0px 0px 10px;
	margin: 2px 0px 0px 4px;
    float: left;
	}
	
/* / FORM ERRORS */

/* FOOTER */
#footer
	{
	clear: both;
	background-color: none;
	background-image: url(/images/footer-banner.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 0.70em;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 900px;
	height: 60px;
	}
	
#footer ul
	{
	clear: left;
	font-weight: normal;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#footer ul li
	{
	color: #ffffff;
	float: left;
	width: auto;
	padding: 0px 5px 2px 5px;
	}
	
#footer ul li a
	{
	color: white;
	}

#footer ul li.emosaic, #footer ul li.emosaic a
	{
	color: #65246c;
	padding: 0px 0px 0px 5px;
	}	

/* /FOOTER */	
	