* {
padding : 0;
margin : 0;
}
body,
	html {
	margin:0;
	padding:0;
	color:#000;
	background-color: #FFFFFF;
	}
	body {
	min-width:100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #918F6D;
	padding-top: 0px;
	list-style-type: circle;
	list-style-position: inside;
	margin-top: 60px;
	}
	#wrap {
	width:600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	background-color: #FFFFFF;
	}
	
/**** TOP ****/
	
	#header{
	width:600px;
	float: left;
	height: 82px;
	background-color: #FFFFFF;
	}


/**** NAVIGATION ****/

	#navigation{
	width: 100%;
	height: 52px;
	clear: both;
	float: left;
	background-color: #1E2D23;
	background-image: url(res/1.gif);
	text-align: center;
	}
	#navigation2{
	width: 100%;
	height: 32px;
	clear: both;
	float: left;
	background-color: #1E2D23;
	background-image: url(res/1.gif);
	text-align: center;
	padding-top: 20px;
	}
	
/**** PORTFOLIO ****/

	#portfolio {
	width : 600px;
	float: left;
	clear: both;
	background-color: #000000;
	}
	#portfolio_l {
	width : 473px;
	float: left;
	background-color: #000000;
	font-weight: bold;
	height: 78px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 1px;
	}
	#portfolio_r {
	width : 120px;
	float: right;
	background-color: #000000;
	height: 84px;
	padding-top: 6px;
	}
	
/**** VIRTUAL TOUR ****/

	#virtual {
	width : 600px;
	float: left;
	clear: both;
	background-color: #000000;
	height: 299px;
	}
	#virtual_l {
	width : 473px;
	float: left;
	background-color: #000000;
	height: 259px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	}
	#virtual_r {
	width : 120px;
	float: right;
	background-color: #000000;
	height: 84px;
	padding-top: 6px;
	}

/**** MAIN ****/

	#main {
	width : 560px;
	float: left;
	clear: both;
	color: #FFFFFF;
	background-color: #000000;
	padding: 20px;
	height: 250px;
	font-weight: bold;
	}
	#main_home {
	width : 600px;
	float: left;
	clear: both;
	background-color: #000000;
	height: 299px;
	}
	#main_profile {
	width : 460px;
	float: left;
	clear: both;
	background-color: #000000;
	height: 350px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 120px;
	padding-bottom: 20px;
	padding-left: 20px;
	}
	#main_whatwedo {
	width : 560px;
	float: left;
	clear: both;
	color: #918F6D;
	background-color: #000000;
	padding: 20px;
	height: 250px;
	}
	#main h2 {
	color : #FFFFFF;
	font-family: Helvetica;
	font-size: 18px;
	}
	#main_contact {
	width : 600px;
	float: left;
	clear: both;
	background-color: #000000;
	height: 299px;
	}
	#main_contact_l {
	width : 230px;
	float: left;
	background-color: #000000;
	font-weight: bold;
	padding: 20px;
	}
	#main_contact_r {
	width : 330px;
	float: right;
	background-color: #000000;
	padding-top: 20px;
	}
	#main_portfolio {
	width : 600px;
	float: left;
	clear: both;
	background-color: #000000;
	}
	#main_portfolio_l {
	width : 468px;
	float: left;
	background-color: #000000;
	font-weight: bold;
	height: 233px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	}
	#main_portfolio_r {
	width : 120px;
	float: right;
	background-color: #000000;
	line-height: 0px;
	}
	
/**** FOOTER ****/
	
	#footer {
	clear:both;
	height: 10px;
	width:600px;
	float: left;
	background-color: #FFFFFF;
	padding-top: 15px;
	text-align: left;
	color: #979797;
	padding-bottom: 15px;
	}
	#footerhome {
	clear:both;
	height: 85px;
	width:95%;
	float: left;
	background-color: #152119;
	padding-top: 15px;
	text-align: left;
	background-image: url(res/footer.jpg);
	padding-left: 5%;
	}
	#footerlocation {
	clear:both;
	height: 260px;
	width:100%;
	float: none;
	background-color: #830104;
	padding-top: 15px;
	text-align: center;
	}
	
	
/**** LINKS ****/

	a {
	color : #918F6D;
	text-decoration : underline;
	}
	a:hover {
	text-decoration : none;
	color: #999999;
	}	
	.c {
	color : #FFFFFF;
	text-decoration : none;
	}
	.c:hover {
	text-decoration : underline;
	color: #FFFFFF;
	}
	.d {
	color : #FFFFFF;
	text-decoration : underline;
	font-size: 11px;
	}
	.d:hover {
	text-decoration : none;
	font-size: 11px;
	color: #CCCCCC;
	}
	.e {
	color : #333333;
	text-decoration : none;
	font-size: 11px;
	}
	.e:hover {
	text-decoration : underline;
	font-size: 11px;
	color: #666666;

}
	.f {
	text-decoration : none;
	border: 3px solid #000000;
	}
	.f:hover {
	text-decoration : underline;
	border: 3px solid #918F6D;
}

/**** FORMS ****/

	input, textarea, select {
	border : 1px solid #152119;
	background-color: #DEDED3;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #152119;
	font-size: 11px;
	}
	input:hover, textarea:hover select:hover {
	border : 1px solid #CCCCCC;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	background-color: #F1F1ED;
	font-size: 11px;
	}
	.required {
	color: #FFCC00;
	font-size: 11px;
	}
	.captchaerrorbox{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #CC0000;
	padding: 10px;
	border: 1px solid #FFFFFF;
	}
	.captchaerror{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	font-weight: bold;
	}
	ul {
	list-style-position: inside;
	margin-left: 2px;
	padding-left: 35px;
	list-style-type: disc;
	}
	ol {
	list-style-position: inside;
	margin-left: 2px;
	padding-left: 15px;
	list-style-type: decimal;
	}
	ol li {
	list-style-position: inside;
	padding-bottom: 5px;
	color: #006699;
	}
	p,h1,pre {
	margin-top: 10px;
	margin-bottom: 20px;
		}
	.linkhead{
	color : #CEB57F;
	font-size: 13px;
	font-weight: bold;
	}
	.smalltxt{
	color : #FFCC00;
	font-size: 11px;
	}

	#mapborder{
	font-size: 11px;
	color: #333333;
	}
	#loginhead{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	}
	#loginfail{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	}
	.heading1 {
	color : #FFFFFF;
	font-size: 18px;
	}
	.grey {
	color : #000000;
	}
	.picborder {
	border: 1px solid #FFFFFF;
	}
	.black {
	color: #000000;
	}
	.white {
	color: #FFFFFF;
	}
	.address {
	color: #918F6D;
	padding-top: 10px;
	padding-left: 15px;
	}
	.irish {
	color: #918F6D;
	}

