html, body{height:100%;} 
html,body {
	margin: 0;
	padding: 0;
}
html 
{
	overflow:auto;
}
body {		
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #000;
	text-align: center;
	background: #000000 url(img/background.jpg) repeat-x 0 0;
}
form
{
	height:100%;
} 
		
#wrapper {
	margin-left:auto;
	margin-right:auto;
	width: 976px; 
	min-height:100%;
	text-align: left;
    position:relative;
	background: url(img/wrapper_bg.gif);
	background-repeat:repeat-y;
}

#header {
	height: 173px;
	width:100%;
	margin: 0px 0px 3px 0px;
	position:relative;
	z-index:2;
	overflow:hidden;
	background: #000000 url(img/header_bg.jpg) no-repeat ;
}

* html #header {height:173px;}

#topnavigation 
{
	padding-top: 12px;
	padding-left: 730px;
	height:22px;
	z-index:3;
}
* html #topnavigation {width:730px;}

#mainnavigation 
{
	background: #000000 url(img/mainnavigation_bg.gif);
	height: 100px;
	margin-top: -11px;
	padding-left: 66px;
}

#clearnavigation {height:5px;width:100%;clear:both}

#clearnavigationHome {height:56px;width:100%;clear:both}

#content {
	padding: 0px 76px 0px 76px;
	width: 824px;
}
* html #content {width:824px;}

#contenthome {
  width: 886px;
  clear:both;
  padding: 0 44px 0 44px;
}

#special ul li {
   padding-left: 25px;
	list-style-type: none;	
	background: transparent url(http://www.prestologic.com/images/bullet.gif) no-repeat 9px 5px;
	}

#maintitle {height:70px;width:100%;clear:both}

#fullpagecontent {
	float: right;
	width: 824px;
}
* html #fullpagecontent {width:824px;}

#maincontent {
	float: right;
	width: 540px;
	padding-left: 40px;
	padding-right: 40px;
}
* html #maincontent {width:544px;}

#leftbar 
{
	float: left;
	width: 200px;
}
* html #leftbar {width:200px;}

#leftnavigation {
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
   behavior:url(../../scripts/border-radius.htc);
	padding: 10px;
	width:200px;
	height:100%;
	background: #F6F6F6;	
	border:1px solid #D6D6D6;
}

#footer	{
	position:absolute;
	bottom:0;
	width:100%;
	height: 124px;
	background: url(img/footer_bg.jpg) no-repeat ;
}

* html #footer {height:124px;}

#footermessage {
	position:absolute;
	padding: 0px 0px 0px 0px;
	bottom:0;
	width:100%;
	height: 70px;
	color: #BABABA;	
	text-align: center;	
	font-size: 11px;
}

#clearfooter {height:124px;width:100%;clear:both}

/* Links */
a:link, a:visited, a:hover, a:active {
	color: #FF3333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.footerlink {
	color: #BABABA;	
}

a.footerlink:hover {
	color: #FFF;	
}
hr  {
border: 0;
height: 1px;
color: #C5C5C5;
background-color: #C5C5C5;
}

/* headings  */

h1 {
	font-size: 1.8em;
	font-weight: bold;
	padding: 0px 0 10px 0;
}

h2 {
	font-size: 1.6em;
	color: #666666;
	font-weight: bold;
	padding: 0px 0 10px 0;
}

h3 {
	font-size: 1.2em;
	color: #666666;
	font-weight: bold;
	padding: 0px 0 10px 0;
}

h4 {
	font-size: 1.6em;
	color: #FF3333;
	font-weight: bold;	
	font-style: italic;
}

h5 {
	font-size: 1.2em;
	color: #333333;
	font-weight: normal;
	font-style: italic;
}

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:0;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:570px;
		height:200px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:570px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(http://www.prestologic.com.au/images/gallery/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(http://www.prestologic.com.au/images/gallery/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:0px;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
