body {
	background: #d6d6d6;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0;
}

a:link { color: #610009; }
a:visited { color: #75494e; }
a:hover, a:active { color: #b30011; }

img { border: none; }

h1 { font-size: 2.0em; color: #777777; font-family: "Trebuchet MS", Trebuchet, Geneva, Arial, Helvetica, sans-serif; text-transform: uppercase; }
h2 { font-size: 1.8em; color: #610009; font-family: "Trebuchet MS", Trebuchet, Geneva, Arial, Helvetica, sans-serif; }
h3 { font-size: 1.6em; color: #610009; font-family: "Trebuchet MS", Trebuchet, Geneva, Arial, Helvetica, sans-serif; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.0em; }

hr { height: 1px; color: #eee; background: #eee; border: none; overflow: hidden; }

form { padding: 0; margin: 0; display: inline; }

.floatleft, .fleft { float: left; padding: 0 10px 5px 0; }
.floatright, .fright { float: right; padding: 0 0 5px 10px; }
.center { text-align: center; margin: auto; }
.plain { margin: 0; padding: 0; list-style: none; }
.plain li { margin: 0; padding: 0; }
.inline, .inline li { display: inline; }
.clear { clear: both; display: block; height: 1px; line-height: 1px; color: white; background: transparent; }


#wrap {
	width: 879px;
	margin: auto;
	background: white url(images/gnp-edge.gif) repeat-y top right;
}

#layout {
	width: 745px;
	float: left;
	background: white;
}

#header {
	position: relative;
	background: url(images/gnp-dart.jpg) no-repeat bottom right;
	height: 303px;
}

#header a, #header a:visited {
}

#banner {
	background: url(images/gnp-header.jpg) no-repeat top left;
	height: 132px;
	display: block;
}

#logo {
	width: 172px;
	height: 153px;
	margin-left: 16px;
	float: left;
	background: url(images/gnp-logo.jpg) no-repeat top left;
}

#logo a {
	width: 172px;
	height: 153px;
	display: block;
	float: left;
}

#nav {
	margin: 0; padding: 0; list-style: none;
	height: 50px;
	line-height: 50px;
	float: left;
	width: 552px;
}

#nav li {
	padding: 0;
	margin: 0;
	float: left;
}

#nav li a {
	padding: 0 16px;
	height: 50px;
	float: left;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.4em;
}

#nav li a:hover, #nav .active a {
	background: url(images/gnp-nav-a.jpg) no-repeat bottom right;
}

#header h1 {
	margin: 0;
	width: 524px;
	padding: 60px 16px 0 16px;
	font-size: 1.6em;
	float: left;
}

#content {
	width: 524px;
	padding: 0 16px 50px 16px;
	float: right;
	overflow: hidden;
}

#content p {
	margin-top: 0;
	line-height: 1.6em;
}

#sidebar {
	width: 172px;
	float: right;
	overflow: hidden;
}


#footer {
	clear: both;
	text-align: center;
	padding: 10px 0 0 0;
	height: 90px;
	background: #4f0919 url(images/gnp-footer.jpg) no-repeat top left;
	color: white;
}

#footer p, #footer h6 {
	margin: 0;
}

#footer a {
	color: white;
}

#footer a:visited {
	color: #eee;
}

#footernav {
	padding: 15px 0;
	margin: 0;
	list-style: none;
}

#footernav li {
	padding: 0 10px;
	margin: 0;
	display: inline;
}

#btm {
	clear: both;
	height: 29px;
	background: #d6d6d6 url(images/gnp-btm.gif) no-repeat top right;
}

.client {
	width: 130px;
	height: 170px;
	padding: 0 15px;
	float: left; 
	text-align: center;
}

.clientw {
	width: 290px;
	height: 170px;
	padding: 0 15px;
	float: left; 
	text-align: center;
}

.clientw span {
	height: 130px;
	display: block;
}

.clients img {
	
}

form p { clear: both; line-height: 24px; }
label { width: 120px; float: left; }
.input {  }
.input, textarea { width: 350px; border: 1px solid #ddd; background: white; }
.submit { margin-left: 120px; background: #555; border: 1px solid #555; color: white; font-weight: bold; font-size: 1.2em; width: 180px; height: 24px; }

