/* 
  ------------------------------------------
  Iwi Le Comte
  Layout: Horizontal Menu
  ------------------------------------------
*/

body {
	font-family: Helvetica, sans-serif;
	margin: 0;
	background-color: #FFF;
	color: #000;
	padding: 0;
}

#logo {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999999;
	background-color: #511400;
	background-image: url(../images/maori-carving-bg2.gif);
}

/*Navigation basic properties and Fallbacks for older browsers*/
.navigation {
	position: fixed;
	left: 0;
	top: 75px;
	padding: 10px 0;
	width: 100%;
	z-index: 999999;
	background-color: #DDD;
	border-bottom: 1px solid #999999;
	zoom: 1;
}

/*Navigation CSS3 properties for modern browsers*/
.navigation {
	border-top: 1px solid rgba(255,255,255,1);
	border-bottom: 1px solid rgba(255,255,255,1);
	background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#CCCCCC));
	background: -moz-linear-gradient(top, #EEEEEE, #CCCCCC);
	background: linear-gradient(#EEEEEE, #CCCCCC);
	-moz-box-shadow: 3px 3px 20px #CCC;
	-webkit-box-shadow: 3px 3px 20px #CCC;
	box-shadow: 3px 3px 20px #CCC;
}

/*Navigation Microsoft Filter*/
.navigation {
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#CCCCCC');
}

ul.p7Luna-menu {
	margin: 0 auto;
	padding: 0px;
	width: 940px;
	font-size: 14px;
}

.p7Luna-menu li {
	display: inline-block;
	list-style-type: none;
	margin-right: 7px;
	padding: 14px 0;
}

.p7Luna-menu a {
	text-decoration: none;
	color: #fff;
	padding: 10px;
	background-color: #666;
	border-top: 1px solid #ccc;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #ccc;
}

/*Menu Links CSS3 Properties*/
.p7Luna-menu a {
	-moz-box-shadow: 3px 3px 8px #666;
	-webkit-box-shadow: 3px 3px 8px #666;
	box-shadow: 3px 3px 8px #666;
}

.p7Luna-menu a:hover, .p7Luna-menu a:focus {
	color: #EEE;
	background-color: #222;
	border-color: #333 #000 #000 #333;
	outline: 0;
}

/*Menu Hover CSS3 Properties*/
.p7Luna-menu a:hover, .p7Luna-menu a:focus {
	-moz-box-shadow: 5px 5px 20px #222;
	-webkit-box-shadow: 5px 5px 20px #222;
	box-shadow: 5px 5px 20px #222;
}

.p7Luna-menu a.down {
	background-color: #952500;
	border-color: #9f2800 #9D2700 #9D2700 #9f2800;
	color: #FFF;
}

/*Menu Links Down CSS3 Properties*/
.p7Luna-menu a.down {
	-moz-box-shadow: 3px 3px 10px #666;
	-webkit-box-shadow: 3px 3px 10px #666;
	box-shadow: 3px 3px 10px #666;
}

h1, h2, h3, h4 {
	font-weight: normal;
	line-height: normal;
}

h1, h2, h3, h4 {
	margin: 24px 0 0 0;
}

h1, h3 {
	font-size: 44px;
}

h4 {
	font-size: 40px;
}
.section-header {
	margin: 0 0 20px 0;
}

span.subheading, p.subheading {
	font-family: Helvetica, sans-serif;
	display: block;
	font-size: 11px;
	color: #9d2700;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
}

/*Adjust bottom padding to leave room for footer*/
#p7PGS_content  {
	width: 900px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	margin: 0 auto;
	padding-bottom: 100px;
}

/*Adjust padding to set top position of content sections and the space at the bottom of each section*/
div.section {
	padding-top: 200px;
	padding-bottom: 300px;
}

/*Text properties and white space for content in sections. Top padding is not necessary*/
div.section-content {
	line-height: 1.5;
	font-size: 13px;
	padding: 0px 30px;
}

.section-content ul {
	margin-left: .85em;
	padding-left: .85em;
}


.section-content li {
	list-style-type: square;
}

.section-content strong {
	color: #9f2800;
}

.section-content em {
	font-style: normal;
	font-size: 11px;
	line-height: 1.4em;
}

.section-content a, .section-content a:visited {
	color: #bda9a3;
}

.section-content a:hover, .section-content a:focus {
	color: #000;
	outline: 0;
}

#footer {
	position: fixed;
	width: 100%;
	top: auto;
	bottom: 0px;
	z-index: 999999;
	background-color: #000;

}

#footer .footer-content {
	width: 900px;
	margin: 0 auto;
	color: #999;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	padding: 12px 0;
}

.shadow-box {
	margin: 20px 0;
	padding: 20px 28px;
	background-color: #222;
	border-top: 1px solid #333;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #333;
	color: #CCC;
	line-height: 1.35;
}

