body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #000;
	background-image: url(images/New/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#header {
	background-image: url(images/New/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 269px;
}
#header h1 {
	text-indent: -3000px;
	height: 209px;
	margin: 0;
	padding: 0;
}
#header #nav {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#header #nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#header #nav ul li {
	margin: 0;
	padding: 0 10px 0 0;
	list-style-type: none;
	float: left;
	display: block;
}
#header #nav ul li a {
	height: 22px;
	text-indent: -3000px;
}
a.home {
	background: transparent url(images/New/home.gif) no-repeat 0 0;
	height: 22px;
	width: 75px;
	display: block;
}
a:hover.home {
	background: transparent url(images/New/home_o.gif) no-repeat 0 0;
}
a.casual {
	background: transparent url(images/New/casual.gif) no-repeat 0 0;
	height: 22px;
	width: 103px;
	display: block;
}
a:hover.casual {
	background: transparent url(images/New/casual_o.gif) no-repeat 0 0;
}
a.performance {
	background: transparent url(images/New/performance.gif) no-repeat 0 0;
	height: 22px;
	width: 195px;
	display: block;
}
a:hover.performance {
	background: transparent url(images/New/performance_o.gif) no-repeat 0 0;
}
a.licensing {
	background: transparent url(images/New/licensing.gif) no-repeat 0 0;
	height: 22px;
	width: 139px;
	display: block;
}
a:hover.licensing {
	background: transparent url(images/New/licensing_o.gif) no-repeat 0 0;
}
a.contact {
	background: transparent url(images/New/contact.gif) no-repeat 0 0;
	height: 22px;
	width: 161px;
	display: block;
}
a:hover.contact {
	background: transparent url(images/New/contact_o.gif) no-repeat 0 0;
}
div#content {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
div#content h1.home_h1 {
	background: transparent url(images/New/norman_walsh.gif) no-repeat 0 0;
	height: 37px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -3000px;
}
div#content h3.home_h3 {
	background: transparent url(images/New/atruebritish.gif) no-repeat 0 0;
	height: 32px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -3000px;
}
div#content h1.casual_h1 {
	background: transparent url(images/New/casual_h1.gif) no-repeat 0 0;
	height: 37px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -3000px;
}
div#content h3.casual_h3 {
	background: transparent url(images/New/casual_h3.gif) no-repeat 0 0;
	height: 32px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -3000px;
}
div#content h1.performance_h1 {
	background: transparent url(images/New/performance_h1.gif) no-repeat 0 0;
	height: 37px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -3000px;
}
div#content h3.performance_h3 {
	background: transparent url(images/New/performance_h3.gif) no-repeat 0 0;
	height: 32px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -3000px;
}
div#content h1.licensing_h1 {
	background: transparent url(images/New/licensing_h1.gif) no-repeat 0 0;
	height: 37px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -3000px;
}
div#content h1.contact_h1 {
	background: transparent url(images/New/contact_h1.gif) no-repeat 0 0;
	height: 37px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -3000px;
}
div#footer {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}
div.clearix {
	clear: both;
}
img {
	border: none;
}
a {
	color: #ff0000;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
#content fieldset fieldset {
width: 140px;
padding: 0;
}

#content input {
	background-color: #FFFFFF;
	color: #022D42;
	border: 1px solid #4C5854;
	margin: 0;
	width: 150px;
	display: block;
}
#content input.hidden {
	border: none;	
}
#content textarea {
	background-color: #FFFFFF;
	color: #022D42;
	border: 1px solid #4C5854;
	margin: 0 10px 0 0;
	height: 200px;
	display: block;
}

/* focus styles */

#content textarea:focus, #content input:hover {
   border: 1px solid #0099CB;
   background-color: #FFFFFF;
   color: #022D42;
}

.labelfloat {
	float: right;
	margin-right: 5px;
	width: 200px;
}



#content label {
	color: #FFF;
	padding-top: 5px;
	display: block;
	padding-bottom: 4px;
	font-size: 16px;
}

#content fieldset {
	margin: 0;
	border: none;
	width: 500px;
}

#content .button {
  background-color: #D91A29;
  color: #fff;
  width: 80px;
  margin-top: 20px;
  display: inline;
  background-image: none;
}

label {
}
.walshy {
	float: right;
	margin-right: 40px;
	margin-top: 10px;
}
