/* @group Global */

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/BackgroundTile.jpg);
	font: .80em/1.5em Helvetica, Arial, Geneva, sans-serif;
}

a:link {
	color: #C9252C;
}

a:visited {
	color: #C9252C;
}

a:hover {
	text-decoration: none;
}

h1, h3 {
	color: white;
}

h2 {
	color: #C9252C;
}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 940px;
	position: relative;
	top: 70px;
	height: 900px;
}

.products #container {
	height: 3840px;
}



/* @end */

/* @group Home Page */

#logo {
	background-image: url(../images/HomeLogo.png);
	width: 280px;
	height: 225px;
	position: absolute;
	top: 20px;
	z-index: 1;
}

#header {
	height: 170px;
	position: relative;
	width: 940px;
	background-image: url(../images/HeaderBack.jpg);
}

#headerphone {
	position: absolute;
	top: 30px;
	color: #fff;
	left: 600px;
}

#headerlinks {
	position: absolute;

	top: 115px;
	left: 600px;
}

#main {
	background-color: #fff;
	height: 600px;
	bottom: 20px;
	position: relative;
	padding-top: 80px;
}

#toptext {
	width: 420px;
	left: 30px;
	position: absolute;
}

#topimage {
	background-image: url(../images/HomeMainPic.jpg);
	width: 300px;
	height: 226px;
	position: absolute;
	right: 70px;
	top: 20px;
}

#redbox {
	background-color: #C9252C;
	top: 300px;
	position: absolute;
	padding-top: 15px;
	padding-bottom: 5px;
	width: 940px;
}

#redboxtext1, #redboxtext2{
	position: relative;
	left: 30px;
	line-height: 0;
}

#textboxleft {
	left: 30px;
	position: absolute;
	top: 400px;
	width: 250px;
}

#textboxcentre {
	left: 340px;
	position: absolute;
	top: 400px;
	width: 250px;
}

#textboxright {
	position: absolute;
	top: 400px;
	right: 50px;
	width: 250px;
}



/* @end */

/* @group Product List */

#plogo {
	background-image: url(../images/ProductsLogo.png);
	width: 180px;
	height: 145px;
	position: absolute;
	top: 10px;
	z-index: 1;
	left: 30px;
}

#pheader {
	background-image: url(../images/HeaderBack.jpg);
	height: 150px;
}

#pheaderphone {
	position: absolute;
	top: 30px;
	color: #fff;
	left: 600px;
}

#pheaderlinks {
	position: absolute;
	top: 115px;
	left: 600px;
}

#predbox {
	background-color: #C9252C;
	width: 940px;
	height: 15px;
	position: absolute;
	top: 150px;
}

#pmain {
	height: 3600px;
	background-color: #fff;
	position: relative;
}

#ptoptext {
	top: 30px;
	width: 450px;
	margin-left: 40px;
	position: absolute;
}

#ptoptext ul {
	padding-left: 15px;
}

#rangelist{
	right: 50px;
	top: 30px;
	width: 300px;
	position: absolute;
}

#rangelist ul  {
	list-style-type: none;
	padding-left: 0;
	line-height: 1.8em;
}

#productlist{
	position: relative;
	top: 380px;
}

.nobullet {
	list-style-type: none;
}

.productbox {
	border-top-style: dotted;
	border-top-width: 1px;
	height: 400px;
	width: 850px;
	position: relative;
}

.producttext {
	width: 400px;
	top: 30px;
	position: absolute;
}

.producttext ul {
	width: 400px;
	padding-left: 15px;
	list-style-type: disc;
}

.thumbbox {
	width: 390px;
	height: 300px;
	position: absolute;
	top: 50px;
	border-width: 1px;
	border-style: dotted;
	right: 0;
}

.thumbbox ul	 {
	list-style-type: none;
	padding-left: 0;
	margin-top: 10px;
	margin-left: 10px;

}

.thumbbox li	 {
	display: inline;
}

.toplink {
	position: absolute;
	right: 10px;
	bottom: 0;
}

/* @end */

#footer {
	height: 30px;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-left: 30px;
	position: relative;
	color: #C9252C;
}

#footer a {
	color: #8f8f90;
}