/*ShadowBbox CSS3 Properties*/
.shadow-box {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 8px 8px 15px #666;
	-webkit-box-shadow: 8px 8px 15px #666;
	box-shadow: 8px 8px 15px #666;
}

.shadow-box a, .shadow-box a:visited,
#footer a, #footer a:visited {
	color: #ae958e;
}

.shadow-box a:hover, .shadow-box a:focus,
#footer a:hover, #footer a:focus {
	color: #9f2800;
	outline: 0;
}
div.css-column-50percent {
	display: table-cell;
	padding: 0 20px;
	width: 50%;
	vertical-align: top;
}

div.css-column-60percent {
	display: table-cell;
	padding: 0 20px 0 0;
	width: 60%;
	vertical-align: top;
}

div.css-column-70percent {
	display: table-cell;
	padding: 0 20px 0 0;
	width: 70%;
	vertical-align: top;
}

div.css-column-40percent {
	display: table-cell;
	padding: 12px 20px;
	width: 40%;
	border-left: 1px dotted #000;
	vertical-align: top;
	font-size: 13px;
	line-height: 1.3;
}

div.css-column-30percent {
	display: table-cell;
	padding: 12px 20px;
	width: 30%;
	border-left: 1px dotted #000;
	vertical-align: top;
	font-size: 13px;
	line-height: 1.3;
}

/*
Bottom padding is assigned to the last section on the page. Adjust as necessary.
*/
div.section.last {
    padding-bottom: 600px;
}

/*Styles read only by Mobile Devices*/
.p7PGS_mobile .navigation, .p7PGS_mobile #logo, .p7PGS_mobile #footer {
	position: static !important;
	width: auto !important;
}
.p7PGS_mobile div.section {
	padding: 30px 0 !important;
}
/*
Contact Form
------------------------------------------------------------------------*/

.notification_error {
	background:none repeat scroll 0 0 #FFCDCD;
	border:1px solid #F49393;
	color:#530A0A;
	height:auto;
	margin:29px auto 0;
	padding:4px 10px;
	text-align:left;
	text-shadow:1px 1px 0 #FDE1E1;
	width:90%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:1px 1px 0 #FDE5E5 inset;
	-webkit-box-shadow:1px 1px 0 #FDE5E5 inset;
	box-shadow:1px 1px 0 #FDE5E5 inset;
}
.notification_ok {
	-moz-box-shadow:1px 1px 0 #FFFFFF inset;
	-webkit-box-shadow:1px 1px 0 #FFFFFF inset;
	box-shadow:1px 1px 0 #FFFFFF inset;
	background:none repeat scroll 0 0 #E8FFED;
	border:1px solid #6AA879;
	color:#104F1F;
	height:auto;
	margin:18px auto 26px;
	padding:18px 0;
	text-align:center;
	text-shadow:1px 1px 0 #FFFFFF;
	width:90%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.info_fieldset {
	-moz-border-radius: 7px;
	border-radius:7px;
	border: 1px #dddddd solid;
	background: #fff
}
.info_fieldset legend {
	background:none repeat scroll 0 0 #F1F1F1;
	border:1px solid #DDDDDD;
	color:#555555;
	font-family:Georgia;
	font-size:1.5em;
	margin-left:15px;
	padding: 2px 15px;
	text-shadow:0 1px 0 #FFFFFF;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px 0 #FFFFFF inset;
	-webkit-box-shadow: 1px 1px 0 #FFFFFF inset;
	box-shadow: 1px 1px 0 #FFFFFF inset;
}
.button {
	background: #f6f6f6;
	background-image: -moz-linear-gradient(top, #ffffff, #efefef);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
	border: 1px solid #ccc;
	border-radius: 3px;
	cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff, endColorStr=#efefef);
	-moz-border-radius: 3px;
	ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFF, endColorStr=#EFEFEF)";
	overflow: visible;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	white-space: nowrap;
	padding:6px 20px;
	text-decoration:none;
}
.button:hover {
	-moz-box-shadow:0 0 3px #bbb;
	-webkit-box-shadow:0 0 3px #bbb;
	background:-moz-linear-gradient(center top, #FFFFFF, #EBEBEB) repeat scroll 0 0 #F3F3F3;
	border-color:#999999;
	outline:0 none;
}
/* Label */
label {
	float:left;
	margin:3px 14px;
	text-align:right;
	width:115px;
}
/* BR */

br {
	clear: left;
}
#fields {
	padding: 35px 0
}
#ajax-contact-form input[type="text"], #ajax-contact-form textarea {
	border:1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding:8px 5px;
	width:54%;
	margin: 5px 0;
	font-family: Verdana;
	color: #777;
	font-size: 1em;
}
#ajax-contact-form input[type="text"]:hover, #ajax-contact-form textarea:hover {
	border-color: #999
}
#ajax-contact-form input[type="text"]:focus, #ajax-contact-form textarea:focus {
	background: #f7f7f7;
	outline: none;
	border-color: #bbb
}
