/*  ======================================  */
/*          www.imeallnamara.com            */
/*      Site created by Image & Design      */
/*   Copyright 2010. All rights reserved.   */
/*  ======================================  */

/* ------------------------------ */
/*           standard             */
/* ------------------------------ */

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  }

img {
  border: none;
  }
  
h1, h2, h3, h4, h5, h6, ul, ol, p {
  font-style: normal;
  font-weight: normal;
  }
  
/* -------------------------------------- */
/*           standard  classes            */
/* -------------------------------------- */

.bold {
	font-weight:bold;
	}
	
.italic {
	font-style:italic;
	}


/* ------------------------------ */
/*            Design              */
/* ------------------------------ */

body {
	background-image: url(../images/bg-top.jpg);
	background-color:#faf9f7;
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100.01%;
	}

#container-bottom {
	background-image: url(../images/bg-bottom.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#container-bottom-c {
	background-image: url(../images/bg-c.gif);
	background-position: top center;
	background-repeat: repeat;
}
	
/* CONTENT starts here */

#content {
	color: #987631;
	font-family: Arial, sans-serif;
	}
	
#content h1 {
	color: #77312B;
	font-family: "Times New Roman", Georgia, "Book Antique", "Palatino Linotype", "Trebuchet MS", serif;
	font-weight: bold;
	}
	
#content h2, #content h3 {
	color: #77312B;
	font-weight: bold;
	}
	
#content h2 {
	font-style:italic;
	}
	
#content p {
	margin: 10px 0 10px 0;
	}
	
	
/* FOOTER starts here */

#menu {
	color: #C89B41;
	font-family: "Times New Roman", Georgia, "Book Antique", "Palatino Linotype", "Trebuchet MS", serif;
	font-weight: bold;
	letter-spacing:1px;
	word-spacing:5px;
	padding-bottom: 4px;
	}
	
a:link, a:visited{
	color: #77312B;
	}
	
a:hover, a:active{
	color: #77312B;
	}
	
#menu a:hover, #menu a:active, #contact a:hover, #contact a:active{
	color: #C89B41;
	}
	
.page_1 a#nav_1, .page_2 a#nav_2, .page_3  a#nav_3, .page_4  a#nav_4{
	font-style:italic;
	color: #C89B41;
	}
/*	
.page_1 a#nav_1:hover, .page_2 a#nav_2:hover, .page_3  a#nav_3:hover, .page_4  a#nav_4:hover{
	color: #77312B;
	}
*/
	
#contact {
	color: #77312B;
	font-weight:bold;
	font-family: arial, verdana, helvetica, sans-serif; 
	text-align: right;
	}


#header {
	background-image: url(../images/background_header.png);
	background-color:#e2e2d4;
	background-position: top center;
	background-repeat: repeat;
	}
	
/* IandD */
#IandD,#IandD a:link,#IandD a:visited, #IandD a:hover, #IandD a:active {
	color:#ffffff;
	background-color:#000000;
	}

/* pop-up calendar */
button.calendarStyle
{
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url(../pages/imgs/calendar.png);
	cursor: pointer;
	cursor: hand;
}

/* Contact Form */

Form {
	width: 580px;
	}

label{
float: left;
width: 300px;
font-size: 12pt;
}

input{
	border: 1px solid #000000; 
	background: #F0F0E8;
	width: 230px;
	margin-bottom: 5px;
}

.px230 {
width: 230px;
}

.px10{
width: 10px;
}

select {
	border: 1px solid #000000; 
	background: #F0F0E8;
	margin-bottom: 5px;
}

.formFieldOption {
	width: 50px;
	}

.jaar {
	width: 85px;
	}

textarea{
	border: 1px solid #000000;
    background: #F0F0E8;
	width: 532px;
	margin-bottom: 5px;
}

.infobox {
	font-size: x-small;
	}

#saveForm{
	width: 150px;
	border: 2px outset #D0D0C5;
    background: #e7e7e0;
	color: #474747;
	font-weight: bold;
	font-size: 11pt;
}
#saveForm:hover {
	width: 150px;
	border: 2px inset #D0D0C5;
	background: #D0D0C5;
	color: #797979;
	font-weight: bold;
	font-size: 11pt;
	}

	
#mainFormError
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}

input.mainFormError
{
	background-color: #FADADD;
}


textarea.mainFormError
{
	background-color: #FADADD;
}


select.mainFormError
{
	background-color: #FADADD;
}

	
	
