/* CSS Document for http://www.masterstonemasons.ie | Version 1
   Author - Protocol | Hosting Ireland | 
   http://www.hostingireland.ie | JUNE 2008 */

/* =body declarations for body | ###IEB[]XHACK### 
	Body aligned to centered for browsers then 
countered to left for IE with #center division
==================================================*/

body{
	text-align: left;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #D1D0CC;
	color: #333333;
	line-height: 18px;
	background-image: url(../images/bg-pattern.jpg);
	background-repeat: repeat;
	font-weight: normal;
	}
	
#center{
	width: 967px;
	margin: auto;
	background-image: url(../images/main-site-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFFFFF;
	
}

#main{
	background-image: url(../images/main-site-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#mainwelcome{
	height: 562px;
	background-image: url(../images/main-site-bg.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: bottom;
}

#navtop{
	background-color: #FE7D00;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 5px;
	
}

#col1{
	float: left;
	width: 318px;
}

#col2{
	float: left;
	padding-top: 20px;
	width: 500px;
}


#col2-homepage{
	float: left;
	height: 400px;
	padding-top: 100px;
	width: 500px;
}

#footer{
	color: #c1c3c4;
	background-color: #CECDC9;
	text-align: left;
}

#contactdetails{
	font-size: 12px;
	text-align: left;
	padding-top: 25px;
	padding-left: 26px;
	padding-bottom: 25px;
}


.orange{
	font-weight: bold;
	color: #FE7D00;
}

.padlolgo{
	padding-bottom: 60px;
}

.spacer{
	clear: both;
	height: 5px;
	width: 100%;
}

.footerspacer{
	clear: both;
	height: 45px;
	width: 100%;
}

.padflash{
	margin-left: 25px;
	background-color: #CCCCCC;
}

/* =Pseudolinks | main |
==================================================*/

a.site {
	color: #333333;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a.site:hover {
	color: #FE7D00;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}


/* =Pseudolinks | contactdetails |
==================================================*/

a.contact {
	color: #333333;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a.contact:hover {
	color: #FE7D00;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
/* =Pseudolinks | nav |
==================================================*/

a.nav {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/nav-white.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	padding-right: 5px;
	text-decoration: none;
}
a.nav:hover {
	color: #333333;
	background-image: url(../images/nav-black.gif);
}


/* =Pseudolinks | active |
==================================================*/

a.active {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/nav-black.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	padding-right: 5px;
	text-decoration: none;
}
a.active:hover {
	color: #333333;
	background-image: url(../images/nav-black.gif);
	text-decoration: underline;
}

/* =Pseudolinks | contact |
==================================================*/

a.footer {
	color: #7f7166;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.footer:hover {
	color: #000000;
	text-decoration: underline;
}

