/* CSS Document */
/* HTML Tags */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	background-color: #FFF;
	background-image: url(../images/backgrounds/header.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	width:100%;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	}
div {
	padding: 0px;
	margin: 0px;
	float:left;
}
h1, h2, h3, h4 {
	font: 96%/120% Arial, Helvetica, Verdana, sans-serif;
	}
h1 {
	border-bottom: 1px solid #ddd;
	color: #2a2a2a;
	font-size: 2.4em;
	line-height: 1.24em;
	margin: 0px;
	padding: 20px 20px 10px 20px;
}
h2 {
	line-height: 1.24em;
	color: #4c93b5;
	font-size: 1.6em;
	margin: 0px;
	padding: 7px 20px 0px 20px;
	}
h3 {
	line-height: 1.24em;
	color: #FFF;
	font-size: 1.6em;
	margin: 0px;
	padding:0px 20px 0px 0px;
	}
h4 {
	line-height: 1.24em;
	color: #4c93b5;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0px;
	padding: 7px 20px 0px 20px;
	}
p {
	line-height:20px;
	padding: 7px 20px 10px 20px;
	margin: 0px;
	vertical-align:middle;
}
ul, ol {
	line-height:20px;
	padding: 0px;
	margin: 7px 0px 10px 50px;
	
}
li {
	
}
td {
	vertical-align:top;
}
form {
	padding: 0px;
	margin: 0px;	
}
img {

}

select, option {
z-index:1;position:relative;
} 

/* Divs */
#pageHolder {
	margin: 0px auto 0px auto;
	width:950px;
	float:none;
}
#header {
	width:950px;
	height:125px;
	position: relative;	
}
	#header .shopbutton {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 999;
	}
	#header .shopbutton img {
		border: 0;
	}
	#logo {
		width:430px;
		height:125px;
	}
	#topMenu {
		width:520px;
		height:320px;
		padding: 0px 0px 0px 0px;
		z-index:0;
		position:absolute;
		float:none;
	}
#page {
	width:950px;
	padding: 10px 0px 10px 0px;	
}
#leftMeny {
	width:151px;
}
#links {
	padding: 0px 0px 0px 20px;
	background-color:#FFF;
	float:left;
	width:769px;
}
	#content {
		width:789px;
		padding: 0px 0px 10px 10px;
		z-index:1;
		position:relative;
	}
	body#homepage #content {
		background: url(../images/backgrounds/bg-content-home.jpg) 10px 0 no-repeat;
	}
		#contentHolder {
			width:414px;
			
		}
			#contentHeader {
			width:414px;
			height:10px;
			}
			#contentMain {
			width:414px;
			background-image:url(../images/backgrounds/content/main.gif);
			background-repeat:no-repeat;
			height:320px;			
			}
			body#homepage #contentMain {
			background-image:none !important;
			}
			#contentFooter {
			width:414px;
			height:10px;			
			}
		#heroImageRight {
			width:375px;
		}
		#lowerMenu {
			padding-top:10px;
			width:789px;
			height:117px;			
		}
			#homewares {
				float:right;
				width:347px;
				height:117px;
				background-image: url(../images/home/lowerMenu/off/homewaresAndAccessories.jpg);
				background-repeat:no-repeat;
				padding:0px;
				margin:0px;						
			}
			#homewaresLinks {
				margin: 35px 0px 0px 105px;
				z-index:0;
				position:absolute;
			}			
	#map {
		width:350px;
		height:350px;
		float:right;	
	}	
#footerHolder {
	width:100%;
	height:54px;
	background-color:#000;
	z-index:1;
	position:relative;
	}
	#footer {
		width:950px;
		margin: 0px auto 0px auto;
		float:none;
	}
	#storeFinder {
		padding-top:10px;
		width:170px;
	}
#subFooter {
	margin: 5px auto 5px auto;
	text-align:center;
	width:100%;
	}

/* Classes */
.subhead {
	color: #4C93B5;
	font-weight: bold;
}

.holder {
	width:100%;
}
.split2 {
	width:50%;
	}
.split3 {
	width:33%;
	}
.split4 {
	width:25%;
	}
.split5 {
	width:20%;
	}
.floatLeft {
	float:left;
	padding: 0px 20px 0px 10px;	
}		
.floatRight {
	float:right;
}
.highlight {
	color:#bb2235;
}
.heroImageRight {
	float:right;
	padding: 10px 0px 0px 10px;
}
.heroImageLeft {
	float:left;
	padding: 10px 20px 0px 20px;
}
.thumbs {
	padding:2px;
}
/* Links */
a:link, a:visited {
	color:#084675;
	text-decoration: none;
	}
a:hover {
	color:#4c93b5;
	text-decoration: underline;	
	}
/* Colours
Red #bb2235

*/	

a.lombard-button {
	display: block;
	padding: 10px;
	background: #d62027;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	width: 100px;
	color: #fff;
}

a.lombard-button:hover { text-decoration: underline; }

.h1-link {
	float: right;
}

