@charset "UTF-8";

/*PAGE SET-UP*/

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
body {
	margin: auto;
	width: 900px;
	background-color: #FC3;
	background-image: url(../images/bg404.gif);
	background-repeat: repeat-x;
}

/*HEADER*/

#header {
	height: 110px;
}
#header img {
	float: left;
}
#signature {
	position: relative;
	left: -80px;
	float: left;
}
#headerNav {
	position: relative;
	top: 63px;
	left: 0px;
	width: 343px;
	height: 36px;
	float: right;
}
#headerNav li {
	float: left;
	list-style-type: none;
}

/*MAIN AREA - SET-UP*/

#main404 {
	background-image: url(../images/mainFolioBG.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 625px;
	clear: left;
}

/*MAIN AREA - CONTENTS*/

#punchingBag {
	float: left;
	position: relative;
	left: 20px;
}

#bodyText {
	float: right;
	width: 330px;
	font-size: 12px;
	line-height: 14px;
	padding: 10px;
	text-shadow: 0px 1px 0px #DDD;
	-webkit-text-shadow: 0px 1px 0px #DDD;
	-moz-text-shadow: 0px 1px 0px #DDD;
	position: relative;
	top: 40px;
	right: 50px;
}

#bodyText h1 {
	font-size: 36px;
	padding-bottom: 25px;
	float: left;
}

#bodyText h2 {
	font-size: 36px;
	font-weight: normal;
	padding-bottom: 25px;
}

#bodyText h3 {
	font-size: 16px;
	padding-bottom: 10px;
}

#bodyText p {
	padding-bottom: 10px;
}

#form {
	float: right;
	width: 330px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	text-shadow: 0px 1px 0px #DDD;
	-webkit-text-shadow: 0px 1px 0px #DDD;
	-moz-text-shadow: 0px 1px 0px #DDD;
	position: relative;
	top: 40px;
	right: 50px;
}

#form td {
	padding: 5px;
}

#form td input {
	float: right;
}

.nameEmail {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	width: 230px;
	height: 20px;
	background: none;
	border: none;
	color: #000000;
}

.message {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	width: 230px;
	height: 70px;
	background: none;
	border: none;
	color: #000000;
}

.inputTitle {
	width: 60px;
	vertical-align: top;
	font-size: 10px;
}

.inputBorder {
	background-image: url(../images/inputBorder404.png);
	background-repeat: no-repeat;
	width: 230px;
}

.textareaBorder {
	background-image: url(../images/textareaBorder404.png);
	background-repeat: no-repeat;
}

h4 {
	color: #900;
}

.boldRed {
	font-weight: bold;
	color: #900;
}

.red14 {
	color: #900;
	font-size: 14px;
}

/*ICON NAV FOR 404 PAGES*/

#iconNav404 {
	position: relative;
	top: 10px;
	left: 293px;
	width: 335px;
	clear: left;
}
#iconNav404 li {
	float: left;
	list-style-type: none;
}

/*CONTACT/ABOUT AREA*/

#info {
	background-image: url(../images/infoBG.gif);
	height: 290px;
	position: relative;
	top: 0px;
	clear: left;
}
#infoText {
	position: relative;
	top: 20px;
	float: left;
	width: 350px;
}
#infoText h1 {
	font-size: 21px;
	color: #FFF;
	text-transform: uppercase;
	padding-left: 14px;
	text-shadow: 0px -1px 0px black;
	-webkit-text-shadow: 0px -1px 0px black;
	-moz-text-shadow: 0px -1px 0px black;
}
#infoText p {
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	padding-left: 14px;
	text-shadow: 0px -1px 0px black;
	-webkit-text-shadow: 0px -1px 0px black;
	-moz-text-shadow: 0px -1px 0px black;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contact {
	position: relative;
	top: 10px;
	float: right;
	width: 550px;
	height: 122px;
}
#contact img {
	float: right;
}

/*FOOTER*/

#footer {
	background-image: url(../images/footerBG.gif);
	position: relative;
	top: 0px;
	height: 30px;
	clear: left;
}
#footerNav {
	position: relative;
	top: 6px;
	left: 568px;
	width: 332px;
	height: 19px;
}
#footerNav li {
	float: left;
	list-style-type: none;
}
#footerNav img {
	float: left;
}

