* {
	margin: 0;
	padding: 0;
	border: none;
	font-family: Helvetica, Verdana, sans-serif;
}
* :focus { 
	outline: 0;
}
body {
	background: #666666;
}
h1 {
	color: #333333;
}
a {
	color: #888888;
}
.smalltext {
	font-size: 80%;
}
.notification {
	color: darkRed;
}
#formNotify {
	position: absolute;
	right: 175px;
	bottom: 68px;
	text-align: right;
}
#sent {
	width: 492px;
	height: 178px;
	background: transparent url(../images/postmarked.png) no-repeat scroll top left;
	position: absolute;
	right: 32px;
	top: 46px;
	display: none;
	z-index: 200000;
}
#container {
	background: transparent url(http://www.wrightrope.com/images/mainbg.png) no-repeat scroll top left;
	width: 930px;
	height: 690px;
	margin: 0 auto;
	position: relative;
}
#header {
	width: 930px;
	height: 138px;
	background: transparent url(http://www.wrightrope.com/images/header.png) no-repeat scroll 4px 0px;
	position: relative;
	z-index: 15;
}
#header_navigation {
	height: 23px;
	width: 500px;
	overflow: hidden;
	position: relative;
	z-index: 20;
	left: 442px;
	top: 85px;
}
#content {
	/*background: transparent url(http://www.wrightrope.com/images/content.png) no-repeat scroll top left;*/
	width: 900px;
	height: 561px;
	position: relative;
	left: 10px;
	top: -23px;
	z-index: 1;
}
#bottom_navigation, #bottom_navigation a {
	text-align: center;
	color: white;
	font-family: Helvetica, Verdana, sans-serif;
	letter-spacing: 3px;
	font-size: 90%;
	margin-top: -2px;
	text-decoration: none;
}
div.bullet {
	background: transparent url(http://www.wrightrope.com/images/bullet.png) no-repeat scroll 0 0;
	float: left;
	margin: 0 2px;
	width: 10px;
	height: 22px;
}
#header_navigation a {
	height: 23px;
	margin: 0;
	display: block;
	float: left;
}
#header_navigation a:hover {
	background-position: 0 -24px;
}
#loading {
	text-align: center;
	color: white;
	font-family: Helvetica, Verdana, sans-serif;
	background-color: #009BC9;
	position: absolute;
	z-index: 100;
	left: 50%;
	top: 115px;
	margin-left: 150px;
	display: none;
	padding: 4px;
}
div.holding {
	width: 872px;
	height: 516px;
	padding: 36px 15px 15px 20px;
}
#construction {
	width: 100%;
	height: 100%;
	background: transparent url('http://www.wrightrope.com/images/sticky.png') no-repeat center center;
}
ul {
	display: inline;
	list-style: none;
}
li {
	float: left;
}
li > a {
	display: block;
	height: 100px;
	width: 100px;
	background-position: center center;
	margin-right: 20px;
}
/** Contact page **/
#contact {
	background-image: url(../images/contact_form.jpg);
	width: 100%;
	height: 100%;
	position: relative;
}
#contactform {
	position: relative;
	width: 100%;
	height: 100%;
}
#contactform #name {
	width: 225px;
	height: 30px;
	position: absolute;
	left: 600px;
	top: 253px;
	padding-top: 1px;
	font-size: 22px;
	font-family: Georgia, Serif;
	font-variant: small-caps;
	background-color: transparent;
	color: gray;
}
#contactform #email {
	width: 225px;
	height: 30px;
	position: absolute;
	left: 600px;
	top: 303px;
	padding-top: 1px;
	font-size: 22px;
	font-family: Georgia, Serif;
	font-variant: small-caps;
	background-color: transparent;
	color: gray;
}
#contactform #phone {
	width: 225px;
	height: 30px;
	position: absolute;
	left: 600px;
	top: 352px;
	padding-top: 1px;
	font-size: 22px;
	font-family: Georgia, Serif;
	font-variant: small-caps;
	background-color: transparent;
	color: gray;
}
#contactform #message {
	position: absolute;
	top: 253px;
	left: 110px;
	padding: 3px 0 0 3px;
	background-color: #FFFFFF;
	font-family: Georgia, Serif;
	font-size: 18px;
	opacity: .6;
}
#submitbutton {
	position: absolute;
	right: 75px;
	bottom: 60px;
	padding: 4px;
	font-size: 22px;
	font-family: Georgia, Serif;
	background-color: white;
	opacity: .6;
	border: 2px solid #5E5A4F;
}