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

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

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #504E48;
  }

img {
  border: none;
  }
  
.hidden {
	display: none;
	}
	
/* -------------------------------------- */
/*           standard  classes            */
/* -------------------------------------- */

.bold {
	font-weight:bold;
	}
	
.italic {
	font-style:italic;
	}
	
.skip {
	display:none;
	}

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

body {
	background-image: url(../images/bg.jpg);
	background-position: top center;
	background-repeat: repeat;
	background-color:#FFFFFF;
	color: #504E48;
	}
	
.header1 {
	background-image: url(../images/header01.jpg);
	}
	
.header2 {
	background-image: url(../images/header02.jpg);
	}
	
.header3 {
	background-image: url(../images/header03.jpg);
	}
	
.header1, header .header2, header .header3 {
	background-position: top center;
	background-repeat: no-repeat;
	}
	
#top_menu, #top_menu a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	}
	
#top_menu li {
	display: inline;
	list-style-type: none;
	padding: 5px 10px;
	}	

#top_menu li a:hover, #top_menu li a:active, #top_menu li .menuactive{
		color:#7F7D71;
		}
	
#top_menu dfn {
	display: none;	
	}
	
h3 {
	background-image: url(../images/line.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #504E48;
	}
	
#content p { 	
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #5A5850;
	line-height:150%;
	}
	

/*  ======================================  */
/*            FormBuilder CSS               */
/*  ======================================  */
	
legend {
	display: none;
}

/* Apply this class to text/select input fields with shorter labels
	to help alignment */
.short-label label {float:left; width:10em}
.short-label fieldset div input,
.short-label fieldset div select {width:16em}

/* Pretty up your Captcha image output */
.captcha {
	margin-left:1.7em;
	}
	
.captcha img {
	border: 1px solid #5A5850;
	margin: 0.5em 0 0.5em 0;
	}
	
.captcha input, .contactform input {
	width: 200px;
	border: 1px solid #5A5850;
	background-color: #FCF8F5;
	}

.contactform {
	width:450px;
	}
	
.contactform input.checkbox {
	border: none;
	}
	
.contactform input.small_check {
	border: none;
	background-color: #FCF8F5;
	width: 20px;
	}
	
.contactform input.small_input {
	width: 40px;
	}	

.contactform label {
	display: block;
	float: left;
	width: 200px;
	}
	
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
	}
	
.contactform textarea {
	background-color: #FCF8F5;
	border: 1px solid #5A5850;
	}
	
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}


/* Just a bit more room for the Submit button */
.submit input{
	width: 150px;
	border: 1px outset #5A5850;
    background: #7F7D71;
	color: #ffffff;
	margin-left:1.7em;
}
.submit input:hover {
	width: 150px;
	border: 1px inset #5A5850;
	background: #c0bfb9;
	color: #E8E8E8;
	margin-left:1.7em;
	}

