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

/*  ----------------------------------------------
	CSS and Coding by JPG Design
	http://www.jpgdesign.co.za/
	

/* --------------------------------------------------------------------- Global ------------------------------------------------------------------------- */

body, html {
	height: 100%;
	background: url(../images/index_01.jpg) repeat-x top;
	background-color: #FFF;
	margin: 0;
	padding: 0;
}

p, h1, h2, h3, h4, ul, li, span, a:link, a:visited, a:hover, a:active {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #369;
}

.clr {
	clear: both;
}

img {
	border: 0;
}

#container {
	width: 1024px;
	margin: auto;
	min-height: 100%;
}

/* ------------------------------------------------------------------------ Header -------------------------------------------------------------------- */

#logo-container {
	height: 175px;
	margin: auto;
}

.logo {
	float: left
	width: 342px;
	height: 137px;
	padding-top: 38px;
}

.social-networking {
	float: right;
	width: 400px;
	height: 60px;
	margin-top: 80px;
}

.social-icons {
	border: 0;
}

/* ---------------------------------------------------------------------- Typography ----------------------------------------------------------------- */

h1 {
	font-size: 22px;
	font-weight: normal;
	color: #369;
	margin: 16px 0 18px 0;
}

.phone {
	background: url(../images/icons/ico-phone.png) left no-repeat;
	padding-left: 25px;
	margin: 10px 0 0 0;
}

.fax {
	background: url(../images/icons/ico-fax.png) left no-repeat;
	padding-left: 25px;
	margin: 10px 0 0 0;
}

.email {
	background: url(../images/icons/ico-email.png) left no-repeat;
	padding-left: 25px;
	margin: 10px 0 0 0;
}

.website {
	background: url(../images/icons/ico-website.png) left no-repeat;
	padding-left: 25px;
	margin: 10px 0 0 0;
}

.address {
	background: url(../images/icons/ico-address.png) left top no-repeat;
	padding-left: 25px;
	margin: 10px 0 16px 0;
}

/* ------------------------------------------------------------------------ Flash -------------------------------------------------------------------- */

#flash-container {
	height: 342px;
}

.flash {
	width: 1004px;
	height: 302px;
}

/* --------------------------------------------------------------------- Easy Slider ------------------------------------------------------------- */
 
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:1004px;
		height:325px;
		overflow: hidden;
		margin-top: 20px;
 
		}
	span#prevBtn{}
	span#nextBtn{}

/* ----------------------------------------------------------------------- Content ------------------------------------------------------------------- */

#content {
	background-image: url(../images/content_top_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	overflow: auto;
	padding-bottom: 135px;
}

.content-full, .content-left, .content-middle, .content-right {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #369;
	line-height: 16px;
	margin: 20px 7px 3px 7px;
}

.content-left {
	float: left;
	width: 710px;
	padding-right: 20px;
}

.content-right {
	float: left;
	width: 260px;
	padding-left: 5px;
	border-left: 1px #CCC solid;
}

/* ----------------------------------------------------------------------  Footer ---------------------------------------------------------------------*/

#footer {
	position: relative;
	margin-top: -135px;
	height: 135px;
	clear: both;
	background-color: #FC0;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #369;
	line-height: 16px;
}

#footer a:link {
	color: #60dbff;
	text-decoration: none;
}

#footer a:visited {
	color: #60dbff;
	text-decoration: none;
}

#footer a:hover {
	color: #60dbff;
	text-decoration: none;
}

#footer a:active {
	color: #60dbff;
	text-decoration: none;
}

.footer-wrapper {
	width: 1024px;
	margin: auto;
}

.footer-wrapper p {
	padding: 5px;
}

/*  Footer Opera Fix  */

body:before {
	content:"";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
}

.copyright {
	float: left;
	width: 400px;
	height: 20px;
	margin: 50px 0 50px 0;
	padding: 5px;
	color: #60dbff;
}

.design {
	float: right;
	width: 400px;
	height: 20px;
	margin: 50px 0 50px 0;
	text-align: right;
	padding: 5px;
	color: #60dbff;
}
