/*
* Layout CSS
*
* @author	Duncan Mundell <duncan@lantech.co.nz>
* @version	1.0
* @updated	31/10/06
*/

html {
	background: url(../images/interface/html.bg.png) repeat;
	}

body {
	background: url(../images/interface/body.bg.png) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 0;
	margin: 0;
	}
	
	
/* Used to force the content width */
#bodywrapper {
	width: 800px;
	margin: 0 auto;
	}
	
	
/* Main header */
#header {
	background: url(../images/interface/header.bg.png) repeat-x;
	height: 165px;
	padding-right: 15px;
	}
	

/* Search */
#searchbar {
	float: right;
	margin-top: 35px;
	clear: both;
	}

#searchbar form {
	margin: 0;
	}
	
#searchbar input.keywords {
	height: 26px;
	line-height: 24px;
	width: 143px;
	background: url(../images/widgets/search.bg.png) no-repeat;
	border: none;
	vertical-align: bottom;
	}
	
#searchbar input.button {
	height: 27px;
	width: 42px;
	vertical-align: middle;
	}
	

#sitemaplink {
	float: right;
	clear: both;
	margin-top: 80px;
	}

#sitemaplink a {
	color: #DEECF5;
	font-weight: bold;
	text-decoration: none;
	margin-left: 5px;
	}
	
/* Main page content area */
#page {
	background: url(../images/interface/page.bg.png) repeat-y;
	}
	
	
/* Footer */
#footer {
	background: url(../images/interface/footer.bg.png) repeat-x;
	height: 61px;
	color: #EFEDDD;
	text-align: center;
	padding-top: 20px;
	}
	
#koruleft {
	float: left;
	margin: -10px 0 0 35px;
	}
	
#koruright {
	float: right;
	margin: -10px 35px 0 0;
	}
	
#footer p.first {
	margin-top: 0;
	}
	
#footer p {
	margin-top: 10px;
	}

#footer a {
	color: #EFEDDD;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 3px;
	}
	
#footer a:hover {
	background-color: #EFEDDD;
	color: #0A4870;
	}
	
/* Misc other fixes and global styles */
div.clearing {
	line-height: 0;
    clear: both;
    margin : 0;
    padding: 0;
    border: 0;
	}
	
a img {
	border: none;
	}