/* CSS Document */
*, body, html, form, h1, h2, h3 {
	padding:0;
	margin:0;
}

html {
	height:100%;
}

img {
	display: block;
}

body {
	height:100%;
	position:relative;
	background: url(../../images/fire-equipment-servicing.jpg) repeat-x;
	text-align:center;
	font-size:0.75em;
	line-height:1.5em;
	color: #333333;
}

body, select {
	font-family: Arial, Helvetica, sans-serif;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #F87A00;
}
p {
	margin-bottom: 1em;
}

h1 {
	color: #F87A00;
	font-size: 1.5em;
	margin-bottom: 1em;
}



#wrapper div {
	text-align: left;
}

#wrapper {
	width: 689px;
	background: url(../../images/content/content-bg.jpg) repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	width: 689px;
	height: 149px;
}

#menu {
	width: 689px;
	height: 100px;
	background: url(../../images/equipment-servicing-menu/menu-background.jpg) no-repeat;
}

#menuHolder a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 3px;
}

#menuHolder a:hover {
	color: #F97B00;
}

#menuHolder {
	padding-top: 18px;
	padding-left: 45px;
}

#menuHolder ul {
	list-style-type: none;
}
#menuHolder li {
	margin-bottom: 8px;
}
#contentHolder {
	padding-right: 24px;
	padding-left: 40px;
	padding-top: 40px;
}
#leftContent {
	float: left;
	width: 430px;
}
#leftContent li {
	margin-left: 25px;
}

#rightContent {
	float: right;
	width: 172px;
}
img.topGal {
	margin-bottom: 20px;
}

div.spacer {
	clear: both;
	height: 10px;
}

#footer {
	background-image: url(../../images/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
	width: 689px;
	background-color: #FFFFFF;
	padding: 50px 0 40px 10px;
}
