﻿
/* GLOBAL STYLES
_________________________________________________________________________________*/

body
{
	background-color: #99D900;
	background-image: url(images/bg-global.jpg);
	background-repeat: no-repeat;
	color: #000;
	font-family: Arial, Sans Serif;
	font-size: 16px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	background-position: center 0;
}


h1
{
	color: #cb009e;
	font-size: 40px;
	line-height: 44px;
	margin-left: 75px;
}


h2
{
	color: #cb009e;
	font-size: 20px;
	line-height: 24px;
}


.contact-heading
{
	color: #000;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
}


.white-text
{
	color: white;
}

.textarea
{
	background-color: #f5fbe6;
	border: 0;
	padding: 3px;
	color: #063;
	margin-top: 5px;
	margin-bottom: 5px;
}



li { list-style-image: url(images/bullet.gif); }

.lt75 { margin-left: 75px; }

.margin20
{
	margin-top: 20px;
	margin-bottom: 20px;
}

.margin5
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.hidden { display: none; }
.clear-all { clear: both; }




/* POSITIONAL BOXES
_________________________________________________________________________________*/


.content-area
{
	width: 970px;
	padding-top: 320px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	background-image: url(images/bg-top.gif);
	background-position: center top;
	background-repeat: no-repeat;
}


.text-area-left
{
	width: 480px;
	float: left;
	padding-left: 75px;
}


.text-area-1
{
	width: 600px;
	padding-left: 75px;
}

.text-area-right
{
	width: 390px;
	float: right;
	padding-right: 15px;
}


.contact-box
{
	width: 290px;
	height: 221px;
	float: right;
	background-image: url(images/bg-contacts.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding-right: 60px;
	padding-left: 30px;
	padding-top: 25px;
}


.map-box
{
	width: 360px;
	height: 321px;
	background-image: url(images/bg-map.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 25px;
}



.special-offer
{
	width: 297px;
	height: 72px;
	background-image: url(images/bg-special.gif);
	background-repeat: no-repeat;
	text-align: right;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	padding-top: 75px;
	padding-right: 25px;
}






/* FOOTER
_________________________________________________________________________________*/


.content-area
{
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}


.copyright
{
	color: #5c8300;
	font-size: 10px;
	line-height: 10px;
	float: right;
	padding-right: 15px;
	padding-bottom: 15px;
	text-transform: uppercase;
}



/* GLOBAL LINK COLOURS
_____________________________________________________________________________*/

a:link
{
	color: #cb009e;
	text-decoration: none;
	font-weight: bold;
}

a:active
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	color: #cb009e;
	text-decoration: none;
	font-weight: bold;
}

a:visited:hover
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}


