/**
* Default styles
*/
html, body, form, textarea, input, select {
	font: normal 12px Arial, Verdana, Tahoma, Geneva, Sans-Serif;
	margin: 0;
	padding: 0;
	color: #0b5077;
}
html, body {
	border: 0;
	height: 100%;
}

a, a:link, a:active, a:visited{
color:#0e5f8e;
text-decoration:none;
}
a:hover{
color:#0e5f8e;
text-decoration:underline;
}
/**
* Template styles
*/
#root {
	background: #0e5e8c url('http://www.ardair.co.nz/images/back.jpg') repeat-x scroll left top ;
    height:100%;
}
#root[id] {
    height:auto;
	min-height:100%;
}
#wrapper {
	width: 924px;
	margin: 0 auto;
}
#menu {
	color: #fff;
	background: url('http://www.ardair.co.nz/images/mnu_back.jpg') repeat-x;
	padding: 0 15px;
	line-height: 48px;
}
#menu a, #menu a:link, #menu a:active, #menu a:visited {
	color: #fff;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}

.body_bdr {
	background: #0b5077;
	padding: 10px;
}
#body {
	background: url('http://www.ardair.co.nz/images/body_back.gif') repeat-y;
}
#main {
	padding-left: 30px;
}
#header {
	font-size: 20px;
}
#foot {
	color: #fff;
	background: url('http://www.ardair.co.nz/images/ftr_back.jpg') repeat-x;
	padding: 0 15px;
	line-height: 48px;
}

.shdr {
	font-size: 16px;
}