/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}


html {
	height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	font-size:80%; 
	font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
}
	
body {
	height:100%; 
	overflow:auto; 
	padding:0; 
	margin:0; 
}
	
a:link {
	color:#000000;
	text-decoration:underline;
	}
	
a:visited {
	color:#000000;
	text-decoration:underline;
	}
	
a:hover {
	color:#680025;
	text-decoration:underline;
	}
	
a:active {
	color:#000000;
	text-decoration:underline;
	}
	
#container {
	height: 180px;
	width: 895px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	position: relative;
	z-index:99;
}

#TopStrip {
	height: 113px;
	width: 100%;
	background-color: #35161E;
	position: absolute;
	z-index:98;
}

#TopRow {
	height: 30px;
	width: 895px;
	background-image: url(images/TopRow.jpg);
	float: left;
	background-repeat: no-repeat;
}
#LeftGradient {
	width: 20px;
	float: left;
	height: 83px;
	background-image: url(images/LeftGradient.jpg);
}
#NavBack {
	float: left;
	width: 192px;
	background-image: url(images/NavBack.jpg);
	height: 130px;
	text-decoration: none;
}

#NavBack  .List {
	list-style-type: none;
	height:130px;
	padding-top:0px;
}
#NavBack .List li a {
	font-family: Century Gothic, arial;
	color: #370015;
	font-size: 14px;
	text-decoration: none;
	text-align:center;
	display: block;
	width: 150px;
	margin: auto;
	height: 16px;
	z-index: 3;
}

#NavBack .List li a:hover {
	font-family: Century Gothic, arial;
	color: #ccc;
	font-size: 14px;
	text-decoration: none;
	text-align:center;
	display: block;
	width: 150px;
	margin: auto;
	height: 16px;
}

#BackGradient {
	height: 130px;
	float: left;
	width: 139px;
	background-image: url(images/BackGradient.jpg);
	background-repeat: repeat-x;
}

#LogoBack {
	height: 130px;
	float: left;
	width: 524px;
	background-image: url(images/LogoBack.jpg);
}

#RightGradient {
	float: right;
	height: 83px;
	width: 20px;
	background-image: url(images/RIghtGradient.jpg);
}

#BottomRow {
	float: left;
	height: 20px;
	h\eight:20px;
	width: 895px;
	background-image: url(images/BottomRow.jpg);
	background-repeat:no-repeat;
}

#content {
	display:block;
	height:100%;
	max-height:100%;
	overflow:auto;
	padding-left:20%;
	position:relative;
	z-index:2;
}
	
#footer {
	position:absolute;
	margin:0px;
	right:18px;
	bottom:0px;
	display:block;
	width:100%;
	height:18px;
	text-align:right;
	color:white;
	font-size:0.8em;
	background-image: url(images/footerbg.jpg);
	z-index:4;
}
	
#header {
	width: 1000px;
}

	
.toppadding {
	height:195px;
	display:block;
	}
	
	
#lefthand {
	position:absolute;
	bottom:0px;
	left:0px;
	width:30%;
	z-index:0;
}
	
#righthand {
	position:absolute;
	top:195px;
	right:0px;
	width:30%;
}
#hplogo {

	position:absolute;
	top:450px;
	right:30px;
}

#form {
	width:250px;
	height: 200px;
	border:1px solid #ffffff;
	left: 50%;
	position: absolute;
	top:242px;
}

#contactus {
	height: 400px;
	width: 280px;
	position: absolute;
	top:220px;
	left:30%;
}

#paypal {
	position: absolute;
	left: 220px;
	top: 180px;
}
